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 = `
${cloudName}
${html} @@ -310,6 +322,7 @@ $(document).ready(function (){
+ ${authentication}
@@ -334,6 +347,25 @@ $(document).ready(function (){ saveSettings('set-storage-params'); }); + //点击获取onedrive授权 + $('.cloud-setting').on('click', '#authorize', function (){ + $.ajax({ + type: 'post', + url: './settings/dispatch.php?func=setRedirectUri', + data: { + uri: window.location.href, + }, + dataType: 'json', + success: function (response){ + if(response.code == 0){ + // console.log(response.authUrl); + window.location.href = response.authUrl; + } + } + }); + return false; + }); + //选择自定义返回链接时,显示自定义链接输入框,否则隐藏 $('.cloud-setting').on('change', 'select[name="linkType"]', function (){ if($(this).val()=='custom') { diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 20d71b09e..a58c42995 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -31,5 +31,7 @@ 'Cloudinary\\SignatureVerifier' => $vendorDir . '/cloudinary/cloudinary_php/src/SignatureVerifier.php', 'Cloudinary\\Uploader' => $vendorDir . '/cloudinary/cloudinary_php/src/Uploader.php', 'Cloudinary\\Utils\\Singleton' => $vendorDir . '/cloudinary/cloudinary_php/src/Utils/Singleton.php', + 'Google_Service_Exception' => $vendorDir . '/google/apiclient/src/Google/Service/Exception.php', + 'Google_Service_Resource' => $vendorDir . '/google/apiclient/src/Google/Service/Resource.php', 'Katzgrau\\KLogger\\Logger' => $vendorDir . '/katzgrau/klogger/src/Logger.php', ); diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php index 29aeb6829..be721be98 100644 --- a/vendor/composer/autoload_files.php +++ b/vendor/composer/autoload_files.php @@ -10,10 +10,10 @@ 'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php', 'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php', '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', - 'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php', - '383eaff206634a77a1be54e64e6459c7' => $vendorDir . '/sabre/uri/lib/functions.php', 'b067bc7112e384b61c701452d53a14a8' => $vendorDir . '/mtdowling/jmespath.php/src/JmesPath.php', + '383eaff206634a77a1be54e64e6459c7' => $vendorDir . '/sabre/uri/lib/functions.php', '8a9dc1de0ca7e01f3e08231539562f61' => $vendorDir . '/aws/aws-sdk-php/src/functions.php', + 'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php', '2b9d0f43f9552984cfa82fee95491826' => $vendorDir . '/sabre/event/lib/coroutine.php', 'd81bab31d3feb45bfe2f283ea3c8fdf7' => $vendorDir . '/sabre/event/lib/Loop/functions.php', 'a1cce3d26cc15c00fcd0b3354bd72c88' => $vendorDir . '/sabre/event/lib/Promise/functions.php', diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php index 274e7db1e..f05520663 100644 --- a/vendor/composer/autoload_namespaces.php +++ b/vendor/composer/autoload_namespaces.php @@ -9,5 +9,7 @@ 'Qcloud\\Cos\\' => array($vendorDir . '/qcloud/cos-sdk-v5/src'), 'Guzzle\\Tests' => array($vendorDir . '/guzzle/guzzle/tests'), 'Guzzle' => array($vendorDir . '/guzzle/guzzle/src'), + 'Google_Service_' => array($vendorDir . '/google/apiclient-services/src'), + 'Google_' => array($vendorDir . '/google/apiclient/src'), 'BaiduBce' => array($vendorDir . '/baidubce/bce-sdk-php/src'), ); diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php index b917d465f..e9aace00f 100644 --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.php @@ -27,6 +27,8 @@ 'OSS\\' => array($vendorDir . '/aliyuncs/oss-sdk-php/src/OSS'), 'NOS\\' => array($vendorDir . '/netease/nos-php-sdk/src/NOS'), 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'), + 'Microsoft\\Graph\\Test\\' => array($vendorDir . '/microsoft/microsoft-graph/tests/Functional'), + 'Microsoft\\Graph\\' => array($vendorDir . '/microsoft/microsoft-graph/src'), 'Katzgrau\\KLogger\\' => array($vendorDir . '/katzgrau/klogger/src'), 'JmesPath\\' => array($vendorDir . '/mtdowling/jmespath.php/src'), 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), @@ -34,16 +36,7 @@ 'GuzzleHttp\\Command\\Guzzle\\' => array($vendorDir . '/guzzlehttp/guzzle-services/src'), 'GuzzleHttp\\Command\\' => array($vendorDir . '/guzzlehttp/command/src'), 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), - 'Grpc\\Gcp\\' => array($vendorDir . '/google/grpc-gcp/src'), - 'Grpc\\' => array($vendorDir . '/grpc/grpc/src/lib'), - 'Google\\Protobuf\\' => array($vendorDir . '/google/protobuf/src/Google/Protobuf'), - 'Google\\Photos\\Library\\Tests\\' => array($vendorDir . '/google/photos-library/tests'), 'Google\\Auth\\' => array($vendorDir . '/google/auth/src'), - 'Google\\ApiCore\\' => array($vendorDir . '/google/gax/src'), - 'Google\\' => array($vendorDir . '/google/common-protos/src'), - 'GPBMetadata\\Google\\Protobuf\\' => array($vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf'), - 'GPBMetadata\\Google\\' => array($vendorDir . '/google/common-protos/metadata', $vendorDir . '/google/gax/metadata'), 'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'), 'Aws\\' => array($vendorDir . '/aws/aws-sdk-php/src'), - '' => array($vendorDir . '/google/grpc-gcp/src/generated', $vendorDir . '/google/photos-library/src'), ); diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 150ca4091..ecbae00d8 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -11,10 +11,10 @@ class ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php', 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', - 'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php', - '383eaff206634a77a1be54e64e6459c7' => __DIR__ . '/..' . '/sabre/uri/lib/functions.php', 'b067bc7112e384b61c701452d53a14a8' => __DIR__ . '/..' . '/mtdowling/jmespath.php/src/JmesPath.php', + '383eaff206634a77a1be54e64e6459c7' => __DIR__ . '/..' . '/sabre/uri/lib/functions.php', '8a9dc1de0ca7e01f3e08231539562f61' => __DIR__ . '/..' . '/aws/aws-sdk-php/src/functions.php', + 'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php', '2b9d0f43f9552984cfa82fee95491826' => __DIR__ . '/..' . '/sabre/event/lib/coroutine.php', 'd81bab31d3feb45bfe2f283ea3c8fdf7' => __DIR__ . '/..' . '/sabre/event/lib/Loop/functions.php', 'a1cce3d26cc15c00fcd0b3354bd72c88' => __DIR__ . '/..' . '/sabre/event/lib/Promise/functions.php', @@ -73,6 +73,8 @@ class ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d 'M' => array ( 'Monolog\\' => 8, + 'Microsoft\\Graph\\Test\\' => 21, + 'Microsoft\\Graph\\' => 16, ), 'K' => array ( @@ -89,15 +91,7 @@ class ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d 'GuzzleHttp\\Command\\Guzzle\\' => 26, 'GuzzleHttp\\Command\\' => 19, 'GuzzleHttp\\' => 11, - 'Grpc\\Gcp\\' => 9, - 'Grpc\\' => 5, - 'Google\\Protobuf\\' => 16, - 'Google\\Photos\\Library\\Tests\\' => 28, 'Google\\Auth\\' => 12, - 'Google\\ApiCore\\' => 15, - 'Google\\' => 7, - 'GPBMetadata\\Google\\Protobuf\\' => 28, - 'GPBMetadata\\Google\\' => 19, ), 'F' => array ( @@ -194,6 +188,14 @@ class ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d array ( 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog', ), + 'Microsoft\\Graph\\Test\\' => + array ( + 0 => __DIR__ . '/..' . '/microsoft/microsoft-graph/tests/Functional', + ), + 'Microsoft\\Graph\\' => + array ( + 0 => __DIR__ . '/..' . '/microsoft/microsoft-graph/src', + ), 'Katzgrau\\KLogger\\' => array ( 0 => __DIR__ . '/..' . '/katzgrau/klogger/src', @@ -222,43 +224,10 @@ class ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d array ( 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', ), - 'Grpc\\Gcp\\' => - array ( - 0 => __DIR__ . '/..' . '/google/grpc-gcp/src', - ), - 'Grpc\\' => - array ( - 0 => __DIR__ . '/..' . '/grpc/grpc/src/lib', - ), - 'Google\\Protobuf\\' => - array ( - 0 => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf', - ), - 'Google\\Photos\\Library\\Tests\\' => - array ( - 0 => __DIR__ . '/..' . '/google/photos-library/tests', - ), 'Google\\Auth\\' => array ( 0 => __DIR__ . '/..' . '/google/auth/src', ), - 'Google\\ApiCore\\' => - array ( - 0 => __DIR__ . '/..' . '/google/gax/src', - ), - 'Google\\' => - array ( - 0 => __DIR__ . '/..' . '/google/common-protos/src', - ), - 'GPBMetadata\\Google\\Protobuf\\' => - array ( - 0 => __DIR__ . '/..' . '/google/protobuf/src/GPBMetadata/Google/Protobuf', - ), - 'GPBMetadata\\Google\\' => - array ( - 0 => __DIR__ . '/..' . '/google/common-protos/metadata', - 1 => __DIR__ . '/..' . '/google/gax/metadata', - ), 'Firebase\\JWT\\' => array ( 0 => __DIR__ . '/..' . '/firebase/php-jwt/src', @@ -269,11 +238,6 @@ class ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d ), ); - public static $fallbackDirsPsr4 = array ( - 0 => __DIR__ . '/..' . '/google/grpc-gcp/src/generated', - 1 => __DIR__ . '/..' . '/google/photos-library/src', - ); - public static $prefixesPsr0 = array ( 'Q' => array ( @@ -292,6 +256,14 @@ class ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d array ( 0 => __DIR__ . '/..' . '/guzzle/guzzle/src', ), + 'Google_Service_' => + array ( + 0 => __DIR__ . '/..' . '/google/apiclient-services/src', + ), + 'Google_' => + array ( + 0 => __DIR__ . '/..' . '/google/apiclient/src', + ), ), 'B' => array ( @@ -328,6 +300,8 @@ class ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d 'Cloudinary\\SignatureVerifier' => __DIR__ . '/..' . '/cloudinary/cloudinary_php/src/SignatureVerifier.php', 'Cloudinary\\Uploader' => __DIR__ . '/..' . '/cloudinary/cloudinary_php/src/Uploader.php', 'Cloudinary\\Utils\\Singleton' => __DIR__ . '/..' . '/cloudinary/cloudinary_php/src/Utils/Singleton.php', + 'Google_Service_Exception' => __DIR__ . '/..' . '/google/apiclient/src/Google/Service/Exception.php', + 'Google_Service_Resource' => __DIR__ . '/..' . '/google/apiclient/src/Google/Service/Resource.php', 'Katzgrau\\KLogger\\Logger' => __DIR__ . '/..' . '/katzgrau/klogger/src/Logger.php', ); @@ -336,7 +310,6 @@ public static function getInitializer(ClassLoader $loader) return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d::$prefixDirsPsr4; - $loader->fallbackDirsPsr4 = ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d::$fallbackDirsPsr4; $loader->prefixesPsr0 = ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d::$prefixesPsr0; $loader->classMap = ComposerStaticInitf8801ffaa241e6a8037414d147a12e8d::$classMap; diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index aa2b63fb1..005e7aed6 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -287,319 +287,158 @@ "homepage": "https://github.com/firebase/php-jwt" }, { - "name": "google/auth", - "version": "v1.5.2", - "version_normalized": "1.5.2.0", + "name": "google/apiclient", + "version": "v2.4.0", + "version_normalized": "2.4.0.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)" }, - "time": "2019-07-22T21:01:31+00:00", + "time": "2019-09-11T17:38:10+00:00", "type": "library", - "installation-source": "dist", - "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" - ] - }, - { - "name": "google/common-protos", - "version": "1.1", - "version_normalized": "1.1.0.0", - "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": "*" - }, - "time": "2019-07-24T01:25:25+00:00", - "type": "library", "installation-source": "dist", "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" - ] - }, - { - "name": "google/gax", - "version": "1.1.2", - "version_normalized": "1.1.2.0", - "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.*" - }, - "time": "2019-09-06T18:27:35+00:00", - "type": "library", - "installation-source": "dist", - "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" ] }, { - "name": "google/grpc-gcp", - "version": "0.1.4", - "version_normalized": "0.1.4.0", + "name": "google/apiclient-services", + "version": "v0.119", + "version_normalized": "0.119.0.0", "source": { "type": "git", - "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git", - "reference": "e1ec44c0c39bd204868e2a2ed3cc87ed9006984e" + "url": "https://github.com/googleapis/google-api-php-client-services.git", + "reference": "580beda87338639b18fc2135b8945d4f898fefae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/e1ec44c0c39bd204868e2a2ed3cc87ed9006984e", - "reference": "e1ec44c0c39bd204868e2a2ed3cc87ed9006984e", + "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/580beda87338639b18fc2135b8945d4f898fefae", + "reference": "580beda87338639b18fc2135b8945d4f898fefae", "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" + "php": ">=5.4" }, "require-dev": { - "google/cloud-spanner": "^1.7", - "phpunit/phpunit": "4.8.36" + "phpunit/phpunit": "~4.8" }, - "time": "2019-02-14T02:21:15+00:00", + "time": "2019-10-18T00:23:50+00:00", "type": "library", "installation-source": "dist", "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" - }, - { - "name": "google/photos-library", - "version": "v1.4.0", - "version_normalized": "1.4.0.0", - "source": { - "type": "git", - "url": "https://github.com/google/php-photoslibrary.git", - "reference": "9d231bec2eef1cb88f1864202ed2834ab7fe127f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/google/php-photoslibrary/zipball/9d231bec2eef1cb88f1864202ed2834ab7fe127f", - "reference": "9d231bec2eef1cb88f1864202ed2834ab7fe127f", - "shasum": "" - }, - "require": { - "google/gax": "^1.0.2", - "google/protobuf": "^3.7.1", - "php": "^5.5 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8|^5.0" - }, - "time": "2019-08-13T01:53:01+00:00", - "type": "library", - "installation-source": "dist", - "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", - "keywords": [ - "google", - "google photos" - ] - }, - { - "name": "google/protobuf", - "version": "v3.9.1", - "version_normalized": "3.9.1.0", - "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" - }, - "time": "2019-08-06T17:47:34+00:00", - "type": "library", - "installation-source": "dist", - "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/", + "description": "Client library for Google APIs", + "homepage": "http://developers.google.com/api-client-library/php", "keywords": [ - "proto" + "google" ] }, { - "name": "grpc/grpc", - "version": "1.22.0", - "version_normalized": "1.22.0.0", + "name": "google/auth", + "version": "v1.6.0", + "version_normalized": "1.6.0.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." }, - "time": "2019-07-03T19:57:39+00:00", + "time": "2019-10-01T18:35:05+00:00", "type": "library", "installation-source": "dist", "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" ] }, { @@ -1062,6 +901,53 @@ "logging" ] }, + { + "name": "microsoft/microsoft-graph", + "version": "1.11.0", + "version_normalized": "1.11.0.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" + }, + "time": "2019-09-26T04:21:23+00:00", + "type": "library", + "installation-source": "dist", + "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/" + }, { "name": "monolog/monolog", "version": "1.25.1", diff --git a/vendor/google/apiclient-services/.github/CONTRIBUTING.md b/vendor/google/apiclient-services/.github/CONTRIBUTING.md new file mode 100644 index 000000000..e852a93ac --- /dev/null +++ b/vendor/google/apiclient-services/.github/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# How to become a contributor and submit your own code + +## Contributor License Agreements + +We'd love to accept your code patches! However, before we can take them, we have to jump a couple of legal hurdles. + +Please fill out either the individual or corporate Contributor License Agreement (CLA). + + * If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an [individual CLA](http://code.google.com/legal/individual-cla-v1.0.html). + * If you work for a company that wants to allow you to contribute your work to this client library, then you'll need to sign a[corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html). + +Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. Once we receive it, we'll add you to the official list of contributors and be able to accept your patches. + +## Submitting Patches + +1. Fork the PHP client library on GitHub +1. Decide which code you want to submit. A submission should be a set of changes that addresses one issue in the issue tracker. Please file one change per issue, and address one issue per change. If you want to make a change that doesn't have a corresponding issue in the issue tracker, please file a new ticket! +1. Ensure that your code adheres to standard PHP conventions, as used in the rest of the library. +1. Ensure that there are unit tests for your code. +1. Sign a Contributor License Agreement (see above). +1. Submit a pull request with your patch on Github. + diff --git a/vendor/google/gax/.github/ISSUE_TEMPLATE/bug_report.md b/vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/bug_report.md similarity index 95% rename from vendor/google/gax/.github/ISSUE_TEMPLATE/bug_report.md rename to vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/bug_report.md index 26a7b073c..34d05aac4 100644 --- a/vendor/google/gax/.github/ISSUE_TEMPLATE/bug_report.md +++ b/vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,7 @@ Thanks for stopping by to let us know something could be better! Please run down the following list and make sure you've tried the usual "quick fixes": - - Search the issues already opened: https://github.com/googleapis/gax-php/issues + - Search the issues already opened: https://github.com/googleapis/google-api-php-client-services/issues - Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+php If you are still having issues, please be sure to include as much information as possible: diff --git a/vendor/google/gax/.github/ISSUE_TEMPLATE/feature_request.md b/vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from vendor/google/gax/.github/ISSUE_TEMPLATE/feature_request.md rename to vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/feature_request.md diff --git a/vendor/google/gax/.github/ISSUE_TEMPLATE/support_request.md b/vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/support_request.md similarity index 100% rename from vendor/google/gax/.github/ISSUE_TEMPLATE/support_request.md rename to vendor/google/apiclient-services/.github/ISSUE_TEMPLATE/support_request.md diff --git a/vendor/google/apiclient-services/.gitignore b/vendor/google/apiclient-services/.gitignore new file mode 100644 index 000000000..01150f6f5 --- /dev/null +++ b/vendor/google/apiclient-services/.gitignore @@ -0,0 +1,4 @@ +vendor +composer.lock +src/Google/Service/Compute/HTTPHealthCheck.php +src/Google/Service/Compute/HTTPSHealthCheck.php diff --git a/vendor/google/apiclient-services/.travis.yml b/vendor/google/apiclient-services/.travis.yml new file mode 100644 index 000000000..07ae303cd --- /dev/null +++ b/vendor/google/apiclient-services/.travis.yml @@ -0,0 +1,15 @@ +language: php + +php: + - 5.4 + - 5.5 + - 5.6 + - 7.0 + - 7.1 + - 7.2 + +install: + - composer install + +script: + - phpunit diff --git a/vendor/google/gax/CODE_OF_CONDUCT.md b/vendor/google/apiclient-services/CODE_OF_CONDUCT.md similarity index 100% rename from vendor/google/gax/CODE_OF_CONDUCT.md rename to vendor/google/apiclient-services/CODE_OF_CONDUCT.md diff --git a/vendor/google/apiclient-services/LICENSE b/vendor/google/apiclient-services/LICENSE new file mode 100644 index 000000000..a148ba564 --- /dev/null +++ b/vendor/google/apiclient-services/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-services/README.md b/vendor/google/apiclient-services/README.md new file mode 100644 index 000000000..016b21c31 --- /dev/null +++ b/vendor/google/apiclient-services/README.md @@ -0,0 +1,23 @@ +Google PHP API Client Services +============================== + +## Requirements + +[Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases) + +## Usage in v2 of Google API PHP Client + +This library is automatically updated daily with new API changes, and tagged weekly. +It is installed as part of the +[Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases) +library via Composer, which will pull down the most recent tag. + +## Usage in v1 + +If you are currently using the [`v1-master`](https://github.com/googleapis/google-api-php-client/tree/v1-master) +branch of the client library, but want to use the latest API services, you can +do so by requiring this library directly into your project via the same composer command: + +```sh +composer require google/apiclient-services:dev-master +``` diff --git a/vendor/google/apiclient-services/composer.json b/vendor/google/apiclient-services/composer.json new file mode 100644 index 000000000..7c319d053 --- /dev/null +++ b/vendor/google/apiclient-services/composer.json @@ -0,0 +1,19 @@ +{ + "name": "google/apiclient-services", + "type": "library", + "description": "Client library for Google APIs", + "keywords": ["google"], + "homepage": "http://developers.google.com/api-client-library/php", + "license": "Apache-2.0", + "require": { + "php": ">=5.4" + }, + "require-dev": { + "phpunit/phpunit": "~4.8" + }, + "autoload": { + "psr-0": { + "Google_Service_": "src" + } + } +} diff --git a/vendor/google/apiclient-services/phpunit.xml b/vendor/google/apiclient-services/phpunit.xml new file mode 100644 index 000000000..d112e5a34 --- /dev/null +++ b/vendor/google/apiclient-services/phpunit.xml @@ -0,0 +1,11 @@ + + + + + tests + + + diff --git a/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport.php b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport.php new file mode 100644 index 000000000..010f689e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/AbusiveExperienceReport.php @@ -0,0 +1,92 @@ + + * Views Abusive Experience Report data, and gets a list of sites that have a + * significant number of abusive experiences.

+ * + *

+ * 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'], "
\n"; +} +``` + +### Authentication with OAuth ### + +> An example of this can be seen in [`examples/simple-file-upload.php`](examples/simple-file-upload.php). + +1. Follow the instructions to [Create Web Application Credentials](docs/oauth-web.md#create-authorization-credentials) +1. Download the JSON credentials +1. Set the path to these credentials using `Google_Client::setAuthConfig`: + + ```php + $client = new Google_Client(); + $client->setAuthConfig('/path/to/client_credentials.json'); + ``` + +1. Set the scopes required for the API you are going to call + + ```php + $client->addScope(Google_Service_Drive::DRIVE); + ``` + +1. Set your application's redirect URI + + ```php + // Your redirect URI can be any registered URI, but in this example + // we redirect back to this same page + $redirect_uri = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']; + $client->setRedirectUri($redirect_uri); + ``` + +1. In the script handling the redirect URI, exchange the authorization code for an access token: + + ```php + if (isset($_GET['code'])) { + $token = $client->fetchAccessTokenWithAuthCode($_GET['code']); + } + ``` + +### Authentication with Service Accounts ### + +> An example of this can be seen in [`examples/service-account.php`](examples/service-account.php). + +Some APIs +(such as the [YouTube Data API](https://developers.google.com/youtube/v3/)) do +not support service accounts. Check with the specific API documentation if API +calls return unexpected 401 or 403 errors. + +1. Follow the instructions to [Create a Service Account](docs/oauth-server.md#creating-a-service-account) +1. Download the JSON credentials +1. Set the path to these credentials using the `GOOGLE_APPLICATION_CREDENTIALS` environment variable: + + ```php + putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json'); + ``` + +1. Tell the Google client to use your service account credentials to authenticate: + + ```php + $client = new Google_Client(); + $client->useApplicationDefaultCredentials(); + ``` + +1. Set the scopes required for the API you are going to call + + ```php + $client->addScope(Google_Service_Drive::DRIVE); + ``` + +1. If you have delegated domain-wide access to the service account and you want to impersonate a user account, specify the email address of the user account using the method setSubject: + + ```php + $client->setSubject($user_to_impersonate); + ``` + +### Making Requests ### + +The classes used to call the API in [google-api-php-client-services](https://github.com/googleapis/google-api-php-client-services) are autogenerated. They map directly to the JSON requests and responses found in the [APIs Explorer](https://developers.google.com/apis-explorer/#p/). + +A JSON request to the [Datastore API](https://developers.google.com/apis-explorer/#p/datastore/v1beta3/datastore.projects.runQuery) would look like this: + +```json +POST https://datastore.googleapis.com/v1beta3/projects/YOUR_PROJECT_ID:runQuery?key=YOUR_API_KEY + +{ + "query": { + "kind": [{ + "name": "Book" + }], + "order": [{ + "property": { + "name": "title" + }, + "direction": "descending" + }], + "limit": 10 + } +} +``` + +Using this library, the same call would look something like this: + +```php +// create the datastore service class +$datastore = new Google_Service_Datastore($client); + +// build the query - this maps directly to the JSON +$query = new Google_Service_Datastore_Query([ + 'kind' => [ + [ + 'name' => 'Book', + ], + ], + 'order' => [ + 'property' => [ + 'name' => 'title', + ], + 'direction' => 'descending', + ], + 'limit' => 10, +]); + +// build the request and response +$request = new Google_Service_Datastore_RunQueryRequest(['query' => $query]); +$response = $datastore->projects->runQuery('YOUR_DATASET_ID', $request); +``` + +However, as each property of the JSON API has a corresponding generated class, the above code could also be written like this: + +```php +// create the datastore service class +$datastore = new Google_Service_Datastore($client); + +// build the query +$request = new Google_Service_Datastore_RunQueryRequest(); +$query = new Google_Service_Datastore_Query(); +// - set the order +$order = new Google_Service_Datastore_PropertyOrder(); +$order->setDirection('descending'); +$property = new Google_Service_Datastore_PropertyReference(); +$property->setName('title'); +$order->setProperty($property); +$query->setOrder([$order]); +// - set the kinds +$kind = new Google_Service_Datastore_KindExpression(); +$kind->setName('Book'); +$query->setKinds([$kind]); +// - set the limit +$query->setLimit(10); + +// add the query to the request and make the request +$request->setQuery($query); +$response = $datastore->projects->runQuery('YOUR_DATASET_ID', $request); +``` + +The method used is a matter of preference, but *it will be very difficult to use this library without first understanding the JSON syntax for the API*, so it is recommended to look at the [APIs Explorer](https://developers.google.com/apis-explorer/#p/) before using any of the services here. + +### Making HTTP Requests Directly ### + +If Google Authentication is desired for external applications, or a Google API is not available yet in this library, HTTP requests can be made directly. + +The `authorize` method returns an authorized [Guzzle Client](http://docs.guzzlephp.org/), so any request made using the client will contain the corresponding authorization. + +```php +// create the Google client +$client = new Google_Client(); + +/** + * Set your method for authentication. Depending on the API, This could be + * directly with an access token, API key, or (recommended) using + * Application Default Credentials. + */ +$client->useApplicationDefaultCredentials(); +$client->addScope(Google_Service_Plus::PLUS_ME); + +// returns a Guzzle HTTP Client +$httpClient = $client->authorize(); + +// make an HTTP request +$response = $httpClient->get('https://www.googleapis.com/plus/v1/people/me'); +``` + +### Caching ### + +It is recommended to use another caching library to improve performance. This can be done by passing a [PSR-6](https://www.php-fig.org/psr/psr-6/) compatible library to the client: + +```php +use League\Flysystem\Adapter\Local; +use League\Flysystem\Filesystem; +use Cache\Adapter\Filesystem\FilesystemCachePool; + +$filesystemAdapter = new Local(__DIR__.'/'); +$filesystem = new Filesystem($filesystemAdapter); + +$cache = new FilesystemCachePool($filesystem); +$client->setCache($cache); +``` + +In this example we use [PHP Cache](http://www.php-cache.com/). Add this to your project with composer: + +``` +composer require cache/filesystem-adapter +``` + +### Updating Tokens ### + +When using [Refresh Tokens](https://developers.google.com/identity/protocols/OAuth2InstalledApp#offline) or [Service Account Credentials](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#overview), it may be useful to perform some action when a new access token is granted. To do this, pass a callable to the `setTokenCallback` method on the client: + +```php +$logger = new Monolog\Logger; +$tokenCallback = function ($cacheKey, $accessToken) use ($logger) { + $logger->debug(sprintf('new access token received at cache key %s', $cacheKey)); +}; +$client->setTokenCallback($tokenCallback); +``` + +### Debugging Your HTTP Request using Charles ### + +It is often very useful to debug your API calls by viewing the raw HTTP request. This library supports the use of [Charles Web Proxy](https://www.charlesproxy.com/documentation/getting-started/). Download and run Charles, and then capture all HTTP traffic through Charles with the following code: + +```php +// FOR DEBUGGING ONLY +$httpClient = new GuzzleHttp\Client([ + 'proxy' => 'localhost:8888', // by default, Charles runs on localhost port 8888 + 'verify' => false, // otherwise HTTPS requests will fail. +]); + +$client = new Google_Client(); +$client->setHttpClient($httpClient); +``` + +Now all calls made by this library will appear in the Charles UI. + +One additional step is required in Charles to view SSL requests. Go to **Charles > Proxy > SSL Proxying Settings** and add the domain you'd like captured. In the case of the Google APIs, this is usually `*.googleapis.com`. + +### Controlling HTTP Client Configuration Directly + +Google API Client uses [Guzzle](http://docs.guzzlephp.org/) as its default HTTP client. That means that you can control your HTTP requests in the same manner you would for any application using Guzzle. + +Let's say, for instance, we wished to apply a referrer to each request. + +```php +use GuzzleHttp\Client; + +$httpClient = new Client([ + 'headers' => [ + 'referer' => 'mysite.com' + ] +]); + +$client = new Google_Client(); +$client->setHttpClient($httpClient); +``` + +Other Guzzle features such as [Handlers and Middleware](http://docs.guzzlephp.org/en/stable/handlers-and-middleware.html) offer even more control. + +### Service Specific Examples ### + +YouTube: https://github.com/youtube/api-samples/tree/master/php + +## How Do I Contribute? ## + +Please see the [contributing](.github/CONTRIBUTING.md) page for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement. + +## Frequently Asked Questions ## + +### What do I do if something isn't working? ### + +For support with the library the best place to ask is via the google-api-php-client tag on StackOverflow: https://stackoverflow.com/questions/tagged/google-api-php-client + +If there is a specific bug with the library, please [file an issue](https://github.com/googleapis/google-api-php-client/issues) in the GitHub issues tracker, including an example of the failing code and any specific errors retrieved. Feature requests can also be filed, as long as they are core library requests, and not-API specific: for those, refer to the documentation for the individual APIs for the best place to file requests. Please try to provide a clear statement of the problem that the feature would address. + +### I want an example of X! ### + +If X is a feature of the library, file away! If X is an example of using a specific service, the best place to go is to the teams for those specific APIs - our preference is to link to their examples rather than add them to the library, as they can then pin to specific versions of the library. If you have any examples for other APIs, let us know and we will happily add a link to the README above! + +### Why does Google_..._Service have weird names? ### + +The _Service classes are generally automatically generated from the API discovery documents: https://developers.google.com/discovery/. Sometimes new features are added to APIs with unusual names, which can cause some unexpected or non-standard style naming in the PHP classes. + +### How do I deal with non-JSON response types? ### + +Some services return XML or similar by default, rather than JSON, which is what the library supports. You can request a JSON response by adding an 'alt' argument to optional params that is normally the last argument to a method call: + +``` +$opt_params = array( + 'alt' => "json" +); +``` + +### How do I set a field to null? ### + +The library strips out nulls from the objects sent to the Google APIs as its the default value of all of the uninitialized properties. To work around this, set the field you want to null to `Google_Model::NULL_VALUE`. This is a placeholder that will be replaced with a true null when sent over the wire. + +## Code Quality ## + +Run the PHPUnit tests with PHPUnit. You can configure an API key and token in BaseTest.php to run all calls, but this will require some setup on the Google Developer Console. + + phpunit tests/ + +### Coding Style + +To check for coding style violations, run + +``` +vendor/bin/phpcs src --standard=style/ruleset.xml -np +``` + +To automatically fix (fixable) coding style violations, run + +``` +vendor/bin/phpcbf src --standard=style/ruleset.xml +``` diff --git a/vendor/google/apiclient/composer.json b/vendor/google/apiclient/composer.json new file mode 100644 index 000000000..d69dca5a8 --- /dev/null +++ b/vendor/google/apiclient/composer.json @@ -0,0 +1,43 @@ +{ + "name": "google/apiclient", + "type": "library", + "description": "Client library for Google APIs", + "keywords": ["google"], + "homepage": "http://developers.google.com/api-client-library/php", + "license": "Apache-2.0", + "require": { + "php": ">=5.4", + "google/auth": "^1.0", + "google/apiclient-services": "~0.13", + "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0", + "monolog/monolog": "^1.17|^2.0", + "phpseclib/phpseclib": "~0.3.10||~2.0", + "guzzlehttp/guzzle": "~5.3.1||~6.0", + "guzzlehttp/psr7": "^1.2" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.36", + "squizlabs/php_codesniffer": "~2.3", + "symfony/dom-crawler": "~2.1", + "symfony/css-selector": "~2.1", + "cache/filesystem-adapter": "^0.3.2", + "phpcompatibility/php-compatibility": "^9.2", + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0" + }, + "suggest": { + "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)" + }, + "autoload": { + "psr-0": { + "Google_": "src/" + }, + "classmap": [ + "src/Google/Service/" + ] + }, + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + } +} diff --git a/vendor/google/apiclient/docs/README.md b/vendor/google/apiclient/docs/README.md new file mode 100644 index 000000000..b7ad418c4 --- /dev/null +++ b/vendor/google/apiclient/docs/README.md @@ -0,0 +1,15 @@ +# Google API Client LIbrary for PHP Docs + +The Google API Client Library for PHP offers simple, flexible access to many Google APIs. + +## Documentation + +- [Getting Started](start.md) +- [API Keys](api-keys.md) +- [Auth](auth.md) +- [Installation](install.md) +- [Media](media.md) +- [OAuth Server](oauth-server.md) +- [OAuth Web](oauth-web.md) +- [Pagination](pagination.md) +- [Parameters](parameters.md) \ No newline at end of file diff --git a/vendor/google/apiclient/docs/api-keys.md b/vendor/google/apiclient/docs/api-keys.md new file mode 100644 index 000000000..7828651f7 --- /dev/null +++ b/vendor/google/apiclient/docs/api-keys.md @@ -0,0 +1,13 @@ +# API Keys + +When calling APIs that do not access private user data, you can use simple API keys. These keys are used to authenticate your application for accounting purposes. The Google Developers Console documentation also describes [API keys](https://developers.google.com/console/help/using-keys). + +> Note: If you do need to access private user data, you must use OAuth 2.0. See [Using OAuth 2.0 for Web Server Applications](/docs/oauth-web.md) and [Using OAuth 2.0 for Server to Server Applications](/docs/oauth-server.md) for more information. + +## Using API Keys + +To use API keys, call the `setDeveloperKey()` method of the `Google_Client` object before making any API calls. For example: + +```php +$client->setDeveloperKey($api_key); +``` diff --git a/vendor/google/apiclient/docs/auth.md b/vendor/google/apiclient/docs/auth.md new file mode 100644 index 000000000..65dc24630 --- /dev/null +++ b/vendor/google/apiclient/docs/auth.md @@ -0,0 +1,11 @@ +# Authorization + +The Google PHP Client Library supports several methods for making authenticated calls to the Google APIs. + +- [API Keys](api-keys.md) +- [OAuth 2.0 For Webservers](oauth-web.md) +- [OAuth 2.0 Service Accounts](oauth-server.md) + +In addition, it supports a method of identifying users without granting access to make Google API calls. + +- [ID Token Verification](id-token.md) \ No newline at end of file diff --git a/vendor/google/apiclient/docs/id-token.md b/vendor/google/apiclient/docs/id-token.md new file mode 100644 index 000000000..56456fa88 --- /dev/null +++ b/vendor/google/apiclient/docs/id-token.md @@ -0,0 +1,22 @@ +# ID Token Authentication + +ID tokens allow authenticating a user securely without requiring a network call (in many cases), and without granting the server access to request user information from the Google APIs. + +> For a complete example, see the [idtoken.php](https://github.com/googleapis/google-api-php-client/blob/master/examples/idtoken.php) sample in the examples/ directory of the client library. + +This is accomplished because each ID token is a cryptographically signed, base64 encoded JSON structure. The token payload includes the Google user ID, the client ID of the application the user signed in to, and the issuer (in this case, Google). It also contains a cryptographic signature which can be verified with the public Google certificates to ensure that the token was created by Google. If the user has granted permission to view their email address to the application, the ID token will additionally include their email address. + +The token can be easily and securely verified with the PHP client library + +```php +function getUserFromToken($token) { + $ticket = $client->verifyIdToken($token); + if ($ticket) { + $data = $ticket->getAttributes(); + return $data['payload']['sub']; // user ID + } + return false +} +``` + +The library will automatically download and cache the certificate required for verification, and refresh it if it has expired. diff --git a/vendor/google/apiclient/docs/install.md b/vendor/google/apiclient/docs/install.md new file mode 100644 index 000000000..84b9208d5 --- /dev/null +++ b/vendor/google/apiclient/docs/install.md @@ -0,0 +1,39 @@ +# Installation + +This page contains information about installing the Google APIs Client Library for PHP. + +## Requirements + +* PHP version 5.4 or greater. + +## Obtaining the client library + +There are two options for obtaining the files for the client library. + +### Using Composer + +You can install the library by adding it as a dependency to your composer.json. + +```json +"require": { + "google/apiclient": "^2.0" +} +``` + +### Downloading from GitHub + +Follow [the instructions in the README](https://github.com/google/google-api-php-client#download-the-release) to download the package locally. + +### What to do with the files + +After obtaining the files, include the autloader. If you used Composer, your require statement will look like this: + +```php +require_once '/path/to/your-project/vendor/autoload.php'; +``` + +If you downloaded the package separately, your require statement will look like this: + +```php +require_once '/path/to/google-api-php-client/vendor/autoload.php'; +``` \ No newline at end of file diff --git a/vendor/google/apiclient/docs/media.md b/vendor/google/apiclient/docs/media.md new file mode 100644 index 000000000..783e632bc --- /dev/null +++ b/vendor/google/apiclient/docs/media.md @@ -0,0 +1,75 @@ +# Media Upload + +The PHP client library allows for uploading large files for use with APIs such as Drive or YouTube. There are three different methods available. + +## Simple Upload + +In the simple upload case, the data is passed as the body of the request made to the server. This limits the ability to specify metadata, but is very easy to use. + +```php +$file = new Google_Service_Drive_DriveFile(); +$result = $service->files->insert($file, array( + 'data' => file_get_contents("path/to/file"), + 'mimeType' => 'application/octet-stream', + 'uploadType' => 'media' +)); +``` + +## Multipart File Upload + +With multipart file uploads, the uploaded file is sent as one part of a multipart form post. This allows metadata about the file object to be sent as part of the post as well. This is triggered by specifying the _multipart_ uploadType. + +```php +$file = new Google_Service_Drive_DriveFile(); +$file->setTitle("Hello World!"); +$result = $service->files->insert($file, array( + 'data' => file_get_contents("path/to/file"), + 'mimeType' => 'application/octet-stream', + 'uploadType' => 'multipart' +)); +``` + +## Resumable File Upload + +It is also possible to split the upload across multiple requests. This is convenient for larger files, and allows resumption of the upload if there is a problem. Resumable uploads can be sent with separate metadata. + +```php +$file = new Google_Service_Drive_DriveFile(); +$file->title = "Big File"; +$chunkSizeBytes = 1 * 1024 * 1024; + +// Call the API with the media upload, defer so it doesn't immediately return. +$client->setDefer(true); +$request = $service->files->insert($file); + +// Create a media file upload to represent our upload process. +$media = new Google_Http_MediaFileUpload( + $client, + $request, + 'text/plain', + null, + true, + $chunkSizeBytes +); +$media->setFileSize(filesize("path/to/file")); + +// Upload the various chunks. $status will be false until the process is +// complete. +$status = false; +$handle = fopen("path/to/file", "rb"); +while (!$status && !feof($handle)) { + $chunk = fread($handle, $chunkSizeBytes); + $status = $media->nextChunk($chunk); + } + +// The final value of $status will be the data from the API for the object +// that has been uploaded. +$result = false; +if($status != false) { + $result = $status; +} + +fclose($handle); +// Reset to the client to execute requests immediately in the future. +$client->setDefer(false); +``` \ No newline at end of file diff --git a/vendor/google/apiclient/docs/oauth-server.md b/vendor/google/apiclient/docs/oauth-server.md new file mode 100644 index 000000000..cba985435 --- /dev/null +++ b/vendor/google/apiclient/docs/oauth-server.md @@ -0,0 +1,144 @@ +# Using OAuth 2.0 for Server to Server Applications + +The Google APIs Client Library for PHP supports using OAuth 2.0 for server-to-server interactions such as those between a web application and a Google service. For this scenario you need a service account, which is an account that belongs to your application instead of to an individual end user. Your application calls Google APIs on behalf of the service account, so users aren't directly involved. This scenario is sometimes called "two-legged OAuth," or "2LO." (The related term "three-legged OAuth" refers to scenarios in which your application calls Google APIs on behalf of end users, and in which user consent is sometimes required.) + +Typically, an application uses a service account when the application uses Google APIs to work with its own data rather than a user's data. For example, an application that uses [Google Cloud Datastore](https://cloud.google.com/datastore/) for data persistence would use a service account to authenticate its calls to the Google Cloud Datastore API. + +If you have a G Suite domain—if you use [G Suite Business](https://gsuite.google.com), for example—an administrator of the G Suite domain can authorize an application to access user data on behalf of users in the G Suite domain. For example, an application that uses the [Google Calendar API](https://developers.google.com/google-apps/calendar/) to add events to the calendars of all users in a G Suite domain would use a service account to access the Google Calendar API on behalf of users. Authorizing a service account to access data on behalf of users in a domain is sometimes referred to as "delegating domain-wide authority" to a service account. + +> **Note:** When you use [G Suite Marketplace](https://www.google.com/enterprise/marketplace/) to install an application for your domain, the required permissions are automatically granted to the application. You do not need to manually authorize the service accounts that the application uses. + +> **Note:** Although you can use service accounts in applications that run from a G Suite domain, service accounts are not members of your G Suite account and aren't subject to domain policies set by G Suite administrators. For example, a policy set in the G Suite admin console to restrict the ability of Apps end users to share documents outside of the domain would not apply to service accounts. + +This document describes how an application can complete the server-to-server OAuth 2.0 flow by using the Google APIs Client Library for PHP. + +## Overview + +To support server-to-server interactions, first create a service account for your project in the Developers Console. If you want to access user data for users in your G Suite domain, then delegate domain-wide access to the service account. + +Then, your application prepares to make authorized API calls by using the service account's credentials to request an access token from the OAuth 2.0 auth server. + +Finally, your application can use the access token to call Google APIs. + +## Creating a service account + +A service account's credentials include a generated email address that is unique, a client ID, and at least one public/private key pair. + +If your application runs on Google App Engine, a service account is set up automatically when you create your project. + +If your application doesn't run on Google App Engine or Google Compute Engine, you must obtain these credentials in the Google Developers Console. To generate service-account credentials, or to view the public credentials that you've already generated, do the following: + +If your application runs on Google App Engine, a service account is set up automatically when you create your project. + +If your application doesn't run on Google App Engine or Google Compute Engine, you must obtain these credentials in the Google Developers Console. To generate service-account credentials, or to view the public credentials that you've already generated, do the following: + +1. Open the [**Service accounts** section](https://console.developers.google.com/permissions/serviceaccounts?project=_) of the Developers Console's **Permissions** page. +2. Click **Create service account**. +3. In the **Create service account** window, type a name for the service account and select **Furnish a new private key**. If you want to [grant G Suite domain-wide authority](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority) to the service account, also select **Enable G Suite Domain-wide Delegation**. Then, click **Create**. + +Your new public/private key pair is generated and downloaded to your machine; it serves as the only copy of this key. You are responsible for storing it securely. + +You can return to the [Developers Console](https://console.developers.google.com/) at any time to view the client ID, email address, and public key fingerprints, or to generate additional public/private key pairs. For more details about service account credentials in the Developers Console, see [Service accounts](https://developers.google.com/console/help/service-accounts) in the Developers Console help file. + +Take note of the service account's email address and store the service account's private key file in a location accessible to your application. Your application needs them to make authorized API calls. + +**Note:** You must store and manage private keys securely in both development and production environments. Google does not keep a copy of your private keys, only your public keys. + +### Delegating domain-wide authority to the service account + +If your application runs in a G Suite domain and accesses user data, the service account that you created needs to be granted access to the user data that you want to access. + +The following steps must be performed by an administrator of the G Suite domain: + +1. Go to your G Suite domain’s [Admin console](http://admin.google.com). +2. Select **Security** from the list of controls. If you don't see **Security** listed, select **More controls** from the gray bar at the bottom of the page, then select **Security** from the list of controls. If you can't see the controls, make sure you're signed in as an administrator for the domain. +3. Select **Advanced settings** from the list of options. +4. Select **Manage third party OAuth Client access** in the **Authentication** section. +5. In the **Client name** field enter the service account's **Client ID**. +6. In the **One or More API Scopes** field enter the list of scopes that your application should be granted access to. For example, if your application needs domain-wide access to the Google Drive API and the Google Calendar API, enter: https://www.googleapis.com/auth/drive, https://www.googleapis.com/auth/calendar. +7. Click **Authorize**. + +Your application now has the authority to make API calls as users in your domain (to "impersonate" users). When you prepare to make authorized API calls, you specify the user to impersonate. + +[](#top_of_page)Preparing to make an authorized API call +-------------------------------------------------------- + +After you have obtained the client email address and private key from the Developers Console, set the path to these credentials in the `GOOGLE_APPLICATION_CREDENTIALS` environment variable ( **Note:** This is not required in the App Engine environment): + +```php +putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json'); +``` + +Call the `useApplicationDefaultCredentials` to use your service account credentials to authenticate: + +```php +$client = new Google_Client(); +$client->useApplicationDefaultCredentials(); +``` + +If you have delegated domain-wide access to the service account and you want to impersonate a user account, specify the email address of the user account using the method `setSubject`: + +```php +$client->setSubject($user_to_impersonate); +``` + +Use the authorized `Google_Client` object to call Google APIs in your application. + +## Calling Google APIs + +Use the authorized `Google_Client` object to call Google APIs by completing the following steps: + +1. Build a service object for the API that you want to call, providing the authorized `Google_Client` object. For example, to call the Cloud SQL Administration API: + + ```php + $sqladmin = new Google_Service_SQLAdmin($client); + ``` + +2. Make requests to the API service using the [interface provided by the service object](https://github.com/googleapis/google-api-php-client/blob/master/docs/start.md#build-the-service-object). For example, to list the instances of Cloud SQL databases in the examinable-example-123 project: + + ```php + $response = $sqladmin->instances->listInstances('examinable-example-123')->getItems(); + ``` + +## Complete example + +The following example prints a JSON-formatted list of Cloud SQL instances in a project. + +To run this example: + +1. Create a new directory and change to it. For example: + + ```sh + mkdir ~/php-oauth2-example + cd ~/php-oauth2-example + ``` + +2. Install the [Google API Client Library](https://github.com/google/google-api-php-client) for PHP using [Composer](https://getcomposer.org): + + ```sh + composer require google/apiclient:^2.0 + ``` + +3. Create the file sqlinstances.php with the content below. +4. Run the example from the command line: + + ``` + php ~/php-oauth2-example/sqlinstances.php + ``` + +### sqlinstances.php + +```php +useApplicationDefaultCredentials(); + +$sqladmin = new Google_Service_SQLAdmin($client); +$response = $sqladmin->instances + ->listInstances('examinable-example-123')->getItems(); +echo json_encode($response) . "\n"; +``` diff --git a/vendor/google/apiclient/docs/oauth-web.md b/vendor/google/apiclient/docs/oauth-web.md new file mode 100644 index 000000000..96314a76a --- /dev/null +++ b/vendor/google/apiclient/docs/oauth-web.md @@ -0,0 +1,424 @@ +# Using OAuth 2.0 for Web Server Applications + +This document explains how web server applications use the Google API Client Library for PHP to implement OAuth 2.0 authorization to access Google APIs. OAuth 2.0 allows users to share specific data with an application while keeping their usernames, passwords, and other information private. For example, an application can use OAuth 2.0 to obtain permission from users to store files in their Google Drives. + +This OAuth 2.0 flow is specifically for user authorization. It is designed for applications that can store confidential information and maintain state. A properly authorized web server application can access an API while the user interacts with the application or after the user has left the application. + +Web server applications frequently also use [service accounts](oauth-server.md) to authorize API requests, particularly when calling Cloud APIs to access project-based data rather than user-specific data. Web server applications can use service accounts in conjunction with user authorization. + +## Prerequisites + +### Enable APIs for your project + +Any application that calls Google APIs needs to enable those APIs in the API Console. To enable the appropriate APIs for your project: + +1. Open the [Library](https://console.developers.google.com/apis/library) page in the API Console. +2. Select the project associated with your application. Create a project if you do not have one already. +3. Use the **Library** page to find each API that your application will use. Click on each API and enable it for your project. + +### Create authorization credentials + +Any application that uses OAuth 2.0 to access Google APIs must have authorization credentials that identify the application to Google's OAuth 2.0 server. The following steps explain how to create credentials for your project. Your applications can then use the credentials to access APIs that you have enabled for that project. + +1. Open the [Credentials page](https://console.developers.google.com/apis/credentials) in the API Console. +2. Click **Create credentials > OAuth client ID**. +3. Complete the form. Set the application type to `Web application`. Applications that use languages and frameworks like PHP, Java, Python, Ruby, and .NET must specify authorized **redirect URIs**. The redirect URIs are the endpoints to which the OAuth 2.0 server can send responses. + + For testing, you can specify URIs that refer to the local machine, such as `http://localhost:8080`. With that in mind, please note that all of the examples in this document use `http://localhost:8080` as the redirect URI. + + We recommend that you design your app's auth endpoints so that your application does not expose authorization codes to other resources on the page. + +After creating your credentials, download the **client_secret.json** file from the API Console. Securely store the file in a location that only your application can access. + +> **Important:** Do not store the **client_secret.json** file in a publicly-accessible location. In addition, if you share the source code to your application—for example, on GitHub—store the **client_secret.json** file outside of your source tree to avoid inadvertently sharing your client credentials. + +### Identify access scopes + +Scopes enable your application to only request access to the resources that it needs while also enabling users to control the amount of access that they grant to your application. Thus, there may be an inverse relationship between the number of scopes requested and the likelihood of obtaining user consent. + +Before you start implementing OAuth 2.0 authorization, we recommend that you identify the scopes that your app will need permission to access. + +We also recommend that your application request access to authorization scopes via an [incremental authorization](#incremental-authorization) process, in which your application requests access to user data in context. This best practice helps users to more easily understand why your application needs the access it is requesting. + +The [OAuth 2.0 API Scopes](https://developers.google.com/identity/protocols/googlescopes) document contains a full list of scopes that you might use to access Google APIs. + +> If your public application uses scopes that permit access to certain user data, it must pass review. If you see **unverified app** on the screen when testing your application, you must submit a verification request to remove it. Find out more about [unverified apps](https://support.google.com/cloud/answer/7454865) and get answers to [frequently asked questions about app verification](https://support.google.com/cloud/answer/9110914) in the Help Center. + +### Language-specific requirements + +To run any of the code samples in this document, you'll need a Google account, access to the Internet, and a web browser. If you are using one of the API client libraries, also see the language-specific requirements below. + +To run the PHP code samples in this document, you'll need: + +* PHP 5.4 or greater with the command-line interface (CLI) and JSON extension installed. +* The [Composer](https://getcomposer.org/) dependency management tool. +* The Google APIs Client Library for PHP: + ```sh + php composer.phar require google/apiclient:^2.0 + ``` + +## Obtaining OAuth 2.0 access tokens + +The following steps show how your application interacts with Google's OAuth 2.0 server to obtain a user's consent to perform an API request on the user's behalf. Your application must have that consent before it can execute a Google API request that requires user authorization. + +The list below quickly summarizes these steps: + +1. Your application identifies the permissions it needs. +2. Your application redirects the user to Google along with the list of requested permissions. +3. The user decides whether to grant the permissions to your application. +4. Your application finds out what the user decided. +5. If the user granted the requested permissions, your application retrieves tokens needed to make API requests on the user's behalf. + +### Step 1: Set authorization parameters + +Your first step is to create the authorization request. That request sets parameters that identify your application and define the permissions that the user will be asked to grant to your application. + +The code snippet below creates a `Google_Client()` object, which defines the parameters in the authorization request. + +That object uses information from your **client_secret.json** file to identify your application. The object also identifies the scopes that your application is requesting permission to access and the URL to your application's auth endpoint, which will handle the response from Google's OAuth 2.0 server. Finally, the code sets the optional access_type and include_granted_scopes parameters. + +For example, this code requests read-only, offline access to a user's Google Drive: + +```php +$client = new Google_Client(); +$client->setAuthConfig('client_secret.json'); +$client->addScope(Google_Service_Drive::DRIVE_METADATA_READONLY); +$client->setRedirectUri('http://' . $_SERVER['HTTP_HOST'] . '/oauth2callback.php'); +$client->setAccessType('offline'); // offline access +$client->setIncludeGrantedScopes(true); // incremental auth +``` + +The request specifies the following information: + +#### Parameters + +##### `client_id` + +**Required**. The client ID for your application. You can find this value in the [API Console](https://console.developers.google.com/). In PHP, call the `setAuthConfig` function to load authorization credentials from a **client_secret.json** file. + +```php +$client = new Google_Client(); +$client->setAuthConfig('client_secret.json'); +``` + +##### `redirect_uri` + +**Required**. Determines where the API server redirects the user after the user completes the authorization flow. The value must exactly match one of the authorized redirect URIs for the OAuth 2.0 client, which you configured in the [API Console](https://console.developers.google.com/). If this value doesn't match an authorized URI, you will get a 'redirect_uri_mismatch' error. Note that the `http` or `https` scheme, case, and trailing slash ('`/`') must all match. + +To set this value in PHP, call the `setRedirectUri` function. Note that you must specify a valid redirect URI for your API Console project. + +```php +$client->setRedirectUri('http://localhost:8080/oauth2callback.php'); +``` + +##### `scope` + +**Required**. A space-delimited list of scopes that identify the resources that your application could access on the user's behalf. These values inform the consent screen that Google displays to the user. + +Scopes enable your application to only request access to the resources that it needs while also enabling users to control the amount of access that they grant to your application. Thus, there is an inverse relationship between the number of scopes requested and the likelihood of obtaining user consent. To set this value in PHP, call the `addScope` function: + +```php +$client->addScope(Google_Service_Drive::DRIVE_METADATA_READONLY); +``` + +The [OAuth 2.0 API Scopes](https://developers.google.com/identity/protocols/googlescopes) document provides a full list of scopes that you might use to access Google APIs. + +We recommend that your application request access to authorization scopes in context whenever possible. By requesting access to user data in context, via [incremental authorization](#Incremental-authorization), you help users to more easily understand why your application needs the access it is requesting. + +##### `access_type` + +**Recommended**. Indicates whether your application can refresh access tokens when the user is not present at the browser. Valid parameter values are `online`, which is the default value, and `offline`. + +Set the value to `offline` if your application needs to refresh access tokens when the user is not present at the browser. This is the method of refreshing access tokens described later in this document. This value instructs the Google authorization server to return a refresh token _and_ an access token the first time that your application exchanges an authorization code for tokens. + +To set this value in PHP, call the `setAccessType` function: + +```php +$client->setAccessType('offline'); +``` + +##### `state` + +**Recommended**. Specifies any string value that your application uses to maintain state between your authorization request and the authorization server's response. The server returns the exact value that you send as a `name=value` pair in the hash (`#`) fragment of the `redirect_uri` after the user consents to or denies your application's access request. + +You can use this parameter for several purposes, such as directing the user to the correct resource in your application, sending nonces, and mitigating cross-site request forgery. Since your `redirect_uri` can be guessed, using a `state` value can increase your assurance that an incoming connection is the result of an authentication request. If you generate a random string or encode the hash of a cookie or another value that captures the client's state, you can validate the response to additionally ensure that the request and response originated in the same browser, providing protection against attacks such as cross-site request forgery. See the [OpenID Connect](https://developers.google.com/identity/protocols/OpenIDConnect#createxsrftoken) documentation for an example of how to create and confirm a `state` token. + +To set this value in PHP, call the `setState` function: + +```php +$client->setState($sample_passthrough_value); +``` + +##### `include_granted_scopes` + +**Optional**. Enables applications to use incremental authorization to request access to additional scopes in context. If you set this parameter's value to `true` and the authorization request is granted, then the new access token will also cover any scopes to which the user previously granted the application access. See the [incremental authorization](#Incremental-authorization) section for examples. + +To set this value in PHP, call the `setIncludeGrantedScopes` function: + +```php +$client->setIncludeGrantedScopes(true); +``` + +##### `login_hint` + +**Optional**. If your application knows which user is trying to authenticate, it can use this parameter to provide a hint to the Google Authentication Server. The server uses the hint to simplify the login flow either by prefilling the email field in the sign-in form or by selecting the appropriate multi-login session. + +Set the parameter value to an email address or `sub` identifier, which is equivalent to the user's Google ID. + +To set this value in PHP, call the `setLoginHint` function: + +```php +$client->setLoginHint('timmerman@google.com'); +``` + +##### `prompt` + +**Optional**. A space-delimited, case-sensitive list of prompts to present the user. If you don't specify this parameter, the user will be prompted only the first time your app requests access. + +To set this value in PHP, call the `setApprovalPrompt` function: + +```php +$client->setApprovalPrompt('consent'); +``` + +Possible values are: + +`none` + +Do not display any authentication or consent screens. Must not be specified with other values. + +`consent` + +Prompt the user for consent. + +`select_account` + +Prompt the user to select an account. + +### Step 2: Redirect to Google's OAuth 2.0 server + +Redirect the user to Google's OAuth 2.0 server to initiate the authentication and authorization process. Typically, this occurs when your application first needs to access the user's data. In the case of [incremental authorization](#incremental-authorization), this step also occurs when your application first needs to access additional resources that it does not yet have permission to access. + +1. Generate a URL to request access from Google's OAuth 2.0 server: + + ```php + $auth_url = $client->createAuthUrl(); + ``` + +2. Redirect the user to `$auth_url`: + + ```php + header('Location: ' . filter_var($auth_url, FILTER_SANITIZE_URL)); + ``` + +Google's OAuth 2.0 server authenticates the user and obtains consent from the user for your application to access the requested scopes. The response is sent back to your application using the redirect URL you specified. + +### Step 3: Google prompts user for consent + +In this step, the user decides whether to grant your application the requested access. At this stage, Google displays a consent window that shows the name of your application and the Google API services that it is requesting permission to access with the user's authorization credentials. The user can then consent or refuse to grant access to your application. + +Your application doesn't need to do anything at this stage as it waits for the response from Google's OAuth 2.0 server indicating whether the access was granted. That response is explained in the following step. + +### Step 4: Handle the OAuth 2.0 server response + +The OAuth 2.0 server responds to your application's access request by using the URL specified in the request. + +If the user approves the access request, then the response contains an authorization code. If the user does not approve the request, the response contains an error message. The authorization code or error message that is returned to the web server appears on the query string, as shown below: + +An error response: + + https://oauth2.example.com/auth?error=access_denied + +An authorization code response: + + https://oauth2.example.com/auth?code=4/P7q7W91a-oMsCeLvIaQm6bTrgtp7 + +> **Important**: If your response endpoint renders an HTML page, any resources on that page will be able to see the authorization code in the URL. Scripts can read the URL directly, and the URL in the `Referer` HTTP header may be sent to any or all resources on the page. +> +> Carefully consider whether you want to send authorization credentials to all resources on that page (especially third-party scripts such as social plugins and analytics). To avoid this issue, we recommend that the server first handle the request, then redirect to another URL that doesn't include the response parameters. + +#### Sample OAuth 2.0 server response + +You can test this flow by clicking on the following sample URL, which requests read-only access to view metadata for files in your Google Drive: + +``` +https://accounts.google.com/o/oauth2/v2/auth? + scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive.metadata.readonly& + access_type=offline& + include_granted_scopes=true& + state=state_parameter_passthrough_value& + redirect_uri=http%3A%2F%2Foauth2.example.com%2Fcallback& + response_type=code& + client_id=client_id +``` + +After completing the OAuth 2.0 flow, you should be redirected to `http://localhost/oauth2callback`, which will likely yield a `404 NOT FOUND` error unless your local machine serves a file at that address. The next step provides more detail about the information returned in the URI when the user is redirected back to your application. + +### Step 5: Exchange authorization code for refresh and access tokens + +After the web server receives the authorization code, it can exchange the authorization code for an access token. + +To exchange an authorization code for an access token, use the `authenticate` method: + +```php +$client->authenticate($_GET['code']); +``` + +You can retrieve the access token with the `getAccessToken` method: + +```php +$access_token = $client->getAccessToken(); +``` + +[](#top_of_page)Calling Google APIs +----------------------------------- + +Use the access token to call Google APIs by completing the following steps: + +1. If you need to apply an access token to a new `Google_Client` object—for example, if you stored the access token in a user session—use the `setAccessToken` method: + + ```php + $client->setAccessToken($access_token); + ``` + +2. Build a service object for the API that you want to call. You build a a service object by providing an authorized `Google_Client` object to the constructor for the API you want to call. For example, to call the Drive API: + + ```php + $drive = new Google_Service_Drive($client); + ``` + +3. Make requests to the API service using the [interface provided by the service object](start.md). For example, to list the files in the authenticated user's Google Drive: + + ```php + $files = $drive->files->listFiles(array())->getItems(); + ``` + +[](#top_of_page)Complete example +-------------------------------- + +The following example prints a JSON-formatted list of files in a user's Google Drive after the user authenticates and gives consent for the application to access the user's Drive files. + +To run this example: + +1. In the API Console, add the URL of the local machine to the list of redirect URLs. For example, add `http://localhost:8080`. +2. Create a new directory and change to it. For example: + + ```sh + mkdir ~/php-oauth2-example + cd ~/php-oauth2-example + ``` + +3. Install the [Google API Client Library](https://github.com/google/google-api-php-client) for PHP using [Composer](https://getcomposer.org): + + ```sh + composer require google/apiclient:^2.0 + ``` + +4. Create the files `index.php` and `oauth2callback.php` with the content below. +5. Run the example with a web server configured to serve PHP. If you use PHP 5.4 or newer, you can use PHP's built-in test web server: + + ```sh + php -S localhost:8080 ~/php-oauth2-example + ``` + +#### index.php + +```php +setAuthConfig('client_secrets.json'); +$client->addScope(Google_Service_Drive::DRIVE_METADATA_READONLY); + +if (isset($_SESSION['access_token']) && $_SESSION['access_token']) { + $client->setAccessToken($_SESSION['access_token']); + $drive = new Google_Service_Drive($client); + $files = $drive->files->listFiles(array())->getItems(); + echo json_encode($files); +} else { + $redirect_uri = 'http://' . $_SERVER['HTTP_HOST'] . '/oauth2callback.php'; + header('Location: ' . filter_var($redirect_uri, FILTER_SANITIZE_URL)); +} +``` + +#### oauth2callback.php + +```php +setAuthConfigFile('client_secrets.json'); +$client->setRedirectUri('http://' . $_SERVER['HTTP_HOST'] . '/oauth2callback.php'); +$client->addScope(Google_Service_Drive::DRIVE_METADATA_READONLY); + +if (! isset($_GET['code'])) { + $auth_url = $client->createAuthUrl(); + header('Location: ' . filter_var($auth_url, FILTER_SANITIZE_URL)); +} else { + $client->authenticate($_GET['code']); + $_SESSION['access_token'] = $client->getAccessToken(); + $redirect_uri = 'http://' . $_SERVER['HTTP_HOST'] . '/'; + header('Location: ' . filter_var($redirect_uri, FILTER_SANITIZE_URL)); +} +``` + +## Incremental authorization + +In the OAuth 2.0 protocol, your app requests authorization to access resources, which are identified by scopes. It is considered a best user-experience practice to request authorization for resources at the time you need them. To enable that practice, Google's authorization server supports incremental authorization. This feature lets you request scopes as they are needed and, if the user grants permission, add those scopes to your existing access token for that user. + +For example, an app that lets people sample music tracks and create mixes might need very few resources at sign-in time, perhaps nothing more than the name of the person signing in. However, saving a completed mix would require access to their Google Drive. Most people would find it natural if they only were asked for access to their Google Drive at the time the app actually needed it. + +In this case, at sign-in time the app might request the `profile` scope to perform basic sign-in, and then later request the `https://www.googleapis.com/auth/drive.file` scope at the time of the first request to save a mix. + +To implement incremental authorization, you complete the normal flow for requesting an access token but make sure that the authorization request includes previously granted scopes. This approach allows your app to avoid having to manage multiple access tokens. + +The following rules apply to an access token obtained from an incremental authorization: + +* The token can be used to access resources corresponding to any of the scopes rolled into the new, combined authorization. +* When you use the refresh token for the combined authorization to obtain an access token, the access token represents the combined authorization and can be used for any of its scopes. +* The combined authorization includes all scopes that the user granted to the API project even if the grants were requested from different clients. For example, if a user granted access to one scope using an application's desktop client and then granted another scope to the same application via a mobile client, the combined authorization would include both scopes. +* If you revoke a token that represents a combined authorization, access to all of that authorization's scopes on behalf of the associated user are revoked simultaneously. + +The example for [setting authorization parameters](#Step-1-Set-authorization-parameters) demonstrates how to ensure authorization requests follow this best practice. The code snippet below also shows the code that you need to add to use incremental authorization. + +```php +$client->setIncludeGrantedScopes(true); +``` + +## Refreshing an access token (offline access) + +Access tokens periodically expire. You can refresh an access token without prompting the user for permission (including when the user is not present) if you requested offline access to the scopes associated with the token. + +If you use a Google API Client Library, the [client object](#Step-1-Set-authorization-parameters) refreshes the access token as needed as long as you configure that object for offline access. + +Requesting offline access is a requirement for any application that needs to access a Google API when the user is not present. For example, an app that performs backup services or executes actions at predetermined times needs to be able to refresh its access token when the user is not present. The default style of access is called `online`. + +Server-side web applications, installed applications, and devices all obtain refresh tokens during the authorization process. Refresh tokens are not typically used in client-side (JavaScript) web applications. + +If your application needs offline access to a Google API, set the API client's access type to `offline`: + +```php +$client->setAccessType("offline"); +``` + +After a user grants offline access to the requested scopes, you can continue to use the API client to access Google APIs on the user's behalf when the user is offline. The client object will refresh the access token as needed. + +## Revoking a token + +In some cases a user may wish to revoke access given to an application. A user can revoke access by visiting [Account Settings](https://security.google.com/settings/security/permissions). It is also possible for an application to programmatically revoke the access given to it. Programmatic revocation is important in instances where a user unsubscribes or removes an application. In other words, part of the removal process can include an API request to ensure the permissions granted to the application are removed. + +To programmatically revoke a token, call `revokeToken()`: + +```php +$client->revokeToken(); +``` + +**Note:** Following a successful revocation response, it might take some time before the revocation has full effect. + +Except as otherwise noted, the content of this page is licensed under the [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/), and code samples are licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). For details, see our [Site Policies](https://developers.google.com/terms/site-policies). Java is a registered trademark of Oracle and/or its affiliates. \ No newline at end of file diff --git a/vendor/google/apiclient/docs/pagination.md b/vendor/google/apiclient/docs/pagination.md new file mode 100644 index 000000000..22bf78721 --- /dev/null +++ b/vendor/google/apiclient/docs/pagination.md @@ -0,0 +1,10 @@ +# Pagination + +Most list API calls have a maximum limit of results they will return in a single response. To allow retrieving more than this number of results, responses may return a pagination token which can be passed with a request in order to access subsequent pages. + +The token for the page will normally be found on list response objects, normally `nextPageToken`. This can be passed in the optional params. + +```php +$token = $results->getNextPageToken(); +$server->listActivities('me', 'public', array('pageToken' => $token)); +``` \ No newline at end of file diff --git a/vendor/google/apiclient/docs/parameters.md b/vendor/google/apiclient/docs/parameters.md new file mode 100644 index 000000000..029ebe4ec --- /dev/null +++ b/vendor/google/apiclient/docs/parameters.md @@ -0,0 +1,14 @@ +# Standard Parameters + +Many API methods include support for certain optional parameters. In addition to these there are several standard parameters that can be applied to any API call. These are defined in the `Google_Service_Resource` class. + +## Parameters + +- **alt**: Specify an alternative response type, for example csv. +- **fields**: A comma separated list of fields that should be included in the response. Nested parameters can be specified with parens, e.g. key,parent(child/subsection). +- **userIp**: The IP of the end-user making the request. This is used in per-user request quotas, as defined in the Google Developers Console +- **quotaUser**: A user ID for the end user, an alternative to userIp for applying per-user request quotas +- **data**: Used as part of [media](media.md) +- **mimeType**: Used as part of [media](media.md) +- **uploadType**: Used as part of [media](media.md) +- **mediaUpload**: Used as part of [media](media.md) \ No newline at end of file diff --git a/vendor/google/apiclient/docs/start.md b/vendor/google/apiclient/docs/start.md new file mode 100644 index 000000000..a315d665e --- /dev/null +++ b/vendor/google/apiclient/docs/start.md @@ -0,0 +1,91 @@ +# Getting Started + +This document provides all the basic information you need to start using the library. It covers important library concepts, shows examples for various use cases, and gives links to more information. + +## Setup + +There are a few setup steps you need to complete before you can use this library: + +1. If you don't already have a Google account, [sign up](https://www.google.com/accounts). +2. If you have never created a Google API project, read the [Managing Projects page](https://developers.google.com/console/help/#managingprojects) and create a project in the [Google Developers Console](https://console.developers.google.com/) +3. [Install](install.md) the library. + +## Authentication and authorization + +It is important to understand the basics of how API authentication and authorization are handled. All API calls must use either simple or authorized access (defined below). Many API methods require authorized access, but some can use either. Some API methods that can use either behave differently, depending on whether you use simple or authorized access. See the API's method documentation to determine the appropriate access type. + +### 1. Simple API access (API keys) + +These API calls do not access any private user data. Your application must authenticate itself as an application belonging to your Google Cloud project. This is needed to measure project usage for accounting purposes. + +#### Important concepts + +* **API key**: To authenticate your application, use an [API key](https://cloud.google.com/docs/authentication/api-keys) for your Google Cloud Console project. Every simple access call your application makes must include this key. + +> **Warning**: Keep your API key private. If someone obtains your key, they could use it to consume your quota or incur charges against your Google Cloud project. + + +### 2. Authorized API access (OAuth 2.0) + +These API calls access private user data. Before you can call them, the user that has access to the private data must grant your application access. Therefore, your application must be authenticated, the user must grant access for your application, and the user must be authenticated in order to grant that access. All of this is accomplished with [OAuth 2.0](https://developers.google.com/identity/protocols/OAuth2) and libraries written for it. + +#### Important concepts + +* **Scope**: Each API defines one or more scopes that declare a set of operations permitted. For example, an API might have read-only and read-write scopes. When your application requests access to user data, the request must include one or more scopes. The user needs to approve the scope of access your application is requesting. +* **Refresh and access tokens**: When a user grants your application access, the OAuth 2.0 authorization server provides your application with refresh and access tokens. These tokens are only valid for the scope requested. Your application uses access tokens to authorize API calls. Access tokens expire, but refresh tokens do not. Your application can use a refresh token to acquire a new access token. + + > **Warning**: Keep refresh and access tokens private. If someone obtains your tokens, they could use them to access private user data. + +* **Client ID and client secret**: These strings uniquely identify your application and are used to acquire tokens. They are created for your Google Cloud project on the [API Access pane](https://code.google.com/apis/console#:access) of the Google Cloud. There are three types of client IDs, so be sure to get the correct type for your application: + + * Web application client IDs + * Installed application client IDs + * [Service Account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount) client IDs + + > **Warning**: Keep your client secret private. If someone obtains your client secret, they could use it to consume your quota, incur charges against your Google Cloud project, and request access to user data. + + +## Building and calling a service + +This section described how to build an API-specific service object, make calls to the service, and process the response. + +### Build the client object + +The client object is the primary container for classes and configuration in the library. + +```php +$client = new Google_Client(); +$client->setApplicationName("My Application"); +$client->setDeveloperKey("MY_SIMPLE_API_KEY"); +``` + +### Build the service object + +Services are called through queries to service specific objects. These are created by constructing the service object, and passing an instance of `Google_Client` to it. `Google_Client` contains the IO, authentication and other classes required by the service to function, and the service informs the client which scopes it uses to provide a default when authenticating a user. + +```php +$service = new Google_Service_Books($client); +``` + +### Calling an API + +Each API provides resources and methods, usually in a chain. These can be accessed from the service object in the form `$service->resource->method(args)`. Most method require some arguments, then accept a final parameter of an array containing optional parameters. For example, with the Google Books API, we can make a call to list volumes matching a certain string, and add an optional _filter_ parameter. + +```php +$optParams = array('filter' => 'free-ebooks'); +$results = $service->volumes->listVolumes('Henry David Thoreau', $optParams); +``` + +### Handling the result + +There are two main types of response - items and collections of items. Each can be accessed either as an object or as an array. Collections implement the `Iterator` interface so can be used in foreach and other constructs. + +```php +foreach ($results as $item) { + echo $item['volumeInfo']['title'], "
\n"; +} +``` + +## Google App Engine support + +This library works well with Google App Engine applications. The Memcache class is automatically used for caching, and the file IO is implemented with the use of the Streams API. \ No newline at end of file diff --git a/vendor/google/apiclient/src/Google/AccessToken/Revoke.php b/vendor/google/apiclient/src/Google/AccessToken/Revoke.php new file mode 100644 index 000000000..29eb3fb36 --- /dev/null +++ b/vendor/google/apiclient/src/Google/AccessToken/Revoke.php @@ -0,0 +1,78 @@ +http = $http; + } + + /** + * Revoke an OAuth2 access token or refresh token. This method will revoke the current access + * token, if a token isn't provided. + * + * @param string|array $token The token (access token or a refresh token) that should be revoked. + * @return boolean Returns True if the revocation was successful, otherwise False. + */ + public function revokeToken($token) + { + if (is_array($token)) { + if (isset($token['refresh_token'])) { + $token = $token['refresh_token']; + } else { + $token = $token['access_token']; + } + } + + $body = Psr7\stream_for(http_build_query(array('token' => $token))); + $request = new Request( + 'POST', + Google_Client::OAUTH2_REVOKE_URI, + [ + 'Cache-Control' => 'no-store', + 'Content-Type' => 'application/x-www-form-urlencoded', + ], + $body + ); + + $httpHandler = HttpHandlerFactory::build($this->http); + + $response = $httpHandler($request); + + return $response->getStatusCode() == 200; + } +} diff --git a/vendor/google/apiclient/src/Google/AccessToken/Verify.php b/vendor/google/apiclient/src/Google/AccessToken/Verify.php new file mode 100644 index 000000000..bc0afcb39 --- /dev/null +++ b/vendor/google/apiclient/src/Google/AccessToken/Verify.php @@ -0,0 +1,273 @@ +http = $http; + $this->cache = $cache; + $this->jwt = $jwt ?: $this->getJwtService(); + } + + /** + * Verifies an id token and returns the authenticated apiLoginTicket. + * Throws an exception if the id token is not valid. + * The audience parameter can be used to control which id tokens are + * accepted. By default, the id token must have been issued to this OAuth2 client. + * + * @param $audience + * @return array the token payload, if successful + */ + public function verifyIdToken($idToken, $audience = null) + { + if (empty($idToken)) { + throw new LogicException('id_token cannot be null'); + } + + // set phpseclib constants if applicable + $this->setPhpsecConstants(); + + // Check signature + $certs = $this->getFederatedSignOnCerts(); + foreach ($certs as $cert) { + $bigIntClass = $this->getBigIntClass(); + $rsaClass = $this->getRsaClass(); + $modulus = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['n']), 256); + $exponent = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['e']), 256); + + $rsa = new $rsaClass(); + $rsa->loadKey(array('n' => $modulus, 'e' => $exponent)); + + try { + $payload = $this->jwt->decode( + $idToken, + $rsa->getPublicKey(), + array('RS256') + ); + + if (property_exists($payload, 'aud')) { + if ($audience && $payload->aud != $audience) { + return false; + } + } + + // support HTTP and HTTPS issuers + // @see https://developers.google.com/identity/sign-in/web/backend-auth + $issuers = array(self::OAUTH2_ISSUER, self::OAUTH2_ISSUER_HTTPS); + if (!isset($payload->iss) || !in_array($payload->iss, $issuers)) { + return false; + } + + return (array) $payload; + } catch (ExpiredException $e) { + return false; + } catch (ExpiredExceptionV3 $e) { + return false; + } catch (SignatureInvalidException $e) { + // continue + } catch (DomainException $e) { + // continue + } + } + + return false; + } + + private function getCache() + { + return $this->cache; + } + + /** + * Retrieve and cache a certificates file. + * + * @param $url string location + * @throws Google_Exception + * @return array certificates + */ + private function retrieveCertsFromLocation($url) + { + // If we're retrieving a local file, just grab it. + if (0 !== strpos($url, 'http')) { + if (!$file = file_get_contents($url)) { + throw new Google_Exception( + "Failed to retrieve verification certificates: '" . + $url . "'." + ); + } + + return json_decode($file, true); + } + + $response = $this->http->get($url); + + if ($response->getStatusCode() == 200) { + return json_decode((string) $response->getBody(), true); + } + throw new Google_Exception( + sprintf( + 'Failed to retrieve verification certificates: "%s".', + $response->getBody()->getContents() + ), + $response->getStatusCode() + ); + } + + // Gets federated sign-on certificates to use for verifying identity tokens. + // Returns certs as array structure, where keys are key ids, and values + // are PEM encoded certificates. + private function getFederatedSignOnCerts() + { + $certs = null; + if ($cache = $this->getCache()) { + $cacheItem = $cache->getItem('federated_signon_certs_v3'); + $certs = $cacheItem->get(); + } + + + if (!$certs) { + $certs = $this->retrieveCertsFromLocation( + self::FEDERATED_SIGNON_CERT_URL + ); + + if ($cache) { + $cacheItem->expiresAt(new DateTime('+1 hour')); + $cacheItem->set($certs); + $cache->save($cacheItem); + } + } + + if (!isset($certs['keys'])) { + throw new InvalidArgumentException( + 'federated sign-on certs expects "keys" to be set' + ); + } + + return $certs['keys']; + } + + private function getJwtService() + { + $jwtClass = 'JWT'; + if (class_exists('\Firebase\JWT\JWT')) { + $jwtClass = 'Firebase\JWT\JWT'; + } + + if (property_exists($jwtClass, 'leeway') && $jwtClass::$leeway < 1) { + // Ensures JWT leeway is at least 1 + // @see https://github.com/google/google-api-php-client/issues/827 + $jwtClass::$leeway = 1; + } + + return new $jwtClass; + } + + private function getRsaClass() + { + if (class_exists('phpseclib\Crypt\RSA')) { + return 'phpseclib\Crypt\RSA'; + } + + return 'Crypt_RSA'; + } + + private function getBigIntClass() + { + if (class_exists('phpseclib\Math\BigInteger')) { + return 'phpseclib\Math\BigInteger'; + } + + return 'Math_BigInteger'; + } + + private function getOpenSslConstant() + { + if (class_exists('phpseclib\Crypt\RSA')) { + return 'phpseclib\Crypt\RSA::MODE_OPENSSL'; + } + + if (class_exists('Crypt_RSA')) { + return 'CRYPT_RSA_MODE_OPENSSL'; + } + + throw new \Exception('Cannot find RSA class'); + } + + /** + * phpseclib calls "phpinfo" by default, which requires special + * whitelisting in the AppEngine VM environment. This function + * sets constants to bypass the need for phpseclib to check phpinfo + * + * @see phpseclib/Math/BigInteger + * @see https://github.com/GoogleCloudPlatform/getting-started-php/issues/85 + */ + private function setPhpsecConstants() + { + if (filter_var(getenv('GAE_VM'), FILTER_VALIDATE_BOOLEAN)) { + if (!defined('MATH_BIGINTEGER_OPENSSL_ENABLED')) { + define('MATH_BIGINTEGER_OPENSSL_ENABLED', true); + } + if (!defined('CRYPT_RSA_MODE')) { + define('CRYPT_RSA_MODE', constant($this->getOpenSslConstant())); + } + } + } +} diff --git a/vendor/google/apiclient/src/Google/AuthHandler/AuthHandlerFactory.php b/vendor/google/apiclient/src/Google/AuthHandler/AuthHandlerFactory.php new file mode 100644 index 000000000..f1a3229ae --- /dev/null +++ b/vendor/google/apiclient/src/Google/AuthHandler/AuthHandlerFactory.php @@ -0,0 +1,42 @@ +cache = $cache; + $this->cacheConfig = $cacheConfig; + } + + public function attachCredentials( + ClientInterface $http, + CredentialsLoader $credentials, + callable $tokenCallback = null + ) { + // use the provided cache + if ($this->cache) { + $credentials = new FetchAuthTokenCache( + $credentials, + $this->cacheConfig, + $this->cache + ); + } + // if we end up needing to make an HTTP request to retrieve credentials, we + // can use our existing one, but we need to throw exceptions so the error + // bubbles up. + $authHttp = $this->createAuthHttp($http); + $authHttpHandler = HttpHandlerFactory::build($authHttp); + $subscriber = new AuthTokenSubscriber( + $credentials, + $authHttpHandler, + $tokenCallback + ); + + $http->setDefaultOption('auth', 'google_auth'); + $http->getEmitter()->attach($subscriber); + + return $http; + } + + public function attachToken(ClientInterface $http, array $token, array $scopes) + { + $tokenFunc = function ($scopes) use ($token) { + return $token['access_token']; + }; + + $subscriber = new ScopedAccessTokenSubscriber( + $tokenFunc, + $scopes, + $this->cacheConfig, + $this->cache + ); + + $http->setDefaultOption('auth', 'scoped'); + $http->getEmitter()->attach($subscriber); + + return $http; + } + + public function attachKey(ClientInterface $http, $key) + { + $subscriber = new SimpleSubscriber(['key' => $key]); + + $http->setDefaultOption('auth', 'simple'); + $http->getEmitter()->attach($subscriber); + + return $http; + } + + private function createAuthHttp(ClientInterface $http) + { + return new Client( + [ + 'base_url' => $http->getBaseUrl(), + 'defaults' => [ + 'exceptions' => true, + 'verify' => $http->getDefaultOption('verify'), + 'proxy' => $http->getDefaultOption('proxy'), + ] + ] + ); + } +} diff --git a/vendor/google/apiclient/src/Google/AuthHandler/Guzzle6AuthHandler.php b/vendor/google/apiclient/src/Google/AuthHandler/Guzzle6AuthHandler.php new file mode 100644 index 000000000..fcdfb3b03 --- /dev/null +++ b/vendor/google/apiclient/src/Google/AuthHandler/Guzzle6AuthHandler.php @@ -0,0 +1,106 @@ +cache = $cache; + $this->cacheConfig = $cacheConfig; + } + + public function attachCredentials( + ClientInterface $http, + CredentialsLoader $credentials, + callable $tokenCallback = null + ) { + // use the provided cache + if ($this->cache) { + $credentials = new FetchAuthTokenCache( + $credentials, + $this->cacheConfig, + $this->cache + ); + } + // if we end up needing to make an HTTP request to retrieve credentials, we + // can use our existing one, but we need to throw exceptions so the error + // bubbles up. + $authHttp = $this->createAuthHttp($http); + $authHttpHandler = HttpHandlerFactory::build($authHttp); + $middleware = new AuthTokenMiddleware( + $credentials, + $authHttpHandler, + $tokenCallback + ); + + $config = $http->getConfig(); + $config['handler']->remove('google_auth'); + $config['handler']->push($middleware, 'google_auth'); + $config['auth'] = 'google_auth'; + $http = new Client($config); + + return $http; + } + + public function attachToken(ClientInterface $http, array $token, array $scopes) + { + $tokenFunc = function ($scopes) use ($token) { + return $token['access_token']; + }; + + $middleware = new ScopedAccessTokenMiddleware( + $tokenFunc, + $scopes, + $this->cacheConfig, + $this->cache + ); + + $config = $http->getConfig(); + $config['handler']->remove('google_auth'); + $config['handler']->push($middleware, 'google_auth'); + $config['auth'] = 'scoped'; + $http = new Client($config); + + return $http; + } + + public function attachKey(ClientInterface $http, $key) + { + $middleware = new SimpleMiddleware(['key' => $key]); + + $config = $http->getConfig(); + $config['handler']->remove('google_auth'); + $config['handler']->push($middleware, 'google_auth'); + $config['auth'] = 'simple'; + $http = new Client($config); + + return $http; + } + + private function createAuthHttp(ClientInterface $http) + { + return new Client( + [ + 'base_uri' => $http->getConfig('base_uri'), + 'exceptions' => true, + 'verify' => $http->getConfig('verify'), + 'proxy' => $http->getConfig('proxy'), + ] + ); + } +} diff --git a/vendor/google/apiclient/src/Google/Client.php b/vendor/google/apiclient/src/Google/Client.php new file mode 100644 index 000000000..5785ac1f5 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Client.php @@ -0,0 +1,1185 @@ +config = array_merge( + [ + 'application_name' => '', + + // Don't change these unless you're working against a special development + // or testing environment. + 'base_path' => self::API_BASE_PATH, + + // https://developers.google.com/console + 'client_id' => '', + 'client_secret' => '', + 'redirect_uri' => null, + 'state' => null, + + // Simple API access key, also from the API console. Ensure you get + // a Server key, and not a Browser key. + 'developer_key' => '', + + // For use with Google Cloud Platform + // fetch the ApplicationDefaultCredentials, if applicable + // @see https://developers.google.com/identity/protocols/application-default-credentials + 'use_application_default_credentials' => false, + 'signing_key' => null, + 'signing_algorithm' => null, + 'subject' => null, + + // Other OAuth2 parameters. + 'hd' => '', + 'prompt' => '', + 'openid.realm' => '', + 'include_granted_scopes' => null, + 'login_hint' => '', + 'request_visible_actions' => '', + 'access_type' => 'online', + 'approval_prompt' => 'auto', + + // Task Runner retry configuration + // @see Google_Task_Runner + 'retry' => array(), + 'retry_map' => null, + + // cache config for downstream auth caching + 'cache_config' => [], + + // function to be called when an access token is fetched + // follows the signature function ($cacheKey, $accessToken) + 'token_callback' => null, + + // Service class used in Google_Client::verifyIdToken. + // Explicitly pass this in to avoid setting JWT::$leeway + 'jwt' => null, + + // Setting api_format_v2 will return more detailed error messages + // from certain APIs. + 'api_format_v2' => false + ], + $config + ); + } + + /** + * Get a string containing the version of the library. + * + * @return string + */ + public function getLibraryVersion() + { + return self::LIBVER; + } + + /** + * For backwards compatibility + * alias for fetchAccessTokenWithAuthCode + * + * @param $code string code from accounts.google.com + * @return array access token + * @deprecated + */ + public function authenticate($code) + { + return $this->fetchAccessTokenWithAuthCode($code); + } + + /** + * Attempt to exchange a code for an valid authentication token. + * Helper wrapped around the OAuth 2.0 implementation. + * + * @param $code string code from accounts.google.com + * @return array access token + */ + public function fetchAccessTokenWithAuthCode($code) + { + if (strlen($code) == 0) { + throw new InvalidArgumentException("Invalid code"); + } + + $auth = $this->getOAuth2Service(); + $auth->setCode($code); + $auth->setRedirectUri($this->getRedirectUri()); + + $httpHandler = HttpHandlerFactory::build($this->getHttpClient()); + $creds = $auth->fetchAuthToken($httpHandler); + if ($creds && isset($creds['access_token'])) { + $creds['created'] = time(); + $this->setAccessToken($creds); + } + + return $creds; + } + + /** + * For backwards compatibility + * alias for fetchAccessTokenWithAssertion + * + * @return array access token + * @deprecated + */ + public function refreshTokenWithAssertion() + { + return $this->fetchAccessTokenWithAssertion(); + } + + /** + * Fetches a fresh access token with a given assertion token. + * @param ClientInterface $authHttp optional. + * @return array access token + */ + public function fetchAccessTokenWithAssertion(ClientInterface $authHttp = null) + { + if (!$this->isUsingApplicationDefaultCredentials()) { + throw new DomainException( + 'set the JSON service account credentials using' + . ' Google_Client::setAuthConfig or set the path to your JSON file' + . ' with the "GOOGLE_APPLICATION_CREDENTIALS" environment variable' + . ' and call Google_Client::useApplicationDefaultCredentials to' + . ' refresh a token with assertion.' + ); + } + + $this->getLogger()->log( + 'info', + 'OAuth2 access token refresh with Signed JWT assertion grants.' + ); + + $credentials = $this->createApplicationDefaultCredentials(); + + $httpHandler = HttpHandlerFactory::build($authHttp); + $creds = $credentials->fetchAuthToken($httpHandler); + if ($creds && isset($creds['access_token'])) { + $creds['created'] = time(); + $this->setAccessToken($creds); + } + + return $creds; + } + + /** + * For backwards compatibility + * alias for fetchAccessTokenWithRefreshToken + * + * @param string $refreshToken + * @return array access token + */ + public function refreshToken($refreshToken) + { + return $this->fetchAccessTokenWithRefreshToken($refreshToken); + } + + /** + * Fetches a fresh OAuth 2.0 access token with the given refresh token. + * @param string $refreshToken + * @return array access token + */ + public function fetchAccessTokenWithRefreshToken($refreshToken = null) + { + if (null === $refreshToken) { + if (!isset($this->token['refresh_token'])) { + throw new LogicException( + 'refresh token must be passed in or set as part of setAccessToken' + ); + } + $refreshToken = $this->token['refresh_token']; + } + $this->getLogger()->info('OAuth2 access token refresh'); + $auth = $this->getOAuth2Service(); + $auth->setRefreshToken($refreshToken); + + $httpHandler = HttpHandlerFactory::build($this->getHttpClient()); + $creds = $auth->fetchAuthToken($httpHandler); + if ($creds && isset($creds['access_token'])) { + $creds['created'] = time(); + if (!isset($creds['refresh_token'])) { + $creds['refresh_token'] = $refreshToken; + } + $this->setAccessToken($creds); + } + + return $creds; + } + + /** + * Create a URL to obtain user authorization. + * The authorization endpoint allows the user to first + * authenticate, and then grant/deny the access request. + * @param string|array $scope The scope is expressed as an array or list of space-delimited strings. + * @return string + */ + public function createAuthUrl($scope = null) + { + if (empty($scope)) { + $scope = $this->prepareScopes(); + } + if (is_array($scope)) { + $scope = implode(' ', $scope); + } + + // only accept one of prompt or approval_prompt + $approvalPrompt = $this->config['prompt'] + ? null + : $this->config['approval_prompt']; + + // include_granted_scopes should be string "true", string "false", or null + $includeGrantedScopes = $this->config['include_granted_scopes'] === null + ? null + : var_export($this->config['include_granted_scopes'], true); + + $params = array_filter( + [ + 'access_type' => $this->config['access_type'], + 'approval_prompt' => $approvalPrompt, + 'hd' => $this->config['hd'], + 'include_granted_scopes' => $includeGrantedScopes, + 'login_hint' => $this->config['login_hint'], + 'openid.realm' => $this->config['openid.realm'], + 'prompt' => $this->config['prompt'], + 'response_type' => 'code', + 'scope' => $scope, + 'state' => $this->config['state'], + ] + ); + + // If the list of scopes contains plus.login, add request_visible_actions + // to auth URL. + $rva = $this->config['request_visible_actions']; + if (strlen($rva) > 0 && false !== strpos($scope, 'plus.login')) { + $params['request_visible_actions'] = $rva; + } + + $auth = $this->getOAuth2Service(); + + return (string) $auth->buildFullAuthorizationUri($params); + } + + /** + * Adds auth listeners to the HTTP client based on the credentials + * set in the Google API Client object + * + * @param GuzzleHttp\ClientInterface $http the http client object. + * @return GuzzleHttp\ClientInterface the http client object + */ + public function authorize(ClientInterface $http = null) + { + $credentials = null; + $token = null; + $scopes = null; + if (null === $http) { + $http = $this->getHttpClient(); + } + + // These conditionals represent the decision tree for authentication + // 1. Check for Application Default Credentials + // 2. Check for API Key + // 3a. Check for an Access Token + // 3b. If access token exists but is expired, try to refresh it + if ($this->isUsingApplicationDefaultCredentials()) { + $credentials = $this->createApplicationDefaultCredentials(); + } elseif ($token = $this->getAccessToken()) { + $scopes = $this->prepareScopes(); + // add refresh subscriber to request a new token + if (isset($token['refresh_token']) && $this->isAccessTokenExpired()) { + $credentials = $this->createUserRefreshCredentials( + $scopes, + $token['refresh_token'] + ); + } + } + + $authHandler = $this->getAuthHandler(); + + if ($credentials) { + $callback = $this->config['token_callback']; + $http = $authHandler->attachCredentials($http, $credentials, $callback); + } elseif ($token) { + $http = $authHandler->attachToken($http, $token, (array) $scopes); + } elseif ($key = $this->config['developer_key']) { + $http = $authHandler->attachKey($http, $key); + } + + return $http; + } + + /** + * Set the configuration to use application default credentials for + * authentication + * + * @see https://developers.google.com/identity/protocols/application-default-credentials + * @param boolean $useAppCreds + */ + public function useApplicationDefaultCredentials($useAppCreds = true) + { + $this->config['use_application_default_credentials'] = $useAppCreds; + } + + /** + * To prevent useApplicationDefaultCredentials from inappropriately being + * called in a conditional + * + * @see https://developers.google.com/identity/protocols/application-default-credentials + */ + public function isUsingApplicationDefaultCredentials() + { + return $this->config['use_application_default_credentials']; + } + + /** + * Set the access token used for requests. + * + * Note that at the time requests are sent, tokens are cached. A token will be + * cached for each combination of service and authentication scopes. If a + * cache pool is not provided, creating a new instance of the client will + * allow modification of access tokens. If a persistent cache pool is + * provided, in order to change the access token, you must clear the cached + * token by calling `$client->getCache()->clear()`. (Use caution in this case, + * as calling `clear()` will remove all cache items, including any items not + * related to Google API PHP Client.) + * + * @param string|array $token + * @throws InvalidArgumentException + */ + public function setAccessToken($token) + { + if (is_string($token)) { + if ($json = json_decode($token, true)) { + $token = $json; + } else { + // assume $token is just the token string + $token = array( + 'access_token' => $token, + ); + } + } + if ($token == null) { + throw new InvalidArgumentException('invalid json token'); + } + if (!isset($token['access_token'])) { + throw new InvalidArgumentException("Invalid token format"); + } + $this->token = $token; + } + + public function getAccessToken() + { + return $this->token; + } + + /** + * @return string|null + */ + public function getRefreshToken() + { + if (isset($this->token['refresh_token'])) { + return $this->token['refresh_token']; + } + + return null; + } + + /** + * Returns if the access_token is expired. + * @return bool Returns True if the access_token is expired. + */ + public function isAccessTokenExpired() + { + if (!$this->token) { + return true; + } + + $created = 0; + if (isset($this->token['created'])) { + $created = $this->token['created']; + } elseif (isset($this->token['id_token'])) { + // check the ID token for "iat" + // signature verification is not required here, as we are just + // using this for convenience to save a round trip request + // to the Google API server + $idToken = $this->token['id_token']; + if (substr_count($idToken, '.') == 2) { + $parts = explode('.', $idToken); + $payload = json_decode(base64_decode($parts[1]), true); + if ($payload && isset($payload['iat'])) { + $created = $payload['iat']; + } + } + } + + // If the token is set to expire in the next 30 seconds. + return ($created + ($this->token['expires_in'] - 30)) < time(); + } + + /** + * @deprecated See UPGRADING.md for more information + */ + public function getAuth() + { + throw new BadMethodCallException( + 'This function no longer exists. See UPGRADING.md for more information' + ); + } + + /** + * @deprecated See UPGRADING.md for more information + */ + public function setAuth($auth) + { + throw new BadMethodCallException( + 'This function no longer exists. See UPGRADING.md for more information' + ); + } + + /** + * Set the OAuth 2.0 Client ID. + * @param string $clientId + */ + public function setClientId($clientId) + { + $this->config['client_id'] = $clientId; + } + + public function getClientId() + { + return $this->config['client_id']; + } + + /** + * Set the OAuth 2.0 Client Secret. + * @param string $clientSecret + */ + public function setClientSecret($clientSecret) + { + $this->config['client_secret'] = $clientSecret; + } + + public function getClientSecret() + { + return $this->config['client_secret']; + } + + /** + * Set the OAuth 2.0 Redirect URI. + * @param string $redirectUri + */ + public function setRedirectUri($redirectUri) + { + $this->config['redirect_uri'] = $redirectUri; + } + + public function getRedirectUri() + { + return $this->config['redirect_uri']; + } + + /** + * Set OAuth 2.0 "state" parameter to achieve per-request customization. + * @see http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-3.1.2.2 + * @param string $state + */ + public function setState($state) + { + $this->config['state'] = $state; + } + + /** + * @param string $accessType Possible values for access_type include: + * {@code "offline"} to request offline access from the user. + * {@code "online"} to request online access from the user. + */ + public function setAccessType($accessType) + { + $this->config['access_type'] = $accessType; + } + + /** + * @param string $approvalPrompt Possible values for approval_prompt include: + * {@code "force"} to force the approval UI to appear. + * {@code "auto"} to request auto-approval when possible. (This is the default value) + */ + public function setApprovalPrompt($approvalPrompt) + { + $this->config['approval_prompt'] = $approvalPrompt; + } + + /** + * Set the login hint, email address or sub id. + * @param string $loginHint + */ + public function setLoginHint($loginHint) + { + $this->config['login_hint'] = $loginHint; + } + + /** + * Set the application name, this is included in the User-Agent HTTP header. + * @param string $applicationName + */ + public function setApplicationName($applicationName) + { + $this->config['application_name'] = $applicationName; + } + + /** + * If 'plus.login' is included in the list of requested scopes, you can use + * this method to define types of app activities that your app will write. + * You can find a list of available types here: + * @link https://developers.google.com/+/api/moment-types + * + * @param array $requestVisibleActions Array of app activity types + */ + public function setRequestVisibleActions($requestVisibleActions) + { + if (is_array($requestVisibleActions)) { + $requestVisibleActions = implode(" ", $requestVisibleActions); + } + $this->config['request_visible_actions'] = $requestVisibleActions; + } + + /** + * Set the developer key to use, these are obtained through the API Console. + * @see http://code.google.com/apis/console-help/#generatingdevkeys + * @param string $developerKey + */ + public function setDeveloperKey($developerKey) + { + $this->config['developer_key'] = $developerKey; + } + + /** + * Set the hd (hosted domain) parameter streamlines the login process for + * Google Apps hosted accounts. By including the domain of the user, you + * restrict sign-in to accounts at that domain. + * @param $hd string - the domain to use. + */ + public function setHostedDomain($hd) + { + $this->config['hd'] = $hd; + } + + /** + * Set the prompt hint. Valid values are none, consent and select_account. + * If no value is specified and the user has not previously authorized + * access, then the user is shown a consent screen. + * @param $prompt string + * {@code "none"} Do not display any authentication or consent screens. Must not be specified with other values. + * {@code "consent"} Prompt the user for consent. + * {@code "select_account"} Prompt the user to select an account. + */ + public function setPrompt($prompt) + { + $this->config['prompt'] = $prompt; + } + + /** + * openid.realm is a parameter from the OpenID 2.0 protocol, not from OAuth + * 2.0. It is used in OpenID 2.0 requests to signify the URL-space for which + * an authentication request is valid. + * @param $realm string - the URL-space to use. + */ + public function setOpenidRealm($realm) + { + $this->config['openid.realm'] = $realm; + } + + /** + * If this is provided with the value true, and the authorization request is + * granted, the authorization will include any previous authorizations + * granted to this user/application combination for other scopes. + * @param $include boolean - the URL-space to use. + */ + public function setIncludeGrantedScopes($include) + { + $this->config['include_granted_scopes'] = $include; + } + + /** + * sets function to be called when an access token is fetched + * @param callable $tokenCallback - function ($cacheKey, $accessToken) + */ + public function setTokenCallback(callable $tokenCallback) + { + $this->config['token_callback'] = $tokenCallback; + } + + /** + * Revoke an OAuth2 access token or refresh token. This method will revoke the current access + * token, if a token isn't provided. + * + * @param string|array|null $token The token (access token or a refresh token) that should be revoked. + * @return boolean Returns True if the revocation was successful, otherwise False. + */ + public function revokeToken($token = null) + { + $tokenRevoker = new Google_AccessToken_Revoke( + $this->getHttpClient() + ); + + return $tokenRevoker->revokeToken($token ?: $this->getAccessToken()); + } + + /** + * Verify an id_token. This method will verify the current id_token, if one + * isn't provided. + * + * @throws LogicException If no token was provided and no token was set using `setAccessToken`. + * @throws UnexpectedValueException If the token is not a valid JWT. + * @param string|null $idToken The token (id_token) that should be verified. + * @return array|false Returns the token payload as an array if the verification was + * successful, false otherwise. + */ + public function verifyIdToken($idToken = null) + { + $tokenVerifier = new Google_AccessToken_Verify( + $this->getHttpClient(), + $this->getCache(), + $this->config['jwt'] + ); + + if (null === $idToken) { + $token = $this->getAccessToken(); + if (!isset($token['id_token'])) { + throw new LogicException( + 'id_token must be passed in or set as part of setAccessToken' + ); + } + $idToken = $token['id_token']; + } + + return $tokenVerifier->verifyIdToken( + $idToken, + $this->getClientId() + ); + } + + /** + * Set the scopes to be requested. Must be called before createAuthUrl(). + * Will remove any previously configured scopes. + * @param string|array $scope_or_scopes, ie: array('https://www.googleapis.com/auth/plus.login', + * 'https://www.googleapis.com/auth/moderator') + */ + public function setScopes($scope_or_scopes) + { + $this->requestedScopes = array(); + $this->addScope($scope_or_scopes); + } + + /** + * This functions adds a scope to be requested as part of the OAuth2.0 flow. + * Will append any scopes not previously requested to the scope parameter. + * A single string will be treated as a scope to request. An array of strings + * will each be appended. + * @param $scope_or_scopes string|array e.g. "profile" + */ + public function addScope($scope_or_scopes) + { + if (is_string($scope_or_scopes) && !in_array($scope_or_scopes, $this->requestedScopes)) { + $this->requestedScopes[] = $scope_or_scopes; + } else if (is_array($scope_or_scopes)) { + foreach ($scope_or_scopes as $scope) { + $this->addScope($scope); + } + } + } + + /** + * Returns the list of scopes requested by the client + * @return array the list of scopes + * + */ + public function getScopes() + { + return $this->requestedScopes; + } + + /** + * @return string|null + * @visible For Testing + */ + public function prepareScopes() + { + if (empty($this->requestedScopes)) { + return null; + } + + return implode(' ', $this->requestedScopes); + } + + /** + * Helper method to execute deferred HTTP requests. + * + * @param $request Psr\Http\Message\RequestInterface|Google_Http_Batch + * @throws Google_Exception + * @return object of the type of the expected class or Psr\Http\Message\ResponseInterface. + */ + public function execute(RequestInterface $request, $expectedClass = null) + { + $request = $request + ->withHeader( + 'User-Agent', + sprintf( + '%s %s%s', + $this->config['application_name'], + self::USER_AGENT_SUFFIX, + $this->getLibraryVersion() + ) + ) + ->withHeader( + 'x-goog-api-client', + sprintf( + 'gl-php/%s gdcl/%s', + phpversion(), + $this->getLibraryVersion() + ) + ); + + if ($this->config['api_format_v2']) { + $request = $request->withHeader( + 'X-GOOG-API-FORMAT-VERSION', + 2 + ); + } + + // call the authorize method + // this is where most of the grunt work is done + $http = $this->authorize(); + + return Google_Http_REST::execute( + $http, + $request, + $expectedClass, + $this->config['retry'], + $this->config['retry_map'] + ); + } + + /** + * Declare whether batch calls should be used. This may increase throughput + * by making multiple requests in one connection. + * + * @param boolean $useBatch True if the batch support should + * be enabled. Defaults to False. + */ + public function setUseBatch($useBatch) + { + // This is actually an alias for setDefer. + $this->setDefer($useBatch); + } + + /** + * Are we running in Google AppEngine? + * return bool + */ + public function isAppEngine() + { + return (isset($_SERVER['SERVER_SOFTWARE']) && + strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine') !== false); + } + + public function setConfig($name, $value) + { + $this->config[$name] = $value; + } + + public function getConfig($name, $default = null) + { + return isset($this->config[$name]) ? $this->config[$name] : $default; + } + + /** + * For backwards compatibility + * alias for setAuthConfig + * + * @param string $file the configuration file + * @throws Google_Exception + * @deprecated + */ + public function setAuthConfigFile($file) + { + $this->setAuthConfig($file); + } + + /** + * Set the auth config from new or deprecated JSON config. + * This structure should match the file downloaded from + * the "Download JSON" button on in the Google Developer + * Console. + * @param string|array $config the configuration json + * @throws Google_Exception + */ + public function setAuthConfig($config) + { + if (is_string($config)) { + if (!file_exists($config)) { + throw new InvalidArgumentException(sprintf('file "%s" does not exist', $config)); + } + + $json = file_get_contents($config); + + if (!$config = json_decode($json, true)) { + throw new LogicException('invalid json for auth config'); + } + } + + $key = isset($config['installed']) ? 'installed' : 'web'; + if (isset($config['type']) && $config['type'] == 'service_account') { + // application default credentials + $this->useApplicationDefaultCredentials(); + + // set the information from the config + $this->setClientId($config['client_id']); + $this->config['client_email'] = $config['client_email']; + $this->config['signing_key'] = $config['private_key']; + $this->config['signing_algorithm'] = 'HS256'; + } elseif (isset($config[$key])) { + // old-style + $this->setClientId($config[$key]['client_id']); + $this->setClientSecret($config[$key]['client_secret']); + if (isset($config[$key]['redirect_uris'])) { + $this->setRedirectUri($config[$key]['redirect_uris'][0]); + } + } else { + // new-style + $this->setClientId($config['client_id']); + $this->setClientSecret($config['client_secret']); + if (isset($config['redirect_uris'])) { + $this->setRedirectUri($config['redirect_uris'][0]); + } + } + } + + /** + * Use when the service account has been delegated domain wide access. + * + * @param string $subject an email address account to impersonate + */ + public function setSubject($subject) + { + $this->config['subject'] = $subject; + } + + /** + * Declare whether making API calls should make the call immediately, or + * return a request which can be called with ->execute(); + * + * @param boolean $defer True if calls should not be executed right away. + */ + public function setDefer($defer) + { + $this->deferExecution = $defer; + } + + /** + * Whether or not to return raw requests + * @return boolean + */ + public function shouldDefer() + { + return $this->deferExecution; + } + + /** + * @return Google\Auth\OAuth2 implementation + */ + public function getOAuth2Service() + { + if (!isset($this->auth)) { + $this->auth = $this->createOAuth2Service(); + } + + return $this->auth; + } + + /** + * create a default google auth object + */ + protected function createOAuth2Service() + { + $auth = new OAuth2( + [ + 'clientId' => $this->getClientId(), + 'clientSecret' => $this->getClientSecret(), + 'authorizationUri' => self::OAUTH2_AUTH_URL, + 'tokenCredentialUri' => self::OAUTH2_TOKEN_URI, + 'redirectUri' => $this->getRedirectUri(), + 'issuer' => $this->config['client_id'], + 'signingKey' => $this->config['signing_key'], + 'signingAlgorithm' => $this->config['signing_algorithm'], + ] + ); + + return $auth; + } + + /** + * Set the Cache object + * @param Psr\Cache\CacheItemPoolInterface $cache + */ + public function setCache(CacheItemPoolInterface $cache) + { + $this->cache = $cache; + } + + /** + * @return Psr\Cache\CacheItemPoolInterface Cache implementation + */ + public function getCache() + { + if (!$this->cache) { + $this->cache = $this->createDefaultCache(); + } + + return $this->cache; + } + + /** + * @param array $cacheConfig + */ + public function setCacheConfig(array $cacheConfig) + { + $this->config['cache_config'] = $cacheConfig; + } + + /** + * Set the Logger object + * @param Psr\Log\LoggerInterface $logger + */ + public function setLogger(LoggerInterface $logger) + { + $this->logger = $logger; + } + + /** + * @return Psr\Log\LoggerInterface implementation + */ + public function getLogger() + { + if (!isset($this->logger)) { + $this->logger = $this->createDefaultLogger(); + } + + return $this->logger; + } + + protected function createDefaultLogger() + { + $logger = new Logger('google-api-php-client'); + if ($this->isAppEngine()) { + $handler = new MonologSyslogHandler('app', LOG_USER, Logger::NOTICE); + } else { + $handler = new MonologStreamHandler('php://stderr', Logger::NOTICE); + } + $logger->pushHandler($handler); + + return $logger; + } + + protected function createDefaultCache() + { + return new MemoryCacheItemPool; + } + + /** + * Set the Http Client object + * @param GuzzleHttp\ClientInterface $http + */ + public function setHttpClient(ClientInterface $http) + { + $this->http = $http; + } + + /** + * @return GuzzleHttp\ClientInterface implementation + */ + public function getHttpClient() + { + if (null === $this->http) { + $this->http = $this->createDefaultHttpClient(); + } + + return $this->http; + } + + /** + * Set the API format version. + * + * `true` will use V2, which may return more useful error messages. + * + * @param bool $value + */ + public function setApiFormatV2($value) + { + $this->config['api_format_v2'] = (bool) $value; + } + + protected function createDefaultHttpClient() + { + $options = ['exceptions' => false]; + + $version = ClientInterface::VERSION; + if ('5' === $version[0]) { + $options = [ + 'base_url' => $this->config['base_path'], + 'defaults' => $options, + ]; + if ($this->isAppEngine()) { + // set StreamHandler on AppEngine by default + $options['handler'] = new StreamHandler(); + $options['defaults']['verify'] = '/etc/ca-certificates.crt'; + } + } else { + // guzzle 6 + $options['base_uri'] = $this->config['base_path']; + } + + return new Client($options); + } + + private function createApplicationDefaultCredentials() + { + $scopes = $this->prepareScopes(); + $sub = $this->config['subject']; + $signingKey = $this->config['signing_key']; + + // create credentials using values supplied in setAuthConfig + if ($signingKey) { + $serviceAccountCredentials = array( + 'client_id' => $this->config['client_id'], + 'client_email' => $this->config['client_email'], + 'private_key' => $signingKey, + 'type' => 'service_account', + ); + $credentials = CredentialsLoader::makeCredentials($scopes, $serviceAccountCredentials); + } else { + $credentials = ApplicationDefaultCredentials::getCredentials($scopes); + } + + // for service account domain-wide authority (impersonating a user) + // @see https://developers.google.com/identity/protocols/OAuth2ServiceAccount + if ($sub) { + if (!$credentials instanceof ServiceAccountCredentials) { + throw new DomainException('domain-wide authority requires service account credentials'); + } + + $credentials->setSub($sub); + } + + return $credentials; + } + + protected function getAuthHandler() + { + // Be very careful using the cache, as the underlying auth library's cache + // implementation is naive, and the cache keys do not account for user + // sessions. + // + // @see https://github.com/google/google-api-php-client/issues/821 + return Google_AuthHandler_AuthHandlerFactory::build( + $this->getCache(), + $this->config['cache_config'] + ); + } + + private function createUserRefreshCredentials($scope, $refreshToken) + { + $creds = array_filter( + array( + 'client_id' => $this->getClientId(), + 'client_secret' => $this->getClientSecret(), + 'refresh_token' => $refreshToken, + ) + ); + + return new UserRefreshCredentials($scope, $creds); + } +} diff --git a/vendor/google/apiclient/src/Google/Collection.php b/vendor/google/apiclient/src/Google/Collection.php new file mode 100644 index 000000000..df8d444d3 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Collection.php @@ -0,0 +1,100 @@ +{$this->collection_key}) + && is_array($this->{$this->collection_key})) { + reset($this->{$this->collection_key}); + } + } + + public function current() + { + $this->coerceType($this->key()); + if (is_array($this->{$this->collection_key})) { + return current($this->{$this->collection_key}); + } + } + + public function key() + { + if (isset($this->{$this->collection_key}) + && is_array($this->{$this->collection_key})) { + return key($this->{$this->collection_key}); + } + } + + public function next() + { + return next($this->{$this->collection_key}); + } + + public function valid() + { + $key = $this->key(); + return $key !== null && $key !== false; + } + + public function count() + { + if (!isset($this->{$this->collection_key})) { + return 0; + } + return count($this->{$this->collection_key}); + } + + public function offsetExists($offset) + { + if (!is_numeric($offset)) { + return parent::offsetExists($offset); + } + return isset($this->{$this->collection_key}[$offset]); + } + + public function offsetGet($offset) + { + if (!is_numeric($offset)) { + return parent::offsetGet($offset); + } + $this->coerceType($offset); + return $this->{$this->collection_key}[$offset]; + } + + public function offsetSet($offset, $value) + { + if (!is_numeric($offset)) { + return parent::offsetSet($offset, $value); + } + $this->{$this->collection_key}[$offset] = $value; + } + + public function offsetUnset($offset) + { + if (!is_numeric($offset)) { + return parent::offsetUnset($offset); + } + unset($this->{$this->collection_key}[$offset]); + } + + private function coerceType($offset) + { + $keyType = $this->keyType($this->collection_key); + if ($keyType && !is_object($this->{$this->collection_key}[$offset])) { + $this->{$this->collection_key}[$offset] = + new $keyType($this->{$this->collection_key}[$offset]); + } + } +} diff --git a/vendor/google/apiclient/src/Google/Exception.php b/vendor/google/apiclient/src/Google/Exception.php new file mode 100644 index 000000000..af8026971 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Exception.php @@ -0,0 +1,20 @@ +client = $client; + $this->boundary = $boundary ?: mt_rand(); + $this->rootUrl = rtrim($rootUrl ?: $this->client->getConfig('base_path'), '/'); + $this->batchPath = $batchPath ?: self::BATCH_PATH; + } + + public function add(RequestInterface $request, $key = false) + { + if (false == $key) { + $key = mt_rand(); + } + + $this->requests[$key] = $request; + } + + public function execute() + { + $body = ''; + $classes = array(); + $batchHttpTemplate = <<requests as $key => $request) { + $firstLine = sprintf( + '%s %s HTTP/%s', + $request->getMethod(), + $request->getRequestTarget(), + $request->getProtocolVersion() + ); + + $content = (string) $request->getBody(); + + $headers = ''; + foreach ($request->getHeaders() as $name => $values) { + $headers .= sprintf("%s:%s\r\n", $name, implode(', ', $values)); + } + + $body .= sprintf( + $batchHttpTemplate, + $this->boundary, + $key, + $firstLine, + $headers, + $content ? "\n".$content : '' + ); + + $classes['response-' . $key] = $request->getHeaderLine('X-Php-Expected-Class'); + } + + $body .= "--{$this->boundary}--"; + $body = trim($body); + $url = $this->rootUrl . '/' . $this->batchPath; + $headers = array( + 'Content-Type' => sprintf('multipart/mixed; boundary=%s', $this->boundary), + 'Content-Length' => strlen($body), + ); + + $request = new Request( + 'POST', + $url, + $headers, + $body + ); + + $response = $this->client->execute($request); + + return $this->parseResponse($response, $classes); + } + + public function parseResponse(ResponseInterface $response, $classes = array()) + { + $contentType = $response->getHeaderLine('content-type'); + $contentType = explode(';', $contentType); + $boundary = false; + foreach ($contentType as $part) { + $part = explode('=', $part, 2); + if (isset($part[0]) && 'boundary' == trim($part[0])) { + $boundary = $part[1]; + } + } + + $body = (string) $response->getBody(); + if (!empty($body)) { + $body = str_replace("--$boundary--", "--$boundary", $body); + $parts = explode("--$boundary", $body); + $responses = array(); + $requests = array_values($this->requests); + + foreach ($parts as $i => $part) { + $part = trim($part); + if (!empty($part)) { + list($rawHeaders, $part) = explode("\r\n\r\n", $part, 2); + $headers = $this->parseRawHeaders($rawHeaders); + + $status = substr($part, 0, strpos($part, "\n")); + $status = explode(" ", $status); + $status = $status[1]; + + list($partHeaders, $partBody) = $this->parseHttpResponse($part, false); + $response = new Response( + $status, + $partHeaders, + Psr7\stream_for($partBody) + ); + + // Need content id. + $key = $headers['content-id']; + + try { + $response = Google_Http_REST::decodeHttpResponse($response, $requests[$i-1]); + } catch (Google_Service_Exception $e) { + // Store the exception as the response, so successful responses + // can be processed. + $response = $e; + } + + $responses[$key] = $response; + } + } + + return $responses; + } + + return null; + } + + private function parseRawHeaders($rawHeaders) + { + $headers = array(); + $responseHeaderLines = explode("\r\n", $rawHeaders); + foreach ($responseHeaderLines as $headerLine) { + if ($headerLine && strpos($headerLine, ':') !== false) { + list($header, $value) = explode(': ', $headerLine, 2); + $header = strtolower($header); + if (isset($headers[$header])) { + $headers[$header] .= "\n" . $value; + } else { + $headers[$header] = $value; + } + } + } + return $headers; + } + + /** + * Used by the IO lib and also the batch processing. + * + * @param $respData + * @param $headerSize + * @return array + */ + private function parseHttpResponse($respData, $headerSize) + { + // check proxy header + foreach (self::$CONNECTION_ESTABLISHED_HEADERS as $established_header) { + if (stripos($respData, $established_header) !== false) { + // existed, remove it + $respData = str_ireplace($established_header, '', $respData); + // Subtract the proxy header size unless the cURL bug prior to 7.30.0 + // is present which prevented the proxy header size from being taken into + // account. + // @TODO look into this + // if (!$this->needsQuirk()) { + // $headerSize -= strlen($established_header); + // } + break; + } + } + + if ($headerSize) { + $responseBody = substr($respData, $headerSize); + $responseHeaders = substr($respData, 0, $headerSize); + } else { + $responseSegments = explode("\r\n\r\n", $respData, 2); + $responseHeaders = $responseSegments[0]; + $responseBody = isset($responseSegments[1]) ? $responseSegments[1] : + null; + } + + $responseHeaders = $this->parseRawHeaders($responseHeaders); + + return array($responseHeaders, $responseBody); + } +} diff --git a/vendor/google/apiclient/src/Google/Http/MediaFileUpload.php b/vendor/google/apiclient/src/Google/Http/MediaFileUpload.php new file mode 100644 index 000000000..f4ee97683 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Http/MediaFileUpload.php @@ -0,0 +1,353 @@ +client = $client; + $this->request = $request; + $this->mimeType = $mimeType; + $this->data = $data; + $this->resumable = $resumable; + $this->chunkSize = $chunkSize; + $this->progress = 0; + + $this->process(); + } + + /** + * Set the size of the file that is being uploaded. + * @param $size - int file size in bytes + */ + public function setFileSize($size) + { + $this->size = $size; + } + + /** + * Return the progress on the upload + * @return int progress in bytes uploaded. + */ + public function getProgress() + { + return $this->progress; + } + + /** + * Send the next part of the file to upload. + * @param [$chunk] the next set of bytes to send. If false will used $data passed + * at construct time. + */ + public function nextChunk($chunk = false) + { + $resumeUri = $this->getResumeUri(); + + if (false == $chunk) { + $chunk = substr($this->data, $this->progress, $this->chunkSize); + } + + $lastBytePos = $this->progress + strlen($chunk) - 1; + $headers = array( + 'content-range' => "bytes $this->progress-$lastBytePos/$this->size", + 'content-length' => strlen($chunk), + 'expect' => '', + ); + + $request = new Request( + 'PUT', + $resumeUri, + $headers, + Psr7\stream_for($chunk) + ); + + return $this->makePutRequest($request); + } + + /** + * Return the HTTP result code from the last call made. + * @return int code + */ + public function getHttpResultCode() + { + return $this->httpResultCode; + } + + /** + * Sends a PUT-Request to google drive and parses the response, + * setting the appropiate variables from the response() + * + * @param Google_Http_Request $httpRequest the Reuqest which will be send + * + * @return false|mixed false when the upload is unfinished or the decoded http response + * + */ + private function makePutRequest(RequestInterface $request) + { + $response = $this->client->execute($request); + $this->httpResultCode = $response->getStatusCode(); + + if (308 == $this->httpResultCode) { + // Track the amount uploaded. + $range = $response->getHeaderLine('range'); + if ($range) { + $range_array = explode('-', $range); + $this->progress = $range_array[1] + 1; + } + + // Allow for changing upload URLs. + $location = $response->getHeaderLine('location'); + if ($location) { + $this->resumeUri = $location; + } + + // No problems, but upload not complete. + return false; + } + + return Google_Http_REST::decodeHttpResponse($response, $this->request); + } + + /** + * Resume a previously unfinished upload + * @param $resumeUri the resume-URI of the unfinished, resumable upload. + */ + public function resume($resumeUri) + { + $this->resumeUri = $resumeUri; + $headers = array( + 'content-range' => "bytes */$this->size", + 'content-length' => 0, + ); + $httpRequest = new Request( + 'PUT', + $this->resumeUri, + $headers + ); + + return $this->makePutRequest($httpRequest); + } + + /** + * @return Psr\Http\Message\RequestInterface $request + * @visible for testing + */ + private function process() + { + $this->transformToUploadUrl(); + $request = $this->request; + + $postBody = ''; + $contentType = false; + + $meta = (string) $request->getBody(); + $meta = is_string($meta) ? json_decode($meta, true) : $meta; + + $uploadType = $this->getUploadType($meta); + $request = $request->withUri( + Uri::withQueryValue($request->getUri(), 'uploadType', $uploadType) + ); + + $mimeType = $this->mimeType ?: $request->getHeaderLine('content-type'); + + if (self::UPLOAD_RESUMABLE_TYPE == $uploadType) { + $contentType = $mimeType; + $postBody = is_string($meta) ? $meta : json_encode($meta); + } else if (self::UPLOAD_MEDIA_TYPE == $uploadType) { + $contentType = $mimeType; + $postBody = $this->data; + } else if (self::UPLOAD_MULTIPART_TYPE == $uploadType) { + // This is a multipart/related upload. + $boundary = $this->boundary ?: mt_rand(); + $boundary = str_replace('"', '', $boundary); + $contentType = 'multipart/related; boundary=' . $boundary; + $related = "--$boundary\r\n"; + $related .= "Content-Type: application/json; charset=UTF-8\r\n"; + $related .= "\r\n" . json_encode($meta) . "\r\n"; + $related .= "--$boundary\r\n"; + $related .= "Content-Type: $mimeType\r\n"; + $related .= "Content-Transfer-Encoding: base64\r\n"; + $related .= "\r\n" . base64_encode($this->data) . "\r\n"; + $related .= "--$boundary--"; + $postBody = $related; + } + + $request = $request->withBody(Psr7\stream_for($postBody)); + + if (isset($contentType) && $contentType) { + $request = $request->withHeader('content-type', $contentType); + } + + return $this->request = $request; + } + + /** + * Valid upload types: + * - resumable (UPLOAD_RESUMABLE_TYPE) + * - media (UPLOAD_MEDIA_TYPE) + * - multipart (UPLOAD_MULTIPART_TYPE) + * @param $meta + * @return string + * @visible for testing + */ + public function getUploadType($meta) + { + if ($this->resumable) { + return self::UPLOAD_RESUMABLE_TYPE; + } + + if (false == $meta && $this->data) { + return self::UPLOAD_MEDIA_TYPE; + } + + return self::UPLOAD_MULTIPART_TYPE; + } + + public function getResumeUri() + { + if (null === $this->resumeUri) { + $this->resumeUri = $this->fetchResumeUri(); + } + + return $this->resumeUri; + } + + private function fetchResumeUri() + { + $body = $this->request->getBody(); + if ($body) { + $headers = array( + 'content-type' => 'application/json; charset=UTF-8', + 'content-length' => $body->getSize(), + 'x-upload-content-type' => $this->mimeType, + 'x-upload-content-length' => $this->size, + 'expect' => '', + ); + foreach ($headers as $key => $value) { + $this->request = $this->request->withHeader($key, $value); + } + } + + $response = $this->client->execute($this->request, false); + $location = $response->getHeaderLine('location'); + $code = $response->getStatusCode(); + + if (200 == $code && true == $location) { + return $location; + } + + $message = $code; + $body = json_decode((string) $this->request->getBody(), true); + if (isset($body['error']['errors'])) { + $message .= ': '; + foreach ($body['error']['errors'] as $error) { + $message .= "{$error['domain']}, {$error['message']};"; + } + $message = rtrim($message, ';'); + } + + $error = "Failed to start the resumable upload (HTTP {$message})"; + $this->client->getLogger()->error($error); + + throw new Google_Exception($error); + } + + private function transformToUploadUrl() + { + $parts = parse_url((string) $this->request->getUri()); + if (!isset($parts['path'])) { + $parts['path'] = ''; + } + $parts['path'] = '/upload' . $parts['path']; + $uri = Uri::fromParts($parts); + $this->request = $this->request->withUri($uri); + } + + public function setChunkSize($chunkSize) + { + $this->chunkSize = $chunkSize; + } + + public function getRequest() + { + return $this->request; + } +} diff --git a/vendor/google/apiclient/src/Google/Http/REST.php b/vendor/google/apiclient/src/Google/Http/REST.php new file mode 100644 index 000000000..c2156a2e8 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Http/REST.php @@ -0,0 +1,182 @@ +getMethod(), (string) $request->getUri()), + array(get_class(), 'doExecute'), + array($client, $request, $expectedClass) + ); + + if (null !== $retryMap) { + $runner->setRetryMap($retryMap); + } + + return $runner->run(); + } + + /** + * Executes a Psr\Http\Message\RequestInterface + * + * @param Google_Client $client + * @param Psr\Http\Message\RequestInterface $request + * @return array decoded result + * @throws Google_Service_Exception on server side error (ie: not authenticated, + * invalid or malformed post body, invalid url) + */ + public static function doExecute(ClientInterface $client, RequestInterface $request, $expectedClass = null) + { + try { + $httpHandler = HttpHandlerFactory::build($client); + $response = $httpHandler($request); + } catch (RequestException $e) { + // if Guzzle throws an exception, catch it and handle the response + if (!$e->hasResponse()) { + throw $e; + } + + $response = $e->getResponse(); + // specific checking for Guzzle 5: convert to PSR7 response + if ($response instanceof \GuzzleHttp\Message\ResponseInterface) { + $response = new Response( + $response->getStatusCode(), + $response->getHeaders() ?: [], + $response->getBody(), + $response->getProtocolVersion(), + $response->getReasonPhrase() + ); + } + } + + return self::decodeHttpResponse($response, $request, $expectedClass); + } + + /** + * Decode an HTTP Response. + * @static + * @throws Google_Service_Exception + * @param Psr\Http\Message\RequestInterface $response The http response to be decoded. + * @param Psr\Http\Message\ResponseInterface $response + * @return mixed|null + */ + public static function decodeHttpResponse( + ResponseInterface $response, + RequestInterface $request = null, + $expectedClass = null + ) { + $code = $response->getStatusCode(); + + // retry strategy + if (intVal($code) >= 400) { + // if we errored out, it should be safe to grab the response body + $body = (string) $response->getBody(); + + // Check if we received errors, and add those to the Exception for convenience + throw new Google_Service_Exception($body, $code, null, self::getResponseErrors($body)); + } + + // Ensure we only pull the entire body into memory if the request is not + // of media type + $body = self::decodeBody($response, $request); + + if ($expectedClass = self::determineExpectedClass($expectedClass, $request)) { + $json = json_decode($body, true); + + return new $expectedClass($json); + } + + return $response; + } + + private static function decodeBody(ResponseInterface $response, RequestInterface $request = null) + { + if (self::isAltMedia($request)) { + // don't decode the body, it's probably a really long string + return ''; + } + + return (string) $response->getBody(); + } + + private static function determineExpectedClass($expectedClass, RequestInterface $request = null) + { + // "false" is used to explicitly prevent an expected class from being returned + if (false === $expectedClass) { + return null; + } + + // if we don't have a request, we just use what's passed in + if (null === $request) { + return $expectedClass; + } + + // return what we have in the request header if one was not supplied + return $expectedClass ?: $request->getHeaderLine('X-Php-Expected-Class'); + } + + private static function getResponseErrors($body) + { + $json = json_decode($body, true); + + if (isset($json['error']['errors'])) { + return $json['error']['errors']; + } + + return null; + } + + private static function isAltMedia(RequestInterface $request = null) + { + if ($request && $qs = $request->getUri()->getQuery()) { + parse_str($qs, $query); + if (isset($query['alt']) && $query['alt'] == 'media') { + return true; + } + } + + return false; + } +} diff --git a/vendor/google/apiclient/src/Google/Model.php b/vendor/google/apiclient/src/Google/Model.php new file mode 100644 index 000000000..18262608b --- /dev/null +++ b/vendor/google/apiclient/src/Google/Model.php @@ -0,0 +1,317 @@ +mapTypes($array); + } + $this->gapiInit(); + } + + /** + * Getter that handles passthrough access to the data array, and lazy object creation. + * @param string $key Property name. + * @return mixed The value if any, or null. + */ + public function __get($key) + { + $keyType = $this->keyType($key); + $keyDataType = $this->dataType($key); + if ($keyType && !isset($this->processed[$key])) { + if (isset($this->modelData[$key])) { + $val = $this->modelData[$key]; + } elseif ($keyDataType == 'array' || $keyDataType == 'map') { + $val = array(); + } else { + $val = null; + } + + if ($this->isAssociativeArray($val)) { + if ($keyDataType && 'map' == $keyDataType) { + foreach ($val as $arrayKey => $arrayItem) { + $this->modelData[$key][$arrayKey] = + new $keyType($arrayItem); + } + } else { + $this->modelData[$key] = new $keyType($val); + } + } else if (is_array($val)) { + $arrayObject = array(); + foreach ($val as $arrayIndex => $arrayItem) { + $arrayObject[$arrayIndex] = new $keyType($arrayItem); + } + $this->modelData[$key] = $arrayObject; + } + $this->processed[$key] = true; + } + + return isset($this->modelData[$key]) ? $this->modelData[$key] : null; + } + + /** + * Initialize this object's properties from an array. + * + * @param array $array Used to seed this object's properties. + * @return void + */ + protected function mapTypes($array) + { + // Hard initialise simple types, lazy load more complex ones. + foreach ($array as $key => $val) { + if ($keyType = $this->keyType($key)) { + $dataType = $this->dataType($key); + if ($dataType == 'array' || $dataType == 'map') { + $this->$key = array(); + foreach ($val as $itemKey => $itemVal) { + if ($itemVal instanceof $keyType) { + $this->{$key}[$itemKey] = $itemVal; + } else { + $this->{$key}[$itemKey] = new $keyType($itemVal); + } + } + } elseif ($val instanceof $keyType) { + $this->$key = $val; + } else { + $this->$key = new $keyType($val); + } + unset($array[$key]); + } elseif (property_exists($this, $key)) { + $this->$key = $val; + unset($array[$key]); + } elseif (property_exists($this, $camelKey = $this->camelCase($key))) { + // This checks if property exists as camelCase, leaving it in array as snake_case + // in case of backwards compatibility issues. + $this->$camelKey = $val; + } + } + $this->modelData = $array; + } + + /** + * Blank initialiser to be used in subclasses to do post-construction initialisation - this + * avoids the need for subclasses to have to implement the variadics handling in their + * constructors. + */ + protected function gapiInit() + { + return; + } + + /** + * Create a simplified object suitable for straightforward + * conversion to JSON. This is relatively expensive + * due to the usage of reflection, but shouldn't be called + * a whole lot, and is the most straightforward way to filter. + */ + public function toSimpleObject() + { + $object = new stdClass(); + + // Process all other data. + foreach ($this->modelData as $key => $val) { + $result = $this->getSimpleValue($val); + if ($result !== null) { + $object->$key = $this->nullPlaceholderCheck($result); + } + } + + // Process all public properties. + $reflect = new ReflectionObject($this); + $props = $reflect->getProperties(ReflectionProperty::IS_PUBLIC); + foreach ($props as $member) { + $name = $member->getName(); + $result = $this->getSimpleValue($this->$name); + if ($result !== null) { + $name = $this->getMappedName($name); + $object->$name = $this->nullPlaceholderCheck($result); + } + } + + return $object; + } + + /** + * Handle different types of values, primarily + * other objects and map and array data types. + */ + private function getSimpleValue($value) + { + if ($value instanceof Google_Model) { + return $value->toSimpleObject(); + } else if (is_array($value)) { + $return = array(); + foreach ($value as $key => $a_value) { + $a_value = $this->getSimpleValue($a_value); + if ($a_value !== null) { + $key = $this->getMappedName($key); + $return[$key] = $this->nullPlaceholderCheck($a_value); + } + } + return $return; + } + return $value; + } + + /** + * Check whether the value is the null placeholder and return true null. + */ + private function nullPlaceholderCheck($value) + { + if ($value === self::NULL_VALUE) { + return null; + } + return $value; + } + + /** + * If there is an internal name mapping, use that. + */ + private function getMappedName($key) + { + if (isset($this->internal_gapi_mappings, $this->internal_gapi_mappings[$key])) { + $key = $this->internal_gapi_mappings[$key]; + } + return $key; + } + + /** + * Returns true only if the array is associative. + * @param array $array + * @return bool True if the array is associative. + */ + protected function isAssociativeArray($array) + { + if (!is_array($array)) { + return false; + } + $keys = array_keys($array); + foreach ($keys as $key) { + if (is_string($key)) { + return true; + } + } + return false; + } + + /** + * Verify if $obj is an array. + * @throws Google_Exception Thrown if $obj isn't an array. + * @param array $obj Items that should be validated. + * @param string $method Method expecting an array as an argument. + */ + public function assertIsArray($obj, $method) + { + if ($obj && !is_array($obj)) { + throw new Google_Exception( + "Incorrect parameter type passed to $method(). Expected an array." + ); + } + } + + public function offsetExists($offset) + { + return isset($this->$offset) || isset($this->modelData[$offset]); + } + + public function offsetGet($offset) + { + return isset($this->$offset) ? + $this->$offset : + $this->__get($offset); + } + + public function offsetSet($offset, $value) + { + if (property_exists($this, $offset)) { + $this->$offset = $value; + } else { + $this->modelData[$offset] = $value; + $this->processed[$offset] = true; + } + } + + public function offsetUnset($offset) + { + unset($this->modelData[$offset]); + } + + protected function keyType($key) + { + $keyType = $key . "Type"; + + // ensure keyType is a valid class + if (property_exists($this, $keyType) && class_exists($this->$keyType)) { + return $this->$keyType; + } + } + + protected function dataType($key) + { + $dataType = $key . "DataType"; + + if (property_exists($this, $dataType)) { + return $this->$dataType; + } + } + + public function __isset($key) + { + return isset($this->modelData[$key]); + } + + public function __unset($key) + { + unset($this->modelData[$key]); + } + + /** + * Convert a string to camelCase + * @param string $value + * @return string + */ + private function camelCase($value) + { + $value = ucwords(str_replace(array('-', '_'), ' ', $value)); + $value = str_replace(' ', '', $value); + $value[0] = strtolower($value[0]); + return $value; + } +} diff --git a/vendor/google/apiclient/src/Google/Service.php b/vendor/google/apiclient/src/Google/Service.php new file mode 100644 index 000000000..d3fd3b49d --- /dev/null +++ b/vendor/google/apiclient/src/Google/Service.php @@ -0,0 +1,56 @@ +client = $client; + } + + /** + * Return the associated Google_Client class. + * @return Google_Client + */ + public function getClient() + { + return $this->client; + } + + /** + * Create a new HTTP Batch handler for this service + * + * @return Google_Http_Batch + */ + public function createBatch() + { + return new Google_Http_Batch( + $this->client, + false, + $this->rootUrl, + $this->batchPath + ); + } +} diff --git a/vendor/google/apiclient/src/Google/Service/Exception.php b/vendor/google/apiclient/src/Google/Service/Exception.php new file mode 100644 index 000000000..abfd3f7f1 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Service/Exception.php @@ -0,0 +1,68 @@ += 0) { + parent::__construct($message, $code, $previous); + } else { + parent::__construct($message, $code); + } + + $this->errors = $errors; + } + + /** + * An example of the possible errors returned. + * + * { + * "domain": "global", + * "reason": "authError", + * "message": "Invalid Credentials", + * "locationType": "header", + * "location": "Authorization", + * } + * + * @return [{string, string}] List of errors return in an HTTP response or []. + */ + public function getErrors() + { + return $this->errors; + } +} diff --git a/vendor/google/apiclient/src/Google/Service/README.md b/vendor/google/apiclient/src/Google/Service/README.md new file mode 100644 index 000000000..0de486206 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Service/README.md @@ -0,0 +1,5 @@ +# Google API Client Services + +Google API Client Service classes have been moved to the +[google-api-php-client-services](https://github.com/google/google-api-php-client-services) +repository. diff --git a/vendor/google/apiclient/src/Google/Service/Resource.php b/vendor/google/apiclient/src/Google/Service/Resource.php new file mode 100644 index 000000000..77070fc41 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Service/Resource.php @@ -0,0 +1,302 @@ + array('type' => 'string', 'location' => 'query'), + 'fields' => array('type' => 'string', 'location' => 'query'), + 'trace' => array('type' => 'string', 'location' => 'query'), + 'userIp' => array('type' => 'string', 'location' => 'query'), + 'quotaUser' => array('type' => 'string', 'location' => 'query'), + 'data' => array('type' => 'string', 'location' => 'body'), + 'mimeType' => array('type' => 'string', 'location' => 'header'), + 'uploadType' => array('type' => 'string', 'location' => 'query'), + 'mediaUpload' => array('type' => 'complex', 'location' => 'query'), + 'prettyPrint' => array('type' => 'string', 'location' => 'query'), + ); + + /** @var string $rootUrl */ + private $rootUrl; + + /** @var Google_Client $client */ + private $client; + + /** @var string $serviceName */ + private $serviceName; + + /** @var string $servicePath */ + private $servicePath; + + /** @var string $resourceName */ + private $resourceName; + + /** @var array $methods */ + private $methods; + + public function __construct($service, $serviceName, $resourceName, $resource) + { + $this->rootUrl = $service->rootUrl; + $this->client = $service->getClient(); + $this->servicePath = $service->servicePath; + $this->serviceName = $serviceName; + $this->resourceName = $resourceName; + $this->methods = is_array($resource) && isset($resource['methods']) ? + $resource['methods'] : + array($resourceName => $resource); + } + + /** + * TODO: This function needs simplifying. + * @param $name + * @param $arguments + * @param $expectedClass - optional, the expected class name + * @return Google_Http_Request|expectedClass + * @throws Google_Exception + */ + public function call($name, $arguments, $expectedClass = null) + { + if (! isset($this->methods[$name])) { + $this->client->getLogger()->error( + 'Service method unknown', + array( + 'service' => $this->serviceName, + 'resource' => $this->resourceName, + 'method' => $name + ) + ); + + throw new Google_Exception( + "Unknown function: " . + "{$this->serviceName}->{$this->resourceName}->{$name}()" + ); + } + $method = $this->methods[$name]; + $parameters = $arguments[0]; + + // postBody is a special case since it's not defined in the discovery + // document as parameter, but we abuse the param entry for storing it. + $postBody = null; + if (isset($parameters['postBody'])) { + if ($parameters['postBody'] instanceof Google_Model) { + // In the cases the post body is an existing object, we want + // to use the smart method to create a simple object for + // for JSONification. + $parameters['postBody'] = $parameters['postBody']->toSimpleObject(); + } else if (is_object($parameters['postBody'])) { + // If the post body is another kind of object, we will try and + // wrangle it into a sensible format. + $parameters['postBody'] = + $this->convertToArrayAndStripNulls($parameters['postBody']); + } + $postBody = (array) $parameters['postBody']; + unset($parameters['postBody']); + } + + // TODO: optParams here probably should have been + // handled already - this may well be redundant code. + if (isset($parameters['optParams'])) { + $optParams = $parameters['optParams']; + unset($parameters['optParams']); + $parameters = array_merge($parameters, $optParams); + } + + if (!isset($method['parameters'])) { + $method['parameters'] = array(); + } + + $method['parameters'] = array_merge( + $this->stackParameters, + $method['parameters'] + ); + + foreach ($parameters as $key => $val) { + if ($key != 'postBody' && ! isset($method['parameters'][$key])) { + $this->client->getLogger()->error( + 'Service parameter unknown', + array( + 'service' => $this->serviceName, + 'resource' => $this->resourceName, + 'method' => $name, + 'parameter' => $key + ) + ); + throw new Google_Exception("($name) unknown parameter: '$key'"); + } + } + + foreach ($method['parameters'] as $paramName => $paramSpec) { + if (isset($paramSpec['required']) && + $paramSpec['required'] && + ! isset($parameters[$paramName]) + ) { + $this->client->getLogger()->error( + 'Service parameter missing', + array( + 'service' => $this->serviceName, + 'resource' => $this->resourceName, + 'method' => $name, + 'parameter' => $paramName + ) + ); + throw new Google_Exception("($name) missing required param: '$paramName'"); + } + if (isset($parameters[$paramName])) { + $value = $parameters[$paramName]; + $parameters[$paramName] = $paramSpec; + $parameters[$paramName]['value'] = $value; + unset($parameters[$paramName]['required']); + } else { + // Ensure we don't pass nulls. + unset($parameters[$paramName]); + } + } + + $this->client->getLogger()->info( + 'Service Call', + array( + 'service' => $this->serviceName, + 'resource' => $this->resourceName, + 'method' => $name, + 'arguments' => $parameters, + ) + ); + + // build the service uri + $url = $this->createRequestUri( + $method['path'], + $parameters + ); + + // NOTE: because we're creating the request by hand, + // and because the service has a rootUrl property + // the "base_uri" of the Http Client is not accounted for + $request = new Request( + $method['httpMethod'], + $url, + ['content-type' => 'application/json'], + $postBody ? json_encode($postBody) : '' + ); + + // support uploads + if (isset($parameters['data'])) { + $mimeType = isset($parameters['mimeType']) + ? $parameters['mimeType']['value'] + : 'application/octet-stream'; + $data = $parameters['data']['value']; + $upload = new Google_Http_MediaFileUpload($this->client, $request, $mimeType, $data); + + // pull down the modified request + $request = $upload->getRequest(); + } + + // if this is a media type, we will return the raw response + // rather than using an expected class + if (isset($parameters['alt']) && $parameters['alt']['value'] == 'media') { + $expectedClass = null; + } + + // if the client is marked for deferring, rather than + // execute the request, return the response + if ($this->client->shouldDefer()) { + // @TODO find a better way to do this + $request = $request + ->withHeader('X-Php-Expected-Class', $expectedClass); + + return $request; + } + + return $this->client->execute($request, $expectedClass); + } + + protected function convertToArrayAndStripNulls($o) + { + $o = (array) $o; + foreach ($o as $k => $v) { + if ($v === null) { + unset($o[$k]); + } elseif (is_object($v) || is_array($v)) { + $o[$k] = $this->convertToArrayAndStripNulls($o[$k]); + } + } + return $o; + } + + /** + * Parse/expand request parameters and create a fully qualified + * request uri. + * @static + * @param string $restPath + * @param array $params + * @return string $requestUrl + */ + public function createRequestUri($restPath, $params) + { + // Override the default servicePath address if the $restPath use a / + if ('/' == substr($restPath, 0, 1)) { + $requestUrl = substr($restPath, 1); + } else { + $requestUrl = $this->servicePath . $restPath; + } + + // code for leading slash + if ($this->rootUrl) { + if ('/' !== substr($this->rootUrl, -1) && '/' !== substr($requestUrl, 0, 1)) { + $requestUrl = '/' . $requestUrl; + } + $requestUrl = $this->rootUrl . $requestUrl; + } + $uriTemplateVars = array(); + $queryVars = array(); + foreach ($params as $paramName => $paramSpec) { + if ($paramSpec['type'] == 'boolean') { + $paramSpec['value'] = $paramSpec['value'] ? 'true' : 'false'; + } + if ($paramSpec['location'] == 'path') { + $uriTemplateVars[$paramName] = $paramSpec['value']; + } else if ($paramSpec['location'] == 'query') { + if (is_array($paramSpec['value'])) { + foreach ($paramSpec['value'] as $value) { + $queryVars[] = $paramName . '=' . rawurlencode(rawurldecode($value)); + } + } else { + $queryVars[] = $paramName . '=' . rawurlencode(rawurldecode($paramSpec['value'])); + } + } + } + + if (count($uriTemplateVars)) { + $uriTemplateParser = new Google_Utils_UriTemplate(); + $requestUrl = $uriTemplateParser->parse($requestUrl, $uriTemplateVars); + } + + if (count($queryVars)) { + $requestUrl .= '?' . implode('&', $queryVars); + } + + return $requestUrl; + } +} diff --git a/vendor/google/apiclient/src/Google/Task/Exception.php b/vendor/google/apiclient/src/Google/Task/Exception.php new file mode 100644 index 000000000..5422e6fc4 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Task/Exception.php @@ -0,0 +1,20 @@ + self::TASK_RETRY_ALWAYS, + '503' => self::TASK_RETRY_ALWAYS, + 'rateLimitExceeded' => self::TASK_RETRY_ALWAYS, + 'userRateLimitExceeded' => self::TASK_RETRY_ALWAYS, + 6 => self::TASK_RETRY_ALWAYS, // CURLE_COULDNT_RESOLVE_HOST + 7 => self::TASK_RETRY_ALWAYS, // CURLE_COULDNT_CONNECT + 28 => self::TASK_RETRY_ALWAYS, // CURLE_OPERATION_TIMEOUTED + 35 => self::TASK_RETRY_ALWAYS, // CURLE_SSL_CONNECT_ERROR + 52 => self::TASK_RETRY_ALWAYS // CURLE_GOT_NOTHING + ]; + + /** + * Creates a new task runner with exponential backoff support. + * + * @param array $config The task runner config + * @param string $name The name of the current task (used for logging) + * @param callable $action The task to run and possibly retry + * @param array $arguments The task arguments + * @throws Google_Task_Exception when misconfigured + */ + public function __construct( + $config, + $name, + $action, + array $arguments = array() + ) { + if (isset($config['initial_delay'])) { + if ($config['initial_delay'] < 0) { + throw new Google_Task_Exception( + 'Task configuration `initial_delay` must not be negative.' + ); + } + + $this->delay = $config['initial_delay']; + } + + if (isset($config['max_delay'])) { + if ($config['max_delay'] <= 0) { + throw new Google_Task_Exception( + 'Task configuration `max_delay` must be greater than 0.' + ); + } + + $this->maxDelay = $config['max_delay']; + } + + if (isset($config['factor'])) { + if ($config['factor'] <= 0) { + throw new Google_Task_Exception( + 'Task configuration `factor` must be greater than 0.' + ); + } + + $this->factor = $config['factor']; + } + + if (isset($config['jitter'])) { + if ($config['jitter'] <= 0) { + throw new Google_Task_Exception( + 'Task configuration `jitter` must be greater than 0.' + ); + } + + $this->jitter = $config['jitter']; + } + + if (isset($config['retries'])) { + if ($config['retries'] < 0) { + throw new Google_Task_Exception( + 'Task configuration `retries` must not be negative.' + ); + } + $this->maxAttempts += $config['retries']; + } + + if (!is_callable($action)) { + throw new Google_Task_Exception( + 'Task argument `$action` must be a valid callable.' + ); + } + + $this->action = $action; + $this->arguments = $arguments; + } + + /** + * Checks if a retry can be attempted. + * + * @return boolean + */ + public function canAttempt() + { + return $this->attempts < $this->maxAttempts; + } + + /** + * Runs the task and (if applicable) automatically retries when errors occur. + * + * @return mixed + * @throws Google_Task_Retryable on failure when no retries are available. + */ + public function run() + { + while ($this->attempt()) { + try { + return call_user_func_array($this->action, $this->arguments); + } catch (Google_Service_Exception $exception) { + $allowedRetries = $this->allowedRetries( + $exception->getCode(), + $exception->getErrors() + ); + + if (!$this->canAttempt() || !$allowedRetries) { + throw $exception; + } + + if ($allowedRetries > 0) { + $this->maxAttempts = min( + $this->maxAttempts, + $this->attempts + $allowedRetries + ); + } + } + } + } + + /** + * Runs a task once, if possible. This is useful for bypassing the `run()` + * loop. + * + * NOTE: If this is not the first attempt, this function will sleep in + * accordance to the backoff configurations before running the task. + * + * @return boolean + */ + public function attempt() + { + if (!$this->canAttempt()) { + return false; + } + + if ($this->attempts > 0) { + $this->backOff(); + } + + $this->attempts++; + return true; + } + + /** + * Sleeps in accordance to the backoff configurations. + */ + private function backOff() + { + $delay = $this->getDelay(); + + usleep($delay * 1000000); + } + + /** + * Gets the delay (in seconds) for the current backoff period. + * + * @return float + */ + private function getDelay() + { + $jitter = $this->getJitter(); + $factor = $this->attempts > 1 ? $this->factor + $jitter : 1 + abs($jitter); + + return $this->delay = min($this->maxDelay, $this->delay * $factor); + } + + /** + * Gets the current jitter (random number between -$this->jitter and + * $this->jitter). + * + * @return float + */ + private function getJitter() + { + return $this->jitter * 2 * mt_rand() / mt_getrandmax() - $this->jitter; + } + + /** + * Gets the number of times the associated task can be retried. + * + * NOTE: -1 is returned if the task can be retried indefinitely + * + * @return integer + */ + public function allowedRetries($code, $errors = array()) + { + if (isset($this->retryMap[$code])) { + return $this->retryMap[$code]; + } + + if ( + !empty($errors) && + isset($errors[0]['reason'], $this->retryMap[$errors[0]['reason']]) + ) { + return $this->retryMap[$errors[0]['reason']]; + } + + return 0; + } + + public function setRetryMap($retryMap) + { + $this->retryMap = $retryMap; + } +} diff --git a/vendor/google/apiclient/src/Google/Utils/UriTemplate.php b/vendor/google/apiclient/src/Google/Utils/UriTemplate.php new file mode 100644 index 000000000..e59fe9f21 --- /dev/null +++ b/vendor/google/apiclient/src/Google/Utils/UriTemplate.php @@ -0,0 +1,333 @@ + "reserved", + "/" => "segments", + "." => "dotprefix", + "#" => "fragment", + ";" => "semicolon", + "?" => "form", + "&" => "continuation" + ); + + /** + * @var reserved array + * These are the characters which should not be URL encoded in reserved + * strings. + */ + private $reserved = array( + "=", ",", "!", "@", "|", ":", "/", "?", "#", + "[", "]",'$', "&", "'", "(", ")", "*", "+", ";" + ); + private $reservedEncoded = array( + "%3D", "%2C", "%21", "%40", "%7C", "%3A", "%2F", "%3F", + "%23", "%5B", "%5D", "%24", "%26", "%27", "%28", "%29", + "%2A", "%2B", "%3B" + ); + + public function parse($string, array $parameters) + { + return $this->resolveNextSection($string, $parameters); + } + + /** + * This function finds the first matching {...} block and + * executes the replacement. It then calls itself to find + * subsequent blocks, if any. + */ + private function resolveNextSection($string, $parameters) + { + $start = strpos($string, "{"); + if ($start === false) { + return $string; + } + $end = strpos($string, "}"); + if ($end === false) { + return $string; + } + $string = $this->replace($string, $start, $end, $parameters); + return $this->resolveNextSection($string, $parameters); + } + + private function replace($string, $start, $end, $parameters) + { + // We know a data block will have {} round it, so we can strip that. + $data = substr($string, $start + 1, $end - $start - 1); + + // If the first character is one of the reserved operators, it effects + // the processing of the stream. + if (isset($this->operators[$data[0]])) { + $op = $this->operators[$data[0]]; + $data = substr($data, 1); + $prefix = ""; + $prefix_on_missing = false; + + switch ($op) { + case "reserved": + // Reserved means certain characters should not be URL encoded + $data = $this->replaceVars($data, $parameters, ",", null, true); + break; + case "fragment": + // Comma separated with fragment prefix. Bare values only. + $prefix = "#"; + $prefix_on_missing = true; + $data = $this->replaceVars($data, $parameters, ",", null, true); + break; + case "segments": + // Slash separated data. Bare values only. + $prefix = "/"; + $data =$this->replaceVars($data, $parameters, "/"); + break; + case "dotprefix": + // Dot separated data. Bare values only. + $prefix = "."; + $prefix_on_missing = true; + $data = $this->replaceVars($data, $parameters, "."); + break; + case "semicolon": + // Semicolon prefixed and separated. Uses the key name + $prefix = ";"; + $data = $this->replaceVars($data, $parameters, ";", "=", false, true, false); + break; + case "form": + // Standard URL format. Uses the key name + $prefix = "?"; + $data = $this->replaceVars($data, $parameters, "&", "="); + break; + case "continuation": + // Standard URL, but with leading ampersand. Uses key name. + $prefix = "&"; + $data = $this->replaceVars($data, $parameters, "&", "="); + break; + } + + // Add the initial prefix character if data is valid. + if ($data || ($data !== false && $prefix_on_missing)) { + $data = $prefix . $data; + } + + } else { + // If no operator we replace with the defaults. + $data = $this->replaceVars($data, $parameters); + } + // This is chops out the {...} and replaces with the new section. + return substr($string, 0, $start) . $data . substr($string, $end + 1); + } + + private function replaceVars( + $section, + $parameters, + $sep = ",", + $combine = null, + $reserved = false, + $tag_empty = false, + $combine_on_empty = true + ) { + if (strpos($section, ",") === false) { + // If we only have a single value, we can immediately process. + return $this->combine( + $section, + $parameters, + $sep, + $combine, + $reserved, + $tag_empty, + $combine_on_empty + ); + } else { + // If we have multiple values, we need to split and loop over them. + // Each is treated individually, then glued together with the + // separator character. + $vars = explode(",", $section); + return $this->combineList( + $vars, + $sep, + $parameters, + $combine, + $reserved, + false, // Never emit empty strings in multi-param replacements + $combine_on_empty + ); + } + } + + public function combine( + $key, + $parameters, + $sep, + $combine, + $reserved, + $tag_empty, + $combine_on_empty + ) { + $length = false; + $explode = false; + $skip_final_combine = false; + $value = false; + + // Check for length restriction. + if (strpos($key, ":") !== false) { + list($key, $length) = explode(":", $key); + } + + // Check for explode parameter. + if ($key[strlen($key) - 1] == "*") { + $explode = true; + $key = substr($key, 0, -1); + $skip_final_combine = true; + } + + // Define the list separator. + $list_sep = $explode ? $sep : ","; + + if (isset($parameters[$key])) { + $data_type = $this->getDataType($parameters[$key]); + switch ($data_type) { + case self::TYPE_SCALAR: + $value = $this->getValue($parameters[$key], $length); + break; + case self::TYPE_LIST: + $values = array(); + foreach ($parameters[$key] as $pkey => $pvalue) { + $pvalue = $this->getValue($pvalue, $length); + if ($combine && $explode) { + $values[$pkey] = $key . $combine . $pvalue; + } else { + $values[$pkey] = $pvalue; + } + } + $value = implode($list_sep, $values); + if ($value == '') { + return ''; + } + break; + case self::TYPE_MAP: + $values = array(); + foreach ($parameters[$key] as $pkey => $pvalue) { + $pvalue = $this->getValue($pvalue, $length); + if ($explode) { + $pkey = $this->getValue($pkey, $length); + $values[] = $pkey . "=" . $pvalue; // Explode triggers = combine. + } else { + $values[] = $pkey; + $values[] = $pvalue; + } + } + $value = implode($list_sep, $values); + if ($value == '') { + return false; + } + break; + } + } else if ($tag_empty) { + // If we are just indicating empty values with their key name, return that. + return $key; + } else { + // Otherwise we can skip this variable due to not being defined. + return false; + } + + if ($reserved) { + $value = str_replace($this->reservedEncoded, $this->reserved, $value); + } + + // If we do not need to include the key name, we just return the raw + // value. + if (!$combine || $skip_final_combine) { + return $value; + } + + // Else we combine the key name: foo=bar, if value is not the empty string. + return $key . ($value != '' || $combine_on_empty ? $combine . $value : ''); + } + + /** + * Return the type of a passed in value + */ + private function getDataType($data) + { + if (is_array($data)) { + reset($data); + if (key($data) !== 0) { + return self::TYPE_MAP; + } + return self::TYPE_LIST; + } + return self::TYPE_SCALAR; + } + + /** + * Utility function that merges multiple combine calls + * for multi-key templates. + */ + private function combineList( + $vars, + $sep, + $parameters, + $combine, + $reserved, + $tag_empty, + $combine_on_empty + ) { + $ret = array(); + foreach ($vars as $var) { + $response = $this->combine( + $var, + $parameters, + $sep, + $combine, + $reserved, + $tag_empty, + $combine_on_empty + ); + if ($response === false) { + continue; + } + $ret[] = $response; + } + return implode($sep, $ret); + } + + /** + * Utility function to encode and trim values + */ + private function getValue($value, $length) + { + if ($length) { + $value = substr($value, 0, $length); + } + $value = rawurlencode($value); + return $value; + } +} diff --git a/vendor/google/apiclient/src/Google/autoload.php b/vendor/google/apiclient/src/Google/autoload.php new file mode 100644 index 000000000..8b493010e --- /dev/null +++ b/vendor/google/apiclient/src/Google/autoload.php @@ -0,0 +1,21 @@ + **Credentials** in +JSON credentials for your project. Go to **APIs & Services** > **Credentials** in the [Google Developers Console][developer console] and select **Service account** from the **Add credentials** dropdown. diff --git a/vendor/google/auth/composer.json b/vendor/google/auth/composer.json index 3ded33dfa..d488af12a 100644 --- a/vendor/google/auth/composer.json +++ b/vendor/google/auth/composer.json @@ -21,7 +21,7 @@ "phpseclib/phpseclib": "^2" }, "suggest": { - "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings. Please require version ^2." + "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." }, "autoload": { "psr-4": { diff --git a/vendor/google/auth/src/AccessToken.php b/vendor/google/auth/src/AccessToken.php new file mode 100644 index 000000000..a60494c39 --- /dev/null +++ b/vendor/google/auth/src/AccessToken.php @@ -0,0 +1,320 @@ +httpHandler = $httpHandler + ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient()); + $this->cache = $cache ?: new MemoryCacheItemPool(); + $this->configureJwtService(); + + // set phpseclib constants if applicable + $this->setPhpsecConstants(); + } + + /** + * Verifies an id token and returns the authenticated apiLoginTicket. + * Throws an exception if the id token is not valid. + * The audience parameter can be used to control which id tokens are + * accepted. By default, the id token must have been issued to this OAuth2 client. + * + * @param string $token The JSON Web Token to be verified. + * @param array $options [optional] { + * Configuration options. + * + * @type string $audience The indended recipient of the token. + * @type string $certsLocation The location (remote or local) from which + * to retrieve certificates, if not cached. This value should only be + * provided in limited circumstances in which you are sure of the + * behavior. + * } + * @return array|bool the token payload, if successful, or false if not. + * @throws \InvalidArgumentException If certs could not be retrieved from a local file. + * @throws \InvalidArgumentException If received certs are in an invalid format. + * @throws \RuntimeException If certs could not be retrieved from a remote location. + */ + public function verify($token, array $options = []) + { + $audience = isset($options['audience']) + ? $options['audience'] + : null; + $certsLocation = isset($options['certsLocation']) + ? $options['certsLocation'] + : self::FEDERATED_SIGNON_CERT_URL; + + unset($options['audience'], $options['certsLocation']); + + // Check signature against each available cert. + // allow the loop to complete unless a known bad result is encountered. + $certs = $this->getFederatedSignOnCerts($certsLocation, $options); + foreach ($certs as $cert) { + $rsa = new RSA(); + $rsa->loadKey([ + 'n' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [ + $cert['n'] + ]), 256), + 'e' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [ + $cert['e'] + ]), 256) + ]); + + try { + $pubkey = $rsa->getPublicKey(); + $payload = $this->callJwtStatic('decode', [ + $token, + $pubkey, + ['RS256'] + ]); + + if (property_exists($payload, 'aud')) { + if ($audience && $payload->aud != $audience) { + return false; + } + } + + // support HTTP and HTTPS issuers + // @see https://developers.google.com/identity/sign-in/web/backend-auth + $issuers = [self::OAUTH2_ISSUER, self::OAUTH2_ISSUER_HTTPS]; + if (!isset($payload->iss) || !in_array($payload->iss, $issuers)) { + return false; + } + + return (array) $payload; + } catch (ExpiredException $e) { + return false; + } catch (\ExpiredException $e) { + // (firebase/php-jwt 2) + return false; + } catch (SignatureInvalidException $e) { + // continue + } catch (\SignatureInvalidException $e) { + // continue (firebase/php-jwt 2) + } catch (\DomainException $e) { + // continue + } + } + + return false; + } + + /** + * Revoke an OAuth2 access token or refresh token. This method will revoke the current access + * token, if a token isn't provided. + * + * @param string|array $token The token (access token or a refresh token) that should be revoked. + * @param array $options [optional] Configuration options. + * @return boolean Returns True if the revocation was successful, otherwise False. + */ + public function revoke($token, array $options = []) + { + if (is_array($token)) { + if (isset($token['refresh_token'])) { + $token = $token['refresh_token']; + } else { + $token = $token['access_token']; + } + } + + $body = Psr7\stream_for(http_build_query(['token' => $token])); + $request = new Request('POST', self::OAUTH2_REVOKE_URI, [ + 'Cache-Control' => 'no-store', + 'Content-Type' => 'application/x-www-form-urlencoded', + ], $body); + + $httpHandler = $this->httpHandler; + + $response = $httpHandler($request, $options); + + return $response->getStatusCode() == 200; + } + + /** + * Gets federated sign-on certificates to use for verifying identity tokens. + * Returns certs as array structure, where keys are key ids, and values + * are PEM encoded certificates. + * + * @param string $location The location from which to retrieve certs. + * @param array $options [optional] Configuration options. + * @return array + * @throws \InvalidArgumentException If received certs are in an invalid format. + */ + private function getFederatedSignOnCerts($location, array $options = []) + { + $cacheItem = $this->cache->getItem('federated_signon_certs_v3'); + $certs = $cacheItem ? $cacheItem->get() : null; + + $gotNewCerts = false; + if (!$certs) { + $certs = $this->retrieveCertsFromLocation($location, $options); + + $gotNewCerts = true; + } + + if (!isset($certs['keys'])) { + throw new \InvalidArgumentException( + 'federated sign-on certs expects "keys" to be set' + ); + } + + // Push caching off until after verifying certs are in a valid format. + // Don't want to cache bad data. + if ($gotNewCerts) { + $cacheItem->expiresAt(new \DateTime('+1 hour')); + $cacheItem->set($certs); + $this->cache->save($cacheItem); + } + + return $certs['keys']; + } + + /** + * Retrieve and cache a certificates file. + * + * @param $url string location + * @param array $options [optional] Configuration options. + * @throws \RuntimeException + * @return array certificates + * @throws \InvalidArgumentException If certs could not be retrieved from a local file. + * @throws \RuntimeException If certs could not be retrieved from a remote location. + */ + private function retrieveCertsFromLocation($url, array $options = []) + { + // If we're retrieving a local file, just grab it. + if (strpos($url, 'http') !== 0) { + if (!file_exists($url)) { + throw new \InvalidArgumentException(sprintf( + 'Failed to retrieve verification certificates from path: %s.', + $url + )); + } + + return json_decode(file_get_contents($url), true); + } + + $httpHandler = $this->httpHandler; + $response = $httpHandler(new Request('GET', $url), $options); + + if ($response->getStatusCode() == 200) { + return json_decode((string) $response->getBody(), true); + } + + throw new \RuntimeException(sprintf( + 'Failed to retrieve verification certificates: "%s".', + $response->getBody()->getContents() + ), $response->getStatusCode()); + } + + /** + * Set required defaults for JWT. + */ + private function configureJwtService() + { + $class = class_exists('Firebase\JWT\JWT') + ? 'Firebase\JWT\JWT' + : '\JWT'; + + if (property_exists($class, 'leeway') && $class::$leeway < 1) { + // Ensures JWT leeway is at least 1 + // @see https://github.com/google/google-api-php-client/issues/827 + $class::$leeway = 1; + } + } + + /** + * phpseclib calls "phpinfo" by default, which requires special + * whitelisting in the AppEngine VM environment. This function + * sets constants to bypass the need for phpseclib to check phpinfo + * + * @see phpseclib/Math/BigInteger + * @see https://github.com/GoogleCloudPlatform/getting-started-php/issues/85 + * @codeCoverageIgnore + */ + private function setPhpsecConstants() + { + if (filter_var(getenv('GAE_VM'), FILTER_VALIDATE_BOOLEAN)) { + if (!defined('MATH_BIGINTEGER_OPENSSL_ENABLED')) { + define('MATH_BIGINTEGER_OPENSSL_ENABLED', true); + } + if (!defined('CRYPT_RSA_MODE')) { + define('CRYPT_RSA_MODE', RSA::MODE_OPENSSL); + } + } + } + + /** + * Provide a hook to mock calls to the JWT static methods. + * + * @param string $method + * @param array $args + * @return mixed + */ + protected function callJwtStatic($method, array $args = []) + { + $class = class_exists('Firebase\JWT\JWT') + ? 'Firebase\JWT\JWT' + : 'JWT'; + return call_user_func_array([$class, $method], $args); + } +} diff --git a/vendor/google/auth/src/ApplicationDefaultCredentials.php b/vendor/google/auth/src/ApplicationDefaultCredentials.php index eca3dc92d..1cfca8e43 100644 --- a/vendor/google/auth/src/ApplicationDefaultCredentials.php +++ b/vendor/google/auth/src/ApplicationDefaultCredentials.php @@ -161,7 +161,7 @@ public static function getCredentials( } elseif (AppIdentityCredentials::onAppEngine() && !GCECredentials::onAppEngineFlexible()) { $creds = new AppIdentityCredentials($scope); } elseif (GCECredentials::onGce($httpHandler)) { - $creds = new GCECredentials(); + $creds = new GCECredentials(null, $scope); } if (is_null($creds)) { diff --git a/vendor/google/auth/src/Credentials/GCECredentials.php b/vendor/google/auth/src/Credentials/GCECredentials.php index 8e262f3ff..24cdd4a3b 100644 --- a/vendor/google/auth/src/Credentials/GCECredentials.php +++ b/vendor/google/auth/src/Credentials/GCECredentials.php @@ -120,12 +120,32 @@ class GCECredentials extends CredentialsLoader implements SignBlobInterface */ private $iam; + /** + * @var string + */ + private $tokenUri; + /** * @param Iam $iam [optional] An IAM instance. + * @param string|array $scope [optional] the scope of the access request, + * expressed either as an array or as a space-delimited string. */ - public function __construct(Iam $iam = null) + public function __construct(Iam $iam = null, $scope = null) { $this->iam = $iam; + + $tokenUri = self::getTokenUri(); + if ($scope) { + if (is_string($scope)) { + $scope = explode(' ', $scope); + } + + $scope = implode(',', $scope); + + $tokenUri = $tokenUri . '?scopes='. $scope; + } + + $this->tokenUri = $tokenUri; } /** @@ -235,7 +255,7 @@ public function fetchAuthToken(callable $httpHandler = null) return array(); // return an empty array with no access token } - $json = $this->getFromMetadata($httpHandler, self::getTokenUri()); + $json = $this->getFromMetadata($httpHandler, $this->tokenUri); if (null === $json = json_decode($json, true)) { throw new \Exception('Invalid JSON response'); } diff --git a/vendor/google/auth/src/ServiceAccountSignerTrait.php b/vendor/google/auth/src/ServiceAccountSignerTrait.php index 37148deda..72fb14280 100644 --- a/vendor/google/auth/src/ServiceAccountSignerTrait.php +++ b/vendor/google/auth/src/ServiceAccountSignerTrait.php @@ -37,7 +37,7 @@ public function signBlob($stringToSign, $forceOpenssl = false) $privateKey = $this->auth->getSigningKey(); $signedString = ''; - if (class_exists('RSA') && !$forceOpenssl) { + if (class_exists('\\phpseclib\\Crypt\\RSA') && !$forceOpenssl) { $rsa = new RSA; $rsa->loadKey($privateKey); $rsa->setSignatureMode(RSA::SIGNATURE_PKCS1); diff --git a/vendor/google/common-protos/.gitignore b/vendor/google/common-protos/.gitignore deleted file mode 100644 index 7e3271ead..000000000 --- a/vendor/google/common-protos/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ - -# Directories created when regenerating protos -out/ -tmp_common_protos/ - -# Composer related dirs -composer.lock -vendor/ - -# Doc generation dirs -tmp_gh-pages/ -cache/ diff --git a/vendor/google/common-protos/.travis.yml b/vendor/google/common-protos/.travis.yml deleted file mode 100644 index 8d84df322..000000000 --- a/vendor/google/common-protos/.travis.yml +++ /dev/null @@ -1,38 +0,0 @@ -language: php -sudo: required -dist: trusty - -jobs: - include: - - php: '5.5.38' - - php: '5.6.25' - - php: '5.6.25' - env: PROTOBUF_C_EXT=true - - php: '7.0' - - php: '7.1' - - php: '7.2' - - php: '7.2' - env: PROTOBUF_C_EXT=true - - stage: 'deploy' - php: '7.2' - install: - - travis_retry composer install - script: - - ./dev/build-docs.sh - - ./dev/push-docs.sh - after_success: skip - -stages: - - test - - name: deploy - if: tag IS present - -install: - - travis_retry pecl install grpc - - if [[ $PROTOBUF_C_EXT =~ ^true ]]; then travis_retry pecl install protobuf-3.9.0; fi - - travis_retry composer install -script: - - vendor/bin/phpunit - - if [[ $TRAVIS_PHP_VERSION =~ ^7 ]]; then ./dev/build-docs.sh master; fi -after_success: - - bash <(curl -s https://codecov.io/bash) diff --git a/vendor/google/common-protos/CONTRIBUTING.md b/vendor/google/common-protos/CONTRIBUTING.md deleted file mode 100644 index 23c9455dd..000000000 --- a/vendor/google/common-protos/CONTRIBUTING.md +++ /dev/null @@ -1,45 +0,0 @@ -## Contributing - -We are pleased that you are interested in contributing to our work. - -### Generated Protocol Buffer Classes - -The classes in this repository are generated by the protocol buffer -compiler, as known as protoc. As such, we can not accept contributions -directly to these generated classes. Instead, changes should be -suggested upstream in the [API Common Protos][api-common-protos] -repository. - - -### Documentation - -We want for both protocol buffers and the types that we have provided here -to be understandable to everyone, including to those who may be unfamiliar -with the ecosystem or concepts. - -That means we want our documentation to be better, and welcome anyone -willing to help with this. For documentation in the generated classes, please -open a pull request against the [API Common Protos][api-common-protos] -repository. - -Any improvements to READMEs or other non-generated documentation or -development scripts in this repository would be greatly appreciated - please -open a pull request. - - -## Contributor License Agreement - -Before we can accept your pull requests, you will need to sign a Contributor -License Agreement (CLA): - - - **If you are an individual writing original source code** and **you own the - intellectual property**, then you need to sign an [individual CLA][]. - - **If you work for a company that wants to allow you to contribute your - work**, then you need to sign a [corporate CLA][]. - -You can sign these electronically (just scroll to the bottom). After that, -we'll be able to accept your pull requests. - - [individual CLA]: https://developers.google.com/open-source/cla/individual - [corporate CLA]: https://developers.google.com/open-source/cla/corporate - [api-common-protos]: https://github.com/googleapis/api-common-protos \ No newline at end of file diff --git a/vendor/google/common-protos/LICENSE b/vendor/google/common-protos/LICENSE deleted file mode 100644 index 261eeb9e9..000000000 --- a/vendor/google/common-protos/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - 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/common-protos/README.md b/vendor/google/common-protos/README.md deleted file mode 100644 index e557eb243..000000000 --- a/vendor/google/common-protos/README.md +++ /dev/null @@ -1,44 +0,0 @@ -## Common Protos PHP - -[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) - -[![Build Status](https://api.travis-ci.org/googleapis/common-protos-php.svg?branch=master)](https://travis-ci.org/googleapis/common-protos-php) - -This repository is a home for the [protocol buffer][protobuf] types which are -common dependencies throughout the Google API ecosystem, generated for PHP. -The protobuf definitions for these generated PHP classes are provided in the -[API Common Protos][api-common-protos] repository. - -## Using these generated classes - -These classes are made available under an Apache license (see `LICENSE`) and -you are free to depend on them within your applications. They are -considered stable and will not change in backwards-incompaible ways. - -They are distributed as the [google/common-protos][packagist-common-protos] -composer package, available on [Packagist][packagist]. - -In order to depend on these classes, add the following line to your -composer.json file in the `requires` section: - -``` - "google/common-protos": "^1.0" -``` - -Or else use composer from the command line: - -```bash -composer require google/common-protos -``` - -## License - -These classes are licensed using the Apache 2.0 software license, a -permissive, copyfree license. You are free to use them in your applications -provided the license terms are honored. - - [api-style]: https://cloud.google.com/apis/design/ - [protobuf]: https://developers.google.com/protocol-buffers/ - [api-common-protos]: https://github.com/googleapis/api-common-protos/ - [packagist-common-protos]: https://packagist.org/packages/google/common-protos/ - [packagist]: https://packagist.org/ diff --git a/vendor/google/common-protos/composer.json b/vendor/google/common-protos/composer.json deleted file mode 100644 index 8131f58d1..000000000 --- a/vendor/google/common-protos/composer.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "google/common-protos", - "type": "library", - "description": "Google API Common Protos for PHP", - "keywords": ["google"], - "homepage": "https://github.com/googleapis/common-protos-php", - "license": "Apache-2.0", - "require": { - "google/protobuf": "^3.6.1" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36", - "sami/sami": "*" - }, - "autoload": { - "psr-4": { - "Google\\": "src", - "GPBMetadata\\Google\\": "metadata" - } - } -} diff --git a/vendor/google/common-protos/dev/build-docs.sh b/vendor/google/common-protos/dev/build-docs.sh deleted file mode 100755 index 7c000d34f..000000000 --- a/vendor/google/common-protos/dev/build-docs.sh +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/bash -# Copyright 2018 Google LLC -# -# 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. - -# Script to build doc site. -# This script expects to be invoked from the common-protos-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 -SAMI_EXECUTABLE=${ROOT_DIR}/vendor/sami/sami/sami.php -SAMI_CONFIG=${ROOT_DIR}/dev/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 buildDocs() { - DOCS_VERSION_TO_BUILD=${1} - COMMON_PROTOS_DOCS_VERSION=${DOCS_VERSION_TO_BUILD} php ${SAMI_EXECUTABLE} update ${SAMI_CONFIG} -v -} - -if [[ ! -z ${TRAVIS_TAG} ]]; then - buildDocs ${TRAVIS_TAG} - # Update the redirect index file only for builds that use the - # TRAVIS_TAG env variable. - echo ${UPDATED_INDEX_FILE} > ${INDEX_FILE} -elif [[ ! -z ${1} ]]; then - buildDocs ${1} -else - echo ERROR: TRAVIS_TAG not found, and no command line version specified - exit 1 -fi diff --git a/vendor/google/common-protos/dev/push-docs.sh b/vendor/google/common-protos/dev/push-docs.sh deleted file mode 100755 index 7e4f7aa85..000000000 --- a/vendor/google/common-protos/dev/push-docs.sh +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash -# Copyright 2018 Google LLC -# -# 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. -# -# This script expects to be invoked from the common-protos-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} -fi diff --git a/vendor/google/common-protos/dev/regenerate.sh b/vendor/google/common-protos/dev/regenerate.sh deleted file mode 100755 index 42c0c5006..000000000 --- a/vendor/google/common-protos/dev/regenerate.sh +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/bash -# Copyright 2018 Google LLC -# -# 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. - -# Constants -REQUIRED_PROTOC_VERSION="libprotoc 3.9.0" -COMMON_PROTOS_REPO="https://github.com/googleapis/api-common-protos.git" - -# Directories -: "${ROOT_DIR:=$(pwd)}" -echo "root dir: ${ROOT_DIR}" -TEMP_COMMON_PROTOS_DIR="${ROOT_DIR}/tmp_common_protos" -PROTOC_OUT_DIR="${ROOT_DIR}/out" -SRC_DIR="${ROOT_DIR}/src" -METADATA_DIR="${ROOT_DIR}/metadata" - -# Protoc bin -: "${PROTOC_BIN:=$(which protoc)}" -echo "protoc bin: ${PROTOC_BIN}" - -# Check protoc version -PROTOC_VERSION=$($PROTOC_BIN --version) -echo "protoc version: ${PROTOC_VERSION}" - -if [ "${PROTOC_VERSION}" != "${REQUIRED_PROTOC_VERSION}" ] -then - echo "Invalid protoc version, expected '${REQUIRED_PROTOC_VERSION}', got '${PROTOC_VERSION}'" - exit 1 -fi - -rm -rf ${TEMP_COMMON_PROTOS_DIR} -git clone ${COMMON_PROTOS_REPO} ${TEMP_COMMON_PROTOS_DIR} - -rm -rf ${PROTOC_OUT_DIR} -mkdir ${PROTOC_OUT_DIR} - -PROTOS_TO_GENERATE=$(find ${TEMP_COMMON_PROTOS_DIR} -name "*.proto") - -PROTOC_ARGS="--php_out ${PROTOC_OUT_DIR} -I${TEMP_COMMON_PROTOS_DIR} ${PROTOS_TO_GENERATE}" -echo "Calling protoc with args: ${PROTOC_ARGS}" -${PROTOC_BIN} ${PROTOC_ARGS} - -rm -rf ${SRC_DIR} -mkdir ${SRC_DIR} - -rm -rf ${METADATA_DIR} -mkdir ${METADATA_DIR} - -echo "Copy protos to src and metadata locations" -cp -r ${PROTOC_OUT_DIR}/Google/* ${SRC_DIR}/ -cp -r ${PROTOC_OUT_DIR}/GPBMetadata/Google/* ${METADATA_DIR}/ diff --git a/vendor/google/common-protos/dev/sami-config.php b/vendor/google/common-protos/dev/sami-config.php deleted file mode 100644 index 8dcf9e4e1..000000000 --- a/vendor/google/common-protos/dev/sami-config.php +++ /dev/null @@ -1,69 +0,0 @@ -= 7.0 to build docs, found version " . phpversion()); - } -} - -function buildConfigForVersion($version) -{ - $gaxRootDir = realpath(__DIR__ . '/..'); - $iterator = Finder::create() - ->files() - ->name('*.php') - ->exclude('GPBMetadata') - ->in($dir = "$gaxRootDir/src") - ; - - return new Sami($iterator, array( - 'title' => "Common Protos PHP - $version", - 'version' => $version, - 'build_dir' => "$gaxRootDir/tmp_gh-pages/%version%", - 'cache_dir' => "$gaxRootDir/cache/%version%", - 'default_opened_level' => 1, - )); -} - -checkPhpVersion(); - -$currentVersion = getenv('COMMON_PROTOS_DOCS_VERSION'); - -return buildConfigForVersion($currentVersion); - diff --git a/vendor/google/common-protos/metadata/Api/Annotations.php b/vendor/google/common-protos/metadata/Api/Annotations.php deleted file mode 100644 index 1e675f2d7..000000000 --- a/vendor/google/common-protos/metadata/Api/Annotations.php +++ /dev/null @@ -1,31 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ac4010a1c676f6f676c652f6170692f616e6e6f746174696f6e732e7072" . - "6f746f120a676f6f676c652e6170691a20676f6f676c652f70726f746f62" . - "75662f64657363726970746f722e70726f746f426e0a0e636f6d2e676f6f" . - "676c652e6170694210416e6e6f746174696f6e7350726f746f50015a4167" . - "6f6f676c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f67" . - "6c65617069732f6170692f616e6e6f746174696f6e733b616e6e6f746174" . - "696f6e73a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Auth.php b/vendor/google/common-protos/metadata/Api/Auth.php deleted file mode 100644 index 070d649bd..000000000 --- a/vendor/google/common-protos/metadata/Api/Auth.php +++ /dev/null @@ -1,46 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0a88050a15676f6f676c652f6170692f617574682e70726f746f120a676f" . - "6f676c652e617069226c0a0e41757468656e7469636174696f6e122d0a05" . - "72756c657318032003280b321e2e676f6f676c652e6170692e4175746865" . - "6e7469636174696f6e52756c65122b0a0970726f76696465727318042003" . - "280b32182e676f6f676c652e6170692e4175746850726f766964657222a9" . - "010a1241757468656e7469636174696f6e52756c6512100a0873656c6563" . - "746f72180120012809122c0a056f6175746818022001280b321d2e676f6f" . - "676c652e6170692e4f41757468526571756972656d656e747312200a1861" . - "6c6c6f775f776974686f75745f63726564656e7469616c18052001280812" . - "310a0c726571756972656d656e747318072003280b321b2e676f6f676c65" . - "2e6170692e41757468526571756972656d656e74226a0a0c417574685072" . - "6f7669646572120a0a026964180120012809120e0a066973737565721802" . - "2001280912100a086a776b735f75726918032001280912110a0961756469" . - "656e63657318042001280912190a11617574686f72697a6174696f6e5f75" . - "726c180520012809222d0a114f41757468526571756972656d656e747312" . - "180a1063616e6f6e6963616c5f73636f70657318012001280922390a0f41" . - "757468526571756972656d656e7412130a0b70726f76696465725f696418" . - "012001280912110a0961756469656e636573180220012809426b0a0e636f" . - "6d2e676f6f676c652e61706942094175746850726f746f50015a45676f6f" . - "676c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c65" . - "617069732f6170692f73657276696365636f6e6669673b73657276696365" . - "636f6e666967a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Backend.php b/vendor/google/common-protos/metadata/Api/Backend.php deleted file mode 100644 index 7fe9f6391..000000000 --- a/vendor/google/common-protos/metadata/Api/Backend.php +++ /dev/null @@ -1,34 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aab020a18676f6f676c652f6170692f6261636b656e642e70726f746f12" . - "0a676f6f676c652e61706922310a074261636b656e6412260a0572756c65" . - "7318012003280b32172e676f6f676c652e6170692e4261636b656e645275" . - "6c6522580a0b4261636b656e6452756c6512100a0873656c6563746f7218" . - "0120012809120f0a076164647265737318022001280912100a0864656164" . - "6c696e6518032001280112140a0c6d696e5f646561646c696e6518042001" . - "2801426e0a0e636f6d2e676f6f676c652e617069420c4261636b656e6450" . - "726f746f50015a45676f6f676c652e676f6c616e672e6f72672f67656e70" . - "726f746f2f676f6f676c65617069732f6170692f73657276696365636f6e" . - "6669673b73657276696365636f6e666967a2020447415049620670726f74" . - "6f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Billing.php b/vendor/google/common-protos/metadata/Api/Billing.php deleted file mode 100644 index 4f26a4f7f..000000000 --- a/vendor/google/common-protos/metadata/Api/Billing.php +++ /dev/null @@ -1,35 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ab4020a18676f6f676c652f6170692f62696c6c696e672e70726f746f12" . - "0a676f6f676c652e6170692293010a0742696c6c696e6712450a15636f6e" . - "73756d65725f64657374696e6174696f6e7318082003280b32262e676f6f" . - "676c652e6170692e42696c6c696e672e42696c6c696e6744657374696e61" . - "74696f6e1a410a1242696c6c696e6744657374696e6174696f6e121a0a12" . - "6d6f6e69746f7265645f7265736f75726365180120012809120f0a076d65" . - "7472696373180220032809426e0a0e636f6d2e676f6f676c652e61706942" . - "0c42696c6c696e6750726f746f50015a45676f6f676c652e676f6c616e67" . - "2e6f72672f67656e70726f746f2f676f6f676c65617069732f6170692f73" . - "657276696365636f6e6669673b73657276696365636f6e666967a2020447" . - "415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Client.php b/vendor/google/common-protos/metadata/Api/Client.php deleted file mode 100644 index 912933e78..000000000 --- a/vendor/google/common-protos/metadata/Api/Client.php +++ /dev/null @@ -1,30 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aba010a17676f6f676c652f6170692f636c69656e742e70726f746f120a" . - "676f6f676c652e6170691a20676f6f676c652f70726f746f6275662f6465" . - "7363726970746f722e70726f746f42690a0e636f6d2e676f6f676c652e61" . - "7069420b436c69656e7450726f746f50015a41676f6f676c652e676f6c61" . - "6e672e6f72672f67656e70726f746f2f676f6f676c65617069732f617069" . - "2f616e6e6f746174696f6e733b616e6e6f746174696f6e73a20204474150" . - "49620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/ConfigChange.php b/vendor/google/common-protos/metadata/Api/ConfigChange.php deleted file mode 100644 index 69f62e205..000000000 --- a/vendor/google/common-protos/metadata/Api/ConfigChange.php +++ /dev/null @@ -1,38 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ab1030a1e676f6f676c652f6170692f636f6e6669675f6368616e67652e" . - "70726f746f120a676f6f676c652e6170692297010a0c436f6e6669674368" . - "616e6765120f0a07656c656d656e7418012001280912110a096f6c645f76" . - "616c756518022001280912110a096e65775f76616c756518032001280912" . - "2b0a0b6368616e67655f7479706518042001280e32162e676f6f676c652e" . - "6170692e4368616e67655479706512230a07616476696365731805200328" . - "0b32122e676f6f676c652e6170692e416476696365221d0a064164766963" . - "6512130a0b6465736372697074696f6e1802200128092a4f0a0a4368616e" . - "676554797065121b0a174348414e47455f545950455f554e535045434946" . - "494544100012090a0541444445441001120b0a0752454d4f564544100212" . - "0c0a084d4f444946494544100342710a0e636f6d2e676f6f676c652e6170" . - "694211436f6e6669674368616e676550726f746f50015a43676f6f676c65" . - "2e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c65617069" . - "732f6170692f636f6e6669676368616e67653b636f6e6669676368616e67" . - "65a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Consumer.php b/vendor/google/common-protos/metadata/Api/Consumer.php deleted file mode 100644 index 38156c507..000000000 --- a/vendor/google/common-protos/metadata/Api/Consumer.php +++ /dev/null @@ -1,37 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0a87030a19676f6f676c652f6170692f636f6e73756d65722e70726f746f" . - "120a676f6f676c652e617069223d0a1150726f6a65637450726f70657274" . - "69657312280a0a70726f7065727469657318012003280b32142e676f6f67" . - "6c652e6170692e50726f706572747922ac010a0850726f7065727479120c" . - "0a046e616d65180120012809122f0a047479706518022001280e32212e67" . - "6f6f676c652e6170692e50726f70657274792e50726f7065727479547970" . - "6512130a0b6465736372697074696f6e180320012809224c0a0c50726f70" . - "6572747954797065120f0a0b554e535045434946494544100012090a0549" . - "4e543634100112080a04424f4f4c1002120a0a06535452494e471003120a" . - "0a06444f55424c45100442680a0e636f6d2e676f6f676c652e617069420d" . - "436f6e73756d657250726f746f50015a45676f6f676c652e676f6c616e67" . - "2e6f72672f67656e70726f746f2f676f6f676c65617069732f6170692f73" . - "657276696365636f6e6669673b73657276696365636f6e66696762067072" . - "6f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Context.php b/vendor/google/common-protos/metadata/Api/Context.php deleted file mode 100644 index d50fd6666..000000000 --- a/vendor/google/common-protos/metadata/Api/Context.php +++ /dev/null @@ -1,33 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0a97020a18676f6f676c652f6170692f636f6e746578742e70726f746f12" . - "0a676f6f676c652e61706922310a07436f6e7465787412260a0572756c65" . - "7318012003280b32172e676f6f676c652e6170692e436f6e746578745275" . - "6c6522440a0b436f6e7465787452756c6512100a0873656c6563746f7218" . - "012001280912110a0972657175657374656418022003280912100a087072" . - "6f7669646564180320032809426e0a0e636f6d2e676f6f676c652e617069" . - "420c436f6e7465787450726f746f50015a45676f6f676c652e676f6c616e" . - "672e6f72672f67656e70726f746f2f676f6f676c65617069732f6170692f" . - "73657276696365636f6e6669673b73657276696365636f6e666967a20204" . - "47415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Control.php b/vendor/google/common-protos/metadata/Api/Control.php deleted file mode 100644 index e7e7ff3ea..000000000 --- a/vendor/google/common-protos/metadata/Api/Control.php +++ /dev/null @@ -1,30 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0abe010a18676f6f676c652f6170692f636f6e74726f6c2e70726f746f12" . - "0a676f6f676c652e617069221e0a07436f6e74726f6c12130a0b656e7669" . - "726f6e6d656e74180120012809426e0a0e636f6d2e676f6f676c652e6170" . - "69420c436f6e74726f6c50726f746f50015a45676f6f676c652e676f6c61" . - "6e672e6f72672f67656e70726f746f2f676f6f676c65617069732f617069" . - "2f73657276696365636f6e6669673b73657276696365636f6e666967a202" . - "0447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Distribution.php b/vendor/google/common-protos/metadata/Api/Distribution.php deleted file mode 100644 index 02807903f..000000000 --- a/vendor/google/common-protos/metadata/Api/Distribution.php +++ /dev/null @@ -1,61 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aa3080a1d676f6f676c652f6170692f646973747269627574696f6e2e70" . - "726f746f120a676f6f676c652e6170691a1f676f6f676c652f70726f746f" . - "6275662f74696d657374616d702e70726f746f22d9060a0c446973747269" . - "627574696f6e120d0a05636f756e74180120012803120c0a046d65616e18" . - "022001280112200a1873756d5f6f665f737175617265645f646576696174" . - "696f6e180320012801122d0a0572616e676518042001280b321e2e676f6f" . - "676c652e6170692e446973747269627574696f6e2e52616e6765123e0a0e" . - "6275636b65745f6f7074696f6e7318062001280b32262e676f6f676c652e" . - "6170692e446973747269627574696f6e2e4275636b65744f7074696f6e73" . - "12150a0d6275636b65745f636f756e747318072003280312340a09657865" . - "6d706c617273180a2003280b32212e676f6f676c652e6170692e44697374" . - "7269627574696f6e2e4578656d706c61721a210a0552616e6765120b0a03" . - "6d696e180120012801120b0a036d61781802200128011ab5030a0d427563" . - "6b65744f7074696f6e7312470a0e6c696e6561725f6275636b6574731801" . - "2001280b322d2e676f6f676c652e6170692e446973747269627574696f6e" . - "2e4275636b65744f7074696f6e732e4c696e656172480012510a13657870" . - "6f6e656e7469616c5f6275636b65747318022001280b32322e676f6f676c" . - "652e6170692e446973747269627574696f6e2e4275636b65744f7074696f" . - "6e732e4578706f6e656e7469616c4800124b0a106578706c696369745f62" . - "75636b65747318032001280b322f2e676f6f676c652e6170692e44697374" . - "7269627574696f6e2e4275636b65744f7074696f6e732e4578706c696369" . - "7448001a430a064c696e656172121a0a126e756d5f66696e6974655f6275" . - "636b657473180120012805120d0a057769647468180220012801120e0a06" . - "6f66667365741803200128011a4f0a0b4578706f6e656e7469616c121a0a" . - "126e756d5f66696e6974655f6275636b65747318012001280512150a0d67" . - "726f7774685f666163746f72180220012801120d0a057363616c65180320" . - "0128011a1a0a084578706c69636974120e0a06626f756e64731801200328" . - "0142090a076f7074696f6e731a730a084578656d706c6172120d0a057661" . - "6c7565180120012801122d0a0974696d657374616d7018022001280b321a" . - "2e676f6f676c652e70726f746f6275662e54696d657374616d7012290a0b" . - "6174746163686d656e747318032003280b32142e676f6f676c652e70726f" . - "746f6275662e416e7942710a0e636f6d2e676f6f676c652e617069421144" . - "6973747269627574696f6e50726f746f50015a43676f6f676c652e676f6c" . - "616e672e6f72672f67656e70726f746f2f676f6f676c65617069732f6170" . - "692f646973747269627574696f6e3b646973747269627574696f6ea20204" . - "47415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Documentation.php b/vendor/google/common-protos/metadata/Api/Documentation.php deleted file mode 100644 index 19aedeeea..000000000 --- a/vendor/google/common-protos/metadata/Api/Documentation.php +++ /dev/null @@ -1,40 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0af6030a1e676f6f676c652f6170692f646f63756d656e746174696f6e2e" . - "70726f746f120a676f6f676c652e61706922a1010a0d446f63756d656e74" . - "6174696f6e120f0a0773756d6d617279180120012809121f0a0570616765" . - "7318052003280b32102e676f6f676c652e6170692e50616765122c0a0572" . - "756c657318032003280b321d2e676f6f676c652e6170692e446f63756d65" . - "6e746174696f6e52756c65121e0a16646f63756d656e746174696f6e5f72" . - "6f6f745f75726c18042001280912100a086f766572766965771802200128" . - "09225b0a11446f63756d656e746174696f6e52756c6512100a0873656c65" . - "63746f7218012001280912130a0b6465736372697074696f6e1802200128" . - "09121f0a176465707265636174696f6e5f6465736372697074696f6e1803" . - "2001280922490a0450616765120c0a046e616d65180120012809120f0a07" . - "636f6e74656e7418022001280912220a0873756270616765731803200328" . - "0b32102e676f6f676c652e6170692e5061676542740a0e636f6d2e676f6f" . - "676c652e6170694212446f63756d656e746174696f6e50726f746f50015a" . - "45676f6f676c652e676f6c616e672e6f72672f67656e70726f746f2f676f" . - "6f676c65617069732f6170692f73657276696365636f6e6669673b736572" . - "76696365636f6e666967a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Endpoint.php b/vendor/google/common-protos/metadata/Api/Endpoint.php deleted file mode 100644 index 9ec9f9684..000000000 --- a/vendor/google/common-protos/metadata/Api/Endpoint.php +++ /dev/null @@ -1,33 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0a81020a19676f6f676c652f6170692f656e64706f696e742e70726f746f" . - "120a676f6f676c652e617069225f0a08456e64706f696e74120c0a046e61" . - "6d65180120012809120f0a07616c696173657318022003280912100a0866" . - "65617475726573180420032809120e0a0674617267657418652001280912" . - "120a0a616c6c6f775f636f7273180520012808426f0a0e636f6d2e676f6f" . - "676c652e617069420d456e64706f696e7450726f746f50015a45676f6f67" . - "6c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c6561" . - "7069732f6170692f73657276696365636f6e6669673b7365727669636563" . - "6f6e666967a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/FieldBehavior.php b/vendor/google/common-protos/metadata/Api/FieldBehavior.php deleted file mode 100644 index 3c2623517..000000000 --- a/vendor/google/common-protos/metadata/Api/FieldBehavior.php +++ /dev/null @@ -1,34 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ac6020a1f676f6f676c652f6170692f6669656c645f6265686176696f72" . - "2e70726f746f120a676f6f676c652e6170691a20676f6f676c652f70726f" . - "746f6275662f64657363726970746f722e70726f746f2a7b0a0d4669656c" . - "644265686176696f72121e0a1a4649454c445f4245484156494f525f554e" . - "5350454349464945441000120c0a084f5054494f4e414c1001120c0a0852" . - "455155495245441002120f0a0b4f55545055545f4f4e4c591003120e0a0a" . - "494e5055545f4f4e4c591004120d0a09494d4d555441424c45100542700a" . - "0e636f6d2e676f6f676c652e61706942124669656c644265686176696f72" . - "50726f746f50015a41676f6f676c652e676f6c616e672e6f72672f67656e" . - "70726f746f2f676f6f676c65617069732f6170692f616e6e6f746174696f" . - "6e733b616e6e6f746174696f6e73a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Http.php b/vendor/google/common-protos/metadata/Api/Http.php deleted file mode 100644 index 5df9e7951..000000000 --- a/vendor/google/common-protos/metadata/Api/Http.php +++ /dev/null @@ -1,42 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aa2040a15676f6f676c652f6170692f687474702e70726f746f120a676f" . - "6f676c652e61706922540a044874747012230a0572756c65731801200328" . - "0b32142e676f6f676c652e6170692e4874747052756c6512270a1f66756c" . - "6c795f6465636f64655f72657365727665645f657870616e73696f6e1802" . - "200128082281020a084874747052756c6512100a0873656c6563746f7218" . - "0120012809120d0a036765741802200128094800120d0a03707574180320" . - "0128094800120e0a04706f7374180420012809480012100a0664656c6574" . - "651805200128094800120f0a0570617463681806200128094800122f0a06" . - "637573746f6d18082001280b321d2e676f6f676c652e6170692e43757374" . - "6f6d487474705061747465726e4800120c0a04626f647918072001280912" . - "150a0d726573706f6e73655f626f6479180c2001280912310a1361646469" . - "74696f6e616c5f62696e64696e6773180b2003280b32142e676f6f676c65" . - "2e6170692e4874747052756c6542090a077061747465726e222f0a114375" . - "73746f6d487474705061747465726e120c0a046b696e6418012001280912" . - "0c0a0470617468180220012809426a0a0e636f6d2e676f6f676c652e6170" . - "6942094874747050726f746f50015a41676f6f676c652e676f6c616e672e" . - "6f72672f67656e70726f746f2f676f6f676c65617069732f6170692f616e" . - "6e6f746174696f6e733b616e6e6f746174696f6e73f80101a20204474150" . - "49620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Httpbody.php b/vendor/google/common-protos/metadata/Api/Httpbody.php deleted file mode 100644 index 19be392a9..000000000 --- a/vendor/google/common-protos/metadata/Api/Httpbody.php +++ /dev/null @@ -1,33 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0af0010a19676f6f676c652f6170692f68747470626f64792e70726f746f" . - "120a676f6f676c652e61706922580a0848747470426f647912140a0c636f" . - "6e74656e745f74797065180120012809120c0a046461746118022001280c" . - "12280a0a657874656e73696f6e7318032003280b32142e676f6f676c652e" . - "70726f746f6275662e416e7942650a0e636f6d2e676f6f676c652e617069" . - "420d48747470426f647950726f746f50015a3b676f6f676c652e676f6c61" . - "6e672e6f72672f67656e70726f746f2f676f6f676c65617069732f617069" . - "2f68747470626f64793b68747470626f6479a2020447415049620670726f" . - "746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Label.php b/vendor/google/common-protos/metadata/Api/Label.php deleted file mode 100644 index 3b194677d..000000000 --- a/vendor/google/common-protos/metadata/Api/Label.php +++ /dev/null @@ -1,34 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aac020a16676f6f676c652f6170692f6c6162656c2e70726f746f120a67" . - "6f6f676c652e617069229c010a0f4c6162656c44657363726970746f7212" . - "0b0a036b657918012001280912390a0a76616c75655f7479706518022001" . - "280e32252e676f6f676c652e6170692e4c6162656c44657363726970746f" . - "722e56616c75655479706512130a0b6465736372697074696f6e18032001" . - "2809222c0a0956616c756554797065120a0a06535452494e47100012080a" . - "04424f4f4c100112090a05494e5436341002425f0a0e636f6d2e676f6f67" . - "6c652e617069420a4c6162656c50726f746f50015a35676f6f676c652e67" . - "6f6c616e672e6f72672f67656e70726f746f2f676f6f676c65617069732f" . - "6170692f6c6162656c3b6c6162656cf80101a2020447415049620670726f" . - "746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Log.php b/vendor/google/common-protos/metadata/Api/Log.php deleted file mode 100644 index 91b3fa233..000000000 --- a/vendor/google/common-protos/metadata/Api/Log.php +++ /dev/null @@ -1,34 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0a8d020a14676f6f676c652f6170692f6c6f672e70726f746f120a676f6f" . - "676c652e61706922750a0d4c6f6744657363726970746f72120c0a046e61" . - "6d65180120012809122b0a066c6162656c7318022003280b321b2e676f6f" . - "676c652e6170692e4c6162656c44657363726970746f7212130a0b646573" . - "6372697074696f6e18032001280912140a0c646973706c61795f6e616d65" . - "180420012809426a0a0e636f6d2e676f6f676c652e61706942084c6f6750" . - "726f746f50015a45676f6f676c652e676f6c616e672e6f72672f67656e70" . - "726f746f2f676f6f676c65617069732f6170692f73657276696365636f6e" . - "6669673b73657276696365636f6e666967a2020447415049620670726f74" . - "6f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Logging.php b/vendor/google/common-protos/metadata/Api/Logging.php deleted file mode 100644 index d04e0c3cc..000000000 --- a/vendor/google/common-protos/metadata/Api/Logging.php +++ /dev/null @@ -1,37 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0af8020a18676f6f676c652f6170692f6c6f6767696e672e70726f746f12" . - "0a676f6f676c652e61706922d7010a074c6f6767696e6712450a1570726f" . - "64756365725f64657374696e6174696f6e7318012003280b32262e676f6f" . - "676c652e6170692e4c6f6767696e672e4c6f6767696e6744657374696e61" . - "74696f6e12450a15636f6e73756d65725f64657374696e6174696f6e7318" . - "022003280b32262e676f6f676c652e6170692e4c6f6767696e672e4c6f67" . - "67696e6744657374696e6174696f6e1a3e0a124c6f6767696e6744657374" . - "696e6174696f6e121a0a126d6f6e69746f7265645f7265736f7572636518" . - "0320012809120c0a046c6f6773180120032809426e0a0e636f6d2e676f6f" . - "676c652e617069420c4c6f6767696e6750726f746f50015a45676f6f676c" . - "652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c656170" . - "69732f6170692f73657276696365636f6e6669673b73657276696365636f" . - "6e666967a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Metric.php b/vendor/google/common-protos/metadata/Api/Metric.php deleted file mode 100644 index d051e3361..000000000 --- a/vendor/google/common-protos/metadata/Api/Metric.php +++ /dev/null @@ -1,49 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ada050a17676f6f676c652f6170692f6d65747269632e70726f746f120a" . - "676f6f676c652e61706922d2030a104d657472696344657363726970746f" . - "72120c0a046e616d65180120012809120c0a047479706518082001280912" . - "2b0a066c6162656c7318022003280b321b2e676f6f676c652e6170692e4c" . - "6162656c44657363726970746f72123c0a0b6d65747269635f6b696e6418" . - "032001280e32272e676f6f676c652e6170692e4d65747269634465736372" . - "6970746f722e4d65747269634b696e64123a0a0a76616c75655f74797065" . - "18042001280e32262e676f6f676c652e6170692e4d657472696344657363" . - "726970746f722e56616c756554797065120c0a04756e6974180520012809" . - "12130a0b6465736372697074696f6e18062001280912140a0c646973706c" . - "61795f6e616d65180720012809224f0a0a4d65747269634b696e64121b0a" . - "174d45545249435f4b494e445f554e535045434946494544100012090a05" . - "4741554745100112090a0544454c54411002120e0a0a43554d554c415449" . - "5645100322710a0956616c756554797065121a0a1656414c55455f545950" . - "455f554e535045434946494544100012080a04424f4f4c100112090a0549" . - "4e5436341002120a0a06444f55424c451003120a0a06535452494e471004" . - "12100a0c444953545249425554494f4e100512090a054d4f4e4559100622" . - "750a064d6574726963120c0a0474797065180320012809122e0a066c6162" . - "656c7318022003280b321e2e676f6f676c652e6170692e4d65747269632e" . - "4c6162656c73456e7472791a2d0a0b4c6162656c73456e747279120b0a03" . - "6b6579180120012809120d0a0576616c75651802200128093a023801425f" . - "0a0e636f6d2e676f6f676c652e617069420b4d657472696350726f746f50" . - "015a37676f6f676c652e676f6c616e672e6f72672f67656e70726f746f2f" . - "676f6f676c65617069732f6170692f6d65747269633b6d6574726963a202" . - "0447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/MonitoredResource.php b/vendor/google/common-protos/metadata/Api/MonitoredResource.php deleted file mode 100644 index 0ee2449ba..000000000 --- a/vendor/google/common-protos/metadata/Api/MonitoredResource.php +++ /dev/null @@ -1,49 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ac1050a23676f6f676c652f6170692f6d6f6e69746f7265645f7265736f" . - "757263652e70726f746f120a676f6f676c652e6170691a1c676f6f676c65" . - "2f70726f746f6275662f7374727563742e70726f746f2291010a1b4d6f6e" . - "69746f7265645265736f7572636544657363726970746f72120c0a046e61" . - "6d65180520012809120c0a047479706518012001280912140a0c64697370" . - "6c61795f6e616d6518022001280912130a0b6465736372697074696f6e18" . - "0320012809122b0a066c6162656c7318042003280b321b2e676f6f676c65" . - "2e6170692e4c6162656c44657363726970746f72228b010a114d6f6e6974" . - "6f7265645265736f75726365120c0a047479706518012001280912390a06" . - "6c6162656c7318022003280b32292e676f6f676c652e6170692e4d6f6e69" . - "746f7265645265736f757263652e4c6162656c73456e7472791a2d0a0b4c" . - "6162656c73456e747279120b0a036b6579180120012809120d0a0576616c" . - "75651802200128093a02380122ca010a194d6f6e69746f7265645265736f" . - "757263654d65746164617461122e0a0d73797374656d5f6c6162656c7318" . - "012001280b32172e676f6f676c652e70726f746f6275662e537472756374" . - "124a0a0b757365725f6c6162656c7318022003280b32352e676f6f676c65" . - "2e6170692e4d6f6e69746f7265645265736f757263654d65746164617461" . - "2e557365724c6162656c73456e7472791a310a0f557365724c6162656c73" . - "456e747279120b0a036b6579180120012809120d0a0576616c7565180220" . - "0128093a02380142790a0e636f6d2e676f6f676c652e61706942164d6f6e" . - "69746f7265645265736f7572636550726f746f50015a43676f6f676c652e" . - "676f6c616e672e6f72672f67656e70726f746f2f676f6f676c6561706973" . - "2f6170692f6d6f6e69746f7265647265733b6d6f6e69746f726564726573" . - "f80101a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Monitoring.php b/vendor/google/common-protos/metadata/Api/Monitoring.php deleted file mode 100644 index a7cf561cb..000000000 --- a/vendor/google/common-protos/metadata/Api/Monitoring.php +++ /dev/null @@ -1,38 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0a93030a1b676f6f676c652f6170692f6d6f6e69746f72696e672e70726f" . - "746f120a676f6f676c652e61706922ec010a0a4d6f6e69746f72696e6712" . - "4b0a1570726f64756365725f64657374696e6174696f6e7318012003280b" . - "322c2e676f6f676c652e6170692e4d6f6e69746f72696e672e4d6f6e6974" . - "6f72696e6744657374696e6174696f6e124b0a15636f6e73756d65725f64" . - "657374696e6174696f6e7318022003280b322c2e676f6f676c652e617069" . - "2e4d6f6e69746f72696e672e4d6f6e69746f72696e6744657374696e6174" . - "696f6e1a440a154d6f6e69746f72696e6744657374696e6174696f6e121a" . - "0a126d6f6e69746f7265645f7265736f75726365180120012809120f0a07" . - "6d65747269637318022003280942710a0e636f6d2e676f6f676c652e6170" . - "69420f4d6f6e69746f72696e6750726f746f50015a45676f6f676c652e67" . - "6f6c616e672e6f72672f67656e70726f746f2f676f6f676c65617069732f" . - "6170692f73657276696365636f6e6669673b73657276696365636f6e6669" . - "67a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Quota.php b/vendor/google/common-protos/metadata/Api/Quota.php deleted file mode 100644 index d5c37e7e2..000000000 --- a/vendor/google/common-protos/metadata/Api/Quota.php +++ /dev/null @@ -1,47 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aa5050a16676f6f676c652f6170692f71756f74612e70726f746f120a67" . - "6f6f676c652e617069225d0a0551756f746112260a066c696d6974731803" . - "2003280b32162e676f6f676c652e6170692e51756f74614c696d6974122c" . - "0a0c6d65747269635f72756c657318042003280b32162e676f6f676c652e" . - "6170692e4d657472696352756c652291010a0a4d657472696352756c6512" . - "100a0873656c6563746f72180120012809123d0a0c6d65747269635f636f" . - "73747318022003280b32272e676f6f676c652e6170692e4d657472696352" . - "756c652e4d6574726963436f737473456e7472791a320a104d6574726963" . - "436f737473456e747279120b0a036b6579180120012809120d0a0576616c" . - "75651802200128033a0238012295020a0a51756f74614c696d6974120c0a" . - "046e616d6518062001280912130a0b6465736372697074696f6e18022001" . - "280912150a0d64656661756c745f6c696d697418032001280312110a096d" . - "61785f6c696d697418042001280312110a09667265655f74696572180720" . - "01280312100a086475726174696f6e180520012809120e0a066d65747269" . - "63180820012809120c0a04756e697418092001280912320a0676616c7565" . - "73180a2003280b32222e676f6f676c652e6170692e51756f74614c696d69" . - "742e56616c756573456e74727912140a0c646973706c61795f6e616d6518" . - "0c200128091a2d0a0b56616c756573456e747279120b0a036b6579180120" . - "012809120d0a0576616c75651802200128033a023801426c0a0e636f6d2e" . - "676f6f676c652e617069420a51756f746150726f746f50015a45676f6f67" . - "6c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c6561" . - "7069732f6170692f73657276696365636f6e6669673b7365727669636563" . - "6f6e666967a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Resource.php b/vendor/google/common-protos/metadata/Api/Resource.php deleted file mode 100644 index 5cd16197a..000000000 --- a/vendor/google/common-protos/metadata/Api/Resource.php +++ /dev/null @@ -1,39 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ad8030a19676f6f676c652f6170692f7265736f757263652e70726f746f" . - "120a676f6f676c652e6170691a20676f6f676c652f70726f746f6275662f" . - "64657363726970746f722e70726f746f22dd010a125265736f7572636544" . - "657363726970746f72120c0a0474797065180120012809120f0a07706174" . - "7465726e18022003280912120a0a6e616d655f6669656c64180320012809" . - "12370a07686973746f727918042001280e32262e676f6f676c652e617069" . - "2e5265736f7572636544657363726970746f722e486973746f7279225b0a" . - "07486973746f727912170a13484953544f52595f554e5350454349464945" . - "441000121d0a194f524947494e414c4c595f53494e474c455f5041545445" . - "524e100112180a144655545552455f4d554c54495f5041545445524e1002" . - "22350a115265736f757263655265666572656e6365120c0a047479706518" . - "012001280912120a0a6368696c645f74797065180220012809426e0a0e63" . - "6f6d2e676f6f676c652e617069420d5265736f7572636550726f746f5001" . - "5a41676f6f676c652e676f6c616e672e6f72672f67656e70726f746f2f67" . - "6f6f676c65617069732f6170692f616e6e6f746174696f6e733b616e6e6f" . - "746174696f6e73f80101a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Service.php b/vendor/google/common-protos/metadata/Api/Service.php deleted file mode 100644 index a4be551a3..000000000 --- a/vendor/google/common-protos/metadata/Api/Service.php +++ /dev/null @@ -1,101 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aa10d0a18676f6f676c652f6170692f736572766963652e70726f746f12" . - "0a676f6f676c652e6170691a15676f6f676c652f6170692f617574682e70" . - "726f746f1a18676f6f676c652f6170692f6261636b656e642e70726f746f" . - "1a18676f6f676c652f6170692f62696c6c696e672e70726f746f1a18676f" . - "6f676c652f6170692f636f6e746578742e70726f746f1a18676f6f676c65" . - "2f6170692f636f6e74726f6c2e70726f746f1a1e676f6f676c652f617069" . - "2f646f63756d656e746174696f6e2e70726f746f1a19676f6f676c652f61" . - "70692f656e64706f696e742e70726f746f1a15676f6f676c652f6170692f" . - "687474702e70726f746f1a14676f6f676c652f6170692f6c6f672e70726f" . - "746f1a18676f6f676c652f6170692f6c6f6767696e672e70726f746f1a17" . - "676f6f676c652f6170692f6d65747269632e70726f746f1a23676f6f676c" . - "652f6170692f6d6f6e69746f7265645f7265736f757263652e70726f746f" . - "1a1b676f6f676c652f6170692f6d6f6e69746f72696e672e70726f746f1a" . - "16676f6f676c652f6170692f71756f74612e70726f746f1a1c676f6f676c" . - "652f6170692f736f757263655f696e666f2e70726f746f1a21676f6f676c" . - "652f6170692f73797374656d5f706172616d657465722e70726f746f1a16" . - "676f6f676c652f6170692f75736167652e70726f746f1a19676f6f676c65" . - "2f70726f746f6275662f6170692e70726f746f1a1a676f6f676c652f7072" . - "6f746f6275662f747970652e70726f746f1a1e676f6f676c652f70726f74" . - "6f6275662f77726170706572732e70726f746f22dc070a07536572766963" . - "6512340a0e636f6e6669675f76657273696f6e18142001280b321c2e676f" . - "6f676c652e70726f746f6275662e55496e74333256616c7565120c0a046e" . - "616d65180120012809120a0a026964182120012809120d0a057469746c65" . - "180220012809121b0a1370726f64756365725f70726f6a6563745f696418" . - "162001280912220a046170697318032003280b32142e676f6f676c652e70" . - "726f746f6275662e41706912240a05747970657318042003280b32152e67" . - "6f6f676c652e70726f746f6275662e5479706512240a05656e756d731805" . - "2003280b32152e676f6f676c652e70726f746f6275662e456e756d12300a" . - "0d646f63756d656e746174696f6e18062001280b32192e676f6f676c652e" . - "6170692e446f63756d656e746174696f6e12240a076261636b656e641808" . - "2001280b32132e676f6f676c652e6170692e4261636b656e64121e0a0468" . - "74747018092001280b32102e676f6f676c652e6170692e4874747012200a" . - "0571756f7461180a2001280b32112e676f6f676c652e6170692e51756f74" . - "6112320a0e61757468656e7469636174696f6e180b2001280b321a2e676f" . - "6f676c652e6170692e41757468656e7469636174696f6e12240a07636f6e" . - "74657874180c2001280b32132e676f6f676c652e6170692e436f6e746578" . - "7412200a057573616765180f2001280b32112e676f6f676c652e6170692e" . - "557361676512270a09656e64706f696e747318122003280b32142e676f6f" . - "676c652e6170692e456e64706f696e7412240a07636f6e74726f6c181520" . - "01280b32132e676f6f676c652e6170692e436f6e74726f6c12270a046c6f" . - "677318172003280b32192e676f6f676c652e6170692e4c6f674465736372" . - "6970746f72122d0a076d65747269637318182003280b321c2e676f6f676c" . - "652e6170692e4d657472696344657363726970746f7212440a136d6f6e69" . - "746f7265645f7265736f757263657318192003280b32272e676f6f676c65" . - "2e6170692e4d6f6e69746f7265645265736f757263654465736372697074" . - "6f7212240a0762696c6c696e67181a2001280b32132e676f6f676c652e61" . - "70692e42696c6c696e6712240a076c6f6767696e67181b2001280b32132e" . - "676f6f676c652e6170692e4c6f6767696e67122a0a0a6d6f6e69746f7269" . - "6e67181c2001280b32162e676f6f676c652e6170692e4d6f6e69746f7269" . - "6e6712370a1173797374656d5f706172616d6574657273181d2001280b32" . - "1c2e676f6f676c652e6170692e53797374656d506172616d657465727312" . - "2b0a0b736f757263655f696e666f18252001280b32162e676f6f676c652e" . - "6170692e536f75726365496e666f4a0408651066426e0a0e636f6d2e676f" . - "6f676c652e617069420c5365727669636550726f746f50015a45676f6f67" . - "6c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c6561" . - "7069732f6170692f73657276696365636f6e6669673b7365727669636563" . - "6f6e666967a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/SourceInfo.php b/vendor/google/common-protos/metadata/Api/SourceInfo.php deleted file mode 100644 index 782fa36e2..000000000 --- a/vendor/google/common-protos/metadata/Api/SourceInfo.php +++ /dev/null @@ -1,32 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0adf010a1c676f6f676c652f6170692f736f757263655f696e666f2e7072" . - "6f746f120a676f6f676c652e61706922380a0a536f75726365496e666f12" . - "2a0a0c736f757263655f66696c657318012003280b32142e676f6f676c65" . - "2e70726f746f6275662e416e7942710a0e636f6d2e676f6f676c652e6170" . - "69420f536f75726365496e666f50726f746f50015a45676f6f676c652e67" . - "6f6c616e672e6f72672f67656e70726f746f2f676f6f676c65617069732f" . - "6170692f73657276696365636f6e6669673b73657276696365636f6e6669" . - "67a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/SystemParameter.php b/vendor/google/common-protos/metadata/Api/SystemParameter.php deleted file mode 100644 index d9979fab5..000000000 --- a/vendor/google/common-protos/metadata/Api/SystemParameter.php +++ /dev/null @@ -1,37 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aa0030a21676f6f676c652f6170692f73797374656d5f706172616d6574" . - "65722e70726f746f120a676f6f676c652e61706922420a1053797374656d" . - "506172616d6574657273122e0a0572756c657318012003280b321f2e676f" . - "6f676c652e6170692e53797374656d506172616d6574657252756c652258" . - "0a1353797374656d506172616d6574657252756c6512100a0873656c6563" . - "746f72180120012809122f0a0a706172616d657465727318022003280b32" . - "1b2e676f6f676c652e6170692e53797374656d506172616d657465722251" . - "0a0f53797374656d506172616d65746572120c0a046e616d651801200128" . - "0912130a0b687474705f686561646572180220012809121b0a1375726c5f" . - "71756572795f706172616d6574657218032001280942760a0e636f6d2e67" . - "6f6f676c652e617069421453797374656d506172616d6574657250726f74" . - "6f50015a45676f6f676c652e676f6c616e672e6f72672f67656e70726f74" . - "6f2f676f6f676c65617069732f6170692f73657276696365636f6e666967" . - "3b73657276696365636f6e666967a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Api/Usage.php b/vendor/google/common-protos/metadata/Api/Usage.php deleted file mode 100644 index d966c0b7e..000000000 --- a/vendor/google/common-protos/metadata/Api/Usage.php +++ /dev/null @@ -1,36 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ae5020a16676f6f676c652f6170692f75736167652e70726f746f120a67" . - "6f6f676c652e617069226a0a05557361676512140a0c726571756972656d" . - "656e747318012003280912240a0572756c657318062003280b32152e676f" . - "6f676c652e6170692e557361676552756c6512250a1d70726f6475636572" . - "5f6e6f74696669636174696f6e5f6368616e6e656c180720012809225d0a" . - "09557361676552756c6512100a0873656c6563746f721801200128091220" . - "0a18616c6c6f775f756e726567697374657265645f63616c6c7318022001" . - "2808121c0a14736b69705f736572766963655f636f6e74726f6c18032001" . - "2808426c0a0e636f6d2e676f6f676c652e617069420a557361676550726f" . - "746f50015a45676f6f676c652e676f6c616e672e6f72672f67656e70726f" . - "746f2f676f6f676c65617069732f6170692f73657276696365636f6e6669" . - "673b73657276696365636f6e666967a2020447415049620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Iam/Admin/V1/Iam.php b/vendor/google/common-protos/metadata/Iam/Admin/V1/Iam.php deleted file mode 100644 index ec26756f2..000000000 --- a/vendor/google/common-protos/metadata/Iam/Admin/V1/Iam.php +++ /dev/null @@ -1,279 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ac53a0a1d676f6f676c652f69616d2f61646d696e2f76312f69616d2e70" . - "726f746f1213676f6f676c652e69616d2e61646d696e2e76311a1e676f6f" . - "676c652f69616d2f76312f69616d5f706f6c6963792e70726f746f1a1a67" . - "6f6f676c652f69616d2f76312f706f6c6963792e70726f746f1a1b676f6f" . - "676c652f70726f746f6275662f656d7074792e70726f746f1a20676f6f67" . - "6c652f70726f746f6275662f6669656c645f6d61736b2e70726f746f1a1f" . - "676f6f676c652f70726f746f6275662f74696d657374616d702e70726f74" . - "6f2292010a0e536572766963654163636f756e74120c0a046e616d651801" . - "2001280912120a0a70726f6a6563745f696418022001280912110a09756e" . - "697175655f6964180420012809120d0a05656d61696c1805200128091214" . - "0a0c646973706c61795f6e616d65180620012809120c0a04657461671807" . - "2001280c12180a106f61757468325f636c69656e745f6964180920012809" . - "227d0a1b437265617465536572766963654163636f756e74526571756573" . - "74120c0a046e616d6518012001280912120a0a6163636f756e745f696418" . - "0220012809123c0a0f736572766963655f6163636f756e7418032001280b" . - "32232e676f6f676c652e69616d2e61646d696e2e76312e53657276696365" . - "4163636f756e7422510a1a4c697374536572766963654163636f756e7473" . - "52657175657374120c0a046e616d6518012001280912110a09706167655f" . - "73697a6518022001280512120a0a706167655f746f6b656e180320012809" . - "226d0a1b4c697374536572766963654163636f756e7473526573706f6e73" . - "6512350a086163636f756e747318012003280b32232e676f6f676c652e69" . - "616d2e61646d696e2e76312e536572766963654163636f756e7412170a0f" . - "6e6578745f706167655f746f6b656e18022001280922280a184765745365" . - "72766963654163636f756e7452657175657374120c0a046e616d65180120" . - "012809222b0a1b44656c657465536572766963654163636f756e74526571" . - "75657374120c0a046e616d6518012001280922c7010a1d4c697374536572" . - "766963654163636f756e744b65797352657175657374120c0a046e616d65" . - "180120012809124d0a096b65795f747970657318022003280e323a2e676f" . - "6f676c652e69616d2e61646d696e2e76312e4c6973745365727669636541" . - "63636f756e744b657973526571756573742e4b65795479706522490a074b" . - "65795479706512180a144b45595f545950455f554e535045434946494544" . - "100012100a0c555345525f4d414e41474544100112120a0e53595354454d" . - "5f4d414e41474544100222560a1e4c697374536572766963654163636f75" . - "6e744b657973526573706f6e736512340a046b65797318012003280b3226" . - "2e676f6f676c652e69616d2e61646d696e2e76312e536572766963654163" . - "636f756e744b657922760a1b476574536572766963654163636f756e744b" . - "657952657175657374120c0a046e616d6518012001280912490a0f707562" . - "6c69635f6b65795f7479706518022001280e32302e676f6f676c652e6961" . - "6d2e61646d696e2e76312e536572766963654163636f756e745075626c69" . - "634b65795479706522d6020a11536572766963654163636f756e744b6579" . - "120c0a046e616d65180120012809124b0a10707269766174655f6b65795f" . - "7479706518022001280e32312e676f6f676c652e69616d2e61646d696e2e" . - "76312e536572766963654163636f756e74507269766174654b6579547970" . - "6512460a0d6b65795f616c676f726974686d18082001280e322f2e676f6f" . - "676c652e69616d2e61646d696e2e76312e536572766963654163636f756e" . - "744b6579416c676f726974686d12180a10707269766174655f6b65795f64" . - "61746118032001280c12170a0f7075626c69635f6b65795f646174611807" . - "2001280c12340a1076616c69645f61667465725f74696d6518042001280b" . - "321a2e676f6f676c652e70726f746f6275662e54696d657374616d701235" . - "0a1176616c69645f6265666f72655f74696d6518052001280b321a2e676f" . - "6f676c652e70726f746f6275662e54696d657374616d7022c3010a1e4372" . - "65617465536572766963654163636f756e744b657952657175657374120c" . - "0a046e616d65180120012809124b0a10707269766174655f6b65795f7479" . - "706518022001280e32312e676f6f676c652e69616d2e61646d696e2e7631" . - "2e536572766963654163636f756e74507269766174654b65795479706512" . - "460a0d6b65795f616c676f726974686d18032001280e322f2e676f6f676c" . - "652e69616d2e61646d696e2e76312e536572766963654163636f756e744b" . - "6579416c676f726974686d222e0a1e44656c657465536572766963654163" . - "636f756e744b657952657175657374120c0a046e616d6518012001280922" . - "360a0f5369676e426c6f6252657175657374120c0a046e616d6518012001" . - "280912150a0d62797465735f746f5f7369676e18022001280c22350a1053" . - "69676e426c6f62526573706f6e7365120e0a066b65795f69641801200128" . - "0912110a097369676e617475726518022001280c222f0a0e5369676e4a77" . - "7452657175657374120c0a046e616d65180120012809120f0a077061796c" . - "6f616418022001280922350a0f5369676e4a7774526573706f6e7365120e" . - "0a066b65795f696418012001280912120a0a7369676e65645f6a77741802" . - "200128092286020a04526f6c65120c0a046e616d65180120012809120d0a" . - "057469746c6518022001280912130a0b6465736372697074696f6e180320" . - "012809121c0a14696e636c756465645f7065726d697373696f6e73180720" . - "03280912380a05737461676518082001280e32292e676f6f676c652e6961" . - "6d2e61646d696e2e76312e526f6c652e526f6c654c61756e636853746167" . - "65120c0a046574616718092001280c120f0a0764656c65746564180b2001" . - "280822550a0f526f6c654c61756e6368537461676512090a05414c504841" . - "100012080a0442455441100112060a0247411002120e0a0a444550524543" . - "415445441004120c0a0844495341424c4544100512070a03454150100622" . - "8c010a1a51756572794772616e7461626c65526f6c657352657175657374" . - "121a0a1266756c6c5f7265736f757263655f6e616d65180120012809122b" . - "0a047669657718022001280e321d2e676f6f676c652e69616d2e61646d69" . - "6e2e76312e526f6c655669657712110a09706167655f73697a6518032001" . - "280512120a0a706167655f746f6b656e18042001280922600a1b51756572" . - "794772616e7461626c65526f6c6573526573706f6e736512280a05726f6c" . - "657318012003280b32192e676f6f676c652e69616d2e61646d696e2e7631" . - "2e526f6c6512170a0f6e6578745f706167655f746f6b656e180220012809" . - "228c010a104c697374526f6c657352657175657374120e0a06706172656e" . - "7418012001280912110a09706167655f73697a6518022001280512120a0a" . - "706167655f746f6b656e180320012809122b0a047669657718042001280e" . - "321d2e676f6f676c652e69616d2e61646d696e2e76312e526f6c65566965" . - "7712140a0c73686f775f64656c6574656418062001280822560a114c6973" . - "74526f6c6573526573706f6e736512280a05726f6c657318012003280b32" . - "192e676f6f676c652e69616d2e61646d696e2e76312e526f6c6512170a0f" . - "6e6578745f706167655f746f6b656e180220012809221e0a0e476574526f" . - "6c6552657175657374120c0a046e616d65180120012809225d0a11437265" . - "617465526f6c6552657175657374120e0a06706172656e74180120012809" . - "120f0a07726f6c655f696418022001280912270a04726f6c651803200128" . - "0b32192e676f6f676c652e69616d2e61646d696e2e76312e526f6c65227b" . - "0a11557064617465526f6c6552657175657374120c0a046e616d65180120" . - "01280912270a04726f6c6518022001280b32192e676f6f676c652e69616d" . - "2e61646d696e2e76312e526f6c65122f0a0b7570646174655f6d61736b18" . - "032001280b321a2e676f6f676c652e70726f746f6275662e4669656c644d" . - "61736b222f0a1144656c657465526f6c6552657175657374120c0a046e61" . - "6d65180120012809120c0a046574616718022001280c22310a13556e6465" . - "6c657465526f6c6552657175657374120c0a046e616d6518012001280912" . - "0c0a046574616718022001280c2293030a0a5065726d697373696f6e120c" . - "0a046e616d65180120012809120d0a057469746c6518022001280912130a" . - "0b6465736372697074696f6e18032001280912200a186f6e6c795f696e5f" . - "707265646566696e65645f726f6c657318042001280812440a0573746167" . - "6518052001280e32352e676f6f676c652e69616d2e61646d696e2e76312e" . - "5065726d697373696f6e2e5065726d697373696f6e4c61756e6368537461" . - "6765125b0a1a637573746f6d5f726f6c65735f737570706f72745f6c6576" . - "656c18062001280e32372e676f6f676c652e69616d2e61646d696e2e7631" . - "2e5065726d697373696f6e2e437573746f6d526f6c6573537570706f7274" . - "4c6576656c22440a155065726d697373696f6e4c61756e63685374616765" . - "12090a05414c504841100012080a0442455441100112060a024741100212" . - "0e0a0a44455052454341544544100322480a17437573746f6d526f6c6573" . - "537570706f72744c6576656c120d0a09535550504f525445441000120b0a" . - "0754455354494e47100112110a0d4e4f545f535550504f52544544100222" . - "640a1f51756572795465737461626c655065726d697373696f6e73526571" . - "75657374121a0a1266756c6c5f7265736f757263655f6e616d6518012001" . - "280912110a09706167655f73697a6518022001280512120a0a706167655f" . - "746f6b656e18032001280922710a2051756572795465737461626c655065" . - "726d697373696f6e73526573706f6e736512340a0b7065726d697373696f" . - "6e7318012003280b321f2e676f6f676c652e69616d2e61646d696e2e7631" . - "2e5065726d697373696f6e12170a0f6e6578745f706167655f746f6b656e" . - "1802200128092a610a1a536572766963654163636f756e744b6579416c67" . - "6f726974686d12170a134b45595f414c475f554e53504543494649454410" . - "0012140a104b45595f414c475f5253415f31303234100112140a104b4559" . - "5f414c475f5253415f3230343810022a6c0a1c536572766963654163636f" . - "756e74507269766174654b65795479706512140a10545950455f554e5350" . - "45434946494544100012140a10545950455f504b435331325f46494c4510" . - "0112200a1c545950455f474f4f474c455f43524544454e5449414c535f46" . - "494c4510022a5d0a1b536572766963654163636f756e745075626c69634b" . - "657954797065120d0a09545950455f4e4f4e45100012160a12545950455f" . - "583530395f50454d5f46494c45100112170a13545950455f5241575f5055" . - "424c49435f4b455910022a1f0a08526f6c655669657712090a0542415349" . - "43100012080a0446554c4c100132981a0a0349414d12a7010a134c697374" . - "536572766963654163636f756e7473122f2e676f6f676c652e69616d2e61" . - "646d696e2e76312e4c697374536572766963654163636f756e7473526571" . - "756573741a302e676f6f676c652e69616d2e61646d696e2e76312e4c6973" . - "74536572766963654163636f756e7473526573706f6e7365222d82d3e493" . - "022712252f76312f7b6e616d653d70726f6a656374732f2a7d2f73657276" . - "6963654163636f756e74731298010a11476574536572766963654163636f" . - "756e74122d2e676f6f676c652e69616d2e61646d696e2e76312e47657453" . - "6572766963654163636f756e74526571756573741a232e676f6f676c652e" . - "69616d2e61646d696e2e76312e536572766963654163636f756e74222f82" . - "d3e493022912272f76312f7b6e616d653d70726f6a656374732f2a2f7365" . - "72766963654163636f756e74732f2a7d129f010a14437265617465536572" . - "766963654163636f756e7412302e676f6f676c652e69616d2e61646d696e" . - "2e76312e437265617465536572766963654163636f756e74526571756573" . - "741a232e676f6f676c652e69616d2e61646d696e2e76312e536572766963" . - "654163636f756e74223082d3e493022a22252f76312f7b6e616d653d7072" . - "6f6a656374732f2a7d2f736572766963654163636f756e74733a012a1294" . - "010a14557064617465536572766963654163636f756e7412232e676f6f67" . - "6c652e69616d2e61646d696e2e76312e536572766963654163636f756e74" . - "1a232e676f6f676c652e69616d2e61646d696e2e76312e53657276696365" . - "4163636f756e74223282d3e493022c1a272f76312f7b6e616d653d70726f" . - "6a656374732f2a2f736572766963654163636f756e74732f2a7d3a012a12" . - "91010a1444656c657465536572766963654163636f756e7412302e676f6f" . - "676c652e69616d2e61646d696e2e76312e44656c65746553657276696365" . - "4163636f756e74526571756573741a162e676f6f676c652e70726f746f62" . - "75662e456d707479222f82d3e49302292a272f76312f7b6e616d653d7072" . - "6f6a656374732f2a2f736572766963654163636f756e74732f2a7d12b701" . - "0a164c697374536572766963654163636f756e744b65797312322e676f6f" . - "676c652e69616d2e61646d696e2e76312e4c697374536572766963654163" . - "636f756e744b657973526571756573741a332e676f6f676c652e69616d2e" . - "61646d696e2e76312e4c697374536572766963654163636f756e744b6579" . - "73526573706f6e7365223482d3e493022e122c2f76312f7b6e616d653d70" . - "726f6a656374732f2a2f736572766963654163636f756e74732f2a7d2f6b" . - "65797312a8010a14476574536572766963654163636f756e744b65791230" . - "2e676f6f676c652e69616d2e61646d696e2e76312e476574536572766963" . - "654163636f756e744b6579526571756573741a262e676f6f676c652e6961" . - "6d2e61646d696e2e76312e536572766963654163636f756e744b65792236" . - "82d3e4930230122e2f76312f7b6e616d653d70726f6a656374732f2a2f73" . - "6572766963654163636f756e74732f2a2f6b6579732f2a7d12af010a1743" . - "7265617465536572766963654163636f756e744b657912332e676f6f676c" . - "652e69616d2e61646d696e2e76312e437265617465536572766963654163" . - "636f756e744b6579526571756573741a262e676f6f676c652e69616d2e61" . - "646d696e2e76312e536572766963654163636f756e744b6579223782d3e4" . - "930231222c2f76312f7b6e616d653d70726f6a656374732f2a2f73657276" . - "6963654163636f756e74732f2a7d2f6b6579733a012a129e010a1744656c" . - "657465536572766963654163636f756e744b657912332e676f6f676c652e" . - "69616d2e61646d696e2e76312e44656c657465536572766963654163636f" . - "756e744b6579526571756573741a162e676f6f676c652e70726f746f6275" . - "662e456d707479223682d3e49302302a2e2f76312f7b6e616d653d70726f" . - "6a656374732f2a2f736572766963654163636f756e74732f2a2f6b657973" . - "2f2a7d1294010a085369676e426c6f6212242e676f6f676c652e69616d2e" . - "61646d696e2e76312e5369676e426c6f62526571756573741a252e676f6f" . - "676c652e69616d2e61646d696e2e76312e5369676e426c6f62526573706f" . - "6e7365223b82d3e493023522302f76312f7b6e616d653d70726f6a656374" . - "732f2a2f736572766963654163636f756e74732f2a7d3a7369676e426c6f" . - "623a012a1290010a075369676e4a777412232e676f6f676c652e69616d2e" . - "61646d696e2e76312e5369676e4a7774526571756573741a242e676f6f67" . - "6c652e69616d2e61646d696e2e76312e5369676e4a7774526573706f6e73" . - "65223a82d3e4930234222f2f76312f7b6e616d653d70726f6a656374732f" . - "2a2f736572766963654163636f756e74732f2a7d3a7369676e4a77743a01" . - "2a128b010a0c47657449616d506f6c69637912222e676f6f676c652e6961" . - "6d2e76312e47657449616d506f6c696379526571756573741a152e676f6f" . - "676c652e69616d2e76312e506f6c696379224082d3e493023a22382f7631" . - "2f7b7265736f757263653d70726f6a656374732f2a2f7365727669636541" . - "63636f756e74732f2a7d3a67657449616d506f6c696379128e010a0c5365" . - "7449616d506f6c69637912222e676f6f676c652e69616d2e76312e536574" . - "49616d506f6c696379526571756573741a152e676f6f676c652e69616d2e" . - "76312e506f6c696379224382d3e493023d22382f76312f7b7265736f7572" . - "63653d70726f6a656374732f2a2f736572766963654163636f756e74732f" . - "2a7d3a73657449616d506f6c6963793a012a12b4010a125465737449616d" . - "5065726d697373696f6e7312282e676f6f676c652e69616d2e76312e5465" . - "737449616d5065726d697373696f6e73526571756573741a292e676f6f67" . - "6c652e69616d2e76312e5465737449616d5065726d697373696f6e735265" . - "73706f6e7365224982d3e4930243223e2f76312f7b7265736f757263653d" . - "70726f6a656374732f2a2f736572766963654163636f756e74732f2a7d3a" . - "7465737449616d5065726d697373696f6e733a012a12a2010a1351756572" . - "794772616e7461626c65526f6c6573122f2e676f6f676c652e69616d2e61" . - "646d696e2e76312e51756572794772616e7461626c65526f6c6573526571" . - "756573741a302e676f6f676c652e69616d2e61646d696e2e76312e517565" . - "72794772616e7461626c65526f6c6573526573706f6e7365222882d3e493" . - "0222221d2f76312f726f6c65733a71756572794772616e7461626c65526f" . - "6c65733a012a126d0a094c697374526f6c657312252e676f6f676c652e69" . - "616d2e61646d696e2e76312e4c697374526f6c6573526571756573741a26" . - "2e676f6f676c652e69616d2e61646d696e2e76312e4c697374526f6c6573" . - "526573706f6e7365221182d3e493020b12092f76312f726f6c657312650a" . - "07476574526f6c6512232e676f6f676c652e69616d2e61646d696e2e7631" . - "2e476574526f6c65526571756573741a192e676f6f676c652e69616d2e61" . - "646d696e2e76312e526f6c65221a82d3e493021412122f76312f7b6e616d" . - "653d726f6c65732f2a7d127e0a0a437265617465526f6c6512262e676f6f" . - "676c652e69616d2e61646d696e2e76312e437265617465526f6c65526571" . - "756573741a192e676f6f676c652e69616d2e61646d696e2e76312e526f6c" . - "65222d82d3e493022722222f76312f7b706172656e743d6f7267616e697a" . - "6174696f6e732f2a7d2f726f6c65733a012a1281010a0a55706461746552" . - "6f6c6512262e676f6f676c652e69616d2e61646d696e2e76312e55706461" . - "7465526f6c65526571756573741a192e676f6f676c652e69616d2e61646d" . - "696e2e76312e526f6c65223082d3e493022a32222f76312f7b6e616d653d" . - "6f7267616e697a6174696f6e732f2a2f726f6c65732f2a7d3a04726f6c65" . - "127b0a0a44656c657465526f6c6512262e676f6f676c652e69616d2e6164" . - "6d696e2e76312e44656c657465526f6c65526571756573741a192e676f6f" . - "676c652e69616d2e61646d696e2e76312e526f6c65222a82d3e49302242a" . - "222f76312f7b6e616d653d6f7267616e697a6174696f6e732f2a2f726f6c" . - "65732f2a7d128b010a0c556e64656c657465526f6c6512282e676f6f676c" . - "652e69616d2e61646d696e2e76312e556e64656c657465526f6c65526571" . - "756573741a192e676f6f676c652e69616d2e61646d696e2e76312e526f6c" . - "65223682d3e4930230222b2f76312f7b6e616d653d6f7267616e697a6174" . - "696f6e732f2a2f726f6c65732f2a7d3a756e64656c6574653a012a12bc01" . - "0a1851756572795465737461626c655065726d697373696f6e7312342e67" . - "6f6f676c652e69616d2e61646d696e2e76312e5175657279546573746162" . - "6c655065726d697373696f6e73526571756573741a352e676f6f676c652e" . - "69616d2e61646d696e2e76312e51756572795465737461626c655065726d" . - "697373696f6e73526573706f6e7365223382d3e493022d22282f76312f70" . - "65726d697373696f6e733a71756572795465737461626c655065726d6973" . - "73696f6e733a012a42620a17636f6d2e676f6f676c652e69616d2e61646d" . - "696e2e7631420849616d50726f746f50015a38676f6f676c652e676f6c61" . - "6e672e6f72672f67656e70726f746f2f676f6f676c65617069732f69616d" . - "2f61646d696e2f76313b61646d696ef80101620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Iam/Credentials/V1/Common.php b/vendor/google/common-protos/metadata/Iam/Credentials/V1/Common.php deleted file mode 100644 index e5eb10988..000000000 --- a/vendor/google/common-protos/metadata/Iam/Credentials/V1/Common.php +++ /dev/null @@ -1,54 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ae2060a26676f6f676c652f69616d2f63726564656e7469616c732f7631" . - "2f636f6d6d6f6e2e70726f746f1219676f6f676c652e69616d2e63726564" . - "656e7469616c732e76311a1f676f6f676c652f70726f746f6275662f7469" . - "6d657374616d702e70726f746f22790a1a47656e65726174654163636573" . - "73546f6b656e52657175657374120c0a046e616d6518012001280912110a" . - "0964656c656761746573180220032809120d0a0573636f70651804200328" . - "09122b0a086c69666574696d6518072001280b32192e676f6f676c652e70" . - "726f746f6275662e4475726174696f6e22640a1b47656e65726174654163" . - "63657373546f6b656e526573706f6e736512140a0c6163636573735f746f" . - "6b656e180120012809122f0a0b6578706972655f74696d6518032001280b" . - "321a2e676f6f676c652e70726f746f6275662e54696d657374616d702243" . - "0a0f5369676e426c6f6252657175657374120c0a046e616d651801200128" . - "0912110a0964656c656761746573180320032809120f0a077061796c6f61" . - "6418052001280c22370a105369676e426c6f62526573706f6e7365120e0a" . - "066b65795f696418012001280912130a0b7369676e65645f626c6f621804" . - "2001280c22420a0e5369676e4a777452657175657374120c0a046e616d65" . - "18012001280912110a0964656c656761746573180320032809120f0a0770" . - "61796c6f616418052001280922350a0f5369676e4a7774526573706f6e73" . - "65120e0a066b65795f696418012001280912120a0a7369676e65645f6a77" . - "7418022001280922620a1647656e65726174654964546f6b656e52657175" . - "657374120c0a046e616d6518012001280912110a0964656c656761746573" . - "18022003280912100a0861756469656e636518032001280912150a0d696e" . - "636c7564655f656d61696c18042001280822280a1747656e657261746549" . - "64546f6b656e526573706f6e7365120d0a05746f6b656e18012001280942" . - "8b010a23636f6d2e676f6f676c652e636c6f75642e69616d2e6372656465" . - "6e7469616c732e7631421949414d43726564656e7469616c73436f6d6d6f" . - "6e50726f746f50015a44676f6f676c652e676f6c616e672e6f72672f6765" . - "6e70726f746f2f676f6f676c65617069732f69616d2f63726564656e7469" . - "616c732f76313b63726564656e7469616c73f80101620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Iam/Credentials/V1/Iamcredentials.php b/vendor/google/common-protos/metadata/Iam/Credentials/V1/Iamcredentials.php deleted file mode 100644 index 0eea4e0d5..000000000 --- a/vendor/google/common-protos/metadata/Iam/Credentials/V1/Iamcredentials.php +++ /dev/null @@ -1,59 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ae6070a2e676f6f676c652f69616d2f63726564656e7469616c732f7631" . - "2f69616d63726564656e7469616c732e70726f746f1219676f6f676c652e" . - "69616d2e63726564656e7469616c732e76311a26676f6f676c652f69616d" . - "2f63726564656e7469616c732f76312f636f6d6d6f6e2e70726f746f32e0" . - "050a0e49414d43726564656e7469616c7312cc010a1347656e6572617465" . - "416363657373546f6b656e12352e676f6f676c652e69616d2e6372656465" . - "6e7469616c732e76312e47656e6572617465416363657373546f6b656e52" . - "6571756573741a362e676f6f676c652e69616d2e63726564656e7469616c" . - "732e76312e47656e6572617465416363657373546f6b656e526573706f6e" . - "7365224682d3e4930240223b2f76312f7b6e616d653d70726f6a65637473" . - "2f2a2f736572766963654163636f756e74732f2a7d3a67656e6572617465" . - "416363657373546f6b656e3a012a12bc010a0f47656e6572617465496454" . - "6f6b656e12312e676f6f676c652e69616d2e63726564656e7469616c732e" . - "76312e47656e65726174654964546f6b656e526571756573741a322e676f" . - "6f676c652e69616d2e63726564656e7469616c732e76312e47656e657261" . - "74654964546f6b656e526573706f6e7365224282d3e493023c22372f7631" . - "2f7b6e616d653d70726f6a656374732f2a2f736572766963654163636f75" . - "6e74732f2a7d3a67656e65726174654964546f6b656e3a012a12a0010a08" . - "5369676e426c6f62122a2e676f6f676c652e69616d2e63726564656e7469" . - "616c732e76312e5369676e426c6f62526571756573741a2b2e676f6f676c" . - "652e69616d2e63726564656e7469616c732e76312e5369676e426c6f6252" . - "6573706f6e7365223b82d3e493023522302f76312f7b6e616d653d70726f" . - "6a656374732f2a2f736572766963654163636f756e74732f2a7d3a736967" . - "6e426c6f623a012a129c010a075369676e4a777412292e676f6f676c652e" . - "69616d2e63726564656e7469616c732e76312e5369676e4a777452657175" . - "6573741a2a2e676f6f676c652e69616d2e63726564656e7469616c732e76" . - "312e5369676e4a7774526573706f6e7365223a82d3e4930234222f2f7631" . - "2f7b6e616d653d70726f6a656374732f2a2f736572766963654163636f75" . - "6e74732f2a7d3a7369676e4a77743a012a4285010a23636f6d2e676f6f67" . - "6c652e636c6f75642e69616d2e63726564656e7469616c732e7631421349" . - "414d43726564656e7469616c7350726f746f50015a44676f6f676c652e67" . - "6f6c616e672e6f72672f67656e70726f746f2f676f6f676c65617069732f" . - "69616d2f63726564656e7469616c732f76313b63726564656e7469616c73" . - "f80101620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Iam/V1/IamPolicy.php b/vendor/google/common-protos/metadata/Iam/V1/IamPolicy.php deleted file mode 100644 index 02885b1c4..000000000 --- a/vendor/google/common-protos/metadata/Iam/V1/IamPolicy.php +++ /dev/null @@ -1,61 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aec070a1e676f6f676c652f69616d2f76312f69616d5f706f6c6963792e" . - "70726f746f120d676f6f676c652e69616d2e76311a1a676f6f676c652f69" . - "616d2f76312f706f6c6963792e70726f746f1a1c676f6f676c652f617069" . - "2f616e6e6f746174696f6e732e70726f746f1a17676f6f676c652f617069" . - "2f636c69656e742e70726f746f224e0a1353657449616d506f6c69637952" . - "65717565737412100a087265736f7572636518012001280912250a06706f" . - "6c69637918022001280b32152e676f6f676c652e69616d2e76312e506f6c" . - "69637922590a1347657449616d506f6c6963795265717565737412100a08" . - "7265736f7572636518012001280912300a076f7074696f6e731802200128" . - "0b321f2e676f6f676c652e69616d2e76312e476574506f6c6963794f7074" . - "696f6e7322420a195465737449616d5065726d697373696f6e7352657175" . - "65737412100a087265736f7572636518012001280912130a0b7065726d69" . - "7373696f6e7318022003280922310a1a5465737449616d5065726d697373" . - "696f6e73526573706f6e736512130a0b7065726d697373696f6e73180120" . - "03280932b4030a0949414d506f6c69637912740a0c53657449616d506f6c" . - "69637912222e676f6f676c652e69616d2e76312e53657449616d506f6c69" . - "6379526571756573741a152e676f6f676c652e69616d2e76312e506f6c69" . - "6379222982d3e4930223221e2f76312f7b7265736f757263653d2a2a7d3a" . - "73657449616d506f6c6963793a012a12740a0c47657449616d506f6c6963" . - "7912222e676f6f676c652e69616d2e76312e47657449616d506f6c696379" . - "526571756573741a152e676f6f676c652e69616d2e76312e506f6c696379" . - "222982d3e4930223221e2f76312f7b7265736f757263653d2a2a7d3a6765" . - "7449616d506f6c6963793a012a129a010a125465737449616d5065726d69" . - "7373696f6e7312282e676f6f676c652e69616d2e76312e5465737449616d" . - "5065726d697373696f6e73526571756573741a292e676f6f676c652e6961" . - "6d2e76312e5465737449616d5065726d697373696f6e73526573706f6e73" . - "65222f82d3e493022922242f76312f7b7265736f757263653d2a2a7d3a74" . - "65737449616d5065726d697373696f6e733a012a1a1eca411b69616d2d6d" . - "6574612d6170692e676f6f676c65617069732e636f6d4286010a11636f6d" . - "2e676f6f676c652e69616d2e7631420e49616d506f6c69637950726f746f" . - "50015a30676f6f676c652e676f6c616e672e6f72672f67656e70726f746f" . - "2f676f6f676c65617069732f69616d2f76313b69616df80101aa0213476f" . - "6f676c652e436c6f75642e49616d2e5631ca0213476f6f676c655c436c6f" . - "75645c49616d5c5631620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Iam/V1/Logging/AuditData.php b/vendor/google/common-protos/metadata/Iam/V1/Logging/AuditData.php deleted file mode 100644 index eab32728a..000000000 --- a/vendor/google/common-protos/metadata/Iam/V1/Logging/AuditData.php +++ /dev/null @@ -1,36 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aae020a26676f6f676c652f69616d2f76312f6c6f6767696e672f617564" . - "69745f646174612e70726f746f1215676f6f676c652e69616d2e76312e6c" . - "6f6767696e671a1a676f6f676c652f69616d2f76312f706f6c6963792e70" . - "726f746f223d0a0941756469744461746112300a0c706f6c6963795f6465" . - "6c746118022001280b321a2e676f6f676c652e69616d2e76312e506f6c69" . - "637944656c74614289010a19636f6d2e676f6f676c652e69616d2e76312e" . - "6c6f6767696e67420e41756469744461746150726f746f50015a3c676f6f" . - "676c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c65" . - "617069732f69616d2f76312f6c6f6767696e673b6c6f6767696e67aa021b" . - "476f6f676c652e436c6f75642e49616d2e56312e4c6f6767696e67620670" . - "726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Iam/V1/Options.php b/vendor/google/common-protos/metadata/Iam/V1/Options.php deleted file mode 100644 index 64b470af8..000000000 --- a/vendor/google/common-protos/metadata/Iam/V1/Options.php +++ /dev/null @@ -1,33 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0af1010a1b676f6f676c652f69616d2f76312f6f7074696f6e732e70726f" . - "746f120d676f6f676c652e69616d2e763122340a10476574506f6c696379" . - "4f7074696f6e7312200a187265717565737465645f706f6c6963795f7665" . - "7273696f6e1801200128054284010a11636f6d2e676f6f676c652e69616d" . - "2e7631420c4f7074696f6e7350726f746f50015a30676f6f676c652e676f" . - "6c616e672e6f72672f67656e70726f746f2f676f6f676c65617069732f69" . - "616d2f76313b69616df80101aa0213476f6f676c652e436c6f75642e4961" . - "6d2e5631ca0213476f6f676c655c436c6f75645c49616d5c563162067072" . - "6f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Iam/V1/Policy.php b/vendor/google/common-protos/metadata/Iam/V1/Policy.php deleted file mode 100644 index 12d129154..000000000 --- a/vendor/google/common-protos/metadata/Iam/V1/Policy.php +++ /dev/null @@ -1,55 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0afd060a1a676f6f676c652f69616d2f76312f706f6c6963792e70726f74" . - "6f120d676f6f676c652e69616d2e76311a1c676f6f676c652f6170692f61" . - "6e6e6f746174696f6e732e70726f746f22510a06506f6c696379120f0a07" . - "76657273696f6e18012001280512280a0862696e64696e67731804200328" . - "0b32162e676f6f676c652e69616d2e76312e42696e64696e67120c0a0465" . - "74616718032001280c224e0a0742696e64696e67120c0a04726f6c651801" . - "20012809120f0a076d656d6265727318022003280912240a09636f6e6469" . - "74696f6e18032001280b32112e676f6f676c652e747970652e4578707222" . - "80010a0b506f6c69637944656c746112330a0e62696e64696e675f64656c" . - "74617318012003280b321b2e676f6f676c652e69616d2e76312e42696e64" . - "696e6744656c7461123c0a1361756469745f636f6e6669675f64656c7461" . - "7318022003280b321f2e676f6f676c652e69616d2e76312e417564697443" . - "6f6e66696744656c746122bd010a0c42696e64696e6744656c746112320a" . - "06616374696f6e18012001280e32222e676f6f676c652e69616d2e76312e" . - "42696e64696e6744656c74612e416374696f6e120c0a04726f6c65180220" . - "012809120e0a066d656d62657218032001280912240a09636f6e64697469" . - "6f6e18042001280b32112e676f6f676c652e747970652e4578707222350a" . - "06416374696f6e12160a12414354494f4e5f554e53504543494649454410" . - "0012070a034144441001120a0a0652454d4f5645100222bd010a10417564" . - "6974436f6e66696744656c746112360a06616374696f6e18012001280e32" . - "262e676f6f676c652e69616d2e76312e4175646974436f6e66696744656c" . - "74612e416374696f6e120f0a077365727669636518022001280912170a0f" . - "6578656d707465645f6d656d62657218032001280912100a086c6f675f74" . - "79706518042001280922350a06416374696f6e12160a12414354494f4e5f" . - "554e535045434946494544100012070a034144441001120a0a0652454d4f" . - "564510024283010a11636f6d2e676f6f676c652e69616d2e7631420b506f" . - "6c69637950726f746f50015a30676f6f676c652e676f6c616e672e6f7267" . - "2f67656e70726f746f2f676f6f676c65617069732f69616d2f76313b6961" . - "6df80101aa0213476f6f676c652e436c6f75642e49616d2e5631ca021347" . - "6f6f676c655c436c6f75645c49616d5c5631620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Logging/Type/HttpRequest.php b/vendor/google/common-protos/metadata/Logging/Type/HttpRequest.php deleted file mode 100644 index 57d2b17b8..000000000 --- a/vendor/google/common-protos/metadata/Logging/Type/HttpRequest.php +++ /dev/null @@ -1,47 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0af9040a26676f6f676c652f6c6f6767696e672f747970652f687474705f" . - "726571756573742e70726f746f1213676f6f676c652e6c6f6767696e672e" . - "747970651a1e676f6f676c652f70726f746f6275662f6475726174696f6e" . - "2e70726f746f22ef020a0b487474705265717565737412160a0e72657175" . - "6573745f6d6574686f6418012001280912130a0b726571756573745f7572" . - "6c18022001280912140a0c726571756573745f73697a6518032001280312" . - "0e0a0673746174757318042001280512150a0d726573706f6e73655f7369" . - "7a6518052001280312120a0a757365725f6167656e741806200128091211" . - "0a0972656d6f74655f697018072001280912110a097365727665725f6970" . - "180d20012809120f0a0772656665726572180820012809122a0a076c6174" . - "656e6379180e2001280b32192e676f6f676c652e70726f746f6275662e44" . - "75726174696f6e12140a0c63616368655f6c6f6f6b7570180b2001280812" . - "110a0963616368655f686974180920012808122a0a2263616368655f7661" . - "6c6964617465645f776974685f6f726967696e5f736572766572180a2001" . - "280812180a1063616368655f66696c6c5f6279746573180c200128031210" . - "0a0870726f746f636f6c180f20012809429f010a17636f6d2e676f6f676c" . - "652e6c6f6767696e672e747970654210487474705265717565737450726f" . - "746f50015a38676f6f676c652e676f6c616e672e6f72672f67656e70726f" . - "746f2f676f6f676c65617069732f6c6f6767696e672f747970653b6c7479" . - "7065aa0219476f6f676c652e436c6f75642e4c6f6767696e672e54797065" . - "ca0219476f6f676c655c436c6f75645c4c6f6767696e675c547970656206" . - "70726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Logging/Type/LogSeverity.php b/vendor/google/common-protos/metadata/Logging/Type/LogSeverity.php deleted file mode 100644 index 7a860cc19..000000000 --- a/vendor/google/common-protos/metadata/Logging/Type/LogSeverity.php +++ /dev/null @@ -1,37 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aec020a26676f6f676c652f6c6f6767696e672f747970652f6c6f675f73" . - "657665726974792e70726f746f1213676f6f676c652e6c6f6767696e672e" . - "747970652a82010a0b4c6f675365766572697479120b0a0744454641554c" . - "54100012090a054445425547106412090a04494e464f10c801120b0a064e" . - "4f5449434510ac02120c0a075741524e494e47109003120a0a054552524f" . - "5210f403120d0a08435249544943414c10d804120a0a05414c45525410bc" . - "05120e0a09454d455247454e435910a006429f010a17636f6d2e676f6f67" . - "6c652e6c6f6767696e672e7479706542104c6f6753657665726974795072" . - "6f746f50015a38676f6f676c652e676f6c616e672e6f72672f67656e7072" . - "6f746f2f676f6f676c65617069732f6c6f6767696e672f747970653b6c74" . - "797065aa0219476f6f676c652e436c6f75642e4c6f6767696e672e547970" . - "65ca0219476f6f676c655c436c6f75645c4c6f6767696e675c5479706562" . - "0670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Longrunning/Operations.php b/vendor/google/common-protos/metadata/Longrunning/Operations.php deleted file mode 100644 index 3332a1853..000000000 --- a/vendor/google/common-protos/metadata/Longrunning/Operations.php +++ /dev/null @@ -1,74 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0afd0a0a23676f6f676c652f6c6f6e6772756e6e696e672f6f7065726174" . - "696f6e732e70726f746f1212676f6f676c652e6c6f6e6772756e6e696e67" . - "1a19676f6f676c652f70726f746f6275662f616e792e70726f746f1a2067" . - "6f6f676c652f70726f746f6275662f64657363726970746f722e70726f74" . - "6f1a1b676f6f676c652f70726f746f6275662f656d7074792e70726f746f" . - "1a17676f6f676c652f7270632f7374617475732e70726f746f22a8010a09" . - "4f7065726174696f6e120c0a046e616d6518012001280912260a086d6574" . - "616461746118022001280b32142e676f6f676c652e70726f746f6275662e" . - "416e79120c0a04646f6e6518032001280812230a056572726f7218042001" . - "280b32122e676f6f676c652e7270632e537461747573480012280a087265" . - "73706f6e736518052001280b32142e676f6f676c652e70726f746f627566" . - "2e416e79480042080a06726573756c7422230a134765744f706572617469" . - "6f6e52657175657374120c0a046e616d65180120012809225c0a154c6973" . - "744f7065726174696f6e7352657175657374120c0a046e616d6518042001" . - "2809120e0a0666696c74657218012001280912110a09706167655f73697a" . - "6518022001280512120a0a706167655f746f6b656e18032001280922640a" . - "164c6973744f7065726174696f6e73526573706f6e736512310a0a6f7065" . - "726174696f6e7318012003280b321d2e676f6f676c652e6c6f6e6772756e" . - "6e696e672e4f7065726174696f6e12170a0f6e6578745f706167655f746f" . - "6b656e18022001280922260a1643616e63656c4f7065726174696f6e5265" . - "7175657374120c0a046e616d6518012001280922260a1644656c6574654f" . - "7065726174696f6e52657175657374120c0a046e616d6518012001280922" . - "3d0a0d4f7065726174696f6e496e666f12150a0d726573706f6e73655f74" . - "79706518012001280912150a0d6d657461646174615f7479706518022001" . - "2809328c040a0a4f7065726174696f6e731286010a0e4c6973744f706572" . - "6174696f6e7312292e676f6f676c652e6c6f6e6772756e6e696e672e4c69" . - "73744f7065726174696f6e73526571756573741a2a2e676f6f676c652e6c" . - "6f6e6772756e6e696e672e4c6973744f7065726174696f6e73526573706f" . - "6e7365221d82d3e493021712152f76312f7b6e616d653d6f706572617469" . - "6f6e737d12780a0c4765744f7065726174696f6e12272e676f6f676c652e" . - "6c6f6e6772756e6e696e672e4765744f7065726174696f6e526571756573" . - "741a1d2e676f6f676c652e6c6f6e6772756e6e696e672e4f706572617469" . - "6f6e222082d3e493021a12182f76312f7b6e616d653d6f7065726174696f" . - "6e732f2a2a7d12770a0f44656c6574654f7065726174696f6e122a2e676f" . - "6f676c652e6c6f6e6772756e6e696e672e44656c6574654f706572617469" . - "6f6e526571756573741a162e676f6f676c652e70726f746f6275662e456d" . - "707479222082d3e493021a2a182f76312f7b6e616d653d6f706572617469" . - "6f6e732f2a2a7d1281010a0f43616e63656c4f7065726174696f6e122a2e" . - "676f6f676c652e6c6f6e6772756e6e696e672e43616e63656c4f70657261" . - "74696f6e526571756573741a162e676f6f676c652e70726f746f6275662e" . - "456d707479222a82d3e4930224221f2f76312f7b6e616d653d6f70657261" . - "74696f6e732f2a2a7d3a63616e63656c3a012a4294010a16636f6d2e676f" . - "6f676c652e6c6f6e6772756e6e696e67420f4f7065726174696f6e735072" . - "6f746f50015a3d676f6f676c652e676f6c616e672e6f72672f67656e7072" . - "6f746f2f676f6f676c65617069732f6c6f6e6772756e6e696e673b6c6f6e" . - "6772756e6e696e67aa0212476f6f676c652e4c6f6e6752756e6e696e67ca" . - "0212476f6f676c655c4c6f6e6752756e6e696e67620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Rpc/Code.php b/vendor/google/common-protos/metadata/Rpc/Code.php deleted file mode 100644 index 6b88c93c8..000000000 --- a/vendor/google/common-protos/metadata/Rpc/Code.php +++ /dev/null @@ -1,38 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0abf030a15676f6f676c652f7270632f636f64652e70726f746f120a676f" . - "6f676c652e7270632ab7020a04436f646512060a024f4b1000120d0a0943" . - "414e43454c4c45441001120b0a07554e4b4e4f574e100212140a10494e56" . - "414c49445f415247554d454e54100312150a11444541444c494e455f4558" . - "4345454445441004120d0a094e4f545f464f554e44100512120a0e414c52" . - "454144595f455849535453100612150a115045524d495353494f4e5f4445" . - "4e494544100712130a0f554e41555448454e54494341544544101012160a" . - "125245534f555243455f455848415553544544100812170a134641494c45" . - "445f505245434f4e444954494f4e1009120b0a0741424f52544544100a12" . - "100a0c4f55545f4f465f52414e4745100b12110a0d554e494d504c454d45" . - "4e544544100c120c0a08494e5445524e414c100d120f0a0b554e41564149" . - "4c41424c45100e120d0a09444154415f4c4f5353100f42580a0e636f6d2e" . - "676f6f676c652e7270634209436f646550726f746f50015a33676f6f676c" . - "652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c656170" . - "69732f7270632f636f64653b636f6465a20203525043620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Rpc/ErrorDetails.php b/vendor/google/common-protos/metadata/Rpc/ErrorDetails.php deleted file mode 100644 index 0d8f5a3fb..000000000 --- a/vendor/google/common-protos/metadata/Rpc/ErrorDetails.php +++ /dev/null @@ -1,57 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ad4070a1e676f6f676c652f7270632f6572726f725f64657461696c732e" . - "70726f746f120a676f6f676c652e727063223b0a095265747279496e666f" . - "122e0a0b72657472795f64656c617918012001280b32192e676f6f676c65" . - "2e70726f746f6275662e4475726174696f6e22320a094465627567496e66" . - "6f12150a0d737461636b5f656e7472696573180120032809120e0a066465" . - "7461696c18022001280922790a0c51756f74614661696c75726512360a0a" . - "76696f6c6174696f6e7318012003280b32222e676f6f676c652e7270632e" . - "51756f74614661696c7572652e56696f6c6174696f6e1a310a0956696f6c" . - "6174696f6e120f0a077375626a65637418012001280912130a0b64657363" . - "72697074696f6e1802200128092295010a13507265636f6e646974696f6e" . - "4661696c757265123d0a0a76696f6c6174696f6e7318012003280b32292e" . - "676f6f676c652e7270632e507265636f6e646974696f6e4661696c757265" . - "2e56696f6c6174696f6e1a3f0a0956696f6c6174696f6e120c0a04747970" . - "65180120012809120f0a077375626a65637418022001280912130a0b6465" . - "736372697074696f6e1803200128092283010a0a42616452657175657374" . - "123f0a106669656c645f76696f6c6174696f6e7318012003280b32252e67" . - "6f6f676c652e7270632e426164526571756573742e4669656c6456696f6c" . - "6174696f6e1a340a0e4669656c6456696f6c6174696f6e120d0a05666965" . - "6c6418012001280912130a0b6465736372697074696f6e18022001280922" . - "370a0b52657175657374496e666f12120a0a726571756573745f69641801" . - "2001280912140a0c73657276696e675f6461746118022001280922600a0c" . - "5265736f75726365496e666f12150a0d7265736f757263655f7479706518" . - "012001280912150a0d7265736f757263655f6e616d65180220012809120d" . - "0a056f776e657218032001280912130a0b6465736372697074696f6e1804" . - "2001280922560a0448656c7012240a056c696e6b7318012003280b32152e" . - "676f6f676c652e7270632e48656c702e4c696e6b1a280a044c696e6b1213" . - "0a0b6465736372697074696f6e180120012809120b0a0375726c18022001" . - "280922330a104c6f63616c697a65644d657373616765120e0a066c6f6361" . - "6c65180120012809120f0a076d657373616765180220012809426c0a0e63" . - "6f6d2e676f6f676c652e72706342114572726f7244657461696c7350726f" . - "746f50015a3f676f6f676c652e676f6c616e672e6f72672f67656e70726f" . - "746f2f676f6f676c65617069732f7270632f65727264657461696c733b65" . - "727264657461696c73a20203525043620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Rpc/Status.php b/vendor/google/common-protos/metadata/Rpc/Status.php deleted file mode 100644 index 4eac2c961..000000000 --- a/vendor/google/common-protos/metadata/Rpc/Status.php +++ /dev/null @@ -1,32 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0add010a17676f6f676c652f7270632f7374617475732e70726f746f120a" . - "676f6f676c652e727063224e0a06537461747573120c0a04636f64651801" . - "20012805120f0a076d65737361676518022001280912250a076465746169" . - "6c7318032003280b32142e676f6f676c652e70726f746f6275662e416e79" . - "425e0a0e636f6d2e676f6f676c652e727063420b53746174757350726f74" . - "6f50015a37676f6f676c652e676f6c616e672e6f72672f67656e70726f74" . - "6f2f676f6f676c65617069732f7270632f7374617475733b737461747573" . - "a20203525043620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/CalendarPeriod.php b/vendor/google/common-protos/metadata/Type/CalendarPeriod.php deleted file mode 100644 index 7924e8577..000000000 --- a/vendor/google/common-protos/metadata/Type/CalendarPeriod.php +++ /dev/null @@ -1,34 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ab3020a21676f6f676c652f747970652f63616c656e6461725f70657269" . - "6f642e70726f746f120b676f6f676c652e747970652a7f0a0e43616c656e" . - "646172506572696f64121f0a1b43414c454e4441525f504552494f445f55" . - "4e535045434946494544100012070a03444159100112080a045745454b10" . - "02120d0a09464f52544e49474854100312090a054d4f4e54481004120b0a" . - "0751554152544552100512080a0448414c46100612080a04594541521007" . - "42780a0f636f6d2e676f6f676c652e74797065421343616c656e64617250" . - "6572696f6450726f746f50015a48676f6f676c652e676f6c616e672e6f72" . - "672f67656e70726f746f2f676f6f676c65617069732f747970652f63616c" . - "656e646172706572696f643b63616c656e646172706572696f64a2020347" . - "5450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/Color.php b/vendor/google/common-protos/metadata/Type/Color.php deleted file mode 100644 index 7079aaa9d..000000000 --- a/vendor/google/common-protos/metadata/Type/Color.php +++ /dev/null @@ -1,33 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aef010a17676f6f676c652f747970652f636f6c6f722e70726f746f120b" . - "676f6f676c652e74797065225d0a05436f6c6f72120b0a03726564180120" . - "012802120d0a05677265656e180220012802120c0a04626c756518032001" . - "2802122a0a05616c70686118042001280b321b2e676f6f676c652e70726f" . - "746f6275662e466c6f617456616c756542600a0f636f6d2e676f6f676c65" . - "2e74797065420a436f6c6f7250726f746f50015a36676f6f676c652e676f" . - "6c616e672e6f72672f67656e70726f746f2f676f6f676c65617069732f74" . - "7970652f636f6c6f723b636f6c6f72f80101a20203475450620670726f74" . - "6f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/Date.php b/vendor/google/common-protos/metadata/Type/Date.php deleted file mode 100644 index 2b762cf32..000000000 --- a/vendor/google/common-protos/metadata/Type/Date.php +++ /dev/null @@ -1,30 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0abe010a16676f6f676c652f747970652f646174652e70726f746f120b67" . - "6f6f676c652e7479706522300a0444617465120c0a047965617218012001" . - "2805120d0a056d6f6e7468180220012805120b0a03646179180320012805" . - "425d0a0f636f6d2e676f6f676c652e7479706542094461746550726f746f" . - "50015a34676f6f676c652e676f6c616e672e6f72672f67656e70726f746f" . - "2f676f6f676c65617069732f747970652f646174653b64617465f80101a2" . - "0203475450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/Dayofweek.php b/vendor/google/common-protos/metadata/Type/Dayofweek.php deleted file mode 100644 index b6a253b99..000000000 --- a/vendor/google/common-protos/metadata/Type/Dayofweek.php +++ /dev/null @@ -1,33 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aa4020a1b676f6f676c652f747970652f6461796f667765656b2e70726f" . - "746f120b676f6f676c652e747970652a84010a094461794f665765656b12" . - "1b0a174441595f4f465f5745454b5f554e5350454349464945441000120a" . - "0a064d4f4e4441591001120b0a07545545534441591002120d0a09574544" . - "4e45534441591003120c0a0854485552534441591004120a0a0646524944" . - "41591005120c0a0853415455524441591006120a0a0653554e4441591007" . - "42690a0f636f6d2e676f6f676c652e74797065420e4461794f665765656b" . - "50726f746f50015a3e676f6f676c652e676f6c616e672e6f72672f67656e" . - "70726f746f2f676f6f676c65617069732f747970652f6461796f66776565" . - "6b3b6461796f667765656ba20203475450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/Expr.php b/vendor/google/common-protos/metadata/Type/Expr.php deleted file mode 100644 index 30689cac6..000000000 --- a/vendor/google/common-protos/metadata/Type/Expr.php +++ /dev/null @@ -1,31 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0adb010a16676f6f676c652f747970652f657870722e70726f746f120b67" . - "6f6f676c652e7479706522500a044578707212120a0a6578707265737369" . - "6f6e180120012809120d0a057469746c6518022001280912130a0b646573" . - "6372697074696f6e18032001280912100a086c6f636174696f6e18042001" . - "2809425a0a0f636f6d2e676f6f676c652e7479706542094578707250726f" . - "746f50015a34676f6f676c652e676f6c616e672e6f72672f67656e70726f" . - "746f2f676f6f676c65617069732f747970652f657870723b65787072a202" . - "03475450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/Fraction.php b/vendor/google/common-protos/metadata/Type/Fraction.php deleted file mode 100644 index 70115c13a..000000000 --- a/vendor/google/common-protos/metadata/Type/Fraction.php +++ /dev/null @@ -1,30 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0acd010a1a676f6f676c652f747970652f6672616374696f6e2e70726f74" . - "6f120b676f6f676c652e7479706522320a084672616374696f6e12110a09" . - "6e756d657261746f7218012001280312130a0b64656e6f6d696e61746f72" . - "18022001280342660a0f636f6d2e676f6f676c652e74797065420d467261" . - "6374696f6e50726f746f50015a3c676f6f676c652e676f6c616e672e6f72" . - "672f67656e70726f746f2f676f6f676c65617069732f747970652f667261" . - "6374696f6e3b6672616374696f6ea20203475450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/Latlng.php b/vendor/google/common-protos/metadata/Type/Latlng.php deleted file mode 100644 index 903c898ad..000000000 --- a/vendor/google/common-protos/metadata/Type/Latlng.php +++ /dev/null @@ -1,30 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ac3010a18676f6f676c652f747970652f6c61746c6e672e70726f746f12" . - "0b676f6f676c652e74797065222d0a064c61744c6e6712100a086c617469" . - "7475646518012001280112110a096c6f6e67697475646518022001280142" . - "630a0f636f6d2e676f6f676c652e74797065420b4c61744c6e6750726f74" . - "6f50015a38676f6f676c652e676f6c616e672e6f72672f67656e70726f74" . - "6f2f676f6f676c65617069732f747970652f6c61746c6e673b6c61746c6e" . - "67f80101a20203475450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/Money.php b/vendor/google/common-protos/metadata/Type/Money.php deleted file mode 100644 index 18f6eb683..000000000 --- a/vendor/google/common-protos/metadata/Type/Money.php +++ /dev/null @@ -1,30 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ace010a17676f6f676c652f747970652f6d6f6e65792e70726f746f120b" . - "676f6f676c652e74797065223c0a054d6f6e657912150a0d63757272656e" . - "63795f636f6465180120012809120d0a05756e697473180220012803120d" . - "0a056e616e6f7318032001280542600a0f636f6d2e676f6f676c652e7479" . - "7065420a4d6f6e657950726f746f50015a36676f6f676c652e676f6c616e" . - "672e6f72672f67656e70726f746f2f676f6f676c65617069732f74797065" . - "2f6d6f6e65793b6d6f6e6579f80101a20203475450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/PostalAddress.php b/vendor/google/common-protos/metadata/Type/PostalAddress.php deleted file mode 100644 index 4aaf0831a..000000000 --- a/vendor/google/common-protos/metadata/Type/PostalAddress.php +++ /dev/null @@ -1,38 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aae030a20676f6f676c652f747970652f706f7374616c5f616464726573" . - "732e70726f746f120b676f6f676c652e7479706522fd010a0d506f737461" . - "6c4164647265737312100a087265766973696f6e18012001280512130a0b" . - "726567696f6e5f636f646518022001280912150a0d6c616e67756167655f" . - "636f646518032001280912130a0b706f7374616c5f636f64651804200128" . - "0912140a0c736f7274696e675f636f6465180520012809121b0a1361646d" . - "696e6973747261746976655f6172656118062001280912100a086c6f6361" . - "6c69747918072001280912130a0b7375626c6f63616c6974791808200128" . - "0912150a0d616464726573735f6c696e657318092003280912120a0a7265" . - "63697069656e7473180a2003280912140a0c6f7267616e697a6174696f6e" . - "180b2001280942750a0f636f6d2e676f6f676c652e747970654212506f73" . - "74616c4164647265737350726f746f50015a46676f6f676c652e676f6c61" . - "6e672e6f72672f67656e70726f746f2f676f6f676c65617069732f747970" . - "652f706f7374616c616464726573733b706f7374616c61646472657373a2" . - "0203475450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/Quaternion.php b/vendor/google/common-protos/metadata/Type/Quaternion.php deleted file mode 100644 index ff8b5fa9b..000000000 --- a/vendor/google/common-protos/metadata/Type/Quaternion.php +++ /dev/null @@ -1,31 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ade010a1c676f6f676c652f747970652f7175617465726e696f6e2e7072" . - "6f746f120b676f6f676c652e7479706522380a0a5175617465726e696f6e" . - "12090a017818012001280112090a017918022001280112090a017a180320" . - "01280112090a0177180420012801426f0a0f636f6d2e676f6f676c652e74" . - "797065420f5175617465726e696f6e50726f746f50015a40676f6f676c65" . - "2e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c65617069" . - "732f747970652f7175617465726e696f6e3b7175617465726e696f6ef801" . - "01a20203475450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/metadata/Type/Timeofday.php b/vendor/google/common-protos/metadata/Type/Timeofday.php deleted file mode 100644 index e74d2454d..000000000 --- a/vendor/google/common-protos/metadata/Type/Timeofday.php +++ /dev/null @@ -1,31 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0aed010a1b676f6f676c652f747970652f74696d656f666461792e70726f" . - "746f120b676f6f676c652e74797065224b0a0954696d654f66446179120d" . - "0a05686f757273180120012805120f0a076d696e75746573180220012805" . - "120f0a077365636f6e6473180320012805120d0a056e616e6f7318042001" . - "2805426c0a0f636f6d2e676f6f676c652e74797065420e54696d654f6644" . - "617950726f746f50015a3e676f6f676c652e676f6c616e672e6f72672f67" . - "656e70726f746f2f676f6f676c65617069732f747970652f74696d656f66" . - "6461793b74696d656f66646179f80101a20203475450620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/common-protos/phpunit.xml.dist b/vendor/google/common-protos/phpunit.xml.dist deleted file mode 100644 index d75d0ba87..000000000 --- a/vendor/google/common-protos/phpunit.xml.dist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - tests - - - - - src - - - diff --git a/vendor/google/common-protos/src/Api/Advice.php b/vendor/google/common-protos/src/Api/Advice.php deleted file mode 100644 index 9fa8468ef..000000000 --- a/vendor/google/common-protos/src/Api/Advice.php +++ /dev/null @@ -1,72 +0,0 @@ -google.api.Advice - */ -class Advice extends \Google\Protobuf\Internal\Message -{ - /** - * 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; - */ - 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 - * "/", where is a region name. Similarly, for a zone - * override, add a map entry with key "/{zone}". - * Further, a wildcard can be used at the end of a zone name in order to - * specify zone level overrides. For example: - * LOW: 10, STANDARD: 50, HIGH: 100, - * LOW/us-central1: 20, STANDARD/us-central1: 60, HIGH/us-central1: 200, - * LOW/us-central1-*: 10, STANDARD/us-central1-*: 20, HIGH/us-central1-*: 80 - * The regional overrides tier set for each region must be the same as - * the tier set for default limit values. Same rule applies for zone overrides - * tier as well. - * Used by metric-based quotas only. - * - * Generated from protobuf field 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 - * "/", where is a region name. Similarly, for a zone - * override, add a map entry with key "/{zone}". - * Further, a wildcard can be used at the end of a zone name in order to - * specify zone level overrides. For example: - * LOW: 10, STANDARD: 50, HIGH: 100, - * LOW/us-central1: 20, STANDARD/us-central1: 60, HIGH/us-central1: 200, - * LOW/us-central1-*: 10, STANDARD/us-central1-*: 20, HIGH/us-central1-*: 80 - * The regional overrides tier set for each region must be the same as - * the tier set for default limit values. Same rule applies for zone overrides - * tier as well. - * Used by metric-based quotas only. - * @type string $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. - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Google\Api\Quota::initOnce(); - parent::__construct($data); - } - - /** - * 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; - * @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 - * "/", where is a region name. Similarly, for a zone - * override, add a map entry with key "/{zone}". - * Further, a wildcard can be used at the end of a zone name in order to - * specify zone level overrides. For example: - * LOW: 10, STANDARD: 50, HIGH: 100, - * LOW/us-central1: 20, STANDARD/us-central1: 60, HIGH/us-central1: 200, - * LOW/us-central1-*: 10, STANDARD/us-central1-*: 20, HIGH/us-central1-*: 80 - * The regional overrides tier set for each region must be the same as - * the tier set for default limit values. Same rule applies for zone overrides - * tier as well. - * Used by metric-based quotas only. - * - * Generated from protobuf field 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 - * "/", where is a region name. Similarly, for a zone - * override, add a map entry with key "/{zone}". - * Further, a wildcard can be used at the end of a zone name in order to - * specify zone level overrides. For example: - * LOW: 10, STANDARD: 50, HIGH: 100, - * LOW/us-central1: 20, STANDARD/us-central1: 60, HIGH/us-central1: 200, - * LOW/us-central1-*: 10, STANDARD/us-central1-*: 20, HIGH/us-central1-*: 80 - * The regional overrides tier set for each region must be the same as - * the tier set for default limit values. Same rule applies for zone overrides - * tier as well. - * Used by metric-based quotas only. - * - * Generated from protobuf field 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 /; - * for example 'serviceusage.googleapis.com/billing-enabled'. - * - * Generated from protobuf field 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 /; - * for example 'serviceusage.googleapis.com/billing-enabled'. - * @type \Google\Api\UsageRule[]|\Google\Protobuf\Internal\RepeatedField $rules - * A list of usage rules that apply to individual API methods. - * **NOTE:** All service configuration rules follow "last one wins" order. - * @type string $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. - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Google\Api\Usage::initOnce(); - parent::__construct($data); - } - - /** - * Requirements that must be satisfied before a consumer project can use the - * service. Each requirement is of the form /; - * for example 'serviceusage.googleapis.com/billing-enabled'. - * - * Generated from protobuf field 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 /; - * for example 'serviceusage.googleapis.com/billing-enabled'. - * - * Generated from protobuf field 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:" or "project:". - * - * Generated from protobuf field 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:" or "project:". - * @type string $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". - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Google\Rpc\ErrorDetails::initOnce(); - parent::__construct($data); - } - - /** - * The subject on which the quota check failed. - * For example, "clientip:" or "project:". - * - * Generated from protobuf field string subject = 1; - * @return string - */ - public function getSubject() - { - return $this->subject; - } - - /** - * The subject on which the quota check failed. - * For example, "clientip:" or "project:". - * - * Generated from protobuf field 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:" or "project:". - * - * Generated from protobuf field 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:" or "project:". - * @type string $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. - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Google\Rpc\ErrorDetails::initOnce(); - parent::__construct($data); - } - - /** - * 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; - * @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:" or "project:". - * - * Generated from protobuf field string owner = 3; - * @return string - */ - public function getOwner() - { - return $this->owner; - } - - /** - * The owner of the resource (optional). - * For example, "user:" or "project:". - * - * Generated from protobuf field 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 @@ - - - - - tests/Tests/Unit - - - - - src/ApiCore - - - diff --git a/vendor/google/gax/ruleset.xml b/vendor/google/gax/ruleset.xml deleted file mode 100644 index a0f0a8fb6..000000000 --- a/vendor/google/gax/ruleset.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - src/LongRunning - src/Testing - src - diff --git a/vendor/google/gax/src/AgentHeader.php b/vendor/google/gax/src/AgentHeader.php deleted file mode 100644 index 7b0e4c1c2..000000000 --- a/vendor/google/gax/src/AgentHeader.php +++ /dev/null @@ -1,125 +0,0 @@ - $value) { - $metricsList[] = $key . "/" . $value; - } - return [self::AGENT_HEADER_KEY => [implode(" ", $metricsList)]]; - } - - /** - * Reads the gapic version string from a VERSION file. In order to determine the file - * location, this method follows this procedure: - * - accepts a class name $callingClass - * - identifies the file defining that class - * - searches up the directory structure for the 'src' directory - * - looks in the directory above 'src' for a file named VERSION - * - * @param string $callingClass - * @return string the gapic version - * @throws \ReflectionException - */ - public static function readGapicVersionFromFile($callingClass) - { - $callingClassFile = (new \ReflectionClass($callingClass))->getFileName(); - $versionFile = substr( - $callingClassFile, - 0, - strrpos($callingClassFile, DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR) - ) . DIRECTORY_SEPARATOR . 'VERSION'; - - return Version::readVersionFile($versionFile); - } -} diff --git a/vendor/google/gax/src/ApiException.php b/vendor/google/gax/src/ApiException.php deleted file mode 100644 index d0d93d73f..000000000 --- a/vendor/google/gax/src/ApiException.php +++ /dev/null @@ -1,184 +0,0 @@ - null, - 'metadata' => null, - 'basicMessage' => $message, - ]; - parent::__construct($message, $code, $optionalArgs['previous']); - $this->status = $status; - $this->metadata = $optionalArgs['metadata']; - $this->basicMessage = $optionalArgs['basicMessage']; - } - - public function getStatus() - { - return $this->status; - } - - /** - * @param \stdClass $status - * @return ApiException - */ - public static function createFromStdClass($status) - { - $metadata = property_exists($status, 'metadata') ? $status->metadata : null; - return self::create( - $status->details, - $status->code, - $metadata, - Serializer::decodeMetadata($metadata) - ); - } - - /** - * @param string $basicMessage - * @param int $rpcCode - * @param array|null $metadata - * @param \Exception $previous - * @return ApiException - */ - public static function createFromApiResponse( - $basicMessage, - $rpcCode, - array $metadata = null, - \Exception $previous = null - ) { - return self::create( - $basicMessage, - $rpcCode, - $metadata, - Serializer::decodeMetadata($metadata), - $previous - ); - } - - /** - * Construct an ApiException with a useful message, including decoded metadata. - * - * @param string $basicMessage - * @param int $rpcCode - * @param mixed[]|RepeatedField $metadata - * @param array $decodedMetadata - * @param \Exception|null $previous - * @return ApiException - */ - private static function create($basicMessage, $rpcCode, $metadata, array $decodedMetadata, $previous = null) - { - $rpcStatus = ApiStatus::statusFromRpcCode($rpcCode); - $messageData = [ - 'message' => $basicMessage, - 'code' => $rpcCode, - 'status' => $rpcStatus, - 'details' => $decodedMetadata - ]; - - $message = json_encode($messageData, JSON_PRETTY_PRINT); - - return new ApiException($message, $rpcCode, $rpcStatus, [ - 'previous' => $previous, - 'metadata' => $metadata, - 'basicMessage' => $basicMessage, - ]); - } - - /** - * @param Status $status - * @return ApiException - */ - public static function createFromRpcStatus(Status $status) - { - return self::create( - $status->getMessage(), - $status->getCode(), - $status->getDetails(), - Serializer::decodeAnyMessages($status->getDetails()) - ); - } - - /** - * @return null|string - */ - public function getBasicMessage() - { - return $this->basicMessage; - } - - /** - * @return mixed[] - */ - public function getMetadata() - { - return $this->metadata; - } - - /** - * String representation of ApiException - * @return string - */ - public function __toString() - { - return __CLASS__ . ": $this->message\n"; - } -} diff --git a/vendor/google/gax/src/ApiStatus.php b/vendor/google/gax/src/ApiStatus.php deleted file mode 100644 index e95a42f71..000000000 --- a/vendor/google/gax/src/ApiStatus.php +++ /dev/null @@ -1,156 +0,0 @@ - Code::OK, - ApiStatus::CANCELLED => Code::CANCELLED, - ApiStatus::UNKNOWN => Code::UNKNOWN, - ApiStatus::INVALID_ARGUMENT => Code::INVALID_ARGUMENT, - ApiStatus::DEADLINE_EXCEEDED => Code::DEADLINE_EXCEEDED, - ApiStatus::NOT_FOUND => Code::NOT_FOUND, - ApiStatus::ALREADY_EXISTS => Code::ALREADY_EXISTS, - ApiStatus::PERMISSION_DENIED => Code::PERMISSION_DENIED, - ApiStatus::RESOURCE_EXHAUSTED => Code::RESOURCE_EXHAUSTED, - ApiStatus::FAILED_PRECONDITION => Code::FAILED_PRECONDITION, - ApiStatus::ABORTED => Code::ABORTED, - ApiStatus::OUT_OF_RANGE => Code::OUT_OF_RANGE, - ApiStatus::UNIMPLEMENTED => Code::UNIMPLEMENTED, - ApiStatus::INTERNAL => Code::INTERNAL, - ApiStatus::UNAVAILABLE => Code::UNAVAILABLE, - ApiStatus::DATA_LOSS => Code::DATA_LOSS, - ApiStatus::UNAUTHENTICATED => Code::UNAUTHENTICATED, - ]; - private static $codeToApiStatusMap = [ - Code::OK => ApiStatus::OK, - Code::CANCELLED => ApiStatus::CANCELLED, - Code::UNKNOWN => ApiStatus::UNKNOWN, - Code::INVALID_ARGUMENT => ApiStatus::INVALID_ARGUMENT, - Code::DEADLINE_EXCEEDED => ApiStatus::DEADLINE_EXCEEDED, - Code::NOT_FOUND => ApiStatus::NOT_FOUND, - Code::ALREADY_EXISTS => ApiStatus::ALREADY_EXISTS, - Code::PERMISSION_DENIED => ApiStatus::PERMISSION_DENIED, - Code::RESOURCE_EXHAUSTED => ApiStatus::RESOURCE_EXHAUSTED, - Code::FAILED_PRECONDITION => ApiStatus::FAILED_PRECONDITION, - Code::ABORTED => ApiStatus::ABORTED, - Code::OUT_OF_RANGE => ApiStatus::OUT_OF_RANGE, - Code::UNIMPLEMENTED => ApiStatus::UNIMPLEMENTED, - Code::INTERNAL => ApiStatus::INTERNAL, - Code::UNAVAILABLE => ApiStatus::UNAVAILABLE, - Code::DATA_LOSS => ApiStatus::DATA_LOSS, - Code::UNAUTHENTICATED => ApiStatus::UNAUTHENTICATED, - ]; - private static $httpStatusCodeToRpcCodeMap = [ - 401 => Code::UNAUTHENTICATED, - 403 => Code::PERMISSION_DENIED, - 404 => Code::NOT_FOUND, - 429 => Code::RESOURCE_EXHAUSTED, - 499 => Code::CANCELLED, - 501 => Code::UNIMPLEMENTED, - 503 => Code::UNAVAILABLE, - 504 => Code::DEADLINE_EXCEEDED, - ]; - - /** - * @param string $status - * @return bool - */ - public static function isValidStatus($status) - { - return array_key_exists($status, self::$apiStatusToCodeMap); - } - - /** - * @param int $code - * @return string - */ - public static function statusFromRpcCode($code) - { - if (array_key_exists($code, self::$codeToApiStatusMap)) { - return self::$codeToApiStatusMap[$code]; - } - return ApiStatus::UNRECOGNIZED_STATUS; - } - - /** - * @param string $status - * @return int - */ - public static function rpcCodeFromStatus($status) - { - if (array_key_exists($status, self::$apiStatusToCodeMap)) { - return self::$apiStatusToCodeMap[$status]; - } - return ApiStatus::UNRECOGNIZED_CODE; - } - - /** - * Maps HTTP status codes to Google\Rpc\Code codes. - * Only map codes which do not map to multiple gRPC codes (e.g. excludes - * 400, 409, and 500). - * - * @param int $httpStatusCode - * @return int - */ - public static function rpcCodeFromHttpStatusCode($httpStatusCode) - { - if (array_key_exists($httpStatusCode, self::$httpStatusCodeToRpcCodeMap)) { - return self::$httpStatusCodeToRpcCodeMap[$httpStatusCode]; - } - return ApiStatus::UNRECOGNIZED_CODE; - } -} diff --git a/vendor/google/gax/src/ArrayTrait.php b/vendor/google/gax/src/ArrayTrait.php deleted file mode 100644 index c79e1fda7..000000000 --- a/vendor/google/gax/src/ArrayTrait.php +++ /dev/null @@ -1,128 +0,0 @@ -pluck($key, $arr, false); - } - } - - return $values; - } - - /** - * Determine whether given array is associative. - * - * @param array $arr - * @return bool - */ - private function isAssoc(array $arr) - { - return array_keys($arr) !== range(0, count($arr) - 1); - } - - /** - * Just like array_filter(), but preserves falsey values except null. - * - * @param array $arr - * @return array - */ - private function arrayFilterRemoveNull(array $arr) - { - return array_filter($arr, function ($element) { - if (!is_null($element)) { - return true; - } - - return false; - }); - } - - /** - * Return a subset of an array, like pluckArray, without modifying the original array. - * - * @param array $keys - * @param array $arr - * @return array - */ - private function subsetArray(array $keys, $arr) - { - return array_intersect_key( - $arr, - array_flip($keys) - ); - } -} diff --git a/vendor/google/gax/src/BidiStream.php b/vendor/google/gax/src/BidiStream.php deleted file mode 100644 index 472486467..000000000 --- a/vendor/google/gax/src/BidiStream.php +++ /dev/null @@ -1,176 +0,0 @@ -call = $bidiStreamingCall; - if (array_key_exists('resourcesGetMethod', $streamingDescriptor)) { - $this->resourcesGetMethod = $streamingDescriptor['resourcesGetMethod']; - } - } - - /** - * Write request to the server. - * - * @param mixed $request The request to write - * @throws ValidationException - */ - public function write($request) - { - if ($this->isComplete) { - throw new ValidationException("Cannot call write() after streaming call is complete."); - } - if ($this->writesClosed) { - throw new ValidationException("Cannot call write() after calling closeWrite()."); - } - $this->call->write($request); - } - - /** - * Write all requests in $requests. - * - * @param mixed[] $requests An Iterable of request objects to write to the server - * - * @throws ValidationException - */ - public function writeAll($requests = []) - { - foreach ($requests as $request) { - $this->write($request); - } - } - - /** - * Inform the server that no more requests will be written. The write() function cannot be - * called after closeWrite() is called. - * @throws ValidationException - */ - public function closeWrite() - { - if ($this->isComplete) { - throw new ValidationException( - "Cannot call closeWrite() after streaming call is complete." - ); - } - if (!$this->writesClosed) { - $this->call->writesDone(); - $this->writesClosed = true; - } - } - - /** - * Read the next response from the server. Returns null if the streaming call completed - * successfully. Throws an ApiException if the streaming call failed. - * - * @throws ValidationException - * @throws ApiException - * @return mixed - */ - public function read() - { - if ($this->isComplete) { - throw new ValidationException("Cannot call read() after streaming call is complete."); - } - $resourcesGetMethod = $this->resourcesGetMethod; - if (!is_null($resourcesGetMethod)) { - if (count($this->pendingResources) === 0) { - $response = $this->call->read(); - if (!is_null($response)) { - $pendingResources = []; - foreach ($response->$resourcesGetMethod() as $resource) { - $pendingResources[] = $resource; - } - $this->pendingResources = array_reverse($pendingResources); - } - } - $result = array_pop($this->pendingResources); - } else { - $result = $this->call->read(); - } - if (is_null($result)) { - $status = $this->call->getStatus(); - $this->isComplete = true; - if (!($status->code == Code::OK)) { - throw ApiException::createFromStdClass($status); - } - } - return $result; - } - - /** - * Call closeWrite(), and read all responses from the server, until the streaming call is - * completed. Throws an ApiException if the streaming call failed. - * - * @throws ValidationException - * @throws ApiException - * @return \Generator|mixed[] - */ - public function closeWriteAndReadAll() - { - $this->closeWrite(); - $response = $this->read(); - while (!is_null($response)) { - yield $response; - $response = $this->read(); - } - } - - /** - * Return the underlying gRPC call object - * - * @return \Grpc\BidiStreamingCall|mixed - */ - public function getBidiStreamingCall() - { - return $this->call; - } -} diff --git a/vendor/google/gax/src/Call.php b/vendor/google/gax/src/Call.php deleted file mode 100644 index b205ea9b7..000000000 --- a/vendor/google/gax/src/Call.php +++ /dev/null @@ -1,128 +0,0 @@ -method = $method; - $this->decodeType = $decodeType; - $this->message = $message; - $this->descriptor = $descriptor; - $this->callType = $callType; - } - - /** - * @return string - */ - public function getMethod() - { - return $this->method; - } - - /** - * @return int - */ - public function getCallType() - { - return $this->callType; - } - - /** - * @return string - */ - public function getDecodeType() - { - return $this->decodeType; - } - - /** - * @return mixed|Message - */ - public function getMessage() - { - return $this->message; - } - - /** - * @return array|null - */ - public function getDescriptor() - { - return $this->descriptor; - } - - /** - * @param mixed|Message $message - * @return Call - */ - public function withMessage($message) - { - return new static( - $this->method, - $this->decodeType, - $message, - $this->descriptor, - $this->callType - ); - } -} diff --git a/vendor/google/gax/src/ClientStream.php b/vendor/google/gax/src/ClientStream.php deleted file mode 100644 index fa9c0838e..000000000 --- a/vendor/google/gax/src/ClientStream.php +++ /dev/null @@ -1,104 +0,0 @@ -call = $clientStreamingCall; - } - - /** - * Write request to the server. - * - * @param mixed $request The request to write - */ - public function write($request) - { - $this->call->write($request); - } - - /** - * Read the response from the server, completing the streaming call. - * - * @throws ApiException - * @return mixed The response object from the server - */ - public function readResponse() - { - list($response, $status) = $this->call->wait(); - if ($status->code == Code::OK) { - return $response; - } else { - throw ApiException::createFromStdClass($status); - } - } - - /** - * Write all data in $dataArray and read the response from the server, completing the streaming - * call. - * - * @param mixed[] $requests An iterator of request objects to write to the server - * @return mixed The response object from the server - */ - public function writeAllAndReadResponse($requests) - { - foreach ($requests as $request) { - $this->write($request); - } - return $this->readResponse(); - } - - /** - * Return the underlying gRPC call object - * - * @return \Grpc\ClientStreamingCall|mixed - */ - public function getClientStreamingCall() - { - return $this->call; - } -} diff --git a/vendor/google/gax/src/CredentialsWrapper.php b/vendor/google/gax/src/CredentialsWrapper.php deleted file mode 100644 index 4ca95dfd2..000000000 --- a/vendor/google/gax/src/CredentialsWrapper.php +++ /dev/null @@ -1,228 +0,0 @@ -credentialsFetcher = $credentialsFetcher; - $this->authHttpHandler = $authHttpHandler ?: self::buildHttpHandlerFactory(); - } - - /** - * Factory method to create a CredentialsWrapper from an array of options. - * - * @param array $args { - * An array of optional arguments. - * - * @type string|array $keyFile - * Credentials to be used. Accepts either a path to a credentials file, or a decoded - * credentials file as a PHP array. If this is not specified, application default - * credentials will be used. - * @type string[] $scopes - * A string array of scopes to use when acquiring credentials. - * @type callable $authHttpHandler - * A handler used to deliver PSR-7 requests specifically - * for authentication. Should match a signature of - * `function (RequestInterface $request, array $options) : ResponseInterface`. - * @type bool $enableCaching - * Enable caching of access tokens. Defaults to true. - * @type CacheItemPoolInterface $authCache - * A cache for storing access tokens. Defaults to a simple in memory implementation. - * @type array $authCacheOptions - * Cache configuration options. - * } - * @return CredentialsWrapper - * @throws ValidationException - */ - public static function build(array $args = []) - { - $args += [ - 'keyFile' => null, - 'scopes' => null, - 'authHttpHandler' => null, - 'enableCaching' => true, - 'authCache' => null, - 'authCacheOptions' => [], - ]; - $keyFile = $args['keyFile']; - $authHttpHandler = $args['authHttpHandler'] ?: self::buildHttpHandlerFactory(); - - if (is_null($keyFile)) { - $loader = self::buildApplicationDefaultCredentials( - $args['scopes'], - $authHttpHandler - ); - } else { - if (is_string($keyFile)) { - if (!file_exists($keyFile)) { - throw new ValidationException("Could not find keyfile: $keyFile"); - } - $keyFile = json_decode(file_get_contents($keyFile), true); - } - - $loader = CredentialsLoader::makeCredentials($args['scopes'], $keyFile); - } - - if ($args['enableCaching']) { - $authCache = $args['authCache'] ?: new MemoryCacheItemPool(); - $loader = new FetchAuthTokenCache( - $loader, - $args['authCacheOptions'], - $authCache - ); - } - - return new CredentialsWrapper($loader, $authHttpHandler); - } - - /** - * @return string Bearer string containing access token. - */ - public function getBearerString() - { - $token = self::getToken($this->credentialsFetcher, $this->authHttpHandler); - return empty($token) ? '' : "Bearer $token"; - } - - /** - * @return callable Callable function that returns an authorization header. - */ - public function getAuthorizationHeaderCallback() - { - $credentialsFetcher = $this->credentialsFetcher; - $authHttpHandler = $this->authHttpHandler; - - // NOTE: changes to this function should be treated carefully and tested thoroughly. It will - // be passed into the gRPC c extension, and changes have the potential to trigger very - // difficult-to-diagnose segmentation faults. - return function () use ($credentialsFetcher, $authHttpHandler) { - $token = self::getToken($credentialsFetcher, $authHttpHandler); - return empty($token) ? [] : ['authorization' => ["Bearer $token"]]; - }; - } - - /** - * @return Guzzle5HttpHandler|Guzzle6HttpHandler - * @throws ValidationException - */ - private static function buildHttpHandlerFactory() - { - try { - return HttpHandlerFactory::build(); - } catch (Exception $ex) { - throw new ValidationException("Failed to build HttpHandler", $ex->getCode(), $ex); - } - } - - /** - * @param array $scopes - * @param callable $authHttpHandler - * @param array $authCacheOptions - * @param CacheItemPoolInterface $authCache - * @return CredentialsLoader - * @throws ValidationException - */ - private static function buildApplicationDefaultCredentials( - array $scopes = null, - callable $authHttpHandler = null, - array $authCacheOptions = null, - CacheItemPoolInterface $authCache = null - ) { - try { - return ApplicationDefaultCredentials::getCredentials( - $scopes, - $authHttpHandler, - $authCacheOptions, - $authCache - ); - } catch (DomainException $ex) { - throw new ValidationException("Could not construct ApplicationDefaultCredentials", $ex->getCode(), $ex); - } - } - - private static function getToken(FetchAuthTokenInterface $credentialsFetcher, $authHttpHandler) - { - $token = $credentialsFetcher->getLastReceivedToken(); - if (self::isExpired($token)) { - $token = $credentialsFetcher->fetchAuthToken($authHttpHandler); - if (!self::isValid($token)) { - return ''; - } - } - return $token['access_token']; - } - - private static function isValid($token) - { - return is_array($token) - && array_key_exists('access_token', $token); - } - - private static function isExpired($token) - { - return !(self::isValid($token) - && array_key_exists('expires_at', $token) - && $token['expires_at'] > time()); - } -} diff --git a/vendor/google/gax/src/FixedSizeCollection.php b/vendor/google/gax/src/FixedSizeCollection.php deleted file mode 100644 index 215a49789..000000000 --- a/vendor/google/gax/src/FixedSizeCollection.php +++ /dev/null @@ -1,189 +0,0 @@ - 0. collectionSize: $collectionSize" - ); - } - if ($collectionSize < $initialPage->getPageElementCount()) { - $ipc = $initialPage->getPageElementCount(); - throw new InvalidArgumentException( - "collectionSize must be greater than or equal to the number of " . - "elements in initialPage. collectionSize: $collectionSize, " . - "initialPage size: $ipc" - ); - } - $this->collectionSize = $collectionSize; - - $this->pageList = FixedSizeCollection::createPageArray($initialPage, $collectionSize); - } - - /** - * Returns the number of elements in the collection. This will be - * equal to the collectionSize parameter used at construction - * unless there are no elements remaining to be retrieved. - * - * @return int - */ - public function getCollectionSize() - { - $size = 0; - foreach ($this->pageList as $page) { - $size += $page->getPageElementCount(); - } - return $size; - } - - /** - * Returns true if there are more elements that can be retrieved - * from the API. - * - * @return bool - */ - public function hasNextCollection() - { - return $this->getLastPage()->hasNextPage(); - } - - /** - * Returns a page token that can be passed into the API list - * method to retrieve additional elements. - * - * @return string - */ - public function getNextPageToken() - { - return $this->getLastPage()->getNextPageToken(); - } - - /** - * Retrieves the next FixedSizeCollection using one or more API calls. - * - * @return FixedSizeCollection - */ - public function getNextCollection() - { - $lastPage = $this->getLastPage(); - $nextPage = $lastPage->getNextPage($this->collectionSize); - return new FixedSizeCollection($nextPage, $this->collectionSize); - } - - /** - * Returns an iterator over the elements of the collection. - * - * @return Generator - */ - public function getIterator() - { - foreach ($this->pageList as $page) { - foreach ($page as $element) { - yield $element; - } - } - } - - /** - * Returns an iterator over FixedSizeCollections, starting with this - * and making API calls as required until all of the elements have - * been retrieved. - * - * @return Generator|FixedSizeCollection[] - */ - public function iterateCollections() - { - $currentCollection = $this; - yield $this; - while ($currentCollection->hasNextCollection()) { - $currentCollection = $currentCollection->getNextCollection(); - yield $currentCollection; - } - } - - private function getLastPage() - { - $pageList = $this->pageList; - // Get last element in array... - $lastPage = end($pageList); - reset($pageList); - return $lastPage; - } - - /** - * @param Page $initialPage - * @param integer $collectionSize - * @return Page[] - */ - private static function createPageArray($initialPage, $collectionSize) - { - $pageList = [$initialPage]; - $currentPage = $initialPage; - $itemCount = $currentPage->getPageElementCount(); - while ($itemCount < $collectionSize && $currentPage->hasNextPage()) { - $remainingCount = $collectionSize - $itemCount; - $currentPage = $currentPage->getNextPage($remainingCount); - $rxElementCount = $currentPage->getPageElementCount(); - if ($rxElementCount > $remainingCount) { - throw new LengthException("API returned a number of elements " . - "exceeding the specified page size limit. page size: " . - "$remainingCount, elements received: $rxElementCount"); - } - array_push($pageList, $currentPage); - $itemCount += $rxElementCount; - } - return $pageList; - } -} diff --git a/vendor/google/gax/src/GPBLabel.php b/vendor/google/gax/src/GPBLabel.php deleted file mode 100644 index 18208cd64..000000000 --- a/vendor/google/gax/src/GPBLabel.php +++ /dev/null @@ -1,43 +0,0 @@ - 'startUnaryCall', - Call::BIDI_STREAMING_CALL => 'startBidiStreamingCall', - Call::CLIENT_STREAMING_CALL => 'startClientStreamingCall', - Call::SERVER_STREAMING_CALL => 'startServerStreamingCall', - ]; - - /** - * Initiates an orderly shutdown in which preexisting calls continue but new - * calls are immediately cancelled. - * - * @experimental - */ - public function close() - { - $this->transport->close(); - } - - /** - * Get the transport for the client. This method is protected to support - * use by customized clients. - * - * @access private - * @return TransportInterface - */ - protected function getTransport() - { - return $this->transport; - } - - /** - * Get the credentials for the client. This method is protected to support - * use by customized clients. - * - * @access private - * @return CredentialsWrapper - */ - protected function getCredentialsWrapper() - { - return $this->credentialsWrapper; - } - - private static function getGapicVersion(array $options) - { - if (isset($options['libVersion'])) { - return $options['libVersion']; - } else { - if (!isset(self::$gapicVersionFromFile)) { - self::$gapicVersionFromFile = AgentHeader::readGapicVersionFromFile(__CLASS__); - } - return self::$gapicVersionFromFile; - } - } - - private static function initGrpcGcpConfig($hostName, $confPath) - { - $apiConfig = new ApiConfig(); - $apiConfig->mergeFromJsonString(file_get_contents($confPath)); - $config = new Config($hostName, $apiConfig); - return $config; - } - - /** - * Get default options. This function should be "overridden" by clients using late static - * binding to provide default options to the client. - * - * @return array - * @access private - */ - private static function getClientDefaults() - { - return []; - } - - private function buildClientOptions(array $options) - { - // Build $defaultOptions starting from top level - // variables, then going into deeper nesting, so that - // we will not encounter missing keys - $defaultOptions = self::getClientDefaults(); - $defaultOptions += [ - 'disableRetries' => false, - 'credentials' => null, - 'credentialsConfig' => [], - 'transport' => null, - 'transportConfig' => [], - 'gapicVersion' => self::getGapicVersion($options), - 'libName' => null, - 'libVersion' => null, - ]; - $defaultOptions['transportConfig'] += [ - 'grpc' => ['stubOpts' => ['grpc.service_config_disable_resolution' => 1]], - 'rest' => [], - 'grpc-fallback' => [], - ]; - - // Merge defaults into $options starting from top level - // variables, then going into deeper nesting, so that - // we will not encounter missing keys - $options += $defaultOptions; - $options['credentialsConfig'] += $defaultOptions['credentialsConfig']; - $options['transportConfig'] += $defaultOptions['transportConfig']; - $options['transportConfig']['grpc'] += $defaultOptions['transportConfig']['grpc']; - $options['transportConfig']['grpc']['stubOpts'] += $defaultOptions['transportConfig']['grpc']['stubOpts']; - $options['transportConfig']['rest'] += $defaultOptions['transportConfig']['rest']; - $options['transportConfig']['grpc-fallback'] += $defaultOptions['transportConfig']['grpc-fallback']; - - $this->modifyClientOptions($options); - - // serviceAddress is now deprecated and acts as an alias for apiEndpoint - if (isset($options['serviceAddress'])) { - $options['apiEndpoint'] = $this->pluck('serviceAddress', $options, false); - } - - if (extension_loaded('sysvshm') - && isset($options['gcpApiConfigPath']) - && file_exists($options['gcpApiConfigPath']) - && isset($options['apiEndpoint'])) { - $grpcGcpConfig = self::initGrpcGcpConfig( - $options['apiEndpoint'], - $options['gcpApiConfigPath'] - ); - - if (array_key_exists('stubOpts', $options['transportConfig']['grpc'])) { - $options['transportConfig']['grpc']['stubOpts'] += [ - 'grpc_call_invoker' => $grpcGcpConfig->callInvoker() - ]; - } else { - $options['transportConfig']['grpc'] += [ - 'stubOpts' => [ - 'grpc_call_invoker' => $grpcGcpConfig->callInvoker() - ] - ]; - } - } - - return $options; - } - - /** - * Configures the GAPIC client based on an array of options. - * - * @param array $options { - * An array of required and optional arguments. - * - * @type string $apiEndpoint - * The address of the API remote host, for example "example.googleapis.com. May also - * include the port, for example "example.googleapis.com:443" - * @type string $serviceAddress - * **Deprecated**. This option will be removed in the next major release. Please - * utilize the `$apiEndpoint` option instead. - * @type bool $disableRetries - * Determines whether or not retries defined by the client configuration should be - * disabled. Defaults to `false`. - * @type string|array $clientConfig - * Client method configuration, including retry settings. This option can be either a - * path to a JSON file, or a PHP array containing the decoded JSON data. - * By default this settings points to the default client config file, which is provided - * in the resources folder. - * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials - * The credentials to be used by the client to authorize API calls. This option - * accepts either a path to a credentials file, or a decoded credentials file as a - * PHP array. - * *Advanced usage*: In addition, this option can also accept a pre-constructed - * \Google\Auth\FetchAuthTokenInterface object or \Google\ApiCore\CredentialsWrapper - * object. Note that when one of these objects are provided, any settings in - * $authConfig will be ignored. - * @type array $credentialsConfig - * Options used to configure credentials, including auth token caching, for the client. - * For a full list of supporting configuration options, see - * \Google\ApiCore\CredentialsWrapper::build. - * @type string|TransportInterface $transport - * The transport used for executing network requests. May be either the string `rest`, - * `grpc`, or 'grpc-fallback'. Defaults to `grpc` if gRPC support is detected on the system. - * *Advanced usage*: Additionally, it is possible to pass in an already instantiated - * TransportInterface object. Note that when this objects is provided, any settings in - * $transportConfig, and any `$apiEndpoint` setting, will be ignored. - * @type array $transportConfig - * Configuration options that will be used to construct the transport. Options for - * each supported transport type should be passed in a key for that transport. For - * example: - * $transportConfig = [ - * 'grpc' => [...], - * 'rest' => [...], - * 'grpc-fallback' => [...], - * ]; - * See the GrpcTransport::build and RestTransport::build - * methods for the supported options. - * @type string $versionFile - * The path to a file which contains the current version of the client. - * @type string $descriptorsConfigPath - * The path to a descriptor configuration file. - * @type string $serviceName - * The name of the service. - * @type string $libName - * The name of the client application. - * @type string $libVersion - * The version of the client application. - * @type string $gapicVersion - * The code generator version of the GAPIC library. - * } - * @throws ValidationException - */ - private function setClientOptions(array $options) - { - // serviceAddress is now deprecated and acts as an alias for apiEndpoint - if (isset($options['serviceAddress'])) { - $options['apiEndpoint'] = $this->pluck('serviceAddress', $options, false); - } - $this->validateNotNull($options, [ - 'apiEndpoint', - 'serviceName', - 'descriptorsConfigPath', - 'clientConfig', - 'disableRetries', - 'credentialsConfig', - 'transportConfig', - ]); - $this->validate($options, [ - 'credentials', - 'transport', - 'gapicVersion', - 'libName', - 'libVersion', - ]); - - $clientConfig = $options['clientConfig']; - if (is_string($clientConfig)) { - $clientConfig = json_decode(file_get_contents($clientConfig), true); - } - $this->serviceName = $options['serviceName']; - $this->retrySettings = RetrySettings::load( - $this->serviceName, - $clientConfig, - $options['disableRetries'] - ); - $this->agentHeader = AgentHeader::buildAgentHeader( - $this->pluckArray([ - 'libName', - 'libVersion', - 'gapicVersion' - ], $options) - ); - self::validateFileExists($options['descriptorsConfigPath']); - $descriptors = require($options['descriptorsConfigPath']); - $this->descriptors = $descriptors['interfaces'][$this->serviceName]; - - $this->credentialsWrapper = $this->createCredentialsWrapper( - $options['credentials'], - $options['credentialsConfig'] - ); - - $transport = $options['transport'] ?: self::defaultTransport(); - $this->transport = $transport instanceof TransportInterface - ? $transport - : $this->createTransport($options['apiEndpoint'], $transport, $options['transportConfig']); - } - - /** - * @param mixed $credentials - * @param array $credentialsConfig - * @return CredentialsWrapper - * @throws ValidationException - */ - private function createCredentialsWrapper($credentials, array $credentialsConfig) - { - if (is_null($credentials)) { - return CredentialsWrapper::build($credentialsConfig); - } elseif (is_string($credentials) || is_array($credentials)) { - return CredentialsWrapper::build(['keyFile' => $credentials] + $credentialsConfig); - } elseif ($credentials instanceof FetchAuthTokenInterface) { - $authHttpHandler = isset($credentialsConfig['authHttpHandler']) - ? $credentialsConfig['authHttpHandler'] - : null; - return new CredentialsWrapper($credentials, $authHttpHandler); - } elseif ($credentials instanceof CredentialsWrapper) { - return $credentials; - } else { - throw new ValidationException( - 'Unexpected value in $auth option, got: ' . - print_r($credentials, true) - ); - } - } - - /** - * @param string $apiEndpoint - * @param string $transport - * @param array $transportConfig - * @return TransportInterface - * @throws ValidationException - */ - private function createTransport($apiEndpoint, $transport, array $transportConfig) - { - if (!is_string($transport)) { - throw new ValidationException( - "'transport' must be a string, instead got:" . - print_r($transport, true) - ); - } - $configForSpecifiedTransport = isset($transportConfig[$transport]) - ? $transportConfig[$transport] - : []; - switch ($transport) { - case 'grpc': - return GrpcTransport::build($apiEndpoint, $configForSpecifiedTransport); - case 'grpc-fallback': - return GrpcFallbackTransport::build($apiEndpoint, $configForSpecifiedTransport); - case 'rest': - if (!isset($configForSpecifiedTransport['restClientConfigPath'])) { - throw new ValidationException( - "The 'restClientConfigPath' config is required for 'rest' transport." - ); - } - $restConfigPath = $configForSpecifiedTransport['restClientConfigPath']; - return RestTransport::build($apiEndpoint, $restConfigPath, $configForSpecifiedTransport); - default: - throw new ValidationException( - "Unexpected 'transport' option: $transport. " . - "Supported values: ['grpc', 'rest', 'grpc-fallback']" - ); - } - } - - /** - * @param array $options - * @return OperationsClient - */ - private function createOperationsClient(array $options) - { - $this->pluckArray([ - 'serviceName', - 'clientConfig', - 'descriptorsConfigPath', - ], $options); - - return $this->pluck('operationsClient', $options, false) - ?: new OperationsClient($options); - } - - /** - * @return string - */ - private static function defaultTransport() - { - return self::getGrpcDependencyStatus() - ? 'grpc' - : 'rest'; - } - - /** - * @param string $methodName - * @param string $decodeType - * @param array $optionalArgs { - * Call Options - * - * @type array $headers [optional] key-value array containing headers - * @type int $timeoutMillis [optional] the timeout in milliseconds for the call - * @type array $transportOptions [optional] transport-specific call options - * @type RetrySettings $retrySettings [optional] A retry settings override - * For the call. - * } - * @param Message $request - * @param int $callType - * @param string $interfaceName - * - * @return PromiseInterface|BidiStream|ClientStream|ServerStream - */ - private function startCall( - $methodName, - $decodeType, - array $optionalArgs = [], - Message $request = null, - $callType = Call::UNARY_CALL, - $interfaceName = null - ) { - $callStack = $this->createCallStack( - $this->configureCallConstructionOptions($methodName, $optionalArgs) - ); - - $descriptor = isset($this->descriptors[$methodName]['grpcStreaming']) - ? $this->descriptors[$methodName]['grpcStreaming'] - : null; - - $call = new Call( - $this->buildMethod($interfaceName, $methodName), - $decodeType, - $request, - $descriptor, - $callType - ); - switch ($callType) { - case Call::UNARY_CALL: - $this->modifyUnaryCallable($callStack); - break; - case Call::BIDI_STREAMING_CALL: - case Call::CLIENT_STREAMING_CALL: - case Call::SERVER_STREAMING_CALL: - $this->modifyStreamingCallable($callStack); - break; - } - - return $callStack($call, $optionalArgs); - } - - /** - * @param array $callConstructionOptions { - * Call Construction Options - * - * @type RetrySettings $retrySettings [optional] A retry settings override - * For the call. - * } - * - * @return callable - */ - private function createCallStack(array $callConstructionOptions) - { - $callStack = function (Call $call, array $options) { - $startCallMethod = $this->transportCallMethods[$call->getCallType()]; - return $this->transport->$startCallMethod($call, $options); - }; - $callStack = new CredentialsWrapperMiddleware($callStack, $this->credentialsWrapper); - $callStack = new FixedHeaderMiddleware($callStack, $this->agentHeader, true); - $callStack = new RetryMiddleware($callStack, $callConstructionOptions['retrySettings']); - $callStack = new OptionsFilterMiddleware($callStack, [ - 'headers', - 'timeoutMillis', - 'transportOptions', - 'metadataCallback', - ]); - - return $callStack; - } - - /** - * @param string $methodName - * @param array $optionalArgs { - * Optional arguments - * - * @type RetrySettings $retrySettings [optional] A retry settings override - * For the call. - * } - * - * @return array - */ - private function configureCallConstructionOptions($methodName, array $optionalArgs) - { - $retrySettings = $this->retrySettings[$methodName]; - // Allow for retry settings to be changed at call time - if (isset($optionalArgs['retrySettings'])) { - $retrySettings = $retrySettings->with( - $optionalArgs['retrySettings'] - ); - } - return [ - 'retrySettings' => $retrySettings, - ]; - } - - /** - * @param string $methodName - * @param array $optionalArgs { - * Call Options - * - * @type array $headers [optional] key-value array containing headers - * @type int $timeoutMillis [optional] the timeout in milliseconds for the call - * @type array $transportOptions [optional] transport-specific call options - * } - * @param Message $request - * @param OperationsClient $client - * @param string $interfaceName - * - * @return PromiseInterface - */ - private function startOperationsCall( - $methodName, - array $optionalArgs, - Message $request, - OperationsClient $client, - $interfaceName = null - ) { - $callStack = $this->createCallStack( - $this->configureCallConstructionOptions($methodName, $optionalArgs) - ); - $descriptor = $this->descriptors[$methodName]['longRunning']; - $callStack = new OperationsMiddleware($callStack, $client, $descriptor); - - $call = new Call( - $this->buildMethod($interfaceName, $methodName), - Operation::class, - $request, - [], - Call::UNARY_CALL - ); - - $this->modifyUnaryCallable($callStack); - return $callStack($call, $optionalArgs); - } - - /** - * @param string $methodName - * @param array $optionalArgs - * @param string $decodeType - * @param Message $request - * @param string $interfaceName - * - * @return PagedListResponse - */ - private function getPagedListResponse( - $methodName, - array $optionalArgs, - $decodeType, - Message $request, - $interfaceName = null - ) { - $callStack = $this->createCallStack( - $this->configureCallConstructionOptions($methodName, $optionalArgs) - ); - $descriptor = new PageStreamingDescriptor( - $this->descriptors[$methodName]['pageStreaming'] - ); - $callStack = new PagedMiddleware($callStack, $descriptor); - - $call = new Call( - $this->buildMethod($interfaceName, $methodName), - $decodeType, - $request, - [], - Call::UNARY_CALL - ); - - $this->modifyUnaryCallable($callStack); - return $callStack($call, $optionalArgs)->wait(); - } - - /** - * @param string $interfaceName - * @param string $methodName - * - * @return string - */ - private function buildMethod($interfaceName, $methodName) - { - return sprintf( - '%s/%s', - $interfaceName ?: $this->serviceName, - $methodName - ); - } - - // Gapic Client Extension Points - // The methods below provide extension points that can be used to customize client - // functionality. These extension points are currently considered - // private and may change at any time. - - /** - * Modify options passed to the client before calling setClientOptions. - * - * @param array $options - * @access private - */ - protected function modifyClientOptions(array &$options) - { - // Do nothing - this method exists to allow option modification by partial veneers. - } - - /** - * Modify the unary callable. - * - * @param callable $callable - * @access private - */ - protected function modifyUnaryCallable(callable &$callable) - { - // Do nothing - this method exists to allow callable modification by partial veneers. - } - - /** - * Modify the streaming callable. - * - * @param callable $callable - * @access private - */ - protected function modifyStreamingCallable(callable &$callable) - { - // Do nothing - this method exists to allow callable modification by partial veneers. - } -} diff --git a/vendor/google/gax/src/GrpcSupportTrait.php b/vendor/google/gax/src/GrpcSupportTrait.php deleted file mode 100644 index c4d9067b5..000000000 --- a/vendor/google/gax/src/GrpcSupportTrait.php +++ /dev/null @@ -1,61 +0,0 @@ - 'my-service-address', - * 'scopes' => ['my-service-scope'], - * ]; - * $operationsClient = new OperationsClient($options); - * try { - * $name = ''; - * $response = $operationsClient->getOperation($name); - * } finally { - * if (isset($operationsClient)) { - * $operationsClient->close(); - * } - * } - * ``` - * - * @experimental - */ -class OperationsGapicClient -{ - use GapicClientTrait; - - /** - * The name of the service. - */ - const SERVICE_NAME = 'google.longrunning.Operations'; - - /** - * 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'; - - private static function getClientDefaults() - { - return [ - 'serviceName' => self::SERVICE_NAME, - 'clientConfig' => __DIR__.'/../resources/operations_client_config.json', - 'descriptorsConfigPath' => __DIR__.'/../resources/operations_descriptor_config.php', - 'credentialsConfig' => [ - ], - 'transportConfig' => [ - 'rest' => [ - 'restClientConfigPath' => __DIR__.'/../resources/operations_rest_client_config.php' - ], - ], - ]; - } - - /** - * Constructor. - * - * @param array $options { - * Required. Options for configuring the service API wrapper. Those options - * that must be provided are marked as Required. - * - * @type string $apiEndpoint - * Required. The address of the API remote host. May optionally include the port, - * formatted as ":". - * @type string|array $credentials - * The credentials to be used by the client to authorize API calls. This option - * accepts either a path to a credentials file, or a decoded credentials file as a - * PHP array. - * *Advanced usage*: In addition, this option can also accept a pre-constructed - * \Google\Auth\FetchAuthTokenInterface object or \Google\ApiCore\CredentialsWrapper - * object. Note that when one of these objects are provided, any settings in - * $credentialsConfig will be ignored. - * @type array $credentialsConfig - * Options used to configure credentials, including auth token caching, for the client. For - * a full list of supporting configuration options, see - * \Google\ApiCore\CredentialsWrapper::build. - * @type bool $disableRetries - * Determines whether or not retries defined by the client configuration should be - * disabled. Defaults to `false`. - * @type string|array $clientConfig - * Client method configuration, including retry settings. This option can be either a - * path to a JSON file, or a PHP array containing the decoded JSON data. - * By default this settings points to the default client config file, which is provided - * in the resources folder. - * @type string $transport - * The transport used for executing network requests. May be either the string `rest` - * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. - * *Advanced usage*: Additionally, it is possible to pass in an already instantiated - * TransportInterface object. Note that when this objects is provided, any settings in - * $transportConfig, and any $apiEndpoint setting, will be ignored. - * @type array $transportConfig - * Configuration options that will be used to construct the transport. Options for - * each supported transport type should be passed in a key for that transport. For - * example: - * $transportConfig = [ - * 'grpc' => [...], - * 'rest' => [...] - * ]; - * See the GrpcTransport::build and RestTransport::build methods for the supported - * options. - * } - * @experimental - */ - public function __construct($options = []) - { - $clientOptions = $this->buildClientOptions($options); - $this->setClientOptions($clientOptions); - } - - /** - * 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. - * - * Sample code: - * ``` - * $options = [ - * 'apiEndpoint' => 'my-service-address', - * 'scopes' => ['my-service-scope'], - * ]; - * $operationsClient = new OperationsClient($options); - * try { - * $name = ''; - * $response = $operationsClient->getOperation($name); - * } finally { - * if (isset($operationsClient)) { - * $operationsClient->close(); - * } - * } - * ``` - * - * @param string $name The name of the operation resource. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\LongRunning\Operation - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function getOperation($name, $optionalArgs = []) - { - $request = new GetOperationRequest(); - $request->setName($name); - - return $this->startCall( - 'GetOperation', - Operation::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * 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`. - * - * Sample code: - * ``` - * $options = [ - * 'apiEndpoint' => 'my-service-address', - * 'scopes' => ['my-service-scope'], - * ]; - * $operationsClient = new OperationsClient($options); - * try { - * $name = ''; - * $filter = ''; - * // Iterate through all elements - * $pagedResponse = $operationsClient->listOperations($name, $filter); - * foreach ($pagedResponse->iterateAllElements() as $element) { - * // doSomethingWith($element); - * } - * - * // OR iterate over pages of elements - * $pagedResponse = $operationsClient->listOperations($name, $filter); - * foreach ($pagedResponse->iteratePages() as $page) { - * foreach ($page as $element) { - * // doSomethingWith($element); - * } - * } - * } finally { - * if (isset($operationsClient)) { - * $operationsClient->close(); - * } - * } - * ``` - * - * @param string $name The name of the operation collection. - * @param string $filter The standard list filter. - * @param array $optionalArgs { - * Optional. - * - * @type int $pageSize - * The maximum number of resources contained in the underlying API - * response. The API may return fewer values in a page, even if - * there are additional values to be retrieved. - * @type string $pageToken - * A page token is used to specify a page of values to be returned. - * If no page token is specified (the default), the first page - * of values will be returned. Any page token used here must have - * been generated by a previous call to the API. - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\ApiCore\PagedListResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function listOperations($name, $filter, $optionalArgs = []) - { - $request = new ListOperationsRequest(); - $request->setName($name); - $request->setFilter($filter); - if (isset($optionalArgs['pageSize'])) { - $request->setPageSize($optionalArgs['pageSize']); - } - if (isset($optionalArgs['pageToken'])) { - $request->setPageToken($optionalArgs['pageToken']); - } - - return $this->getPagedListResponse( - 'ListOperations', - $optionalArgs, - ListOperationsResponse::class, - $request - ); - } - - /** - * 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][google.longrunning.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][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. - * - * Sample code: - * ``` - * $options = [ - * 'apiEndpoint' => 'my-service-address', - * 'scopes' => ['my-service-scope'], - * ]; - * $operationsClient = new OperationsClient($options); - * try { - * $name = ''; - * $operationsClient->cancelOperation($name); - * } finally { - * if (isset($operationsClient)) { - * $operationsClient->close(); - * } - * } - * ``` - * - * @param string $name The name of the operation resource to be cancelled. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function cancelOperation($name, $optionalArgs = []) - { - $request = new CancelOperationRequest(); - $request->setName($name); - - return $this->startCall( - 'CancelOperation', - GPBEmpty::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * 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`. - * - * Sample code: - * ``` - * $options = [ - * 'apiEndpoint' => 'my-service-address', - * 'scopes' => ['my-service-scope'], - * ]; - * $operationsClient = new OperationsClient($options); - * try { - * $name = ''; - * $operationsClient->deleteOperation($name); - * } finally { - * if (isset($operationsClient)) { - * $operationsClient->close(); - * } - * } - * ``` - * - * @param string $name The name of the operation resource to be deleted. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function deleteOperation($name, $optionalArgs = []) - { - $request = new DeleteOperationRequest(); - $request->setName($name); - - return $this->startCall( - 'DeleteOperation', - GPBEmpty::class, - $optionalArgs, - $request - )->wait(); - } -} diff --git a/vendor/google/gax/src/LongRunning/OperationsClient.php b/vendor/google/gax/src/LongRunning/OperationsClient.php deleted file mode 100644 index d20e25ff1..000000000 --- a/vendor/google/gax/src/LongRunning/OperationsClient.php +++ /dev/null @@ -1,56 +0,0 @@ - [ - 'google.longrunning.Operations' => [ - 'ListOperations' => [ - 'pageStreaming' => [ - 'requestPageTokenGetMethod' => 'getPageToken', - 'requestPageTokenSetMethod' => 'setPageToken', - 'requestPageSizeGetMethod' => 'getPageSize', - 'requestPageSizeSetMethod' => 'setPageSize', - 'responsePageTokenGetMethod' => 'getNextPageToken', - 'resourcesGetMethod' => 'getOperations', - ], - ], - ], - ], -]; diff --git a/vendor/google/gax/src/LongRunning/resources/operations_rest_client_config.php b/vendor/google/gax/src/LongRunning/resources/operations_rest_client_config.php deleted file mode 100644 index 05ef64748..000000000 --- a/vendor/google/gax/src/LongRunning/resources/operations_rest_client_config.php +++ /dev/null @@ -1,53 +0,0 @@ - [ - 'google.longrunning.Operations' => [ - 'GetOperation' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/{name=operations/**}', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ], - ], - ], - 'ListOperations' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/{name=operations}', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ], - ], - ], - 'CancelOperation' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/{name=operations/**}:cancel', - 'body' => '*', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ], - ], - ], - 'DeleteOperation' => [ - 'method' => 'delete', - 'uriTemplate' => '/v1/{name=operations/**}', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ], - ], - ], - ], - ], -]; diff --git a/vendor/google/gax/src/Middleware/CredentialsWrapperMiddleware.php b/vendor/google/gax/src/Middleware/CredentialsWrapperMiddleware.php deleted file mode 100644 index 9f36f4139..000000000 --- a/vendor/google/gax/src/Middleware/CredentialsWrapperMiddleware.php +++ /dev/null @@ -1,64 +0,0 @@ -nextHandler = $nextHandler; - $this->credentialsWrapper = $credentialsWrapper; - } - - public function __invoke(Call $call, array $options) - { - $next = $this->nextHandler; - return $next( - $call, - $options + ['credentialsWrapper' => $this->credentialsWrapper] - ); - } -} diff --git a/vendor/google/gax/src/Middleware/FixedHeaderMiddleware.php b/vendor/google/gax/src/Middleware/FixedHeaderMiddleware.php deleted file mode 100644 index 4734286d0..000000000 --- a/vendor/google/gax/src/Middleware/FixedHeaderMiddleware.php +++ /dev/null @@ -1,70 +0,0 @@ -nextHandler = $nextHandler; - $this->headers = $headers; - $this->overrideUserHeaders = $overrideUserHeaders; - } - - public function __invoke(Call $call, array $options) - { - $userHeaders = isset($options['headers']) ? $options['headers'] : []; - if ($this->overrideUserHeaders) { - $options['headers'] = $this->headers + $userHeaders; - } else { - $options['headers'] = $userHeaders + $this->headers; - } - - $next = $this->nextHandler; - return $next( - $call, - $options - ); - } -} diff --git a/vendor/google/gax/src/Middleware/OperationsMiddleware.php b/vendor/google/gax/src/Middleware/OperationsMiddleware.php deleted file mode 100644 index 5e140f5e4..000000000 --- a/vendor/google/gax/src/Middleware/OperationsMiddleware.php +++ /dev/null @@ -1,76 +0,0 @@ -nextHandler = $nextHandler; - $this->client = $client; - $this->descriptor = $descriptor; - } - - public function __invoke(Call $call, array $options) - { - $next = $this->nextHandler; - return $next( - $call, - $options - )->then(function (Operation $response) { - $options = $this->descriptor + [ - 'lastProtoResponse' => $response - ]; - return new OperationResponse($response->getName(), $this->client, $options); - }); - } -} diff --git a/vendor/google/gax/src/Middleware/OptionsFilterMiddleware.php b/vendor/google/gax/src/Middleware/OptionsFilterMiddleware.php deleted file mode 100644 index b1d856ffc..000000000 --- a/vendor/google/gax/src/Middleware/OptionsFilterMiddleware.php +++ /dev/null @@ -1,67 +0,0 @@ -nextHandler = $nextHandler; - $this->permittedOptions = $permittedOptions; - } - - public function __invoke(Call $call, array $options) - { - $next = $this->nextHandler; - $filteredOptions = $this->pluckArray($this->permittedOptions, $options); - return $next( - $call, - $filteredOptions - ); - } -} diff --git a/vendor/google/gax/src/Middleware/PagedMiddleware.php b/vendor/google/gax/src/Middleware/PagedMiddleware.php deleted file mode 100644 index c13e39f45..000000000 --- a/vendor/google/gax/src/Middleware/PagedMiddleware.php +++ /dev/null @@ -1,80 +0,0 @@ -nextHandler = $nextHandler; - $this->descriptor = $descriptor; - } - - public function __invoke(Call $call, array $options) - { - $next = $this->nextHandler; - $descriptor = $this->descriptor; - return $next($call, $options)->then( - function (Message $response) use ($call, $next, $options, $descriptor) { - $page = new Page( - $call, - $options, - $next, - $descriptor, - $response - ); - return new PagedListResponse($page); - } - ); - } -} diff --git a/vendor/google/gax/src/Middleware/ResponseMetadataMiddleware.php b/vendor/google/gax/src/Middleware/ResponseMetadataMiddleware.php deleted file mode 100644 index 37c360141..000000000 --- a/vendor/google/gax/src/Middleware/ResponseMetadataMiddleware.php +++ /dev/null @@ -1,71 +0,0 @@ -nextHandler = $nextHandler; - } - - public function __invoke(Call $call, array $options) - { - $metadataReceiver = new Promise(); - $options['metadataCallback'] = function ($metadata) use ($metadataReceiver) { - $metadataReceiver->resolve($metadata); - }; - $next = $this->nextHandler; - return $next($call, $options)->then( - function ($response) use ($metadataReceiver) { - if ($metadataReceiver->getState() === PromiseInterface::FULFILLED) { - return [$response, $metadataReceiver->wait()]; - } else { - return [$response, []]; - } - } - ); - } -} diff --git a/vendor/google/gax/src/Middleware/RetryMiddleware.php b/vendor/google/gax/src/Middleware/RetryMiddleware.php deleted file mode 100644 index 0976991ba..000000000 --- a/vendor/google/gax/src/Middleware/RetryMiddleware.php +++ /dev/null @@ -1,162 +0,0 @@ -nextHandler = $nextHandler; - $this->retrySettings = $retrySettings; - $this->deadlineMs = $deadlineMs; - } - - /** - * @param Call $call - * @param array $options - * - * @return PromiseInterface - */ - public function __invoke(Call $call, array $options) - { - $nextHandler = $this->nextHandler; - - if (!isset($options['timeoutMillis'])) { - // default to "noRetriesRpcTimeoutMillis" when retries are disabled, otherwise use "initialRpcTimeoutMillis" - if (!$this->retrySettings->retriesEnabled() && $this->retrySettings->getNoRetriesRpcTimeoutMillis() > 0) { - $options['timeoutMillis'] = $this->retrySettings->getNoRetriesRpcTimeoutMillis(); - } elseif ($this->retrySettings->getInitialRpcTimeoutMillis() > 0) { - $options['timeoutMillis'] = $this->retrySettings->getInitialRpcTimeoutMillis(); - } - } - - // Call the handler immediately if retry settings are disabled. - if (!$this->retrySettings->retriesEnabled()) { - return $nextHandler($call, $options); - } - - return $nextHandler($call, $options)->then(null, function ($e) use ($call, $options) { - if (!$e instanceof ApiException) { - throw $e; - } - - if (!in_array($e->getStatus(), $this->retrySettings->getRetryableCodes())) { - throw $e; - } - - return $this->retry($call, $options, $e->getStatus()); - }); - } - - /** - * @param Call $call - * @param array $options - * @param string $status - * - * @return PromiseInterface - * @throws ApiException - */ - private function retry(Call $call, array $options, $status) - { - $delayMult = $this->retrySettings->getRetryDelayMultiplier(); - $maxDelayMs = $this->retrySettings->getMaxRetryDelayMillis(); - $timeoutMult = $this->retrySettings->getRpcTimeoutMultiplier(); - $maxTimeoutMs = $this->retrySettings->getMaxRpcTimeoutMillis(); - $totalTimeoutMs = $this->retrySettings->getTotalTimeoutMillis(); - - $delayMs = $this->retrySettings->getInitialRetryDelayMillis(); - $timeoutMs = $options['timeoutMillis']; - $currentTimeMs = $this->getCurrentTimeMs(); - $deadlineMs = $this->deadlineMs ?: $currentTimeMs + $totalTimeoutMs; - - if ($currentTimeMs >= $deadlineMs) { - throw new ApiException( - 'Retry total timeout exceeded.', - \Google\Rpc\Code::DEADLINE_EXCEEDED, - ApiStatus::DEADLINE_EXCEEDED - ); - } - - // Don't sleep if the failure was a timeout - if ($status != ApiStatus::DEADLINE_EXCEEDED) { - usleep($delayMs * 1000); - } - $delayMs = min($delayMs * $delayMult, $maxDelayMs); - $timeoutMs = min( - $timeoutMs * $timeoutMult, - $maxTimeoutMs, - $deadlineMs - $this->getCurrentTimeMs() - ); - - $nextHandler = new RetryMiddleware( - $this->nextHandler, - $this->retrySettings->with([ - 'initialRetryDelayMillis' => $delayMs, - ]), - $deadlineMs - ); - - // Set the timeout for the call - $options['timeoutMillis'] = $timeoutMs; - - return $nextHandler( - $call, - $options - ); - } - - protected function getCurrentTimeMs() - { - return microtime(true) * 1000.0; - } -} diff --git a/vendor/google/gax/src/OperationResponse.php b/vendor/google/gax/src/OperationResponse.php deleted file mode 100644 index b3602fd24..000000000 --- a/vendor/google/gax/src/OperationResponse.php +++ /dev/null @@ -1,343 +0,0 @@ - self::DEFAULT_POLLING_INTERVAL, - 'pollDelayMultiplier' => self::DEFAULT_POLLING_MULTIPLIER, - 'maxPollDelayMillis' => self::DEFAULT_MAX_POLLING_INTERVAL, - 'totalPollTimeoutMillis' => self::DEFAULT_MAX_POLLING_DURATION, - ]; - - private $lastProtoResponse; - private $deleted = false; - - /** - * OperationResponse constructor. - * - * @param string $operationName - * @param OperationsClient $operationsClient - * @param array $options { - * Optional. Options for configuring the Operation response object. - * - * @type string $operationReturnType The return type of the longrunning operation. - * @type string $metadataReturnType The type of the metadata returned in the Operation response. - * @type int $initialPollDelayMillis The initial polling interval to use, in milliseconds. - * @type int $pollDelayMultiplier Multiplier applied to the polling interval on each retry. - * @type int $maxPollDelayMillis The maximum polling interval to use, in milliseconds. - * @type int $totalPollTimeoutMillis The maximum amount of time to continue polling. - * @type Operation $lastProtoResponse A response already received from the server. - * } - */ - public function __construct($operationName, $operationsClient, $options = []) - { - $this->operationName = $operationName; - $this->operationsClient = $operationsClient; - if (isset($options['operationReturnType'])) { - $this->operationReturnType = $options['operationReturnType']; - } - if (isset($options['metadataReturnType'])) { - $this->metadataReturnType = $options['metadataReturnType']; - } - if (isset($options['initialPollDelayMillis'])) { - $this->defaultPollSettings['initialPollDelayMillis'] = $options['initialPollDelayMillis']; - } - if (isset($options['pollDelayMultiplier'])) { - $this->defaultPollSettings['pollDelayMultiplier'] = $options['pollDelayMultiplier']; - } - if (isset($options['maxPollDelayMillis'])) { - $this->defaultPollSettings['maxPollDelayMillis'] = $options['maxPollDelayMillis']; - } - if (isset($options['totalPollTimeoutMillis'])) { - $this->defaultPollSettings['totalPollTimeoutMillis'] = $options['totalPollTimeoutMillis']; - } - if (isset($options['lastProtoResponse'])) { - $this->lastProtoResponse = $options['lastProtoResponse']; - } - } - - /** - * Check whether the operation has completed. - * - * @return bool - */ - public function isDone() - { - return (is_null($this->lastProtoResponse) || is_null($this->lastProtoResponse->getDone())) - ? false - : $this->lastProtoResponse->getDone(); - } - - /** - * Check whether the operation completed successfully. If the operation is not complete, or if the operation - * failed, return false. - * - * @return bool - */ - public function operationSucceeded() - { - return !is_null($this->getResult()); - } - - /** - * Check whether the operation failed. If the operation is not complete, or if the operation - * succeeded, return false. - * - * @return bool - */ - public function operationFailed() - { - return !is_null($this->getError()); - } - - /** - * Get the formatted name of the operation - * - * @return string The formatted name of the operation - */ - public function getName() - { - return $this->operationName; - } - - /** - * Poll the server in a loop until the operation is complete. - * - * Return true if the operation completed, otherwise return false. If the - * $options['totalPollTimeoutMillis'] setting is not set (or set <= 0) then - * pollUntilComplete will continue polling until the operation completes, - * and therefore will always return true. - * - * @param array $options { - * Options for configuring the polling behaviour. - * - * @type int $initialPollDelayMillis The initial polling interval to use, in milliseconds. - * @type int $pollDelayMultiplier Multiplier applied to the polling interval on each retry. - * @type int $maxPollDelayMillis The maximum polling interval to use, in milliseconds. - * @type int $totalPollTimeoutMillis The maximum amount of time to continue polling, in milliseconds. - * } - * @throws ApiException If an API call fails. - * @throws ValidationException - * @return bool Indicates if the operation completed. - */ - public function pollUntilComplete($options = []) - { - if ($this->isDone()) { - return true; - } - - $pollSettings = array_merge($this->defaultPollSettings, $options); - return $this->poll(function () { - $this->reload(); - return $this->isDone(); - }, $pollSettings); - } - - /** - * Reload the status of the operation with a request to the service. - * - * @throws ApiException If the API call fails. - * @throws ValidationException If called on a deleted operation. - */ - public function reload() - { - if ($this->deleted) { - throw new ValidationException("Cannot call reload() on a deleted operation"); - } - $name = $this->getName(); - $this->lastProtoResponse = $this->operationsClient->getOperation($name); - } - - /** - * Return the result of the operation. If operationSucceeded() is false, return null. - * - * @return mixed|null The result of the operation, or null if operationSucceeded() is false - */ - public function getResult() - { - if (!$this->isDone() || is_null($this->lastProtoResponse->getResponse())) { - return null; - } - - /** @var Any $anyResponse */ - $anyResponse = $this->lastProtoResponse->getResponse(); - if (is_null($this->operationReturnType)) { - return $anyResponse; - } - $operationReturnType = $this->operationReturnType; - /** @var Message $response */ - $response = new $operationReturnType(); - $response->mergeFromString($anyResponse->getValue()); - return $response; - } - - /** - * If the operation failed, return the status. If operationFailed() is false, return null. - * - * @return Status|null The status of the operation in case of failure, or null if - * operationFailed() is false. - */ - public function getError() - { - if (!$this->isDone() || is_null($this->lastProtoResponse->getError())) { - return null; - } - return $this->lastProtoResponse->getError(); - } - - /** - * Get an array containing the values of 'operationReturnType', 'metadataReturnType', and - * the polling options `initialPollDelayMillis`, `pollDelayMultiplier`, `maxPollDelayMillis`, - * and `totalPollTimeoutMillis`. The array can be passed as the $options argument to the - * constructor when creating another OperationResponse object. - * - * @return array - */ - public function getDescriptorOptions() - { - return [ - 'operationReturnType' => $this->operationReturnType, - 'metadataReturnType' => $this->metadataReturnType, - ] + $this->defaultPollSettings; - } - - /** - * @return Operation|null The last Operation object received from the server. - */ - public function getLastProtoResponse() - { - return $this->lastProtoResponse; - } - - /** - * @return OperationsClient The OperationsClient object used to make - * requests to the operations API. - */ - public function getOperationsClient() - { - return $this->operationsClient; - } - - /** - * 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 will throw an - * ApiException with code \Google\Rpc\Code::UNIMPLEMENTED. Clients can continue - * to use reload and pollUntilComplete 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 a getError() value with a \Google\Rpc\Status code of 1, - * corresponding to \Google\Rpc\Code::CANCELLED. - * - * @throws ApiException If the API call fails. - */ - public function cancel() - { - $this->operationsClient->cancelOperation($this->getName()); - } - - /** - * Delete the 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 will throw an ApiException with - * code \Google\Rpc\Code::UNIMPLEMENTED. - * - * @throws ApiException If the API call fails. - */ - public function delete() - { - $this->operationsClient->deleteOperation($this->getName()); - $this->deleted = true; - } - - /** - * Get the metadata returned with the last proto response. If a metadata type was provided, then - * the return value will be of that type - otherwise, the return value will be of type Any. If - * no metadata object is available, returns null. - * - * @return mixed The metadata returned from the server in the last response. - */ - public function getMetadata() - { - if (is_null($this->lastProtoResponse)) { - return null; - } - /** @var Any $any */ - $any = $this->lastProtoResponse->getMetadata(); - if (is_null($this->metadataReturnType)) { - return $any; - } - if (is_null($any) || is_null($any->getValue())) { - return null; - } - $metadataReturnType = $this->metadataReturnType; - /** @var Message $metadata */ - $metadata = new $metadataReturnType(); - $metadata->mergeFromString($any->getValue()); - return $metadata; - } -} diff --git a/vendor/google/gax/src/Page.php b/vendor/google/gax/src/Page.php deleted file mode 100644 index 7e51a68f6..000000000 --- a/vendor/google/gax/src/Page.php +++ /dev/null @@ -1,264 +0,0 @@ -call = $call; - $this->options = $options; - $this->callable = $callable; - $this->pageStreamingDescriptor = $pageStreamingDescriptor; - $this->response = $response; - - $requestPageTokenGetMethod = $this->pageStreamingDescriptor->getRequestPageTokenGetMethod(); - $this->pageToken = $this->call->getMessage()->$requestPageTokenGetMethod(); - } - - /** - * Returns true if there are more pages that can be retrieved from the - * API. - * - * @return bool - */ - public function hasNextPage() - { - return strcmp($this->getNextPageToken(), Page::FINAL_PAGE_TOKEN) != 0; - } - - /** - * Returns the next page token from the response. - * - * @return string - */ - public function getNextPageToken() - { - $responsePageTokenGetMethod = $this->pageStreamingDescriptor->getResponsePageTokenGetMethod(); - return $this->getResponseObject()->$responsePageTokenGetMethod(); - } - - /** - * Retrieves the next Page object using the next page token. - * - * @param int|null $pageSize - * @throws ValidationException if there are no pages remaining, or if pageSize is supplied but - * is not supported by the API - * @throws ApiException if the call to fetch the next page fails. - * @return Page - */ - public function getNextPage($pageSize = null) - { - if (!$this->hasNextPage()) { - throw new ValidationException( - 'Could not complete getNextPage operation: ' . - 'there are no more pages to retrieve.' - ); - } - - $oldRequest = $this->getRequestObject(); - $requestClass = get_class($oldRequest); - $newRequest = new $requestClass(); - $newRequest->mergeFrom($oldRequest); - - $requestPageTokenSetMethod = $this->pageStreamingDescriptor->getRequestPageTokenSetMethod(); - $newRequest->$requestPageTokenSetMethod($this->getNextPageToken()); - - if (isset($pageSize)) { - if (!$this->pageStreamingDescriptor->requestHasPageSizeField()) { - throw new ValidationException( - 'pageSize argument was defined, but the method does not ' . - 'support a page size parameter in the optional array argument' - ); - } - $requestPageSizeSetMethod = $this->pageStreamingDescriptor->getRequestPageSizeSetMethod(); - $newRequest->$requestPageSizeSetMethod($pageSize); - } - $this->call = $this->call->withMessage($newRequest); - - $callable = $this->callable; - $response = $callable( - $this->call, - $this->options - )->wait(); - - return new Page( - $this->call, - $this->options, - $this->callable, - $this->pageStreamingDescriptor, - $response - ); - } - - /** - * Return the number of elements in the response. - * - * @return int - */ - public function getPageElementCount() - { - $resourcesGetMethod = $this->pageStreamingDescriptor->getResourcesGetMethod(); - return count($this->getResponseObject()->$resourcesGetMethod()); - } - - /** - * Return an iterator over the elements in the response. - * - * @return Generator - */ - public function getIterator() - { - $resourcesGetMethod = $this->pageStreamingDescriptor->getResourcesGetMethod(); - foreach ($this->getResponseObject()->$resourcesGetMethod() as $element) { - yield $element; - } - } - - /** - * Return an iterator over Page objects, beginning with this object. - * Additional Page objects are retrieved lazily via API calls until - * all elements have been retrieved. - * - * @return Generator|Page[] - * @throws ValidationException - * @throws ApiException - */ - public function iteratePages() - { - $currentPage = $this; - yield $this; - while ($currentPage->hasNextPage()) { - $currentPage = $currentPage->getNextPage(); - yield $currentPage; - } - } - - /** - * Gets the request object used to generate the Page. - * - * @return mixed|Message - */ - public function getRequestObject() - { - return $this->call->getMessage(); - } - - /** - * Gets the API response object. - * - * @return mixed|Message - */ - public function getResponseObject() - { - return $this->response; - } - - /** - * Returns a collection of elements with a fixed size set by - * the collectionSize parameter. The collection will only contain - * fewer than collectionSize elements if there are no more - * pages to be retrieved from the server. - * - * NOTE: it is an error to call this method if an optional parameter - * to set the page size is not supported or has not been set in the - * API call that was used to create this page. It is also an error - * if the collectionSize parameter is less than the page size that - * has been set. - * - * @param $collectionSize int - * @throws ValidationException if a FixedSizeCollection of the specified size cannot be constructed - * @return FixedSizeCollection - */ - public function expandToFixedSizeCollection($collectionSize) - { - if (!$this->pageStreamingDescriptor->requestHasPageSizeField()) { - throw new ValidationException( - "FixedSizeCollection is not supported for this method, because " . - "the method does not support an optional argument to set the " . - "page size." - ); - } - $request = $this->getRequestObject(); - $pageSizeGetMethod = $this->pageStreamingDescriptor->getRequestPageSizeGetMethod(); - $pageSize = $request->$pageSizeGetMethod(); - if (is_null($pageSize)) { - throw new ValidationException( - "Error while expanding Page to FixedSizeCollection: No page size " . - "parameter found. The page size parameter must be set in the API " . - "optional arguments array, and must be less than the collectionSize " . - "parameter, in order to create a FixedSizeCollection object." - ); - } - if ($pageSize > $collectionSize) { - throw new ValidationException( - "Error while expanding Page to FixedSizeCollection: collectionSize " . - "parameter is less than the page size optional argument specified in " . - "the API call. collectionSize: $collectionSize, page size: $pageSize" - ); - } - return new FixedSizeCollection($this, $collectionSize); - } -} diff --git a/vendor/google/gax/src/PageStreamingDescriptor.php b/vendor/google/gax/src/PageStreamingDescriptor.php deleted file mode 100644 index d7fef50fb..000000000 --- a/vendor/google/gax/src/PageStreamingDescriptor.php +++ /dev/null @@ -1,178 +0,0 @@ -descriptor = $descriptor; - } - - /** - * @param array $fields { - * Required. - * - * @type string $requestPageTokenField the page token field in the request object. - * @type string $responsePageTokenField the page token field in the response object. - * @type string $resourceField the resource field in the response object. - * - * Optional. - * @type string $requestPageSizeField the page size field in the request object. - * } - * @return PageStreamingDescriptor - */ - public static function createFromFields($fields) - { - $requestPageToken = $fields['requestPageTokenField']; - $responsePageToken = $fields['responsePageTokenField']; - $resources = $fields['resourceField']; - - $descriptor = [ - 'requestPageTokenGetMethod' => PageStreamingDescriptor::getMethod($requestPageToken), - 'requestPageTokenSetMethod' => PageStreamingDescriptor::setMethod($requestPageToken), - 'responsePageTokenGetMethod' => PageStreamingDescriptor::getMethod($responsePageToken), - 'resourcesGetMethod' => PageStreamingDescriptor::getMethod($resources), - ]; - - if (isset($fields['requestPageSizeField'])) { - $requestPageSize = $fields['requestPageSizeField']; - $descriptor['requestPageSizeGetMethod'] = PageStreamingDescriptor::getMethod($requestPageSize); - $descriptor['requestPageSizeSetMethod'] = PageStreamingDescriptor::setMethod($requestPageSize); - } - - return new PageStreamingDescriptor($descriptor); - } - - private static function getMethod($field) - { - return 'get' . ucfirst($field); - } - - private static function setMethod($field) - { - return 'set' . ucfirst($field); - } - - /** - * @return string The page token get method on the request object - */ - public function getRequestPageTokenGetMethod() - { - return $this->descriptor['requestPageTokenGetMethod']; - } - - /** - * @return string The page size get method on the request object - */ - public function getRequestPageSizeGetMethod() - { - return $this->descriptor['requestPageSizeGetMethod']; - } - - /** - * @return bool True if the request object has a page size field - */ - public function requestHasPageSizeField() - { - return array_key_exists('requestPageSizeGetMethod', $this->descriptor); - } - - /** - * @return string The page token get method on the response object - */ - public function getResponsePageTokenGetMethod() - { - return $this->descriptor['responsePageTokenGetMethod']; - } - - /** - * @return string The resources get method on the response object - */ - public function getResourcesGetMethod() - { - return $this->descriptor['resourcesGetMethod']; - } - - /** - * @return string The page token set method on the request object - */ - public function getRequestPageTokenSetMethod() - { - return $this->descriptor['requestPageTokenSetMethod']; - } - - /** - * @return string The page size set method on the request object - */ - public function getRequestPageSizeSetMethod() - { - return $this->descriptor['requestPageSizeSetMethod']; - } - - private static function validate($descriptor) - { - $requiredFields = [ - 'requestPageTokenGetMethod', - 'requestPageTokenSetMethod', - 'responsePageTokenGetMethod', - 'resourcesGetMethod', - ]; - foreach ($requiredFields as $field) { - if (empty($descriptor[$field])) { - throw new InvalidArgumentException( - "$field is required for PageStreamingDescriptor" - ); - } - } - } -} diff --git a/vendor/google/gax/src/PagedListResponse.php b/vendor/google/gax/src/PagedListResponse.php deleted file mode 100644 index a7cb96d8c..000000000 --- a/vendor/google/gax/src/PagedListResponse.php +++ /dev/null @@ -1,196 +0,0 @@ -getList(...); - * foreach ($pagedListResponse as $element) { - * // doSomethingWith($element); - * } - * ``` - * - * Example of iterating over each page of elements: - * ``` - * $pagedListResponse = $client->getList(...); - * foreach ($pagedListResponse->iteratePages() as $page) { - * foreach ($page as $element) { - * // doSomethingWith($element); - * } - * } - * ``` - * - * Example of accessing the current page, and manually iterating - * over pages: - * ``` - * $pagedListResponse = $client->getList(...); - * $page = $pagedListResponse->getPage(); - * // doSomethingWith($page); - * while ($page->hasNextPage()) { - * $page = $page->getNextPage(); - * // doSomethingWith($page); - * } - * ``` - */ -class PagedListResponse implements IteratorAggregate -{ - private $firstPage; - - /** - * PagedListResponse constructor. - * - * @param Page $firstPage A page containing response details. - */ - public function __construct( - Page $firstPage - ) { - $this->firstPage = $firstPage; - } - - /** - * Returns an iterator over the full list of elements. If the - * API response contains a (non-empty) next page token, then - * the PagedListResponse object will make calls to the underlying - * API to retrieve additional elements as required. - * - * NOTE: The result of this method is the same as getIterator(). - * Prefer using getIterator(), or iterate directly on the - * PagedListResponse object. - * - * @return Generator - * @throws ValidationException - */ - public function iterateAllElements() - { - return $this->getIterator(); - } - - /** - * Returns an iterator over the full list of elements. If the - * API response contains a (non-empty) next page token, then - * the PagedListResponse object will make calls to the underlying - * API to retrieve additional elements as required. - * - * @return Generator - * @throws ValidationException - */ - public function getIterator() - { - foreach ($this->iteratePages() as $page) { - foreach ($page as $element) { - yield $element; - } - } - } - - /** - * Return the current page of results. - * - * @return Page - */ - public function getPage() - { - return $this->firstPage; - } - - /** - * Returns an iterator over pages of results. The pages are - * retrieved lazily from the underlying API. - * - * @return Page[] - * @throws ValidationException - */ - public function iteratePages() - { - return $this->getPage()->iteratePages(); - } - - /** - * Returns a collection of elements with a fixed size set by - * the collectionSize parameter. The collection will only contain - * fewer than collectionSize elements if there are no more - * pages to be retrieved from the server. - * - * NOTE: it is an error to call this method if an optional parameter - * to set the page size is not supported or has not been set in the - * original API call. It is also an error if the collectionSize parameter - * is less than the page size that has been set. - * - * @param $collectionSize int - * @throws ValidationException if a FixedSizeCollection of the specified size cannot be constructed - * @return FixedSizeCollection - */ - public function expandToFixedSizeCollection($collectionSize) - { - return $this->getPage()->expandToFixedSizeCollection($collectionSize); - } - - /** - * Returns an iterator over fixed size collections of results. - * The collections are retrieved lazily from the underlying API. - * - * Each collection will have collectionSize elements, with the - * exception of the final collection which may contain fewer - * elements. - * - * NOTE: it is an error to call this method if an optional parameter - * to set the page size is not supported or has not been set in the - * original API call. It is also an error if the collectionSize parameter - * is less than the page size that has been set. - * - * @param $collectionSize int - * @throws ValidationException if a FixedSizeCollection of the specified size cannot be constructed - * @return Generator|FixedSizeCollection[] - */ - public function iterateFixedSizeCollections($collectionSize) - { - return $this->expandToFixedSizeCollection($collectionSize)->iterateCollections(); - } -} diff --git a/vendor/google/gax/src/PathTemplate.php b/vendor/google/gax/src/PathTemplate.php deleted file mode 100644 index 9374ef77e..000000000 --- a/vendor/google/gax/src/PathTemplate.php +++ /dev/null @@ -1,113 +0,0 @@ -resourceTemplate = new AbsoluteResourceTemplate($path); - } else { - $this->resourceTemplate = new RelativeResourceTemplate($path); - } - } - - /** - * @return string A string representation of the path template - */ - public function __toString() - { - return $this->resourceTemplate->__toString(); - } - - /** - * Renders a path template using the provided bindings. - * - * @param array $bindings An array matching var names to binding strings. - * @throws ValidationException if a key isn't provided or if a sub-template - * can't be parsed. - * @return string A rendered representation of this path template. - */ - public function render(array $bindings) - { - return $this->resourceTemplate->render($bindings); - } - - /** - * Check if $path matches a resource string. - * - * @param string $path A resource string. - * @return bool - */ - public function matches($path) - { - return $this->resourceTemplate->matches($path); - } - - /** - * Matches a fully qualified path template string. - * - * @param string $path A fully qualified path template string. - * @throws ValidationException if path can't be matched to the template. - * @return array Array matching var names to binding values. - */ - public function match($path) - { - return $this->resourceTemplate->match($path); - } -} diff --git a/vendor/google/gax/src/PollingTrait.php b/vendor/google/gax/src/PollingTrait.php deleted file mode 100644 index 66efe69cd..000000000 --- a/vendor/google/gax/src/PollingTrait.php +++ /dev/null @@ -1,94 +0,0 @@ - 0.0; - $endTime = $this->getCurrentTimeMillis() + $totalPollTimeoutMillis; - - while (true) { - if ($hasTotalPollTimeout && $this->getCurrentTimeMillis() > $endTime) { - return false; - } - $this->sleepMillis($currentPollDelayMillis); - if ($pollCallable()) { - return true; - } - $currentPollDelayMillis = min([ - $currentPollDelayMillis * $pollDelayMultiplier, - $maxPollDelayMillis - ]); - } - } - - /** - * Protected to allow overriding for tests - * - * @return float Current time in milliseconds - */ - protected function getCurrentTimeMillis() - { - return microtime(true) * 1000.0; - } - - /** - * Protected to allow overriding for tests - * - * @param float $millis - */ - protected function sleepMillis($millis) - { - usleep($millis * 1000); - } -} diff --git a/vendor/google/gax/src/RequestBuilder.php b/vendor/google/gax/src/RequestBuilder.php deleted file mode 100644 index 10b02f007..000000000 --- a/vendor/google/gax/src/RequestBuilder.php +++ /dev/null @@ -1,248 +0,0 @@ -baseUri = $baseUri; - $this->restConfig = require($restConfigPath); - } - - /** - * @param string $path - * @param Message $message - * @param array $headers - * @return RequestInterface - * @throws ValidationException - */ - public function build($path, Message $message, array $headers = []) - { - list($interface, $method) = explode('/', $path); - - if (!isset($this->restConfig['interfaces'][$interface][$method])) { - throw new ValidationException( - "Failed to build request, as the provided path ($path) was not found in the configuration." - ); - } - - $methodConfig = $this->restConfig['interfaces'][$interface][$method] + [ - 'placeholders' => [], - 'body' => null, - 'additionalBindings' => null, - ]; - $bindings = $this->buildBindings($methodConfig['placeholders'], $message); - $uriTemplateConfigs = $this->getConfigsForUriTemplates($methodConfig); - - foreach ($uriTemplateConfigs as $config) { - $pathTemplate = $this->tryRenderPathTemplate($config['uriTemplate'], $bindings); - - if ($pathTemplate) { - // We found a valid uriTemplate - now build and return the Request - - list($body, $queryParams) = $this->constructBodyAndQueryParameters($message, $config); - $uri = $this->buildUri($pathTemplate, $queryParams); - - return new Request( - $config['method'], - $uri, - ['Content-Type' => 'application/json'] + $headers, - $body - ); - } - } - - // No valid uriTemplate found - construct an exception - $uriTemplates = []; - foreach ($uriTemplateConfigs as $config) { - $uriTemplates[] = $config['uriTemplate']; - } - - throw new ValidationException("Could not map bindings for $path to any Uri template.\n" . - "Bindings: " . print_r($bindings, true) . - "UriTemplates: " . print_r($uriTemplates, true)); - } - - /** - * Create a list of all possible configs using the additionalBindings - * - * @param array $config - * @return array[] An array of configs - */ - private function getConfigsForUriTemplates($config) - { - $configs = [$config]; - - if ($config['additionalBindings']) { - foreach ($config['additionalBindings'] as $additionalBinding) { - $configs[] = $additionalBinding + $config; - } - } - - return $configs; - } - - /** - * @param $message - * @param $config - * @return array Tuple [$body, $queryParams] - */ - private function constructBodyAndQueryParameters(Message $message, $config) - { - $messageDataJson = $message->serializeToJsonString(); - - if ($config['body'] === '*') { - return [$messageDataJson, []]; - } - - $body = null; - $queryParams = []; - $messageData = json_decode($messageDataJson, true); - foreach ($messageData as $name => $value) { - if (array_key_exists($name, $config['placeholders'])) { - continue; - } - - if (Serializer::toSnakeCase($name) === $config['body']) { - if (($bodyMessage = $message->{"get$name"}()) instanceof Message) { - $body = $bodyMessage->serializeToJsonString(); - } else { - $body = json_encode($value); - } - continue; - } - - if (is_array($value) && $this->isAssoc($value)) { - foreach ($value as $key => $value2) { - $queryParams[$name . '.' . $key] = $value2; - } - } else { - $queryParams[$name] = $value; - } - } - - return [$body, $queryParams]; - } - - /** - * @param array $placeholders - * @param Message $message - * @return array Bindings from path template fields to values from message - */ - private function buildBindings(array $placeholders, Message $message) - { - $bindings = []; - foreach ($placeholders as $placeholder => $metadata) { - $value = array_reduce( - $metadata['getters'], - function (Message $result = null, $getter) { - if ($result) { - return $result->$getter(); - } - }, - $message - ); - - $bindings[$placeholder] = $value; - } - return $bindings; - } - - /** - * Try to render the resource name. The rendered resource name will always contain a leading '/' - * - * @param $uriTemplate - * @param array $bindings - * @return null|string - * @throws ValidationException - */ - private function tryRenderPathTemplate($uriTemplate, array $bindings) - { - $template = new AbsoluteResourceTemplate($uriTemplate); - - try { - return $template->render($bindings); - } catch (ValidationException $e) { - return null; - } - } - - /** - * @param $path - * @param $queryParams - * @return UriInterface - */ - private function buildUri($path, $queryParams) - { - $uri = Psr7\uri_for( - sprintf( - 'https://%s%s', - $this->baseUri, - $path - ) - ); - if ($queryParams) { - $uri = $this->buildUriWithQuery( - $uri, - $queryParams - ); - } - return $uri; - } -} diff --git a/vendor/google/gax/src/RequestParamsHeaderDescriptor.php b/vendor/google/gax/src/RequestParamsHeaderDescriptor.php deleted file mode 100644 index eba0a21ed..000000000 --- a/vendor/google/gax/src/RequestParamsHeaderDescriptor.php +++ /dev/null @@ -1,83 +0,0 @@ - value]. - */ - public function __construct($requestParams) - { - $headerKey = self::HEADER_KEY; - - $headerValue = ''; - foreach ($requestParams as $key => $value) { - if ('' !== $headerValue) { - $headerValue .= '&'; - } - $headerValue .= $key . '=' . strval($value); - } - - // If the value contains non-ASCII characters, suffix the header key with `-bin`. - // see https://grpc.github.io/grpc/python/glossary.html#term-metadata - if (preg_match('/[^\x00-\x7F]/', $headerValue) !== 0) { - $headerKey = $headerKey . '-bin'; - } - - $this->header = [$headerKey => [$headerValue]]; - } - - /** - * Returns an associative array that contains request params header metadata. - * - * @return array - */ - public function getHeader() - { - return $this->header; - } -} diff --git a/vendor/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php b/vendor/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php deleted file mode 100644 index a5c70081c..000000000 --- a/vendor/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php +++ /dev/null @@ -1,146 +0,0 @@ -"). - * - * Examples: - * /projects - * /projects/{project} - * /foo/{bar=**}/fizz/*:action - * - * Templates use the syntax of the API platform; see - * https://github.com/googleapis/api-common-protos/blob/master/google/api/http.proto - * for details. A template consists of a sequence of literals, wildcards, and variable bindings, - * where each binding can have a sub-path. A string representation can be parsed into an - * instance of AbsoluteResourceTemplate, which can then be used to perform matching and instantiation. - */ -class AbsoluteResourceTemplate implements ResourceTemplateInterface -{ - /** @var RelativeResourceTemplate */ - private $resourceTemplate; - - /** @var string */ - private $verb; - - /** - * AbsoluteResourceTemplate constructor. - * @param string $path - * @throws ValidationException - */ - public function __construct($path) - { - if (empty($path)) { - throw new ValidationException("Cannot construct AbsoluteResourceTemplate from empty string"); - } - if ($path[0] !== '/') { - throw new ValidationException( - "Could not construct AbsoluteResourceTemplate from '$path': must begin with '/'" - ); - } - $verbSeparatorPos = $this->verbSeparatorPos($path); - $this->resourceTemplate = new RelativeResourceTemplate(substr($path, 1, $verbSeparatorPos - 1)); - $this->verb = substr($path, $verbSeparatorPos + 1); - } - - /** - * @inheritdoc - */ - public function __toString() - { - return sprintf("/%s%s", $this->resourceTemplate, $this->renderVerb()); - } - - /** - * @inheritdoc - */ - public function render(array $bindings) - { - return sprintf("/%s%s", $this->resourceTemplate->render($bindings), $this->renderVerb()); - } - - /** - * @inheritdoc - */ - public function matches($path) - { - try { - $this->match($path); - return true; - } catch (ValidationException $ex) { - return false; - } - } - - /** - * @inheritdoc - */ - public function match($path) - { - if (empty($path)) { - throw $this->matchException($path, "path cannot be empty"); - } - if ($path[0] !== '/') { - throw $this->matchException($path, "missing leading '/'"); - } - $verbSeparatorPos = $this->verbSeparatorPos($path); - if (substr($path, $verbSeparatorPos + 1) !== $this->verb) { - throw $this->matchException($path, "trailing verb did not match '{$this->verb}'"); - } - return $this->resourceTemplate->match(substr($path, 1, $verbSeparatorPos - 1)); - } - - private function matchException($path, $reason) - { - return new ValidationException("Could not match path '$path' to template '$this': $reason"); - } - - private function renderVerb() - { - return $this->verb ? ':' . $this->verb : ''; - } - - private function verbSeparatorPos($path) - { - $finalSeparatorPos = strrpos($path, '/'); - $verbSeparatorPos = strrpos($path, ':', $finalSeparatorPos); - if ($verbSeparatorPos === false) { - $verbSeparatorPos = strlen($path); - } - return $verbSeparatorPos; - } -} diff --git a/vendor/google/gax/src/ResourceTemplate/Parser.php b/vendor/google/gax/src/ResourceTemplate/Parser.php deleted file mode 100644 index b2670e127..000000000 --- a/vendor/google/gax/src/ResourceTemplate/Parser.php +++ /dev/null @@ -1,203 +0,0 @@ -= strlen($path)) { - // A trailing '/' has caused the index to exceed the bounds - // of the string - provide a helpful error message. - throw self::parseError($path, strlen($path) - 1, "invalid trailing '/'"); - } - if ($path[$index] === '{') { - // Validate that the { has a matching } - $closingBraceIndex = strpos($path, '}', $index); - if ($closingBraceIndex === false) { - throw self::parseError( - $path, - strlen($path), - "Expected '}' to match '{' at index $index, got end of string" - ); - } - - $segmentStringLengthWithoutBraces = $closingBraceIndex - $index - 1; - $segmentStringWithoutBraces = substr($path, $index + 1, $segmentStringLengthWithoutBraces); - $index = $closingBraceIndex + 1; - return self::parseVariableSegment($segmentStringWithoutBraces); - } else { - $nextSlash = strpos($path, '/', $index); - if ($nextSlash === false) { - $nextSlash = strlen($path); - } - $segmentString = substr($path, $index, $nextSlash - $index); - $index = $nextSlash; - return self::parse($segmentString, $path, $index); - } - } - - /** - * @param string $segmentString - * @param string $path - * @param int $index - * @return Segment - * @throws ValidationException - */ - private static function parse($segmentString, $path, $index) - { - if ($segmentString === '*') { - return new Segment(Segment::WILDCARD_SEGMENT); - } elseif ($segmentString === '**') { - return new Segment(Segment::DOUBLE_WILDCARD_SEGMENT); - } else { - if (!self::isValidLiteral($segmentString)) { - if (empty($segmentString)) { - // Create user friendly message in case of empty segment - throw self::parseError($path, $index, "Unexpected empty segment (consecutive '/'s are invalid)"); - } else { - throw self::parseError($path, $index, "Unexpected characters in literal segment $segmentString"); - } - } - return new Segment(Segment::LITERAL_SEGMENT, $segmentString); - } - } - - /** - * @param string $segmentStringWithoutBraces - * @return Segment - * @throws ValidationException - */ - private static function parseVariableSegment($segmentStringWithoutBraces) - { - // Validate there are no nested braces - $nestedOpenBracket = strpos($segmentStringWithoutBraces, '{'); - if ($nestedOpenBracket !== false) { - throw new ValidationException( - "Unexpected '{' parsing segment $segmentStringWithoutBraces at index $nestedOpenBracket" - ); - } - - $equalsIndex = strpos($segmentStringWithoutBraces, '='); - if ($equalsIndex === false) { - // If the variable does not contain '=', we assume the pattern is '*' as per google.rpc.Http - $variableKey = $segmentStringWithoutBraces; - $nestedResource = new RelativeResourceTemplate("*"); - } else { - $variableKey = substr($segmentStringWithoutBraces, 0, $equalsIndex); - $nestedResourceString = substr($segmentStringWithoutBraces, $equalsIndex + 1); - $nestedResource = new RelativeResourceTemplate($nestedResourceString); - } - - if (!self::isValidLiteral($variableKey)) { - throw new ValidationException( - "Unexpected characters in variable name $variableKey" - ); - } - return new Segment(Segment::VARIABLE_SEGMENT, null, $variableKey, $nestedResource); - } - - /** - * @param string $literal - * @param string $path - * @param int $index - * @return string - * @throws ValidationException - */ - private static function parseLiteralFromPath($literal, $path, &$index) - { - $literalLength = strlen($literal); - if (strlen($path) < ($index + $literalLength)) { - throw self::parseError($path, $index, "expected '$literal'"); - } - $consumedLiteral = substr($path, $index, $literalLength); - if ($consumedLiteral !== $literal) { - throw self::parseError($path, $index, "expected '$literal'"); - } - $index += $literalLength; - return $consumedLiteral; - } - - private static function parseError($path, $index, $reason) - { - return new ValidationException("Error parsing '$path' at index $index: $reason"); - } - - /** - * Check if $literal is a valid segment literal. Segment literals may only contain numbers, - * letters, and any of the following: .-~_ - * - * @param string $literal - * @return bool - */ - private static function isValidLiteral($literal) - { - return preg_match("/^[0-9a-zA-Z\\.\\-~_]+$/", $literal) === 1; - } -} diff --git a/vendor/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php b/vendor/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php deleted file mode 100644 index 2d117ee73..000000000 --- a/vendor/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php +++ /dev/null @@ -1,317 +0,0 @@ -"). - * - * Examples: - * projects - * projects/{project} - * foo/{bar=**}/fizz/* - * - * Templates use the syntax of the API platform; see - * https://github.com/googleapis/api-common-protos/blob/master/google/api/http.proto - * for details. A template consists of a sequence of literals, wildcards, and variable bindings, - * where each binding can have a sub-path. A string representation can be parsed into an - * instance of AbsoluteResourceTemplate, which can then be used to perform matching and instantiation. - */ -class RelativeResourceTemplate implements ResourceTemplateInterface -{ - /** @var Segment[] $segments */ - private $segments; - - /** - * RelativeResourceTemplate constructor. - * - * @param string $path - * @throws ValidationException - */ - public function __construct($path) - { - if (empty($path)) { - $msg = sprintf( - "Cannot construct RelativeResourceTemplate from %s string", - is_null($path) ? "null" : "empty" - ); - throw new ValidationException($msg); - } - $this->segments = Parser::parseSegments($path); - - $doubleWildcardCount = self::countDoubleWildcards($this->segments); - if ($doubleWildcardCount > 1) { - throw new ValidationException( - "Cannot parse '$path': cannot contain more than one path wildcard" - ); - } - - // Check for duplicate keys - $keys = []; - foreach ($this->segments as $segment) { - if ($segment->getSegmentType() === Segment::VARIABLE_SEGMENT) { - if (isset($keys[$segment->getKey()])) { - throw new ValidationException( - "Duplicate key '{$segment->getKey()}' in path $path" - ); - } - $keys[$segment->getKey()] = true; - } - } - } - - /** - * @inheritdoc - */ - public function __toString() - { - return implode("/", $this->segments); - } - - /** - * @inheritdoc - */ - public function render(array $bindings) - { - $literalSegments = []; - $keySegmentTuples = self::buildKeySegmentTuples($this->segments); - foreach ($keySegmentTuples as list($key, $segment)) { - /** @var Segment $segment */ - if ($segment->getSegmentType() === Segment::LITERAL_SEGMENT) { - $literalSegments[] = $segment; - continue; - } - if (!array_key_exists($key, $bindings)) { - throw $this->renderingException($bindings, "missing required binding '$key' for segment '$segment'"); - } - $value = $bindings[$key]; - if ($segment->matches($value)) { - $literalSegments[] = new Segment(Segment::LITERAL_SEGMENT, $value); - } else { - $valueString = is_null($value) ? "null" : "'$value'"; - throw $this->renderingException( - $bindings, - "expected binding '$key' to match segment '$segment', instead got $valueString" - ); - } - } - return implode("/", $literalSegments); - } - - /** - * @inheritdoc - */ - public function matches($path) - { - try { - $this->match($path); - return true; - } catch (ValidationException $ex) { - return false; - } - } - - /** - * @inheritdoc - */ - public function match($path) - { - // High level strategy for matching: - // - Break $path into pieces based on '/' - // - Build a list of Segments from our template, where any variable segments are - // flattened into a single, non-nested list - // - Match pieces of the path with Segments in the flattened list - - $pathPieces = explode('/', $path); - $pathPiecesCount = count($pathPieces); - - // In order to build correct bindings after we match the $path against our template, we - // need to (a) calculate the correct positional keys for our wildcards, and (b) maintain - // information about the variable identifier of any flattened segments. To do this, we - // build a list of [string, Segment] tuples, where the string component is the appropriate - // key. - $keySegmentTuples = self::buildKeySegmentTuples($this->segments); - $flattenedKeySegmentTuples = self::flattenKeySegmentTuples($keySegmentTuples); - $flattenedKeySegmentTuplesCount = count($flattenedKeySegmentTuples); - assert($flattenedKeySegmentTuplesCount > 0); - - // We would like to match pieces of our path 1:1 with the segments of our template. However, - // this is confounded by the presence of double wildcards ('**') in the template, which can - // match multiple segments in the path. - // Because there can only be one '**' present, we can determine how many segments it must - // match by examining the difference in count between the template segments and the - // path pieces. - - if ($pathPiecesCount < $flattenedKeySegmentTuplesCount) { - // Each segment in $flattenedKeyedSegments must consume at least one - // segment in $pathSegments, so matching must fail. - throw $this->matchException($path, "path does not contain enough segments to be matched"); - } - - $doubleWildcardPieceCount = $pathPiecesCount - $flattenedKeySegmentTuplesCount + 1; - - $bindings = []; - $pathPiecesIndex = 0; - /** @var Segment $segment */ - foreach ($flattenedKeySegmentTuples as list($segmentKey, $segment)) { - // So long as there are tuples remaining, there will also be $pathPieces - assert($pathPiecesIndex < $pathPiecesCount); - - // In our flattened list of segments, we should never encounter a variable segment - assert($segment->getSegmentType() !== Segment::VARIABLE_SEGMENT); - - if ($segment->getSegmentType() == Segment::DOUBLE_WILDCARD_SEGMENT) { - $pathPiecesForSegment = array_slice($pathPieces, $pathPiecesIndex, $doubleWildcardPieceCount); - $pathPiece = implode('/', $pathPiecesForSegment); - $pathPiecesIndex += $doubleWildcardPieceCount; - } else { - $pathPiece = $pathPieces[$pathPiecesIndex++]; - } - if (!$segment->matches($pathPiece)) { - throw $this->matchException($path, "expected path element matching '$segment', got '$pathPiece'"); - } - - // If we have a valid key, add our $pathPiece to the $bindings array. Note that there - // may be multiple copies of the same $segmentKey. This is because a flattened variable - // segment can match multiple pieces from the path. We can add these to an array and - // collapse them all once the bindings are complete. - if (isset($segmentKey)) { - $bindings += [$segmentKey => []]; - $bindings[$segmentKey][] = $pathPiece; - } - } - - // It is possible that we have left over path pieces, which can occur if our template does - // not have a double wildcard. In that case, the match should fail. - if ($pathPiecesIndex !== $pathPiecesCount) { - throw $this->matchException($path, "expected end of path, got '$pathPieces[$pathPiecesIndex]'"); - } - - // Collapse the bindings from lists into strings - $collapsedBindings = []; - foreach ($bindings as $key => $boundPieces) { - $collapsedBindings[$key] = implode('/', $boundPieces); - } - return $collapsedBindings; - } - - private function matchException($path, $reason) - { - return new ValidationException("Could not match path '$path' to template '$this': $reason"); - } - - private function renderingException($bindings, $reason) - { - $bindingsString = print_r($bindings, true); - return new ValidationException( - "Error rendering '$this': $reason\n" . - "Provided bindings: $bindingsString" - ); - } - - /** - * @param Segment[] $segments - * @return array[] A list of [string, Segment] tuples - */ - private static function buildKeySegmentTuples(array $segments) - { - $keySegmentTuples = []; - $positionalArgumentCounter = 0; - foreach ($segments as $segment) { - switch ($segment->getSegmentType()) { - case Segment::WILDCARD_SEGMENT: - case Segment::DOUBLE_WILDCARD_SEGMENT: - $positionalKey = "\$$positionalArgumentCounter"; - $positionalArgumentCounter++; - $keySegmentTuples[] = [$positionalKey, $segment]; - break; - default: - $keySegmentTuples[] = [$segment->getKey(), $segment]; - } - } - return $keySegmentTuples; - } - - /** - * @param array[] A list of [string, Segment] tuples - * @return array[] A list of [string, Segment] tuples - */ - private static function flattenKeySegmentTuples(array $keySegmentTuples) - { - $flattenedKeySegmentTuples = []; - foreach ($keySegmentTuples as list($key, $segment)) { - /** @var Segment $segment */ - switch ($segment->getSegmentType()) { - case Segment::VARIABLE_SEGMENT: - // For segment variables, replace the segment with the segments of its children - $template = $segment->getTemplate(); - $nestedKeySegmentTuples = self::buildKeySegmentTuples($template->segments); - foreach ($nestedKeySegmentTuples as list($nestedKey, $nestedSegment)) { - /** @var Segment $nestedSegment */ - // Nested variables are not allowed - assert($nestedSegment->getSegmentType() !== Segment::VARIABLE_SEGMENT); - // Insert the nested segment with key set to the outer key of the - // parent variable segment - $flattenedKeySegmentTuples[] = [$key, $nestedSegment]; - } - break; - default: - // For all other segments, don't change the key or segment - $flattenedKeySegmentTuples[] = [$key, $segment]; - } - } - return $flattenedKeySegmentTuples; - } - - /** - * @param Segment[] $segments - * @return int - */ - private static function countDoubleWildcards(array $segments) - { - $doubleWildcardCount = 0; - foreach ($segments as $segment) { - switch ($segment->getSegmentType()) { - case Segment::DOUBLE_WILDCARD_SEGMENT: - $doubleWildcardCount++; - break; - case Segment::VARIABLE_SEGMENT: - $doubleWildcardCount += self::countDoubleWildcards($segment->getTemplate()->segments); - break; - } - } - return $doubleWildcardCount; - } -} diff --git a/vendor/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php b/vendor/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php deleted file mode 100644 index 1b1b80f2b..000000000 --- a/vendor/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php +++ /dev/null @@ -1,89 +0,0 @@ -"). (Note that a trailing verb without a - * leading slash is not permitted). - * - * Examples: - * projects - * /projects - * foo/{bar=**}/fizz/* - * /foo/{bar=**}/fizz/*:action - * - * Templates use the syntax of the API platform; see - * https://github.com/googleapis/api-common-protos/blob/master/google/api/http.proto - * for details. A template consists of a sequence of literals, wildcards, and variable bindings, - * where each binding can have a sub-path. A string representation can be parsed into an - * instance of AbsoluteResourceTemplate, which can then be used to perform matching and instantiation. - */ -interface ResourceTemplateInterface -{ - /** - * @return string A string representation of the resource template - */ - public function __toString(); - - /** - * Renders a resource template using the provided bindings. - * - * @param array $bindings An array matching var names to binding strings. - * @return string A rendered representation of this resource template. - * @throws ValidationException If $bindings does not contain all required keys - * or if a sub-template can't be parsed. - */ - public function render(array $bindings); - - /** - * Check if $path matches a resource string. - * - * @param string $path A resource string. - * @return bool - */ - public function matches($path); - - /** - * Matches a given $path to a resource template, and returns an array of bindings between - * wildcards / variables in the template and values in the path. If $path does not match the - * template, then a ValidationException is thrown. - * - * @param string $path A resource string. - * @throws ValidationException if path can't be matched to the template. - * @return array Array matching var names to binding values. - */ - public function match($path); -} diff --git a/vendor/google/gax/src/ResourceTemplate/Segment.php b/vendor/google/gax/src/ResourceTemplate/Segment.php deleted file mode 100644 index 48e7dcb3f..000000000 --- a/vendor/google/gax/src/ResourceTemplate/Segment.php +++ /dev/null @@ -1,187 +0,0 @@ -segmentType = $segmentType; - $this->value = $value; - $this->key = $key; - $this->template = $template; - - switch ($this->segmentType) { - case Segment::LITERAL_SEGMENT: - $this->stringRepr = "{$this->value}"; - break; - case Segment::WILDCARD_SEGMENT: - $this->stringRepr = "*"; - break; - case Segment::DOUBLE_WILDCARD_SEGMENT: - $this->stringRepr = "**"; - break; - case Segment::VARIABLE_SEGMENT: - $this->stringRepr = "{{$this->key}={$this->template}}"; - break; - default: - throw new ValidationException( - "Unexpected Segment type: {$this->segmentType}" - ); - } - } - - /** - * @return string A string representation of the segment. - */ - public function __toString() - { - return $this->stringRepr; - } - - /** - * Checks if $value matches this Segment. - * - * @param string $value - * @return bool - * @throws ValidationException - */ - public function matches($value) - { - switch ($this->segmentType) { - case Segment::LITERAL_SEGMENT: - return $this->value === $value; - case Segment::WILDCARD_SEGMENT: - return self::isValidBinding($value); - case Segment::DOUBLE_WILDCARD_SEGMENT: - return self::isValidDoubleWildcardBinding($value); - case Segment::VARIABLE_SEGMENT: - return $this->template->matches($value); - default: - throw new ValidationException( - "Unexpected Segment type: {$this->segmentType}" - ); - } - } - - /** - * @return int - */ - public function getSegmentType() - { - return $this->segmentType; - } - - /** - * @return string|null - */ - public function getKey() - { - return $this->key; - } - - /** - * @return string|null - */ - public function getValue() - { - return $this->value; - } - - /** - * @return RelativeResourceTemplate|null - */ - public function getTemplate() - { - return $this->template; - } - - /** - * Check if $binding is a valid segment binding. Segment bindings may contain any characters - * except a forward slash ('/'), and may not be empty. - * - * @param $binding - * @return bool - */ - private static function isValidBinding($binding) - { - return preg_match("-^[^/]+$-", $binding) === 1; - } - - /** - * Check if $binding is a valid double wildcard binding. Segment bindings may contain any - * characters, but may not be empty. - * - * @param $binding - * @return bool - */ - private static function isValidDoubleWildcardBinding($binding) - { - return preg_match("-^.+$-", $binding) === 1; - } -} diff --git a/vendor/google/gax/src/RetrySettings.php b/vendor/google/gax/src/RetrySettings.php deleted file mode 100644 index a4c999883..000000000 --- a/vendor/google/gax/src/RetrySettings.php +++ /dev/null @@ -1,453 +0,0 @@ - 100, - * 'retryDelayMultiplier' => 1.3, - * 'maxRetryDelayMillis' => 60000, - * 'initialRpcTimeoutMillis' => 20000, - * 'rpcTimeoutMultiplier' => 1.0, - * 'maxRpcTimeoutMillis' => 20000, - * 'totalTimeoutMillis' => 600000, - * 'retryableCodes' => [ApiStatus::DEADLINE_EXCEEDED, ApiStatus::UNAVAILABLE], - * ]); - * ``` - * - * It is also possible to create a new RetrySettings object from an existing - * object using the {@see Google\ApiCore\RetrySettings::with()} method. - * - * Example modifying an existing RetrySettings object using `with()`: - * ``` - * $newRetrySettings = $retrySettings->with([ - * 'totalTimeoutMillis' => 700000, - * ]); - * ``` - * - * Modifying the retry behavior of an RPC method - * --------------------------------------------- - * - * RetrySettings objects can be used to control retries for many RPC methods in - * [google-cloud-php](https://github.com/googleapis/google-cloud-php). - * The examples below make use of the - * [GroupServiceClient](https://googleapis.github.io/google-cloud-php/#/docs/google-cloud/monitoring/v3/groupserviceclient) - * from the [Monitoring V3 API](https://github.com/googleapis/google-cloud-php/tree/master/src/Monitoring/V3), - * but they can be applied to other APIs in the - * [google-cloud-php](https://github.com/googleapis/google-cloud-php) repository. - * - * It is possible to specify the retry behavior to be used by an RPC via the - * `retrySettings` field in the `optionalArgs` parameter. The `retrySettings` - * field can contain either a RetrySettings object, or a PHP array containing - * the particular retry parameters to be updated. - * - * Example of disabling retries for a single call to the - * [listGroups](https://googleapis.github.io/google-cloud-php/#/docs/google-cloud/monitoring/v3/groupserviceclient?method=listGroups) - * method, and setting a custom timeout: - * ``` - * $result = $client->listGroups($name, [ - * 'retrySettings' => [ - * 'retriesEnabled' => false, - * 'noRetriesRpcTimeoutMillis' => 5000, - * ] - * ]); - * ``` - * - * Example of creating a new RetrySettings object and using it to override - * the retry settings for a call to the - * [listGroups](https://googleapis.github.io/google-cloud-php/#/docs/google-cloud/monitoring/v3/groupserviceclient?method=listGroups) - * method: - * ``` - * $customRetrySettings = new RetrySettings([ - * 'initialRetryDelayMillis' => 100, - * 'retryDelayMultiplier' => 1.3, - * 'maxRetryDelayMillis' => 60000, - * 'initialRpcTimeoutMillis' => 20000, - * 'rpcTimeoutMultiplier' => 1.0, - * 'maxRpcTimeoutMillis' => 20000, - * 'totalTimeoutMillis' => 600000, - * 'retryableCodes' => [ApiStatus::DEADLINE_EXCEEDED, ApiStatus::UNAVAILABLE], - * ]); - * - * $result = $client->listGroups($name, [ - * 'retrySettings' => $customRetrySettings - * ]); - * ``` - * - * Modifying the default retry behavior for RPC methods on a Client object - * ----------------------------------------------------------------------- - * - * It is also possible to specify the retry behavior for RPC methods when - * constructing a client object using the 'retrySettingsArray'. The examples - * below again make use of the - * [GroupServiceClient](https://googleapis.github.io/google-cloud-php/#/docs/google-cloud/monitoring/v3/groupserviceclient) - * from the [Monitoring V3 API](https://github.com/googleapis/google-cloud-php/tree/master/src/Monitoring/V3), - * but they can be applied to other APIs in the - * [google-cloud-php](https://github.com/googleapis/google-cloud-php) repository. - * - * The GroupServiceClient object accepts an optional `retrySettingsArray` - * parameter, which can be used to specify retry behavior for RPC methods - * on the client. The `retrySettingsArray` accepts a PHP array in which keys - * are the names of RPC methods on the client, and values are either a - * RetrySettings object or a PHP array containing the particular retry - * parameters to be updated. - * - * Example updating the retry settings for four methods of GroupServiceClient: - * ``` - * use Google\Cloud\Monitoring\V3\GroupServiceClient; - * - * $customRetrySettings = new RetrySettings([ - * 'initialRetryDelayMillis' => 100, - * 'retryDelayMultiplier' => 1.3, - * 'maxRetryDelayMillis' => 60000, - * 'initialRpcTimeoutMillis' => 20000, - * 'rpcTimeoutMultiplier' => 1.0, - * 'maxRpcTimeoutMillis' => 20000, - * 'totalTimeoutMillis' => 600000, - * 'retryableCodes' => [ApiStatus::DEADLINE_EXCEEDED, ApiStatus::UNAVAILABLE], - * ]); - * - * $updatedCustomRetrySettings = $customRetrySettings->with([ - * 'totalTimeoutMillis' => 700000 - * ]); - * - * $client = new GroupServiceClient([ - * 'retrySettingsArray' => [ - * 'listGroups' => ['retriesEnabled' => false], - * 'getGroup' => [ - * 'initialRpcTimeoutMillis' => 10000, - * 'maxRpcTimeoutMillis' => 30000, - * 'totalTimeoutMillis' => 60000, - * ], - * 'deleteGroup' => $customRetrySettings, - * 'updateGroup' => $updatedCustomRetrySettings - * ], - * ]); - * ``` - */ -class RetrySettings -{ - use ValidationTrait; - - private $retriesEnabled; - - private $retryableCodes; - - private $initialRetryDelayMillis; - private $retryDelayMultiplier; - private $maxRetryDelayMillis; - private $initialRpcTimeoutMillis; - private $rpcTimeoutMultiplier; - private $maxRpcTimeoutMillis; - private $totalTimeoutMillis; - - private $noRetriesRpcTimeoutMillis; - - /** - * Constructs an instance. - * - * @param array $settings { - * Required. Settings for configuring the retry behavior. All parameters are required except - * $retriesEnabled and $noRetriesRpcTimeoutMillis, which are optional and have defaults - * determined based on the other settings provided. - * - * @type bool $retriesEnabled Optional. Enables retries. If not specified, the value is - * determined using the $retryableCodes setting. If $retryableCodes is empty, - * then $retriesEnabled is set to false; otherwise, it is set to true. - * @type int $noRetriesRpcTimeoutMillis Optional. The timeout of the rpc call to be used - * if $retriesEnabled is false, in milliseconds. It not specified, the value - * of $initialRpcTimeoutMillis is used. - * @type array $retryableCodes The Status codes that are retryable. Each status should be - * either one of the string constants defined on {@see \Google\ApiCore\ApiStatus} - * or an integer constant defined on {@see \Google\Rpc\Code}. - * @type int $initialRetryDelayMillis The initial delay of retry in milliseconds. - * @type int $retryDelayMultiplier The exponential multiplier of retry delay. - * @type int $maxRetryDelayMillis The max delay of retry in milliseconds. - * @type int $initialRpcTimeoutMillis The initial timeout of rpc call in milliseconds. - * @type int $rpcTimeoutMultiplier The exponential multiplier of rpc timeout. - * @type int $maxRpcTimeoutMillis The max timeout of rpc call in milliseconds. - * @type int $totalTimeoutMillis The max accumulative timeout in total. - * } - */ - public function __construct(array $settings) - { - $this->validateNotNull($settings, [ - 'initialRetryDelayMillis', - 'retryDelayMultiplier', - 'maxRetryDelayMillis', - 'initialRpcTimeoutMillis', - 'rpcTimeoutMultiplier', - 'maxRpcTimeoutMillis', - 'totalTimeoutMillis', - 'retryableCodes' - ]); - $this->initialRetryDelayMillis = $settings['initialRetryDelayMillis']; - $this->retryDelayMultiplier = $settings['retryDelayMultiplier']; - $this->maxRetryDelayMillis = $settings['maxRetryDelayMillis']; - $this->initialRpcTimeoutMillis = $settings['initialRpcTimeoutMillis']; - $this->rpcTimeoutMultiplier = $settings['rpcTimeoutMultiplier']; - $this->maxRpcTimeoutMillis = $settings['maxRpcTimeoutMillis']; - $this->totalTimeoutMillis = $settings['totalTimeoutMillis']; - $this->retryableCodes = $settings['retryableCodes']; - $this->retriesEnabled = array_key_exists('retriesEnabled', $settings) - ? $settings['retriesEnabled'] - : (count($this->retryableCodes) > 0); - $this->noRetriesRpcTimeoutMillis = array_key_exists('noRetriesRpcTimeoutMillis', $settings) - ? $settings['noRetriesRpcTimeoutMillis'] - : $this->initialRpcTimeoutMillis; - } - - /** - * Constructs an array mapping method names to CallSettings. - * - * @param string $serviceName - * The fully-qualified name of this service, used as a key into - * the client config file. - * @param array $clientConfig - * An array parsed from the standard API client config file. - * @param bool $disableRetries - * Disable retries in all loaded RetrySettings objects. Defaults to false. - * @throws ValidationException - * @return RetrySettings[] $retrySettings - */ - public static function load( - $serviceName, - $clientConfig, - $disableRetries = false - ) { - $serviceRetrySettings = []; - - $serviceConfig = $clientConfig['interfaces'][$serviceName]; - $retryCodes = $serviceConfig['retry_codes']; - $retryParams = $serviceConfig['retry_params']; - foreach ($serviceConfig['methods'] as $methodName => $methodConfig) { - $timeoutMillis = $methodConfig['timeout_millis']; - - if (empty($methodConfig['retry_codes_name']) || empty($methodConfig['retry_params_name'])) { - // Construct a RetrySettings object with retries disabled - $retrySettings = self::constructDefault()->with([ - 'noRetriesRpcTimeoutMillis' => $timeoutMillis, - ]); - } else { - $retryCodesName = $methodConfig['retry_codes_name']; - $retryParamsName = $methodConfig['retry_params_name']; - - if (!array_key_exists($retryCodesName, $retryCodes)) { - throw new ValidationException("Invalid retry_codes_name setting: '$retryCodesName'"); - } - if (!array_key_exists($retryParamsName, $retryParams)) { - throw new ValidationException("Invalid retry_params_name setting: '$retryParamsName'"); - } - - foreach ($retryCodes[$retryCodesName] as $status) { - if (!ApiStatus::isValidStatus($status)) { - throw new ValidationException("Invalid status code: '$status'"); - } - } - - $retryParameters = self::convertArrayFromSnakeCase($retryParams[$retryParamsName]) + [ - 'retryableCodes' => $retryCodes[$retryCodesName], - 'noRetriesRpcTimeoutMillis' => $timeoutMillis, - ]; - if ($disableRetries) { - $retryParameters['retriesEnabled'] = false; - } - - $retrySettings = new RetrySettings($retryParameters); - } - - $serviceRetrySettings[$methodName] = $retrySettings; - } - - return $serviceRetrySettings; - } - - public static function constructDefault() - { - return new RetrySettings([ - 'retriesEnabled' => false, - 'noRetriesRpcTimeoutMillis' => 30000, - 'initialRetryDelayMillis' => 100, - 'retryDelayMultiplier' => 1.3, - 'maxRetryDelayMillis' => 60000, - 'initialRpcTimeoutMillis' => 20000, - 'rpcTimeoutMultiplier' => 1, - 'maxRpcTimeoutMillis' => 20000, - 'totalTimeoutMillis' => 600000, - 'retryableCodes' => []]); - } - - /** - * Creates a new instance of RetrySettings that updates the settings in the existing instance - * with the settings specified in the $settings parameter. - * - * @param array $settings { - * Settings for configuring the retry behavior. Supports all of the options supported by - * the constructor; see {@see \Google\ApiCore\RetrySettings::__construct()}. All parameters - * are optional - all unset parameters will default to the value in the existing instance. - * } - * @return RetrySettings - */ - public function with(array $settings) - { - $existingSettings = [ - 'initialRetryDelayMillis' => $this->getInitialRetryDelayMillis(), - 'retryDelayMultiplier' => $this->getRetryDelayMultiplier(), - 'maxRetryDelayMillis' => $this->getMaxRetryDelayMillis(), - 'initialRpcTimeoutMillis' => $this->getInitialRpcTimeoutMillis(), - 'rpcTimeoutMultiplier' => $this->getRpcTimeoutMultiplier(), - 'maxRpcTimeoutMillis' => $this->getMaxRpcTimeoutMillis(), - 'totalTimeoutMillis' => $this->getTotalTimeoutMillis(), - 'retryableCodes' => $this->getRetryableCodes(), - 'retriesEnabled' => $this->retriesEnabled(), - 'noRetriesRpcTimeoutMillis' => $this->getNoRetriesRpcTimeoutMillis(), - ]; - return new RetrySettings($settings + $existingSettings); - } - - /** - * @return bool Returns true if retries are enabled, otherwise returns false. - */ - public function retriesEnabled() - { - return $this->retriesEnabled; - } - - /** - * @return int The timeout of the rpc call to be used if $retriesEnabled is false, - * in milliseconds. - */ - public function getNoRetriesRpcTimeoutMillis() - { - return $this->noRetriesRpcTimeoutMillis; - } - - /** - * @return int[] Status codes to retry - */ - public function getRetryableCodes() - { - return $this->retryableCodes; - } - - /** - * @return int The initial retry delay in milliseconds. If $this->retriesEnabled() - * is false, this setting is unused. - */ - public function getInitialRetryDelayMillis() - { - return $this->initialRetryDelayMillis; - } - - /** - * @return float The retry delay multiplier. If $this->retriesEnabled() - * is false, this setting is unused. - */ - public function getRetryDelayMultiplier() - { - return $this->retryDelayMultiplier; - } - - /** - * @return int The maximum retry delay in milliseconds. If $this->retriesEnabled() - * is false, this setting is unused. - */ - public function getMaxRetryDelayMillis() - { - return $this->maxRetryDelayMillis; - } - - /** - * @return int The initial rpc timeout in milliseconds. If $this->retriesEnabled() - * is false, this setting is unused - use noRetriesRpcTimeoutMillis to - * set the timeout in that case. - */ - public function getInitialRpcTimeoutMillis() - { - return $this->initialRpcTimeoutMillis; - } - - /** - * @return float The rpc timeout multiplier. If $this->retriesEnabled() - * is false, this setting is unused. - */ - public function getRpcTimeoutMultiplier() - { - return $this->rpcTimeoutMultiplier; - } - - /** - * @return int The maximum rpc timeout in milliseconds. If $this->retriesEnabled() - * is false, this setting is unused - use noRetriesRpcTimeoutMillis to - * set the timeout in that case. - */ - public function getMaxRpcTimeoutMillis() - { - return $this->maxRpcTimeoutMillis; - } - - /** - * @return int The total time in milliseconds to spend on the call, including all - * retry attempts and delays between attempts. If $this->retriesEnabled() - * is false, this setting is unused - use noRetriesRpcTimeoutMillis to - * set the timeout in that case. - */ - public function getTotalTimeoutMillis() - { - return $this->totalTimeoutMillis; - } - - private static function convertArrayFromSnakeCase($settings) - { - $camelCaseSettings = []; - foreach ($settings as $key => $value) { - $camelCaseKey = str_replace(' ', '', ucwords(str_replace('_', ' ', $key))); - $camelCaseSettings[lcfirst($camelCaseKey)] = $value; - } - return $camelCaseSettings; - } -} diff --git a/vendor/google/gax/src/Serializer.php b/vendor/google/gax/src/Serializer.php deleted file mode 100644 index 0e69b0ec7..000000000 --- a/vendor/google/gax/src/Serializer.php +++ /dev/null @@ -1,495 +0,0 @@ - \Google\Rpc\RetryInfo::class, - 'google.rpc.debuginfo-bin' => \Google\Rpc\DebugInfo::class, - 'google.rpc.quotafailure-bin' => \Google\Rpc\QuotaFailure::class, - 'google.rpc.badrequest-bin' => \Google\Rpc\BadRequest::class, - 'google.rpc.requestinfo-bin' => \Google\Rpc\RequestInfo::class, - 'google.rpc.resourceinfo-bin' => \Google\Rpc\ResourceInfo::class, - 'google.rpc.help-bin' => \Google\Rpc\Help::class, - 'google.rpc.localizedmessage-bin' => \Google\Rpc\LocalizedMessage::class, - ]; - - private $fieldTransformers; - private $messageTypeTransformers; - private $decodeFieldTransformers; - private $decodeMessageTypeTransformers; - - private $descriptorMaps = []; - - /** - * Serializer constructor. - * - * @param array $fieldTransformers An array mapping field names to transformation functions - * @param array $messageTypeTransformers An array mapping message names to transformation functions - * @param array $decodeFieldTransformers An array mapping field names to transformation functions - * @param array $decodeMessageTypeTransformers An array mapping message names to transformation functions - */ - public function __construct( - $fieldTransformers = [], - $messageTypeTransformers = [], - $decodeFieldTransformers = [], - $decodeMessageTypeTransformers = [] - ) { - $this->fieldTransformers = $fieldTransformers; - $this->messageTypeTransformers = $messageTypeTransformers; - $this->decodeFieldTransformers = $decodeFieldTransformers; - $this->decodeMessageTypeTransformers = $decodeMessageTypeTransformers; - } - - /** - * Encode protobuf message as a PHP array - * - * @param mixed $message - * @return array - * @throws ValidationException - */ - public function encodeMessage($message) - { - // Get message descriptor - $pool = DescriptorPool::getGeneratedPool(); - $messageType = $pool->getDescriptorByClassName(get_class($message)); - try { - return $this->encodeMessageImpl($message, $messageType); - } catch (\Exception $e) { - throw new ValidationException( - "Error encoding message: " . $e->getMessage(), - $e->getCode(), - $e - ); - } - } - - /** - * Decode PHP array into the specified protobuf message - * - * @param mixed $message - * @param array $data - * @return mixed - * @throws ValidationException - */ - public function decodeMessage($message, $data) - { - // Get message descriptor - $pool = DescriptorPool::getGeneratedPool(); - $messageType = $pool->getDescriptorByClassName(get_class($message)); - try { - return $this->decodeMessageImpl($message, $messageType, $data); - } catch (\Exception $e) { - throw new ValidationException( - "Error decoding message: " . $e->getMessage(), - $e->getCode(), - $e - ); - } - } - - /** - * @param Message $message - * @return string Json representation of $message - * @throws ValidationException - */ - public static function serializeToJson($message) - { - return json_encode(self::serializeToPhpArray($message), JSON_PRETTY_PRINT); - } - - /** - * @param Message $message - * @return array PHP array representation of $message - * @throws ValidationException - */ - public static function serializeToPhpArray($message) - { - return self::getPhpArraySerializer()->encodeMessage($message); - } - - /** - * Decode metadata received from gRPC status object - * - * @param array $metadata - * @return array - */ - public static function decodeMetadata($metadata) - { - if (is_null($metadata) || count($metadata) == 0) { - return []; - } - $result = []; - foreach ($metadata as $key => $values) { - foreach ($values as $value) { - $decodedValue = [ - '@type' => $key, - ]; - if (self::hasBinaryHeaderSuffix($key)) { - if (isset(self::$metadataKnownTypes[$key])) { - $class = self::$metadataKnownTypes[$key]; - /** @var Message $message */ - $message = new $class(); - try { - $message->mergeFromString($value); - $decodedValue += self::serializeToPhpArray($message); - } catch (\Exception $e) { - // We encountered an error trying to deserialize the data - $decodedValue += [ - 'data' => '', - ]; - } - } else { - // The metadata contains an unexpected binary type - $decodedValue += [ - 'data' => '', - ]; - } - } else { - $decodedValue += [ - 'data' => $value, - ]; - } - $result[] = $decodedValue; - } - } - return $result; - } - - /** - * Decode an array of Any messages into a printable PHP array. - * - * @param $anyArray - * @return array - */ - public static function decodeAnyMessages($anyArray) - { - $results = []; - foreach ($anyArray as $any) { - try { - /** @var Any $any */ - /** @var Message $unpacked */ - $unpacked = $any->unpack(); - $results[] = self::serializeToPhpArray($unpacked); - } catch (\Exception $ex) { - echo "$ex\n"; - // failed to unpack the $any object - show as unknown binary data - $results[] = [ - 'typeUrl' => $any->getTypeUrl(), - 'value' => '', - ]; - } - } - return $results; - } - - /** - * @param FieldDescriptor $field - * @param $data - * @return mixed array - * @throws \Exception - */ - private function encodeElement(FieldDescriptor $field, $data) - { - switch ($field->getType()) { - case GPBType::MESSAGE: - if (is_array($data)) { - $result = $data; - } else { - $result = $this->encodeMessageImpl($data, $field->getMessageType()); - } - $messageType = $field->getMessageType()->getFullName(); - if (isset($this->messageTypeTransformers[$messageType])) { - $result = $this->messageTypeTransformers[$messageType]($result); - } - break; - default: - $result = $data; - break; - } - - if (isset($this->fieldTransformers[$field->getName()])) { - $result = $this->fieldTransformers[$field->getName()]($result); - } - return $result; - } - - private function getDescriptorMaps(Descriptor $descriptor) - { - if (!isset($this->descriptorMaps[$descriptor->getFullName()])) { - $fieldsByName = []; - $fieldCount = $descriptor->getFieldCount(); - for ($i = 0; $i < $fieldCount; $i++) { - $field = $descriptor->getField($i); - $fieldsByName[$field->getName()] = $field; - } - $fieldToOneof = []; - $oneofCount = $descriptor->getOneofDeclCount(); - for ($i = 0; $i < $oneofCount; $i++) { - $oneof = $descriptor->getOneofDecl($i); - $oneofFieldCount = $oneof->getFieldCount(); - for ($j = 0; $j < $oneofFieldCount; $j++) { - $field = $oneof->getField($j); - $fieldToOneof[$field->getName()] = $oneof->getName(); - } - } - $this->descriptorMaps[$descriptor->getFullName()] = [$fieldsByName, $fieldToOneof]; - } - return $this->descriptorMaps[$descriptor->getFullName()]; - } - - /** - * @param Message $message - * @param Descriptor $messageType - * @return array - * @throws \Exception - */ - private function encodeMessageImpl($message, Descriptor $messageType) - { - $data = []; - - $fieldCount = $messageType->getFieldCount(); - for ($i = 0; $i < $fieldCount; $i++) { - $field = $messageType->getField($i); - $key = $field->getName(); - $getter = $this->getGetter($key); - $v = $message->$getter(); - - if (is_null($v)) { - continue; - } - - // Check and skip unset fields inside oneofs - list($_, $fieldsToOneof) = $this->getDescriptorMaps($messageType); - if (isset($fieldsToOneof[$key])) { - $oneofName = $fieldsToOneof[$key]; - $oneofGetter = $this->getGetter($oneofName); - if ($message->$oneofGetter() !== $key) { - continue; - } - } - - if ($field->isMap()) { - list($mapFieldsByName, $_) = $this->getDescriptorMaps($field->getMessageType()); - $keyField = $mapFieldsByName[self::MAP_KEY_FIELD_NAME]; - $valueField = $mapFieldsByName[self::MAP_VALUE_FIELD_NAME]; - $arr = []; - foreach ($v as $k => $vv) { - $arr[$this->encodeElement($keyField, $k)] = $this->encodeElement($valueField, $vv); - } - $v = $arr; - } elseif ($field->getLabel() === GPBLabel::REPEATED) { - $arr = []; - foreach ($v as $k => $vv) { - $arr[$k] = $this->encodeElement($field, $vv); - } - $v = $arr; - } else { - $v = $this->encodeElement($field, $v); - } - - $key = self::toCamelCase($key); - $data[$key] = $v; - } - - return $data; - } - - /** - * @param FieldDescriptor $field - * @param mixed $data - * @return mixed - * @throws \Exception - */ - private function decodeElement(FieldDescriptor $field, $data) - { - if (isset($this->decodeFieldTransformers[$field->getName()])) { - $data = $this->decodeFieldTransformers[$field->getName()]($data); - } - - switch ($field->getType()) { - case GPBType::MESSAGE: - if ($data instanceof Message) { - return $data; - } - $messageType = $field->getMessageType(); - $messageTypeName = $messageType->getFullName(); - $klass = $messageType->getClass(); - $msg = new $klass(); - if (isset($this->decodeMessageTypeTransformers[$messageTypeName])) { - $data = $this->decodeMessageTypeTransformers[$messageTypeName]($data); - } - - return $this->decodeMessageImpl($msg, $messageType, $data); - default: - return $data; - } - } - - /** - * @param Message $message - * @param Descriptor $messageType - * @param array $data - * @return mixed - * @throws \Exception - */ - private function decodeMessageImpl($message, Descriptor $messageType, $data) - { - list($fieldsByName, $_) = $this->getDescriptorMaps($messageType); - foreach ($data as $key => $v) { - // Get the field by tag number or name - $fieldName = self::toSnakeCase($key); - - // Unknown field found - if (!isset($fieldsByName[$fieldName])) { - throw new RuntimeException(sprintf( - "cannot handle unknown field %s on message %s", - $fieldName, - $messageType->getFullName() - )); - } - - /** @var $field FieldDescriptor */ - $field = $fieldsByName[$fieldName]; - - if ($field->isMap()) { - list($mapFieldsByName, $_) = $this->getDescriptorMaps($field->getMessageType()); - $keyField = $mapFieldsByName[self::MAP_KEY_FIELD_NAME]; - $valueField = $mapFieldsByName[self::MAP_VALUE_FIELD_NAME]; - $arr = []; - foreach ($v as $k => $vv) { - $arr[$this->decodeElement($keyField, $k)] = $this->decodeElement($valueField, $vv); - } - $value = $arr; - } elseif ($field->getLabel() === GPBLabel::REPEATED) { - $arr = []; - foreach ($v as $k => $vv) { - $arr[$k] = $this->decodeElement($field, $vv); - } - $value = $arr; - } else { - $value = $this->decodeElement($field, $v); - } - - $setter = $this->getSetter($field->getName()); - $message->$setter($value); - - // We must unset $value here, otherwise the protobuf c extension will mix up the references - // and setting one value will change all others - unset($value); - } - return $message; - } - - /** - * @param string $name - * @return string Getter function - */ - public static function getGetter($name) - { - return 'get' . ucfirst(self::toCamelCase($name)); - } - - /** - * @param string $name - * @return string Setter function - */ - public static function getSetter($name) - { - return 'set' . ucfirst(self::toCamelCase($name)); - } - - /** - * Convert string from camelCase to snake_case - * - * @param string $key - * @return string - */ - public static function toSnakeCase($key) - { - return strtolower(preg_replace(['/([a-z\d])([A-Z])/', '/([^_])([A-Z][a-z])/'], '$1_$2', $key)); - } - - /** - * Convert string from snake_case to camelCase - * - * @param string $key - * @return string - */ - public static function toCamelCase($key) - { - return lcfirst(str_replace(' ', '', ucwords(str_replace('_', ' ', $key)))); - } - - private static function hasBinaryHeaderSuffix($key) - { - return substr_compare($key, "-bin", strlen($key) - 4) === 0; - } - - private static function getPhpArraySerializer() - { - if (is_null(self::$phpArraySerializer)) { - self::$phpArraySerializer = new Serializer(); - } - return self::$phpArraySerializer; - } - - public static function loadKnownMetadataTypes() - { - foreach (self::$metadataKnownTypes as $key => $class) { - new $class; - } - } -} - -// It is necessary to call this when this file is included. Otherwise we cannot be -// guaranteed that the relevant classes will be loaded into the protobuf descriptor -// pool when we try to unpack an Any object containing that class. -// phpcs:disable PSR1.Files.SideEffects -Serializer::loadKnownMetadataTypes(); -// phpcs:enable diff --git a/vendor/google/gax/src/ServerStream.php b/vendor/google/gax/src/ServerStream.php deleted file mode 100644 index 713273c28..000000000 --- a/vendor/google/gax/src/ServerStream.php +++ /dev/null @@ -1,94 +0,0 @@ -call = $serverStreamingCall; - if (array_key_exists('resourcesGetMethod', $streamingDescriptor)) { - $this->resourcesGetMethod = $streamingDescriptor['resourcesGetMethod']; - } - } - - /** - * A generator which yields results from the server until the streaming call - * completes. Throws an ApiException if the streaming call failed. - * - * @throws ApiException - * @return \Generator|mixed - */ - public function readAll() - { - $resourcesGetMethod = $this->resourcesGetMethod; - if (!is_null($resourcesGetMethod)) { - foreach ($this->call->responses() as $response) { - foreach ($response->$resourcesGetMethod() as $resource) { - yield $resource; - } - } - } else { - foreach ($this->call->responses() as $response) { - yield $response; - } - } - $status = $this->call->getStatus(); - if (!($status->code == Code::OK)) { - throw ApiException::createFromStdClass($status); - } - } - - /** - * Return the underlying gRPC call object - * - * @return \Grpc\ServerStreamingCall|mixed - */ - public function getServerStreamingCall() - { - return $this->call; - } -} diff --git a/vendor/google/gax/src/ServiceAddressTrait.php b/vendor/google/gax/src/ServiceAddressTrait.php deleted file mode 100644 index 955edbf5c..000000000 --- a/vendor/google/gax/src/ServiceAddressTrait.php +++ /dev/null @@ -1,63 +0,0 @@ -assertEquals($expected, $actual); - } - - $this->assertSame(count($expected), count($actual)); - - $expectedValues = $this->getValues($expected); - $actualValues = $this->getValues($actual); - - for ($i = 0; $i < count($expectedValues); $i++) { - $expectedElement = $expectedValues[$i]; - $actualElement = $actualValues[$i]; - $this->assertProtobufEquals($expectedElement, $actualElement); - } - } else { - $this->assertEquals($expected, $actual); - if ($expected instanceof Message) { - $pool = DescriptorPool::getGeneratedPool(); - $descriptor = $pool->getDescriptorByClassName(get_class($expected)); - - $fieldCount = $descriptor->getFieldCount(); - for ($i = 0; $i < $fieldCount; $i++) { - $field = $descriptor->getField($i); - $getter = Serializer::getGetter($field->getName()); - $expectedFieldValue = $expected->$getter(); - $actualFieldValue = $actual->$getter(); - $this->assertProtobufEquals($expectedFieldValue, $actualFieldValue); - } - } - } - } - - private function getValues($field) - { - return array_values( - is_array($field) - ? $field - : iterator_to_array($field) - ); - } -} diff --git a/vendor/google/gax/src/Testing/MessageAwareArrayComparator.php b/vendor/google/gax/src/Testing/MessageAwareArrayComparator.php deleted file mode 100644 index 4f7bf6d40..000000000 --- a/vendor/google/gax/src/Testing/MessageAwareArrayComparator.php +++ /dev/null @@ -1,29 +0,0 @@ -exporter = new MessageAwareExporter(); - } -} diff --git a/vendor/google/gax/src/Testing/MessageAwareExporter.php b/vendor/google/gax/src/Testing/MessageAwareExporter.php deleted file mode 100644 index 4b1f1860f..000000000 --- a/vendor/google/gax/src/Testing/MessageAwareExporter.php +++ /dev/null @@ -1,44 +0,0 @@ -responses = $responses; - $this->deserialize = $deserialize; - if (is_null($status)) { - $status = new MockStatus(Code::OK); - } - $this->status = $status; - } - - /** - * @return mixed|null - * @throws ApiException - */ - public function read() - { - if (count($this->responses) > 0) { - $resp = array_shift($this->responses); - if (is_null($resp)) { - // Null was added to the responses list to simulate a failed stream - // To ensure that getStatus can now be called, we clear the remaining - // responses and set writesDone to true - $this->responses = []; - $this->writesDone(); - return null; - } - $obj = $this->deserializeMessage($resp, $this->deserialize); - return $obj; - } elseif ($this->writesDone) { - return null; - } else { - throw new ApiException( - "No more responses to read, but closeWrite() not called - " - . "this would be blocking", - Grpc\STATUS_INTERNAL, - null - ); - } - } - - /** - * @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", - Grpc\STATUS_INTERNAL, - null - ); - } - if (!$this->writesDone) { - throw new ApiException( - "Calls to getStatus() will block if closeWrite() not called", - Grpc\STATUS_INTERNAL, - null - ); - } - return $this->status; - } - - /** - * Save the request object, to be retrieved via getReceivedCalls() - * @param \Google\Protobuf\Internal\Message|mixed $request The request object - * @param array $options An array of options. - * @throws ApiException - */ - public function write($request, array $options = []) - { - if ($this->writesDone) { - throw new ApiException( - "Cannot call write() after writesDone()", - Grpc\STATUS_INTERNAL, - null - ); - } - if (is_a($request, '\Google\Protobuf\Internal\Message')) { - /** @var Message $newRequest */ - $newRequest = new $request(); - $newRequest->mergeFromString($request->serializeToString()); - $request = $newRequest; - } - $this->receivedWrites[] = $request; - } - - /** - * Set writesDone to true - */ - public function writesDone() - { - $this->writesDone = true; - } - - /** - * Return a list of calls made to write(), and clear $receivedFuncCalls. - * - * @return mixed[] An array of received requests - */ - public function popReceivedCalls() - { - $receivedFuncCallsTemp = $this->receivedWrites; - $this->receivedWrites = []; - return $receivedFuncCallsTemp; - } -} diff --git a/vendor/google/gax/src/Testing/MockClientStreamingCall.php b/vendor/google/gax/src/Testing/MockClientStreamingCall.php deleted file mode 100644 index d5691cc3f..000000000 --- a/vendor/google/gax/src/Testing/MockClientStreamingCall.php +++ /dev/null @@ -1,108 +0,0 @@ -mockUnaryCall = new MockUnaryCall($response, $deserialize, $status); - } - - /** - * Immediately return the preset response object and status. - * @return array The response object and status. - */ - public function wait() - { - $this->waitCalled = true; - return $this->mockUnaryCall->wait(); - } - - /** - * Save the request object, to be retrieved via getReceivedCalls() - * @param \Google\Protobuf\Internal\Message|mixed $request The request object - * @param array $options An array of options - * @throws ApiException - */ - public function write($request, array $options = []) - { - if ($this->waitCalled) { - throw new ApiException("Cannot call write() after wait()", Code::INTERNAL, ApiStatus::INTERNAL); - } - if (is_a($request, '\Google\Protobuf\Internal\Message')) { - /** @var Message $newRequest */ - $newRequest = new $request(); - $newRequest->mergeFromString($request->serializeToString()); - $request = $newRequest; - } - $this->receivedWrites[] = $request; - } - - /** - * Return a list of calls made to write(), and clear $receivedFuncCalls. - * - * @return mixed[] An array of received requests - */ - public function popReceivedCalls() - { - $receivedFuncCallsTemp = $this->receivedWrites; - $this->receivedWrites = []; - return $receivedFuncCallsTemp; - } -} diff --git a/vendor/google/gax/src/Testing/MockGrpcTransport.php b/vendor/google/gax/src/Testing/MockGrpcTransport.php deleted file mode 100644 index 4a5b23511..000000000 --- a/vendor/google/gax/src/Testing/MockGrpcTransport.php +++ /dev/null @@ -1,112 +0,0 @@ -mockCall = $mockCall; - $opts = ['credentials' => ChannelCredentials::createSsl()]; - parent::__construct('', $opts); - } - - protected function _simpleRequest( - $method, - $arguments, - $deserialize, - array $metadata = [], - array $options = [] - ) { - $this->logCall($method, $deserialize, $metadata, $options, $arguments); - return $this->mockCall; - } - - protected function _clientStreamRequest( - $method, - $deserialize, - array $metadata = [], - array $options = [] - ) { - $this->logCall($method, $deserialize, $metadata, $options); - return $this->mockCall; - } - - protected function _serverStreamRequest( - $method, - $arguments, - $deserialize, - array $metadata = [], - array $options = [] - ) { - $this->logCall($method, $deserialize, $metadata, $options, $arguments); - return $this->mockCall; - } - - protected function _bidiRequest( - $method, - $deserialize, - array $metadata = [], - array $options = [] - ) { - $this->logCall($method, $deserialize, $metadata, $options); - return $this->mockCall; - } - - private function logCall( - $method, - $deserialize, - $metadata = [], - $options = [], - $arguments = null - ) { - $this->requestArguments = [ - 'method' => $method, - 'arguments' => $arguments, - 'deserialize' => $deserialize, - 'metadata' => $metadata, - 'options' => $options, - ]; - } - - public function getRequestArguments() - { - return $this->requestArguments; - } -} diff --git a/vendor/google/gax/src/Testing/MockRequest.php b/vendor/google/gax/src/Testing/MockRequest.php deleted file mode 100644 index bae345d07..000000000 --- a/vendor/google/gax/src/Testing/MockRequest.php +++ /dev/null @@ -1,75 +0,0 @@ -google.apicore.testing.MockRequest - */ -class MockRequest extends \Google\Protobuf\Internal\Message -{ - /** - * Generated from protobuf field 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:///$rpc/ - $uri = "https://{$this->baseUri}/\$rpc/{$call->getMethod()}"; - - return new Request( - 'POST', - $uri, - $headers, - $call->getMessage()->serializeToString() - ); - } - - /** - * @param Call $call - * @param ResponseInterface $response - * @return Message - */ - private function unpackResponse(Call $call, ResponseInterface $response) - { - $decodeType = $call->getDecodeType(); - /** @var Message $responseMessage */ - $responseMessage = new $decodeType; - $responseMessage->mergeFromString((string)$response->getBody()); - return $responseMessage; - } - - /** - * @param array $options - * @return array - */ - private function getCallOptions(array $options) - { - $callOptions = isset($options['transportOptions']['grpcFallbackOptions']) - ? $options['transportOptions']['grpcFallbackOptions'] - : []; - - if (isset($options['timeoutMillis'])) { - $callOptions['timeout'] = $options['timeoutMillis'] / 1000; - } - - return $callOptions; - } - - /** - * @param \Exception $ex - * @return \Exception - */ - private function transformException(\Exception $ex) - { - if ($ex instanceof RequestException && $ex->hasResponse()) { - $res = $ex->getResponse(); - $body = (string) $res->getBody(); - $status = new Status(); - try { - $status->mergeFromString($body); - return ApiException::createFromRpcStatus($status); - } catch (\Exception $parseException) { - // We were unable to parse the response body into a $status object. Instead, - // create an ApiException using the unparsed $body as message. - $code = ApiStatus::rpcCodeFromHttpStatusCode($res->getStatusCode()); - return ApiException::createFromApiResponse($body, $code, null, $parseException); - } - } else { - return $ex; - } - } -} diff --git a/vendor/google/gax/src/Transport/GrpcTransport.php b/vendor/google/gax/src/Transport/GrpcTransport.php deleted file mode 100644 index 6a06c71a8..000000000 --- a/vendor/google/gax/src/Transport/GrpcTransport.php +++ /dev/null @@ -1,277 +0,0 @@ -interceptors = $interceptors; - } - - /** - * Builds a GrpcTransport. - * - * @param string $apiEndpoint - * The address of the API remote host, for example "example.googleapis.com. May also - * include the port, for example "example.googleapis.com:443" - * @param array $config { - * Config options used to construct the gRPC transport. - * - * @type array $stubOpts Options used to construct the gRPC stub. - * @type Channel $channel Grpc channel to be used. - * @type UnaryInterceptorInterface[] $interceptors *EXPERIMENTAL* Interceptor support, required until - * gRPC interceptors are available. - * } - * @return GrpcTransport - * @throws ValidationException - */ - public static function build($apiEndpoint, array $config = []) - { - self::validateGrpcSupport(); - $config += [ - 'stubOpts' => [], - 'channel' => null, - 'interceptors' => [], - ]; - list($addr, $port) = self::normalizeServiceAddress($apiEndpoint); - $host = "$addr:$port"; - $stubOpts = $config['stubOpts']; - // Set the required 'credentials' key in stubOpts if it is not already set. Use - // array_key_exists because null is a valid value. - if (!array_key_exists('credentials', $stubOpts)) { - $stubOpts['credentials'] = ChannelCredentials::createSsl(); - } - $channel = $config['channel']; - if (!is_null($channel) && !($channel instanceof Channel)) { - throw new ValidationException( - "Channel argument to GrpcTransport must be of type \Grpc\Channel, " . - "instead got: " . print_r($channel, true) - ); - } - try { - return new GrpcTransport($host, $stubOpts, $channel, $config['interceptors']); - } catch (Exception $ex) { - throw new ValidationException( - "Failed to build GrpcTransport: " . $ex->getMessage(), - $ex->getCode(), - $ex - ); - } - } - - /** - * {@inheritdoc} - */ - public function startBidiStreamingCall(Call $call, array $options) - { - return new BidiStream( - $this->_bidiRequest( - '/' . $call->getMethod(), - [$call->getDecodeType(), 'decode'], - isset($options['headers']) ? $options['headers'] : [], - $this->getCallOptions($options) - ), - $call->getDescriptor() - ); - } - - /** - * {@inheritdoc} - */ - public function startClientStreamingCall(Call $call, array $options) - { - return new ClientStream( - $this->_clientStreamRequest( - '/' . $call->getMethod(), - [$call->getDecodeType(), 'decode'], - isset($options['headers']) ? $options['headers'] : [], - $this->getCallOptions($options) - ), - $call->getDescriptor() - ); - } - - /** - * {@inheritdoc} - */ - public function startServerStreamingCall(Call $call, array $options) - { - $message = $call->getMessage(); - - if (!$message) { - throw new \InvalidArgumentException('A message is required for ServerStreaming calls.'); - } - - return new ServerStream( - $this->_serverStreamRequest( - '/' . $call->getMethod(), - $message, - [$call->getDecodeType(), 'decode'], - isset($options['headers']) ? $options['headers'] : [], - $this->getCallOptions($options) - ), - $call->getDescriptor() - ); - } - - private function wrapExecuteWithInterceptor(callable $execute, UnaryInterceptorInterface $interceptor) - { - return function ( - $method, - $argument, - $deserialize, - array $metadata = [], - array $options = [] - ) use ( - $execute, - $interceptor - ) { - return $interceptor->interceptUnaryUnary($method, $argument, $deserialize, $metadata, $options, $execute); - }; - } - - protected function _simpleRequest( - $method, - $argument, - $deserialize, - array $metadata = [], - array $options = [] - ) { - $execute = function ($method, $argument, $deserialize, $metadata, $options) { - return parent::_simpleRequest( - $method, - $argument, - $deserialize, - $metadata, - $options - ); - }; - foreach ($this->interceptors as $interceptor) { - $execute = $this->wrapExecuteWithInterceptor($execute, $interceptor); - } - - return $execute($method, $argument, $deserialize, $metadata, $options); - } - - /** - * {@inheritdoc} - */ - public function startUnaryCall(Call $call, array $options) - { - $unaryCall = $this->_simpleRequest( - '/' . $call->getMethod(), - $call->getMessage(), - [$call->getDecodeType(), 'decode'], - isset($options['headers']) ? $options['headers'] : [], - $this->getCallOptions($options) - ); - - /** @var Promise $promise */ - $promise = new Promise( - function () use ($unaryCall, $options, &$promise) { - list($response, $status) = $unaryCall->wait(); - - if ($status->code == Code::OK) { - if (isset($options['metadataCallback'])) { - $metadataCallback = $options['metadataCallback']; - $metadataCallback($unaryCall->getMetadata()); - } - $promise->resolve($response); - } else { - throw ApiException::createFromStdClass($status); - } - }, - [$unaryCall, 'cancel'] - ); - - return $promise; - } - - private function getCallOptions(array $options) - { - $callOptions = isset($options['transportOptions']['grpcOptions']) - ? $options['transportOptions']['grpcOptions'] - : []; - - if (isset($options['credentialsWrapper'])) { - $credentialsWrapper = $options['credentialsWrapper']; - $callOptions['call_credentials_callback'] = $credentialsWrapper->getAuthorizationHeaderCallback(); - } - - if (isset($options['timeoutMillis'])) { - $callOptions['timeout'] = $options['timeoutMillis'] * 1000; - } - - return $callOptions; - } -} diff --git a/vendor/google/gax/src/Transport/HttpUnaryTransportTrait.php b/vendor/google/gax/src/Transport/HttpUnaryTransportTrait.php deleted file mode 100644 index 1f0508c5f..000000000 --- a/vendor/google/gax/src/Transport/HttpUnaryTransportTrait.php +++ /dev/null @@ -1,123 +0,0 @@ -throwUnsupportedException(); - } - - /** - * {@inheritdoc} - * @throws \BadMethodCallException - */ - public function startServerStreamingCall(Call $call, array $options) - { - $this->throwUnsupportedException(); - } - - /** - * {@inheritdoc} - * @throws \BadMethodCallException - */ - public function startBidiStreamingCall(Call $call, array $options) - { - $this->throwUnsupportedException(); - } - - /** - * {@inheritdoc} - */ - public function close() - { - // Nothing to do. - } - - /** - * @param array $options - * @return array - */ - private static function buildCommonHeaders(array $options) - { - $headers = isset($options['headers']) - ? $options['headers'] - : []; - - // If not already set, add an auth header to the request - if (!isset($headers['Authorization']) && isset($options['credentialsWrapper'])) { - $bearerString = $options['credentialsWrapper']->getBearerString(); - if (!empty($bearerString)) { - $headers['Authorization'] = $bearerString; - } - } - - return $headers; - } - - /** - * @return callable - * @throws ValidationException - */ - private static function buildHttpHandlerAsync() - { - try { - return [HttpHandlerFactory::build(), 'async']; - } catch (Exception $ex) { - throw new ValidationException("Failed to build HttpHandler", $ex->getCode(), $ex); - } - } - - private function throwUnsupportedException() - { - throw new \BadMethodCallException( - "Streaming calls are not supported while using the {$this->transportName} transport." - ); - } -} diff --git a/vendor/google/gax/src/Transport/RestTransport.php b/vendor/google/gax/src/Transport/RestTransport.php deleted file mode 100644 index ea199c2ae..000000000 --- a/vendor/google/gax/src/Transport/RestTransport.php +++ /dev/null @@ -1,170 +0,0 @@ -requestBuilder = $requestBuilder; - $this->httpHandler = $httpHandler; - $this->transportName = 'REST'; - } - - /** - * Builds a RestTransport. - * - * @param string $apiEndpoint - * The address of the API remote host, for example "example.googleapis.com". - * @param string $restConfigPath - * Path to rest config file. - * @param array $config { - * Config options used to construct the gRPC transport. - * - * @type callable $httpHandler A handler used to deliver PSR-7 requests. - * } - * @return RestTransport - * @throws ValidationException - */ - public static function build($apiEndpoint, $restConfigPath, array $config = []) - { - $config += [ - 'httpHandler' => null, - ]; - list($baseUri, $port) = self::normalizeServiceAddress($apiEndpoint); - $requestBuilder = new RequestBuilder("$baseUri:$port", $restConfigPath); - $httpHandler = $config['httpHandler'] ?: self::buildHttpHandlerAsync(); - return new RestTransport($requestBuilder, $httpHandler); - } - - /** - * {@inheritdoc} - */ - public function startUnaryCall(Call $call, array $options) - { - $headers = self::buildCommonHeaders($options); - - // call the HTTP handler - $httpHandler = $this->httpHandler; - return $httpHandler( - $this->requestBuilder->build( - $call->getMethod(), - $call->getMessage(), - $headers - ), - $this->getCallOptions($options) - )->then( - function (ResponseInterface $response) use ($call, $options) { - $decodeType = $call->getDecodeType(); - /** @var Message $return */ - $return = new $decodeType; - $return->mergeFromJsonString( - (string) $response->getBody() - ); - - if (isset($options['metadataCallback'])) { - $metadataCallback = $options['metadataCallback']; - $metadataCallback($response->getHeaders()); - } - - return $return; - }, - function (\Exception $ex) { - if ($ex instanceof RequestException && $ex->hasResponse()) { - throw $this->convertToApiException($ex); - } - - throw $ex; - } - ); - } - - private function getCallOptions(array $options) - { - $callOptions = isset($options['transportOptions']['restOptions']) - ? $options['transportOptions']['restOptions'] - : []; - - if (isset($options['timeoutMillis'])) { - $callOptions['timeout'] = $options['timeoutMillis'] / 1000; - } - - return $callOptions; - } - - /** - * @param RequestException $ex - * @return ApiException - * @throws ValidationException - */ - private function convertToApiException(RequestException $ex) - { - $res = $ex->getResponse(); - $body = (string) $res->getBody(); - if ($error = json_decode($body, true)['error']) { - $basicMessage = $error['message']; - $code = ApiStatus::rpcCodeFromStatus($error['status']); - $metadata = isset($error['details']) ? $error['details'] : null; - return ApiException::createFromApiResponse($basicMessage, $code, $metadata); - } - // Use the RPC code instead of the HTTP Status Code. - $code = ApiStatus::rpcCodeFromHttpStatusCode($res->getStatusCode()); - return ApiException::createFromApiResponse($body, $code); - } -} diff --git a/vendor/google/gax/src/Transport/TransportInterface.php b/vendor/google/gax/src/Transport/TransportInterface.php deleted file mode 100644 index c84609357..000000000 --- a/vendor/google/gax/src/Transport/TransportInterface.php +++ /dev/null @@ -1,89 +0,0 @@ - &$v) { - if (is_bool($v)) { - $v = $v ? 'true' : 'false'; - } - } - - return Psr7\uri_for($uri) - ->withQuery( - Psr7\build_query($query) - ); - } -} diff --git a/vendor/google/gax/src/ValidationException.php b/vendor/google/gax/src/ValidationException.php deleted file mode 100644 index 27a66a82c..000000000 --- a/vendor/google/gax/src/ValidationException.php +++ /dev/null @@ -1,41 +0,0 @@ - [ - 'gl-php/' . phpversion() . - ' gapic/' . - ' gax/' . Version::getApiCoreVersion() . - ' grpc/' . phpversion('grpc') - ]]; - - $header = AgentHeader::buildAgentHeader([]); - $this->assertSame($expectedHeader, $header); - } - - public function testWithInput() - { - $expectedHeader = [AgentHeader::AGENT_HEADER_KEY => [ - 'gl-php/4.4.4 gccl/1.1.1 gapic/2.2.2 gax/3.3.3 grpc/5.5.5' - ]]; - - $header = AgentHeader::buildAgentHeader([ - 'libName' => 'gccl', - 'libVersion' => '1.1.1', - 'gapicVersion' => '2.2.2', - 'apiCoreVersion' => '3.3.3', - 'phpVersion' => '4.4.4', - 'grpcVersion' => '5.5.5', - ]); - - $this->assertSame($expectedHeader, $header); - } - - public function testWithoutVersionInput() - { - $expectedHeader = [AgentHeader::AGENT_HEADER_KEY => [ - 'gl-php/' . phpversion() . - ' gccl/ gapic/ gax/' . Version::getApiCoreVersion() . - ' grpc/' . phpversion('grpc') - ]]; - - $header = AgentHeader::buildAgentHeader([ - 'libName' => 'gccl', - ]); - - $this->assertSame($expectedHeader, $header); - } - - public function testWithNullVersionInput() - { - $expectedHeader = [AgentHeader::AGENT_HEADER_KEY => [ - 'gl-php/' . phpversion() . - ' gccl/ gapic/ gax/' . Version::getApiCoreVersion() . - ' grpc/' . phpversion('grpc') - ]]; - - $header = AgentHeader::buildAgentHeader([ - 'libName' => 'gccl', - 'libVersion' => null, - 'gapicVersion' => null, - 'apiCoreVersion' => null, - 'phpVersion' => null, - 'grpcVersion' => null, - ]); - - $this->assertSame($expectedHeader, $header); - } - - public function testGetGapicVersionWithVersionFile() - { - require_once __DIR__ . '/testdata/src/GapicClientStub.php'; - $expectedVersion = '1.2.3-dev'; - $actualVersion = AgentHeader::readGapicVersionFromFile(\GapicClientStub::class); - $this->assertEquals($expectedVersion, $actualVersion); - } - - public function testGetGapicVersionWithNoAvailableVersion() - { - $this->assertEquals('', AgentHeader::readGapicVersionFromFile(__CLASS__)); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ApiExceptionTest.php b/vendor/google/gax/tests/Tests/Unit/ApiExceptionTest.php deleted file mode 100644 index 806a1acfb..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ApiExceptionTest.php +++ /dev/null @@ -1,246 +0,0 @@ -code = Code::OK; - $status->details = 'testWithoutMetadata'; - - $apiException = ApiException::createFromStdClass($status); - - $expectedMessage = json_encode([ - 'message' => 'testWithoutMetadata', - 'code' => Code::OK, - 'status' => 'OK', - 'details' => [] - ], JSON_PRETTY_PRINT); - - $this->assertSame(Code::OK, $apiException->getCode()); - $this->assertSame($expectedMessage, $apiException->getMessage()); - $this->assertNull($apiException->getMetadata()); - } - - /** - * @dataProvider getMetadata - */ - public function testWithMetadata($metadata, $metadataArray) - { - $status = new \stdClass(); - $status->code = Code::OK; - $status->details = 'testWithMetadata'; - $status->metadata = $metadata; - - $apiException = ApiException::createFromStdClass($status); - - $expectedMessage = json_encode([ - 'message' => 'testWithMetadata', - 'code' => Code::OK, - 'status' => 'OK', - 'details' => $metadataArray - ], JSON_PRETTY_PRINT); - - $this->assertSame(Code::OK, $apiException->getCode()); - $this->assertSame($expectedMessage, $apiException->getMessage()); - $this->assertSame($metadata, $apiException->getMetadata()); - } - - public function getMetadata() - { - $retryInfo = new RetryInfo(); - $duration = new Duration(); - $duration->setSeconds(1); - $duration->setNanos(2); - $retryInfo->setRetryDelay($duration); - - $unknownBinData = [ - [ - '@type' => 'unknown-bin', - 'data' => '' - ] - ]; - $asciiData = [ - [ - '@type' => 'ascii', - 'data' => 'ascii-data' - ] - ]; - $retryInfoData = [ - [ - '@type' => 'google.rpc.retryinfo-bin', - 'retryDelay' => [ - 'seconds' => 1, - 'nanos' => 2, - ], - ] - ]; - $allKnownTypesData = [ - [ - '@type' => 'google.rpc.retryinfo-bin', - ], - [ - '@type' => 'google.rpc.debuginfo-bin', - "stackEntries" => [], - "detail" => "" - ], - [ - '@type' => 'google.rpc.quotafailure-bin', - 'violations' => [], - ], - [ - '@type' => 'google.rpc.badrequest-bin', - 'fieldViolations' => [] - ], - [ - '@type' => 'google.rpc.requestinfo-bin', - 'requestId' => '', - 'servingData' => '', - ], - [ - '@type' => 'google.rpc.resourceinfo-bin', - 'resourceType' => '', - 'resourceName' => '', - 'owner' => '', - 'description' => '', - ], - [ - '@type' => 'google.rpc.help-bin', - 'links' => [], - ], - [ - '@type' => 'google.rpc.localizedmessage-bin', - 'locale' => '', - 'message' => '', - ], - ]; - - return [ - [['unknown-bin' => ['some-data-that-should-not-appear']], $unknownBinData], - [['ascii' => ['ascii-data']], $asciiData], - [['google.rpc.retryinfo-bin' => [$retryInfo->serializeToString()]], $retryInfoData], - [[ - 'google.rpc.retryinfo-bin' => [(new RetryInfo())->serializeToString()], - 'google.rpc.debuginfo-bin' => [(new DebugInfo())->serializeToString()], - 'google.rpc.quotafailure-bin' => [(new QuotaFailure())->serializeToString()], - 'google.rpc.badrequest-bin' => [(new BadRequest())->serializeToString()], - 'google.rpc.requestinfo-bin' => [(new RequestInfo())->serializeToString()], - 'google.rpc.resourceinfo-bin' => [(new ResourceInfo())->serializeToString()], - 'google.rpc.help-bin' => [(new Help())->serializeToString()], - 'google.rpc.localizedmessage-bin' => [(new LocalizedMessage())->serializeToString()], - ], $allKnownTypesData], - ]; - } - - /** - * @dataProvider getMetadata - */ - public function testCreateFromApiResponse($metadata, $metadataArray) { - $basicMessage = 'testWithMetadata'; - $code = Code::OK; - $status = 'OK'; - - $apiException = ApiException::createFromApiResponse($basicMessage, $code, $metadata); - - $expectedMessage = json_encode([ - 'message' => $basicMessage, - 'code' => $code, - 'status' => $status, - 'details' => $metadataArray - ], JSON_PRETTY_PRINT); - - $this->assertSame(Code::OK, $apiException->getCode()); - $this->assertSame($expectedMessage, $apiException->getMessage()); - $this->assertSame($metadata, $apiException->getMetadata()); - } - - /** - * @dataProvider getRpcStatusData - */ - public function testCreateFromRpcStatus($status, $expectedApiException) { - $actualApiException = ApiException::createFromRpcStatus($status); - $this->assertEquals($expectedApiException, $actualApiException); - } - - public function getRpcStatusData() - { - $debugInfo = new DebugInfo(); - $debugInfo->setDetail("debug detail"); - $any = new Any(); - $any->pack($debugInfo); - - $status = new Status(); - $status->setMessage("status string"); - $status->setCode(Code::OK); - $status->setDetails([$any]); - - $expectedMessage = json_encode([ - 'message' => $status->getMessage(), - 'code' => $status->getCode(), - 'status' => 'OK', - 'details' => [ - [ - 'stackEntries' => [], - 'detail' => 'debug detail', - ] - ], - ], JSON_PRETTY_PRINT); - - return [ - [ - $status, - new ApiException($expectedMessage, Code::OK, 'OK', [ - 'metadata' => $status->getDetails(), - 'basicMessage' => $status->getMessage(), - ] - ) - ] - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ApiStatusTest.php b/vendor/google/gax/tests/Tests/Unit/ApiStatusTest.php deleted file mode 100644 index 2bcb90dbc..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ApiStatusTest.php +++ /dev/null @@ -1,119 +0,0 @@ -assertTrue(ApiStatus::isValidStatus($status)); - } - - /** - * @dataProvider getInvalidStatus - */ - public function testValidateInvalid($status) - { - $this->assertFalse(ApiStatus::isValidStatus($status)); - } - - public function getValidStatus() - { - return [ - ['OK'], - ['CANCELLED'], - ['UNKNOWN'], - ['INVALID_ARGUMENT'], - ['DEADLINE_EXCEEDED'], - ['NOT_FOUND'], - ['ALREADY_EXISTS'], - ['PERMISSION_DENIED'], - ['RESOURCE_EXHAUSTED'], - ['FAILED_PRECONDITION'], - ['ABORTED'], - ['OUT_OF_RANGE'], - ['UNIMPLEMENTED'], - ['INTERNAL'], - ['UNAVAILABLE'], - ['DATA_LOSS'], - ['UNAUTHENTICATED'], - ]; - } - - public function getInvalidStatus() - { - return [ - ['UNRECOGNIZED_STATUS'], - [''], - ['NONSENSE'], - ]; - } - - /** - * @dataProvider getCodeAndStatus - */ - public function testStatusFromRpcCode($code, $status) - { - $this->assertSame($status, ApiStatus::statusFromRpcCode($code)); - } - - public function getCodeAndStatus() - { - return [ - [Code::OK, ApiStatus::OK], - [Code::CANCELLED, ApiStatus::CANCELLED], - [Code::UNKNOWN, ApiStatus::UNKNOWN], - [Code::INVALID_ARGUMENT, ApiStatus::INVALID_ARGUMENT], - [Code::DEADLINE_EXCEEDED, ApiStatus::DEADLINE_EXCEEDED], - [Code::NOT_FOUND, ApiStatus::NOT_FOUND], - [Code::ALREADY_EXISTS, ApiStatus::ALREADY_EXISTS], - [Code::PERMISSION_DENIED, ApiStatus::PERMISSION_DENIED], - [Code::RESOURCE_EXHAUSTED, ApiStatus::RESOURCE_EXHAUSTED], - [Code::FAILED_PRECONDITION, ApiStatus::FAILED_PRECONDITION], - [Code::ABORTED, ApiStatus::ABORTED], - [Code::OUT_OF_RANGE, ApiStatus::OUT_OF_RANGE], - [Code::UNIMPLEMENTED, ApiStatus::UNIMPLEMENTED], - [Code::INTERNAL, ApiStatus::INTERNAL], - [Code::UNAVAILABLE, ApiStatus::UNAVAILABLE], - [Code::DATA_LOSS, ApiStatus::DATA_LOSS], - [Code::UNAUTHENTICATED, ApiStatus::UNAUTHENTICATED], - [-1, ApiStatus::UNRECOGNIZED_STATUS] - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ArrayTraitTest.php b/vendor/google/gax/tests/Tests/Unit/ArrayTraitTest.php deleted file mode 100644 index a292d589a..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ArrayTraitTest.php +++ /dev/null @@ -1,167 +0,0 @@ -implementation = new ArrayTraitStub(); - } - - public function testPluck() - { - $value = '123'; - $key = 'key'; - $array = [$key => $value]; - $actualValue = $this->implementation->call('pluck', [$key, &$array]); - - $this->assertEquals($value, $actualValue); - $this->assertEquals([], $array); - } - - /** - * @expectedException InvalidArgumentException - */ - public function testPluckThrowsExceptionWithInvalidKey() - { - $array = []; - $this->implementation->call('pluck', ['not_here', &$array]); - } - - public function testPluckArray() - { - $keys = ['key1', 'key2']; - $array = [ - 'key1' => 'test', - 'key2' => 'test' - ]; - $expectedArray = $array; - - $actualValues = $this->implementation->call('pluckArray', [$keys, &$array]); - - $this->assertEquals($expectedArray, $actualValues); - $this->assertEquals([], $array); - } - - public function testIsAssocTrue() - { - $actual = $this->implementation->call('isAssoc', [[ - 'test' => 1, - 'test' => 2 - ]]); - - $this->assertTrue($actual); - } - - public function testIsAssocFalse() - { - $actual = $this->implementation->call('isAssoc', [[1, 2, 3]]); - - $this->assertFalse($actual); - } - - public function testArrayFilterRemoveNull() - { - $input = [ - 'null' => null, - 'false' => false, - 'zero' => 0, - 'float' => 0.0, - 'empty' => '', - 'array' => [], - ]; - - $res = $this->implementation->call('arrayFilterRemoveNull', [$input]); - $this->assertFalse(array_key_exists('null', $res)); - $this->assertTrue(array_key_exists('false', $res)); - $this->assertTrue(array_key_exists('zero', $res)); - $this->assertTrue(array_key_exists('float', $res)); - $this->assertTrue(array_key_exists('empty', $res)); - $this->assertTrue(array_key_exists('array', $res)); - } - - /** - * @dataProvider subsetArrayData - */ - public function testSubsetArray($keys, $array, $expectedSubset) - { - $actualSubset = $this->implementation->call('subsetArray', [$keys, $array]); - $this->assertSame($expectedSubset, $actualSubset); - } - - public function subsetArrayData() - { - return [ - [ - ['one', 2], - [ - 'one' => 'value-of-one', - 2 => 'value-of-two', - 'three' => 'value-of-three' - ], - [ - 'one' => 'value-of-one', - 2 => 'value-of-two', - ], - ], - [ - ['one', 2, 'four'], - [ - 'one' => 'value-of-one', - 2 => 'value-of-two', - 'three' => 'value-of-three' - ], - [ - 'one' => 'value-of-one', - 2 => 'value-of-two', - ], - ] - ]; - } -} - -class ArrayTraitStub -{ - use ArrayTrait; - - public function call($fn, array $args) - { - return call_user_func_array([$this, $fn], $args); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/BidiStreamTest.php b/vendor/google/gax/tests/Tests/Unit/BidiStreamTest.php deleted file mode 100644 index 9c59ec9e3..000000000 --- a/vendor/google/gax/tests/Tests/Unit/BidiStreamTest.php +++ /dev/null @@ -1,318 +0,0 @@ -assertSame($call, $stream->getBidiStreamingCall()); - $this->assertSame([], iterator_to_array($stream->closeWriteAndReadAll())); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage empty failure read - */ - public function testEmptyFailureRead() - { - $call = new MockBidiStreamingCall([], null, new MockStatus(Code::INTERNAL, 'empty failure read')); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $stream->closeWrite(); - $stream->read(); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage empty failure readall - */ - public function testEmptyFailureReadAll() - { - $call = new MockBidiStreamingCall([], null, new MockStatus(Code::INTERNAL, 'empty failure readall')); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - iterator_to_array($stream->closeWriteAndReadAll()); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Cannot call read() after streaming call is complete. - */ - public function testReadAfterComplete() - { - $call = new MockBidiStreamingCall([]); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $stream->closeWrite(); - $this->assertNull($stream->read()); - $stream->read(); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Cannot call write() after streaming call is complete. - */ - public function testWriteAfterComplete() - { - $call = new MockBidiStreamingCall([]); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $stream->closeWrite(); - $this->assertNull($stream->read()); - $stream->write('request'); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Cannot call write() after calling closeWrite(). - */ - public function testWriteAfterCloseWrite() - { - $call = new MockBidiStreamingCall([]); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $stream->closeWrite(); - $stream->write('request'); - } - - public function testReadStringsSuccess() - { - $responses = ['abc', 'def']; - $call = new MockBidiStreamingCall($responses); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $this->assertSame($responses, iterator_to_array($stream->closeWriteAndReadAll())); - } - - public function testReadObjectsSuccess() - { - $responses = [ - $this->createStatus(Code::OK, 'response1'), - $this->createStatus(Code::OK, 'response2') - ]; - $serializedResponses = []; - foreach ($responses as $response) { - $serializedResponses[] = $response->serializeToString(); - } - $call = new MockBidiStreamingCall($serializedResponses, ['\Google\Rpc\Status', 'mergeFromString']); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $this->assertEquals($responses, iterator_to_array($stream->closeWriteAndReadAll())); - } - - public function testReadCloseReadSuccess() - { - $responses = [ - $this->createStatus(Code::OK, 'response1'), - $this->createStatus(Code::OK, 'response2') - ]; - $serializedResponses = []; - foreach ($responses as $response) { - $serializedResponses[] = $response->serializeToString(); - } - $call = new MockBidiStreamingCall($serializedResponses, ['\Google\Rpc\Status', 'mergeFromString']); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $response = $stream->read(); - $stream->closeWrite(); - $index = 0; - while (!is_null($response)) { - $this->assertEquals($response, $responses[$index]); - $response = $stream->read(); - $index++; - } - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage read failure - */ - public function testReadFailure() - { - $responses = ['abc', 'def']; - $call = new MockBidiStreamingCall( - $responses, - null, - new MockStatus(Code::INTERNAL, 'read failure') - ); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $index = 0; - try { - foreach ($stream->closeWriteAndReadAll() as $response) { - $this->assertSame($response, $responses[$index]); - $index++; - } - } finally { - $this->assertSame(2, $index); - } - } - - public function testWriteStringsSuccess() - { - $requests = ['request1', 'request2']; - $responses = []; - $call = new MockBidiStreamingCall($responses); - $stream = new BidiStream($call); - - $stream->writeAll($requests); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $this->assertSame([], iterator_to_array($stream->closeWriteAndReadAll())); - $this->assertEquals($requests, $call->popReceivedCalls()); - } - - public function testWriteObjectsSuccess() - { - $requests = [ - $this->createStatus(Code::OK, 'request1'), - $this->createStatus(Code::OK, 'request2') - ]; - $responses = []; - $call = new MockBidiStreamingCall($responses, ['\Google\Rpc\Status', 'mergeFromString']); - $stream = new BidiStream($call); - - $stream->writeAll($requests); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $this->assertSame([], iterator_to_array($stream->closeWriteAndReadAll())); - $this->assertEquals($requests, $call->popReceivedCalls()); - } - - public function testAlternateReadWriteObjectsSuccess() - { - $requests = [ - $this->createStatus(Code::OK, 'request1'), - $this->createStatus(Code::OK, 'request2'), - $this->createStatus(Code::OK, 'request3') - ]; - $responses = [ - $this->createStatus(Code::OK, 'response1'), - $this->createStatus(Code::OK, 'response2'), - $this->createStatus(Code::OK, 'response3'), - $this->createStatus(Code::OK, 'response4') - ]; - $serializedResponses = []; - foreach ($responses as $response) { - $serializedResponses[] = $response->serializeToString(); - } - $call = new MockBidiStreamingCall($serializedResponses, ['\Google\Rpc\Status', 'mergeFromString']); - $stream = new BidiStream($call); - - $index = 0; - foreach ($requests as $request) { - $stream->write($request); - $response = $stream->read(); - $this->assertEquals($response, $responses[$index]); - $index++; - } - $stream->closeWrite(); - $response = $stream->read(); - while (!is_null($response)) { - $this->assertEquals($response, $responses[$index]); - $index++; - $response = $stream->read(); - } - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $this->assertEquals($requests, $call->popReceivedCalls()); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage write failure without close - */ - public function testWriteFailureWithoutClose() - { - $request = 'request'; - $responses = [null]; - $call = new MockBidiStreamingCall( - $responses, - null, - new MockStatus(Code::INTERNAL, 'write failure without close') - ); - $stream = new BidiStream($call); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $stream->write($request); - - try { - $stream->read(); - } finally { - $this->assertEquals([$request], $call->popReceivedCalls()); - } - } - - public function testResourcesSuccess() - { - $resources = ['resource1', 'resource2', 'resource3']; - $repeatedField1 = new RepeatedField(GPBType::STRING); - $repeatedField1[] = 'resource1'; - $repeatedField2 = new RepeatedField(GPBType::STRING); - $repeatedField2[] = 'resource2'; - $repeatedField2[] = 'resource3'; - $responses = [ - $this->createMockResponse('nextPageToken1', $repeatedField1), - $this->createMockResponse('nextPageToken1', $repeatedField2) - ]; - $call = new MockBidiStreamingCall($responses); - $stream = new BidiStream($call, [ - 'resourcesGetMethod' => 'getResourcesList' - ]); - - $this->assertSame($call, $stream->getBidiStreamingCall()); - $this->assertEquals($resources, iterator_to_array($stream->closeWriteAndReadAll())); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ClientStreamTest.php b/vendor/google/gax/tests/Tests/Unit/ClientStreamTest.php deleted file mode 100644 index 4adfbe449..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ClientStreamTest.php +++ /dev/null @@ -1,162 +0,0 @@ -assertSame($call, $stream->getClientStreamingCall()); - $this->assertSame($response, $stream->readResponse()); - $this->assertSame([], $call->popReceivedCalls()); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage no writes failure - */ - public function testNoWritesFailure() - { - $response = 'response'; - $call = new MockClientStreamingCall( - $response, - null, - new MockStatus(Code::INTERNAL, 'no writes failure') - ); - $stream = new ClientStream($call); - - $this->assertSame($call, $stream->getClientStreamingCall()); - $this->assertSame([], $call->popReceivedCalls()); - $stream->readResponse(); - } - - public function testManualWritesSuccess() - { - $requests = [ - $this->createStatus(Code::OK, 'request1'), - $this->createStatus(Code::OK, 'request2') - ]; - $response = $this->createStatus(Code::OK, 'response'); - $call = new MockClientStreamingCall($response->serializeToString(), ['\Google\Rpc\Status', 'mergeFromString']); - $stream = new ClientStream($call); - - foreach ($requests as $request) { - $stream->write($request); - } - - $this->assertSame($call, $stream->getClientStreamingCall()); - $this->assertEquals($response, $stream->readResponse()); - $this->assertEquals($requests, $call->popReceivedCalls()); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage manual writes failure - */ - public function testManualWritesFailure() - { - $requests = [ - $this->createStatus(Code::OK, 'request1'), - $this->createStatus(Code::OK, 'request2') - ]; - $response = $this->createStatus(Code::OK, 'response'); - $call = new MockClientStreamingCall( - $response->serializeToString(), - ['\Google\Rpc\Status', 'mergeFromString'], - new MockStatus(Code::INTERNAL, 'manual writes failure') - ); - $stream = new ClientStream($call); - - foreach ($requests as $request) { - $stream->write($request); - } - - $this->assertSame($call, $stream->getClientStreamingCall()); - $this->assertEquals($requests, $call->popReceivedCalls()); - $stream->readResponse(); - } - - public function testWriteAllSuccess() - { - $requests = [ - $this->createStatus(Code::OK, 'request1'), - $this->createStatus(Code::OK, 'request2') - ]; - $response = $this->createStatus(Code::OK, 'response'); - $call = new MockClientStreamingCall($response->serializeToString(), ['\Google\Rpc\Status', 'mergeFromString']); - $stream = new ClientStream($call); - - $actualResponse = $stream->writeAllAndReadResponse($requests); - - $this->assertSame($call, $stream->getClientStreamingCall()); - $this->assertEquals($response, $actualResponse); - $this->assertEquals($requests, $call->popReceivedCalls()); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage write all failure - */ - public function testWriteAllFailure() - { - $requests = [ - $this->createStatus(Code::OK, 'request1'), - $this->createStatus(Code::OK, 'request2') - ]; - $response = $this->createStatus(Code::OK, 'response'); - $call = new MockClientStreamingCall( - $response->serializeToString(), - ['\Google\Rpc\Status', 'mergeFromString'], - new MockStatus(Code::INTERNAL, 'write all failure') - ); - $stream = new ClientStream($call); - - try { - $stream->writeAllAndReadResponse($requests); - } finally { - $this->assertSame($call, $stream->getClientStreamingCall()); - $this->assertEquals($requests, $call->popReceivedCalls()); - } - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/CredentialsWrapperTest.php b/vendor/google/gax/tests/Tests/Unit/CredentialsWrapperTest.php deleted file mode 100644 index a52010b9b..000000000 --- a/vendor/google/gax/tests/Tests/Unit/CredentialsWrapperTest.php +++ /dev/null @@ -1,252 +0,0 @@ -assertEquals($expectedCredentialsWrapper, $actualCredentialsWrapper); - } - - public function buildData() - { - return $this->buildDataWithoutKeyFile() + $this->buildDataWithKeyFile(); - } - - private function buildDataWithoutKeyFile() - { - $scopes = ['myscope']; - $defaultAuthHttpHandler = HttpHandlerFactory::build(); - $authHttpHandler = HttpHandlerFactory::build(); - $asyncAuthHttpHandler = function ($request, $options) use ($authHttpHandler) { - return $authHttpHandler->async($request, $options)->wait(); - }; - $defaultAuthCache = new MemoryCacheItemPool(); - $authCache = new SysVCacheItemPool(); - $authCacheOptions = ['lifetime' => 600]; - return [ - [ - [], - new CredentialsWrapper(ApplicationDefaultCredentials::getCredentials(null, $defaultAuthHttpHandler, null, $defaultAuthCache), $defaultAuthHttpHandler), - ], - [ - ['scopes' => $scopes], - new CredentialsWrapper(ApplicationDefaultCredentials::getCredentials($scopes, $defaultAuthHttpHandler, null, $defaultAuthCache), $defaultAuthHttpHandler), - ], - [ - ['scopes' => $scopes, 'authHttpHandler' => $asyncAuthHttpHandler], - new CredentialsWrapper(ApplicationDefaultCredentials::getCredentials($scopes, $asyncAuthHttpHandler, null, $defaultAuthCache), $asyncAuthHttpHandler), - ], - [ - ['enableCaching' => false], - new CredentialsWrapper(ApplicationDefaultCredentials::getCredentials(null, $defaultAuthHttpHandler, null, null), $defaultAuthHttpHandler), - ], - [ - ['authCacheOptions' => $authCacheOptions], - new CredentialsWrapper(ApplicationDefaultCredentials::getCredentials(null, $defaultAuthHttpHandler, $authCacheOptions, $defaultAuthCache), $defaultAuthHttpHandler), - ], - [ - ['authCache' => $authCache], - new CredentialsWrapper(ApplicationDefaultCredentials::getCredentials(null, $defaultAuthHttpHandler, null, $authCache), $defaultAuthHttpHandler), - ], - ]; - } - - private function buildDataWithKeyFile() - { - $keyFilePath = __DIR__ . '/testdata/json-key-file.json'; - $keyFile = json_decode(file_get_contents($keyFilePath), true); - - $scopes = ['myscope']; - $authHttpHandler = function () {}; - $defaultAuthCache = new MemoryCacheItemPool(); - $authCache = new SysVCacheItemPool(); - $authCacheOptions = ['lifetime' => 600]; - return [ - [ - ['keyFile' => $keyFile], - $this->makeExpectedKeyFileCreds($keyFile, null, $defaultAuthCache, null, null), - ], - [ - ['keyFile' => $keyFilePath], - $this->makeExpectedKeyFileCreds($keyFile, null, $defaultAuthCache, null, null), - ], - [ - ['keyFile' => $keyFile, 'scopes' => $scopes], - $this->makeExpectedKeyFileCreds($keyFile, $scopes, $defaultAuthCache, null, null), - ], - [ - ['keyFile' => $keyFile, 'scopes' => $scopes, 'authHttpHandler' => $authHttpHandler], - $this->makeExpectedKeyFileCreds($keyFile, $scopes, $defaultAuthCache, null, $authHttpHandler), - ], - [ - ['keyFile' => $keyFile, 'enableCaching' => false], - $this->makeExpectedKeyFileCreds($keyFile, null, null, null, null), - ], - [ - ['keyFile' => $keyFile, 'authCacheOptions' => $authCacheOptions], - $this->makeExpectedKeyFileCreds($keyFile, null, $defaultAuthCache, $authCacheOptions, null), - ], - [ - ['keyFile' => $keyFile, 'authCache' => $authCache], - $this->makeExpectedKeyFileCreds($keyFile, null, $authCache, null, null), - ], - ]; - } - - private function makeExpectedKeyFileCreds($keyFile, $scopes, $cache, $cacheConfig, $httpHandler) - { - $loader = CredentialsLoader::makeCredentials($scopes, $keyFile); - if ($cache) { - $loader = new FetchAuthTokenCache($loader, $cacheConfig, $cache); - } - return new CredentialsWrapper($loader, $httpHandler); - } - - /** - * @dataProvider getBearerStringData - */ - public function testGetBearerString($fetcher, $expectedBearerString) - { - $credentialsWrapper = new CredentialsWrapper($fetcher); - $bearerString = $credentialsWrapper->getBearerString(); - $this->assertSame($expectedBearerString, $bearerString); - } - - public function getBearerStringData() - { - $expiredFetcher = $this->prophesize(FetchAuthTokenInterface::class); - $expiredFetcher->getLastReceivedToken() - ->willReturn([ - 'access_token' => 123, - 'expires_at' => time() - 1 - ]); - $expiredFetcher->fetchAuthToken(Argument::any()) - ->willReturn([ - 'access_token' => 456, - 'expires_at' => time() + 1000 - ]); - $unexpiredFetcher = $this->prophesize(FetchAuthTokenInterface::class); - $unexpiredFetcher->getLastReceivedToken() - ->willReturn([ - 'access_token' => 123, - 'expires_at' => time() + 100, - ]); - $insecureFetcher = $this->prophesize(FetchAuthTokenInterface::class); - $insecureFetcher->getLastReceivedToken()->willReturn(null); - $insecureFetcher->fetchAuthToken(Argument::any()) - ->willReturn([ - 'access_token' => '', - ]); - $nullFetcher = $this->prophesize(FetchAuthTokenInterface::class); - $nullFetcher->getLastReceivedToken()->willReturn(null); - $nullFetcher->fetchAuthToken(Argument::any()) - ->willReturn([ - 'access_token' => null, - ]); - return [ - [$expiredFetcher->reveal(), 'Bearer 456'], - [$unexpiredFetcher->reveal(), 'Bearer 123'], - [$insecureFetcher->reveal(), ''], - [$nullFetcher->reveal(), ''] - ]; - } - - /** - * @dataProvider getAuthorizationHeaderCallbackData - */ - public function testGetAuthorizationHeaderCallback($fetcher, $expectedCallbackResponse) - { - $credentialsWrapper = new CredentialsWrapper($fetcher); - $callback = $credentialsWrapper->getAuthorizationHeaderCallback(); - $actualResponse = $callback(); - $this->assertSame($expectedCallbackResponse, $actualResponse); - } - - public function getAuthorizationHeaderCallbackData() - { - $expiredFetcher = $this->prophesize(FetchAuthTokenInterface::class); - $expiredFetcher->getLastReceivedToken() - ->willReturn([ - 'access_token' => 123, - 'expires_at' => time() - 1 - ]); - $expiredFetcher->fetchAuthToken(Argument::any()) - ->willReturn([ - 'access_token' => 456, - 'expires_at' => time() + 1000 - ]); - $unexpiredFetcher = $this->prophesize(FetchAuthTokenInterface::class); - $unexpiredFetcher->getLastReceivedToken() - ->willReturn([ - 'access_token' => 123, - 'expires_at' => time() + 100, - ]); - - $insecureFetcher = $this->prophesize(FetchAuthTokenInterface::class); - $insecureFetcher->getLastReceivedToken()->willReturn(null); - $insecureFetcher->fetchAuthToken(Argument::any()) - ->willReturn([ - 'access_token' => '', - ]); - $nullFetcher = $this->prophesize(FetchAuthTokenInterface::class); - $nullFetcher->getLastReceivedToken()->willReturn(null); - $nullFetcher->fetchAuthToken(Argument::any()) - ->willReturn([ - 'access_token' => null, - ]); - return [ - [$expiredFetcher->reveal(), ['authorization' => ['Bearer 456']]], - [$unexpiredFetcher->reveal(), ['authorization' => ['Bearer 123']]], - [$insecureFetcher->reveal(), []], - [$nullFetcher->reveal(), []], - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/FixedSizeCollectionTest.php b/vendor/google/gax/tests/Tests/Unit/FixedSizeCollectionTest.php deleted file mode 100644 index df0e47118..000000000 --- a/vendor/google/gax/tests/Tests/Unit/FixedSizeCollectionTest.php +++ /dev/null @@ -1,206 +0,0 @@ -createMockRequest('token', 3); - - $pageStreamingDescriptor = PageStreamingDescriptor::createFromFields([ - 'requestPageTokenField' => 'pageToken', - 'requestPageSizeField' => 'pageSize', - 'responsePageTokenField' => 'nextPageToken', - 'resourceField' => 'resourcesList' - ]); - - $internalCall = $this->createCallWithResponseSequence($responseSequence); - - $callable = function () use ($internalCall) { - list($response, $status) = call_user_func_array( - array($internalCall, 'takeAction'), - func_get_args() - ); - return $promise = new \GuzzleHttp\Promise\Promise(function () use (&$promise, $response) { - $promise->resolve($response); - }); - }; - - $call = new Call('method', 'decodeType', $mockRequest); - $options = []; - - $response = $callable($call, $options)->wait(); - return new Page($call, $options, $callable, $pageStreamingDescriptor, $response); - } - - public function testFixedCollectionMethods() - { - $responseA = $this->createMockResponse( - 'nextPageToken1', - ['resource1', 'resource2'] - ); - $responseB = $this->createMockResponse( - 'nextPageToken2', - ['resource3', 'resource4', 'resource5'] - ); - $responseC = $this->createMockResponse( - 'nextPageToken3', - ['resource6', 'resource7'] - ); - $responseD = $this->createMockResponse( - '', - ['resource8', 'resource9'] - ); - $page = $this->createPage([ - [$responseA, new MockStatus(Code::OK, '')], - [$responseB, new MockStatus(Code::OK, '')], - [$responseC, new MockStatus(Code::OK, '')], - [$responseD, new MockStatus(Code::OK, '')], - ]); - - $fixedSizeCollection = new FixedSizeCollection($page, 5); - - $this->assertEquals($fixedSizeCollection->getCollectionSize(), 5); - $this->assertEquals($fixedSizeCollection->hasNextCollection(), true); - $this->assertEquals($fixedSizeCollection->getNextPageToken(), 'nextPageToken2'); - $results = iterator_to_array($fixedSizeCollection); - $this->assertEquals( - $results, - ['resource1', 'resource2', 'resource3', 'resource4', 'resource5'] - ); - - $nextCollection = $fixedSizeCollection->getNextCollection(); - - $this->assertEquals($nextCollection->getCollectionSize(), 4); - $this->assertEquals($nextCollection->hasNextCollection(), false); - $this->assertEquals($nextCollection->getNextPageToken(), ''); - $results = iterator_to_array($nextCollection); - $this->assertEquals( - $results, - ['resource6', 'resource7', 'resource8', 'resource9'] - ); - } - - public function testIterateCollections() - { - $responseA = $this->createMockResponse( - 'nextPageToken1', - ['resource1', 'resource2'] - ); - $responseB = $this->createMockResponse( - '', - ['resource3', 'resource4'] - ); - $page = $this->createPage([ - [$responseA, new MockStatus(Code::OK, '')], - [$responseB, new MockStatus(Code::OK, '')], - ]); - - $collection = new FixedSizeCollection($page, 2); - - $results = []; - $iterations = 0; - foreach ($collection->iterateCollections() as $nextCollection) { - $results = array_merge($results, iterator_to_array($nextCollection)); - $iterations++; - } - $this->assertEquals( - $results, - ['resource1', 'resource2', 'resource3', 'resource4'] - ); - $this->assertEquals(2, $iterations); - } - - /** - * @expectedException LengthException - * @expectedExceptionMessage API returned a number of elements exceeding the specified page size limit - */ - public function testApiReturningMoreElementsThanPageSize() - { - $responseA = $this->createMockResponse( - 'nextPageToken1', - ['resource1', 'resource2'] - ); - $responseB = $this->createMockResponse( - 'nextPageToken2', - ['resource3', 'resource4', 'resource5'] - ); - $page = $this->createPage([ - [$responseA, new MockStatus(Code::OK, '')], - [$responseB, new MockStatus(Code::OK, '')], - ]); - - $collection = new FixedSizeCollection($page, 3); - $collection->getNextCollection(); - } - - /** - * @expectedException InvalidArgumentException - * @expectedExceptionMessage collectionSize must be > 0. - */ - public function testEmptyCollectionThrowsException() - { - $collectionSize = 0; - $page = $this->getMockBuilder(Page::class) - ->disableOriginalConstructor() - ->getMock(); - new FixedSizeCollection($page, $collectionSize); - } - - /** - * @expectedException InvalidArgumentException - * @expectedExceptionMessage collectionSize must be greater than or equal to the number of elements in initialPage - */ - public function testInvalidPageCount() - { - $collectionSize = 1; - $page = $this->getMockBuilder(Page::class) - ->disableOriginalConstructor() - ->getMock(); - $page->expects($this->exactly(2)) - ->method('getPageElementCount') - ->will($this->returnValue(2)); - new FixedSizeCollection($page, $collectionSize); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/GapicClientTraitTest.php b/vendor/google/gax/tests/Tests/Unit/GapicClientTraitTest.php deleted file mode 100644 index 87e8455cd..000000000 --- a/vendor/google/gax/tests/Tests/Unit/GapicClientTraitTest.php +++ /dev/null @@ -1,761 +0,0 @@ -set('gapicVersionFromFile', null, true); - } - - public function testHeadersOverwriteBehavior() - { - $header = AgentHeader::buildAgentHeader([ - 'libName' => 'gccl', - 'libVersion' => '0.0.0', - 'gapicVersion' => '0.9.0', - 'apiCoreVersion' => '1.0.0', - 'phpVersion' => '5.5.0', - 'grpcVersion' => '1.0.1' - ]); - $headers = [ - 'x-goog-api-client' => ['this-should-not-be-used'], - 'new-header' => ['this-should-be-used'] - ]; - $expectedHeaders = [ - 'x-goog-api-client' => ['gl-php/5.5.0 gccl/0.0.0 gapic/0.9.0 gax/1.0.0 grpc/1.0.1'], - 'new-header' => ['this-should-be-used'], - ]; - $transport = $this->getMock(TransportInterface::class); - $credentialsWrapper = CredentialsWrapper::build([]); - $transport->expects($this->once()) - ->method('startUnaryCall') - ->with( - $this->isInstanceOf(Call::class), - $this->equalTo([ - 'headers' => $expectedHeaders, - 'credentialsWrapper' => $credentialsWrapper, - ]) - ); - $client = new GapicClientTraitStub(); - $client->set('agentHeader', $header); - $client->set('retrySettings', [ - 'method' => $this->getMockBuilder(RetrySettings::class) - ->disableOriginalConstructor() - ->getMock() - ] - ); - $client->set('transport', $transport); - $client->set('credentialsWrapper', $credentialsWrapper); - $client->call('startCall', [ - 'method', - 'decodeType', - ['headers' => $headers] - ]); - } - - public function testStartOperationsCall() - { - $header = AgentHeader::buildAgentHeader([]); - $retrySettings = $this->getMockBuilder(RetrySettings::class) - ->disableOriginalConstructor() - ->getMock(); - - $longRunningDescriptors = [ - 'longRunning' => [ - 'operationReturnType' => 'operationType', - 'metadataReturnType' => 'metadataType', - 'initialPollDelayMillis' => 100, - 'pollDelayMultiplier' => 1.0, - 'maxPollDelayMillis' => 200, - 'totalPollTimeoutMillis' => 300, - ] - ]; - $expectedPromise = new FulfilledPromise(new Operation()); - $transport = $this->getMock(TransportInterface::class); - $transport->expects($this->once()) - ->method('startUnaryCall') - ->will($this->returnValue($expectedPromise)); - $credentialsWrapper = CredentialsWrapper::build([]); - $client = new GapicClientTraitStub(); - $client->set('transport', $transport); - $client->set('credentialsWrapper', $credentialsWrapper); - $client->set('agentHeader', $header); - $client->set('retrySettings', ['method' => $retrySettings]); - $client->set('descriptors', ['method' => $longRunningDescriptors]); - $message = new MockRequest(); - $operationsClient = $this->getMockBuilder(OperationsClient::class) - ->disableOriginalConstructor() - ->getMock(); - $response = $client->call('startOperationsCall', [ - 'method', - [], - $message, - $operationsClient - ])->wait(); - - $expectedResponse = new OperationResponse( - '', - $operationsClient, - $longRunningDescriptors['longRunning'] + ['lastProtoResponse' => new Operation()] - ); - - $this->assertEquals($expectedResponse, $response); - } - - public function testGetGapicVersionWithVersionFile() - { - require_once __DIR__ . '/testdata/src/GapicClientStub.php'; - $version = '1.2.3-dev'; - $client = new \GapicClientStub(); - $this->assertEquals($version, $client->call('getGapicVersion', [[]])); - } - - public function testGetGapicVersionWithNoAvailableVersion() - { - $client = new GapicClientTraitStub(); - $this->assertEquals('', $client->call('getGapicVersion', [[]])); - } - - public function testGetGapicVersionWithLibVersion() - { - $version = '1.2.3-dev'; - $client = new GapicClientTraitStub(); - $client->set('gapicVersionFromFile', $version, true); - $options = ['libVersion' => $version]; - $this->assertEquals($version, $client->call('getGapicVersion', [ - $options - ])); - } - - /** - * @dataProvider createCredentialsWrapperData - */ - public function testCreateCredentialsWrapper($auth, $authConfig, $expectedCredentialsWrapper) - { - $client = new GapicClientTraitStub(); - $actualCredentialsWrapper = $client->call('createCredentialsWrapper', [ - $auth, - $authConfig, - ]); - - $this->assertEquals($expectedCredentialsWrapper, $actualCredentialsWrapper); - } - - public function createCredentialsWrapperData() - { - $keyFilePath = __DIR__ . '/testdata/json-key-file.json'; - $keyFile = json_decode(file_get_contents($keyFilePath), true); - $fetcher = $this->prophesize(FetchAuthTokenInterface::class)->reveal(); - $credentialsWrapper = new CredentialsWrapper($fetcher); - return [ - [null, [], CredentialsWrapper::build()], - [$keyFilePath, [], CredentialsWrapper::build(['keyFile' => $keyFile])], - [$keyFile, [], CredentialsWrapper::build(['keyFile' => $keyFile])], - [$fetcher, [], new CredentialsWrapper($fetcher)], - [$credentialsWrapper, [], $credentialsWrapper], - ]; - } - - /** - * @dataProvider createCredentialsWrapperValidationExceptionData - * @expectedException \Google\ApiCore\ValidationException - */ - public function testCreateCredentialsWrapperValidationException($auth, $authConfig) - { - $client = new GapicClientTraitStub(); - $client->call('createCredentialsWrapper', [ - $auth, - $authConfig, - ]); - } - - public function createCredentialsWrapperValidationExceptionData() - { - return [ - ['not a json string', []], - [new \stdClass(), []], - ]; - } - - /** - * @dataProvider createCredentialsWrapperInvalidArgumentExceptionData - * @expectedException \InvalidArgumentException - */ - public function testCreateCredentialsWrapperInvalidArgumentException($auth, $authConfig) - { - $client = new GapicClientTraitStub(); - $client->call('createCredentialsWrapper', [ - $auth, - $authConfig, - ]); - } - - public function createCredentialsWrapperInvalidArgumentExceptionData() - { - return [ - [['array' => 'without right keys'], []], - ]; - } - - /** - * @dataProvider createTransportData - */ - public function testCreateTransport($apiEndpoint, $transport, $transportConfig, $expectedTransportClass) - { - if ($expectedTransportClass == GrpcTransport::class) { - $this->requiresGrpcExtension(); - } - $client = new GapicClientTraitStub(); - $transport = $client->call('createTransport', [ - $apiEndpoint, - $transport, - $transportConfig - ]); - - $this->assertEquals($expectedTransportClass, get_class($transport)); - } - - public function createTransportData() - { - $defaultTransportClass = extension_loaded('grpc') - ? GrpcTransport::class - : RestTransport::class; - $apiEndpoint = 'address:443'; - $transport = extension_loaded('grpc') - ? 'grpc' - : 'rest'; - $transportConfig = [ - 'rest' => [ - 'restClientConfigPath' => __DIR__ . '/testdata/test_service_rest_client_config.php', - ], - ]; - return [ - [$apiEndpoint, $transport, $transportConfig, $defaultTransportClass], - [$apiEndpoint, 'grpc', $transportConfig, GrpcTransport::class], - [$apiEndpoint, 'rest', $transportConfig, RestTransport::class], - [$apiEndpoint, 'grpc-fallback', $transportConfig, GrpcFallbackTransport::class], - ]; - } - - /** - * @dataProvider createTransportDataInvalid - * @expectedException \Google\ApiCore\ValidationException - */ - public function testCreateTransportInvalid($apiEndpoint, $transport, $transportConfig) - { - $client = new GapicClientTraitStub(); - $client->call('createTransport', [ - $apiEndpoint, - $transport, - $transportConfig - ]); - } - - public function createTransportDataInvalid() - { - $apiEndpoint = 'address:443'; - $transportConfig = [ - 'rest' => [ - 'restConfigPath' => __DIR__ . '/testdata/test_service_rest_client_config.php', - ], - ]; - return [ - [$apiEndpoint, null, $transportConfig], - [$apiEndpoint, ['transport' => 'weirdstring'], $transportConfig], - [$apiEndpoint, ['transport' => new \stdClass()], $transportConfig], - [$apiEndpoint, ['transport' => 'rest'], []], - ]; - } - - public function testServiceAddressAlias() - { - $client = new GapicClientTraitStub(); - $apiEndpoint = 'test.address.com:443'; - $updatedOptions = $client->call('buildClientOptions', [ - ['serviceAddress' => $apiEndpoint] - ]); - $client->call('setClientOptions', [$updatedOptions]); - - $this->assertEquals($apiEndpoint, $updatedOptions['apiEndpoint']); - $this->assertArrayNotHasKey('serviceAddress', $updatedOptions); - } - - /** - * @dataProvider setClientOptionsData - */ - public function testSetClientOptions($options, $expectedProperties) - { - $client = new GapicClientTraitStub(); - $updatedOptions = $client->call('buildClientOptions', [$options]); - $client->call('setClientOptions', [$updatedOptions]); - foreach ($expectedProperties as $propertyName => $expectedValue) { - $actualValue = $client->get($propertyName); - $this->assertEquals($expectedValue, $actualValue); - } - } - - public function setClientOptionsData() - { - $clientDefaults = GapicClientTraitStub::getClientDefaults(); - $expectedRetrySettings = RetrySettings::load( - $clientDefaults['serviceName'], - json_decode(file_get_contents($clientDefaults['clientConfig']), true), - [] - ); - $disabledRetrySettings = []; - foreach ($expectedRetrySettings as $method => $retrySettingsItem) { - $disabledRetrySettings[$method] = $retrySettingsItem->with([ - 'retriesEnabled' => false - ]); - } - $expectedProperties = [ - 'serviceName' => 'test.interface.v1.api', - 'agentHeader' => AgentHeader::buildAgentHeader([]), - 'retrySettings' => $expectedRetrySettings, - ]; - return [ - [[], $expectedProperties], - [['disableRetries' => true], ['retrySettings' => $disabledRetrySettings] + $expectedProperties], - ]; - } - - /** - * @dataProvider buildClientOptionsProvider - */ - public function testBuildClientOptions($options, $expectedUpdatedOptions) - { - if (!extension_loaded('sysvshm')) { - $this->markTestSkipped('The sysvshm extension must be installed to execute this test.'); - } - $client = new GapicClientTraitStub(); - $updatedOptions = $client->call('buildClientOptions', [$options]); - $this->assertEquals($expectedUpdatedOptions, $updatedOptions); - } - - public function buildClientOptionsProvider() - { - $apiConfig = new ApiConfig(); - $apiConfig->mergeFromJsonString( - file_get_contents(__DIR__.'/testdata/test_service_grpc_config.json') - ); - $grpcGcpConfig = new Config('test.address.com:443', $apiConfig); - - $defaultOptions = [ - 'apiEndpoint' => 'test.address.com:443', - 'serviceName' => 'test.interface.v1.api', - 'clientConfig' => __DIR__ . '/testdata/test_service_client_config.json', - 'descriptorsConfigPath' => __DIR__.'/testdata/test_service_descriptor_config.php', - 'gcpApiConfigPath' => __DIR__.'/testdata/test_service_grpc_config.json', - 'disableRetries' => false, - 'auth' => null, - 'authConfig' => null, - 'transport' => null, - 'transportConfig' => [ - 'grpc' => [ - 'stubOpts' => [ - 'grpc_call_invoker' => $grpcGcpConfig->callInvoker(), - 'grpc.service_config_disable_resolution' => 1 - ] - ], - 'rest' => [ - 'restClientConfigPath' => __DIR__.'/testdata/test_service_rest_client_config.php', - ], - 'grpc-fallback' => [], - ], - 'credentials' => null, - 'credentialsConfig' => [], - 'gapicVersion' => null, - 'libName' => null, - 'libVersion' => null, - ]; - - $restConfigOptions = $defaultOptions; - $restConfigOptions['transportConfig']['rest'] += [ - 'customRestConfig' => 'value' - ]; - $grpcConfigOptions = $defaultOptions; - $grpcConfigOptions['transportConfig']['grpc'] += [ - 'customGrpcConfig' => 'value' - ]; - return [ - [[], $defaultOptions], - [ - [ - 'transportConfig' => [ - 'rest' => [ - 'customRestConfig' => 'value' - ] - ] - ], $restConfigOptions - ], - [ - [ - 'transportConfig' => [ - 'grpc' => [ - 'customGrpcConfig' => 'value' - ] - ] - ], $grpcConfigOptions - ], - ]; - } - - public function testModifyClientOptions() - { - $options = []; - $client = new GapicClientTraitStubExtension(); - $updatedOptions = $client->call('buildClientOptions', [$options]); - - $this->assertArrayHasKey('addNewOption', $updatedOptions); - $this->assertSame(true, $updatedOptions['disableRetries']); - } - - private function buildClientToTestModifyCallMethods() - { - $header = AgentHeader::buildAgentHeader([]); - $retrySettings = $this->getMockBuilder(RetrySettings::class) - ->disableOriginalConstructor() - ->getMock(); - - $longRunningDescriptors = [ - 'longRunning' => [ - 'operationReturnType' => 'operationType', - 'metadataReturnType' => 'metadataType', - ] - ]; - $pageStreamingDescriptors = [ - 'pageStreaming' => [ - 'requestPageTokenGetMethod' => 'getPageToken', - 'requestPageTokenSetMethod' => 'setPageToken', - 'requestPageSizeGetMethod' => 'getPageSize', - 'requestPageSizeSetMethod' => 'setPageSize', - 'responsePageTokenGetMethod' => 'getNextPageToken', - 'resourcesGetMethod' => 'getResources', - ], - ]; - $transport = $this->getMock(TransportInterface::class); - $credentialsWrapper = CredentialsWrapper::build([]); - $client = new GapicClientTraitStubExtension(); - $client->set('transport', $transport); - $client->set('credentialsWrapper', $credentialsWrapper); - $client->set('agentHeader', $header); - $client->set('retrySettings', [ - 'simpleMethod' => $retrySettings, - 'longRunningMethod' => $retrySettings, - 'pagedMethod' => $retrySettings, - 'bidiStreamingMethod' => $retrySettings, - 'clientStreamingMethod' => $retrySettings, - 'serverStreamingMethod' => $retrySettings, - ]); - $client->set('descriptors', [ - 'longRunningMethod' => $longRunningDescriptors, - 'pagedMethod' => $pageStreamingDescriptors, - ]); - return [$client, $transport]; - } - - public function testModifyUnaryCallFromStartCall() - { - list($client, $transport) = $this->buildClientToTestModifyCallMethods(); - $transport->expects($this->once()) - ->method('startUnaryCall') - ->with( - $this->isInstanceOf(Call::class), - $this->equalTo([ - 'transportOptions' => [ - 'custom' => ['addModifyUnaryCallableOption' => true] - ], - 'headers' => AgentHeader::buildAgentHeader([]), - 'credentialsWrapper' => CredentialsWrapper::build([]) - ]) - ) - ->willReturn(new FulfilledPromise(new Operation())); - $client->call('startCall', [ - 'simpleMethod', - 'decodeType', - [], - new MockRequest(), - ])->wait(); - } - - public function testModifyUnaryCallFromOperationsCall() - { - list($client, $transport) = $this->buildClientToTestModifyCallMethods(); - $transport->expects($this->once()) - ->method('startUnaryCall') - ->with( - $this->isInstanceOf(Call::class), - $this->equalTo([ - 'transportOptions' => [ - 'custom' => ['addModifyUnaryCallableOption' => true] - ], - 'headers' => AgentHeader::buildAgentHeader([]), - 'credentialsWrapper' => CredentialsWrapper::build([]) - ]) - ) - ->willReturn(new FulfilledPromise(new Operation())); - $operationsClient = $this->getMockBuilder(OperationsClient::class) - ->disableOriginalConstructor() - ->getMock(); - $client->call('startOperationsCall', [ - 'longRunningMethod', - [], - new MockRequest(), - $operationsClient - ])->wait(); - } - - public function testModifyUnaryCallFromGetPagedListResponse() - { - list($client, $transport) = $this->buildClientToTestModifyCallMethods(); - $transport->expects($this->once()) - ->method('startUnaryCall') - ->with( - $this->isInstanceOf(Call::class), - $this->equalTo([ - 'transportOptions' => [ - 'custom' => ['addModifyUnaryCallableOption' => true] - ], - 'headers' => AgentHeader::buildAgentHeader([]), - 'credentialsWrapper' => CredentialsWrapper::build([]) - ]) - ) - ->willReturn(new FulfilledPromise(new Operation())); - $client->call('getPagedListResponse', [ - 'pagedMethod', - [], - 'decodeType', - new MockRequest(), - ]); - } - - /** - * @dataProvider modifyStreamingCallFromStartCallData - */ - public function testModifyStreamingCallFromStartCall($callArgs, $expectedMethod, $expectedResponse) - { - list($client, $transport) = $this->buildClientToTestModifyCallMethods(); - $transport->expects($this->once()) - ->method($expectedMethod) - ->with( - $this->isInstanceOf(Call::class), - $this->equalTo([ - 'transportOptions' => [ - 'custom' => ['addModifyStreamingCallable' => true] - ], - 'headers' => AgentHeader::buildAgentHeader([]), - 'credentialsWrapper' => CredentialsWrapper::build([]) - ]) - ) - ->willReturn($expectedResponse); - $client->call('startCall', $callArgs); - } - - public function modifyStreamingCallFromStartCallData() - { - return [ - [ - [ - 'bidiStreamingMethod', - '', - [], - null, - Call::BIDI_STREAMING_CALL - ], - 'startBidiStreamingCall', - $this->getMockBuilder(BidiStream::class) - ->disableOriginalConstructor() - ->getMock() - ], - [ - [ - 'clientStreamingMethod', - '', - [], - null, - Call::CLIENT_STREAMING_CALL - ], - 'startClientStreamingCall', - $this->getMockBuilder(ClientStream::class) - ->disableOriginalConstructor() - ->getMock() - ], - [ - [ - 'serverStreamingMethod', - '', - [], - new MockRequest(), - Call::SERVER_STREAMING_CALL - ], - 'startServerStreamingCall', - $this->getMockBuilder(ServerStream::class) - ->disableOriginalConstructor() - ->getMock() - ], - ]; - } - - public function testGetTransport() - { - $transport = $this->getMock(TransportInterface::class); - $client = new GapicClientTraitStub(); - $client->set('transport', $transport); - $this->assertEquals($transport, $client->call('getTransport')); - } - - public function testGetCredentialsWrapper() - { - $credentialsWrapper = $this->getMockBuilder(CredentialsWrapper::class) - ->disableOriginalConstructor() - ->getMock(); - $client = new GapicClientTraitStub(); - $client->set('credentialsWrapper', $credentialsWrapper); - $this->assertEquals($credentialsWrapper, $client->call('getCredentialsWrapper')); - } -} - -class GapicClientTraitStub -{ - use GapicClientTrait; - - public static function getClientDefaults() - { - return [ - 'apiEndpoint' => 'test.address.com:443', - 'serviceAddress' => 'test.address.com:443', - 'serviceName' => 'test.interface.v1.api', - 'clientConfig' => __DIR__ . '/testdata/test_service_client_config.json', - 'descriptorsConfigPath' => __DIR__.'/testdata/test_service_descriptor_config.php', - 'gcpApiConfigPath' => __DIR__.'/testdata/test_service_grpc_config.json', - 'disableRetries' => false, - 'auth' => null, - 'authConfig' => null, - 'transport' => null, - 'transportConfig' => [ - 'rest' => [ - 'restClientConfigPath' => __DIR__.'/testdata/test_service_rest_client_config.php', - ] - ], - ]; - } - - public function call($fn, array $args = []) - { - return call_user_func_array([$this, $fn], $args); - } - - public function set($name, $val, $static = false) - { - if (!property_exists($this, $name)) { - throw new \InvalidArgumentException("Property not found: $name"); - } - if ($static) { - $this::$$name = $val; - } else { - $this->$name = $val; - } - } - - public function get($name) - { - if (!property_exists($this, $name)) { - throw new \InvalidArgumentException("Property not found: $name"); - } - return $this->$name; - } -} - -class GapicClientTraitStubExtension extends GapicClientTraitStub -{ - protected function modifyClientOptions(array &$options) - { - $options['disableRetries'] = true; - $options['addNewOption'] = true; - } - - protected function modifyUnaryCallable(callable &$callable) - { - $originalCallable = $callable; - $callable = function ($call, $options) use ($originalCallable) { - $options['transportOptions'] = [ - 'custom' => ['addModifyUnaryCallableOption' => true] - ]; - return $originalCallable($call, $options); - }; - } - - protected function modifyStreamingCallable(callable &$callable) - { - $originalCallable = $callable; - $callable = function ($call, $options) use ($originalCallable) { - $options['transportOptions'] = [ - 'custom' => ['addModifyStreamingCallable' => true] - ]; - return $originalCallable($call, $options); - }; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/GeneratedTestTest.php b/vendor/google/gax/tests/Tests/Unit/GeneratedTestTest.php deleted file mode 100644 index 685aa1905..000000000 --- a/vendor/google/gax/tests/Tests/Unit/GeneratedTestTest.php +++ /dev/null @@ -1,128 +0,0 @@ -assertProtobufEquals($expected, $actual); - } - - /** - * @dataProvider getFailureCases - */ - public function testFailure($expected, $actual) - { - try { - $this->assertProtobufEquals($expected, $actual); - } catch (PHPUnit_Framework_ExpectationFailedException $ex) { - // As expected the assertion failed, silently return - return; - } - // The assertion did not fail, make the test fail - $this->fail('This test did not fail as expected'); - } - - public function getSuccessCases() - { - $monitoringA = new Monitoring_MonitoringDestination(); - $monitoringA->setMonitoredResource("type"); - $monitoringB = new Monitoring_MonitoringDestination(); - $monitoringB->setMonitoredResource("type"); - - $emptyRepeatedA = $monitoringA->getMetrics(); - $emptyRepeatedB = $monitoringB->getMetrics(); - - $monitoringC = new Monitoring_MonitoringDestination(); - $monitoringD = new Monitoring_MonitoringDestination(); - - $repeatedC = $monitoringC->getMetrics(); - $repeatedC[] = "metric"; - - $repeatedD = $monitoringD->getMetrics(); - $repeatedD[] = "metric"; - - return [ - [[], []], - [[], $emptyRepeatedB], - [$emptyRepeatedA, []], - [$emptyRepeatedA, $emptyRepeatedB], - [[1, 2], [1, 2]], - [["abc", $monitoringA], ["abc", $monitoringB]], - [["metric"], $repeatedD], - [$repeatedC, ["metric"]], - [$repeatedC, $repeatedD], - ]; - } - - public function getFailureCases() - { - $monitoringA = new Monitoring_MonitoringDestination(); - $monitoringA->setMonitoredResource("typeA"); - $monitoringB = new Monitoring_MonitoringDestination(); - $monitoringB->setMonitoredResource("typeB"); - - $emptyRepeatedA = $monitoringA->getMetrics(); - $emptyRepeatedB = $monitoringB->getMetrics(); - - $monitoringC = new Monitoring_MonitoringDestination(); - $monitoringD = new Monitoring_MonitoringDestination(); - - $repeatedC = $monitoringC->getMetrics(); - $repeatedC[] = "metricA"; - - $repeatedD = $monitoringD->getMetrics(); - $repeatedD[] = "metricB"; - - return [ - [[], [1]], - [[1], []], - [[1], [2]], - [[$monitoringA], [$monitoringB]], - [[], $repeatedD], - [$repeatedC, []], - [$emptyRepeatedA, [1]], - [[1], $emptyRepeatedB], - [$emptyRepeatedA, $repeatedD], - [$repeatedC, $emptyRepeatedB], - [$repeatedC, $repeatedD], - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/GrpcSupportTraitTest.php b/vendor/google/gax/tests/Tests/Unit/GrpcSupportTraitTest.php deleted file mode 100644 index 7afdfabde..000000000 --- a/vendor/google/gax/tests/Tests/Unit/GrpcSupportTraitTest.php +++ /dev/null @@ -1,52 +0,0 @@ - '', - 'scopes' => [], - ]); - } - - /** - * @test - */ - public function getOperationTest() - { - $transport = $this->createTransport(); - $client = $this->createClient(['transport' => $transport]); - - $this->assertTrue($transport->isExhausted()); - - // Mock response - $name2 = 'name2-1052831874'; - $done = true; - $expectedResponse = new Operation(); - $expectedResponse->setName($name2); - $expectedResponse->setDone($done); - $transport->addResponse($expectedResponse); - - // Mock request - $name = 'name3373707'; - - $response = $client->getOperation($name); - $this->assertEquals($expectedResponse, $response); - $actualRequests = $transport->popReceivedCalls(); - $this->assertSame(1, count($actualRequests)); - $actualFuncCall = $actualRequests[0]->getFuncCall(); - $actualRequestObject = $actualRequests[0]->getRequestObject(); - $this->assertSame('/google.longrunning.Operations/GetOperation', $actualFuncCall); - - $actualValue = $actualRequestObject->getName(); - - $this->assertProtobufEquals($name, $actualValue); - - $this->assertTrue($transport->isExhausted()); - } - - /** - * @test - */ - public function getOperationExceptionTest() - { - $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 - $name = 'name3373707'; - - try { - $client->getOperation($name); - // 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 listOperationsTest() - { - $transport = $this->createTransport(); - $client = $this->createClient(['transport' => $transport]); - - $this->assertTrue($transport->isExhausted()); - - // Mock response - $nextPageToken = ''; - $operationsElement = new Operation(); - $operations = [$operationsElement]; - $expectedResponse = new ListOperationsResponse(); - $expectedResponse->setNextPageToken($nextPageToken); - $expectedResponse->setOperations($operations); - $transport->addResponse($expectedResponse); - - // Mock request - $name = 'name3373707'; - $filter = 'filter-1274492040'; - - $response = $client->listOperations($name, $filter); - $this->assertEquals($expectedResponse, $response->getPage()->getResponseObject()); - $resources = iterator_to_array($response->iterateAllElements()); - $this->assertSame(1, count($resources)); - $this->assertEquals($expectedResponse->getOperations()[0], $resources[0]); - - $actualRequests = $transport->popReceivedCalls(); - $this->assertSame(1, count($actualRequests)); - $actualFuncCall = $actualRequests[0]->getFuncCall(); - $actualRequestObject = $actualRequests[0]->getRequestObject(); - $this->assertSame('/google.longrunning.Operations/ListOperations', $actualFuncCall); - - $actualValue = $actualRequestObject->getName(); - - $this->assertProtobufEquals($name, $actualValue); - $actualValue = $actualRequestObject->getFilter(); - - $this->assertProtobufEquals($filter, $actualValue); - $this->assertTrue($transport->isExhausted()); - } - - /** - * @test - */ - public function listOperationsExceptionTest() - { - $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 - $name = 'name3373707'; - $filter = 'filter-1274492040'; - - try { - $client->listOperations($name, $filter); - // 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 cancelOperationTest() - { - $transport = $this->createTransport(); - $client = $this->createClient(['transport' => $transport]); - - $this->assertTrue($transport->isExhausted()); - - // Mock response - $expectedResponse = new GPBEmpty(); - $transport->addResponse($expectedResponse); - - // Mock request - $name = 'name3373707'; - - $client->cancelOperation($name); - $actualRequests = $transport->popReceivedCalls(); - $this->assertSame(1, count($actualRequests)); - $actualFuncCall = $actualRequests[0]->getFuncCall(); - $actualRequestObject = $actualRequests[0]->getRequestObject(); - $this->assertSame('/google.longrunning.Operations/CancelOperation', $actualFuncCall); - - $actualValue = $actualRequestObject->getName(); - - $this->assertProtobufEquals($name, $actualValue); - - $this->assertTrue($transport->isExhausted()); - } - - /** - * @test - */ - public function cancelOperationExceptionTest() - { - $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 - $name = 'name3373707'; - - try { - $client->cancelOperation($name); - // 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 deleteOperationTest() - { - $transport = $this->createTransport(); - $client = $this->createClient(['transport' => $transport]); - - $this->assertTrue($transport->isExhausted()); - - // Mock response - $expectedResponse = new GPBEmpty(); - $transport->addResponse($expectedResponse); - - // Mock request - $name = 'name3373707'; - - $client->deleteOperation($name); - $actualRequests = $transport->popReceivedCalls(); - $this->assertSame(1, count($actualRequests)); - $actualFuncCall = $actualRequests[0]->getFuncCall(); - $actualRequestObject = $actualRequests[0]->getRequestObject(); - $this->assertSame('/google.longrunning.Operations/DeleteOperation', $actualFuncCall); - - $actualValue = $actualRequestObject->getName(); - - $this->assertProtobufEquals($name, $actualValue); - - $this->assertTrue($transport->isExhausted()); - } - - /** - * @test - */ - public function deleteOperationExceptionTest() - { - $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 - $name = 'name3373707'; - - try { - $client->deleteOperation($name); - // 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/gax/tests/Tests/Unit/Middleware/FixedHeaderMiddlewareTest.php b/vendor/google/gax/tests/Tests/Unit/Middleware/FixedHeaderMiddlewareTest.php deleted file mode 100644 index 6a9a8c8d4..000000000 --- a/vendor/google/gax/tests/Tests/Unit/Middleware/FixedHeaderMiddlewareTest.php +++ /dev/null @@ -1,110 +0,0 @@ -getMock(Call::class, [], [], '', false); - $fixedHeader = [ - 'x-goog-api-client' => ['gl-php/5.5.0 gccl/0.0.0 gapic/0.9.0 gax/1.0.0 grpc/1.0.1'] - ]; - $handlerCalled = false; - $callable = function(Call $call, $options) use ($fixedHeader, &$handlerCalled) { - $this->assertEquals($fixedHeader, $options['headers']); - $handlerCalled = true; - }; - $middleware = new FixedHeaderMiddleware($callable, $fixedHeader); - $middleware($call, []); - $this->assertTrue($handlerCalled); - } - - public function testCustomHeaderNoOverride() - { - $call = $this->getMock(Call::class, [], [], '', false); - $fixedHeader = [ - 'my-header' => ['some header string'], - 'fixed-only' => ['fixed header only'], - ]; - $userHeader = [ - 'my-header' => ['some alternate string'], - 'user-only' => ['user only header'], - ]; - $expectedHeader = [ - 'my-header' => ['some alternate string'], - 'fixed-only' => ['fixed header only'], - 'user-only' => ['user only header'], - ]; - $handlerCalled = false; - $callable = function(Call $call, $options) use ($expectedHeader, &$handlerCalled) { - $this->assertEquals($expectedHeader, $options['headers']); - $handlerCalled = true; - }; - $middleware = new FixedHeaderMiddleware($callable, $fixedHeader); - $middleware($call, ['headers' => $userHeader]); - $this->assertTrue($handlerCalled); - } - - public function testCustomHeaderOverride() - { - $call = $this->getMock(Call::class, [], [], '', false); - $fixedHeader = [ - 'my-header' => ['some header string'], - 'fixed-only' => ['fixed header only'], - ]; - $userHeader = [ - 'my-header' => ['some alternate string'], - 'user-only' => ['user only header'], - ]; - $expectedHeader = [ - 'my-header' => ['some header string'], - 'fixed-only' => ['fixed header only'], - 'user-only' => ['user only header'], - ]; - $handlerCalled = false; - $callable = function(Call $call, $options) use ($expectedHeader, &$handlerCalled) { - $this->assertEquals($expectedHeader, $options['headers']); - $handlerCalled = true; - }; - $middleware = new FixedHeaderMiddleware($callable, $fixedHeader, true); - $middleware($call, ['headers' => $userHeader]); - $this->assertTrue($handlerCalled); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/Middleware/RetryMiddlewareTest.php b/vendor/google/gax/tests/Tests/Unit/Middleware/RetryMiddlewareTest.php deleted file mode 100644 index 3ff4716e9..000000000 --- a/vendor/google/gax/tests/Tests/Unit/Middleware/RetryMiddlewareTest.php +++ /dev/null @@ -1,177 +0,0 @@ -getMock(Call::class, [], [], '', false); - $retrySettings = RetrySettings::constructDefault() - ->with([ - 'retriesEnabled' => false, - 'retryableCodes' => [] - ]); - $callCount = 0; - $handler = function(Call $call, $options) use (&$callCount) { - return new Promise(function () use (&$callCount) { - throw new ApiException('Call Count: ' . $callCount += 1, 0, ''); - }); - }; - $middleware = new RetryMiddleware($handler, $retrySettings); - $response = $middleware( - $call, - [] - )->wait(); - } - - public function testRetryBackoff() - { - $call = $this->getMock(Call::class, [], [], '', false); - $retrySettings = RetrySettings::constructDefault() - ->with([ - 'retriesEnabled' => true, - 'retryableCodes' => [ApiStatus::CANCELLED], - ]); - $callCount = 0; - $handler = function(Call $call, $options) use (&$callCount) { - $callCount += 1; - return $promise = new Promise(function () use (&$promise, $callCount) { - if ($callCount < 3) { - throw new ApiException('Cancelled!', Code::CANCELLED, ApiStatus::CANCELLED); - } - $promise->resolve('Ok!'); - }); - }; - $middleware = new RetryMiddleware($handler, $retrySettings); - $response = $middleware( - $call, - [] - )->wait(); - - $this->assertEquals('Ok!', $response); - $this->assertEquals(3, $callCount); - } - - /** - * @expectedException Google\ApiCore\ApiException - * @expectedExceptionMessage Retry total timeout exceeded. - */ - public function testRetryTimeoutExceedsMaxTimeout() - { - $call = $this->getMock(Call::class, [], [], '', false); - $retrySettings = RetrySettings::constructDefault() - ->with([ - 'retriesEnabled' => true, - 'retryableCodes' => [ApiStatus::CANCELLED], - 'totalTimeoutMillis' => 0, - ]); - $handler = function(Call $call, $options) { - return new Promise(function () { - throw new ApiException('Cancelled!', Code::CANCELLED, ApiStatus::CANCELLED); - }); - }; - $middleware = new RetryMiddleware($handler, $retrySettings); - $response = $middleware( - $call, - [] - )->wait(); - } - - /** - * @expectedException Google\ApiCore\ApiException - * @expectedExceptionMessage Retry total timeout exceeded. - */ - public function testRetryTimeoutExceedsRealTime() - { - $call = $this->getMock(Call::class, [], [], '', false); - $retrySettings = RetrySettings::constructDefault() - ->with([ - 'retriesEnabled' => true, - 'retryableCodes' => [ApiStatus::CANCELLED], - 'initialRpcTimeoutMillis' => 500, - 'totalTimeoutMillis' => 1000, - ]); - $handler = function(Call $call, $options) { - return new Promise(function () use ($options) { - // sleep for the duration of the timeout - if (isset($options['timeoutMillis'])) { - usleep($options['timeoutMillis'] * 1000); - } - throw new ApiException('Cancelled!', Code::CANCELLED, ApiStatus::CANCELLED); - }); - }; - $middleware = new RetryMiddleware($handler, $retrySettings); - $response = $middleware( - $call, - [] - )->wait(); - } - - public function testTimeoutMillisCallSettingsOverwrite() - { - $handlerCalled = false; - $timeout = 1234; - $handler = function (Call $call, array $options) use (&$handlerCalled, $timeout) { - $handlerCalled = true; - $this->assertEquals($timeout, $options['timeoutMillis']); - return $this->getMock(Promise::class); - }; - $retrySettings = RetrySettings::constructDefault() - ->with([ - 'retriesEnabled' => true, - 'retryableCodes' => [ApiStatus::CANCELLED], - ]); - $middleware = new RetryMiddleware($handler, $retrySettings); - - $call = $this->getMock(Call::class, [], [], '', false); - $options = ['timeoutMillis' => $timeout]; - $middleware($call, $options); - $this->assertTrue($handlerCalled); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/MyMessage.php b/vendor/google/gax/tests/Tests/Unit/MyMessage.php deleted file mode 100644 index 9f8712230..000000000 --- a/vendor/google/gax/tests/Tests/Unit/MyMessage.php +++ /dev/null @@ -1,31 +0,0 @@ -google.apicore.tests.unit.MyMessage - */ -class MyMessage extends \Google\Protobuf\Internal\Message -{ - - /** - * Constructor. - * - * @param array $data { - * Optional. Data for populating the Message object. - * - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Google\ApiCore\Tests\Unit\Example::initOnce(); - parent::__construct($data); - } - -} - diff --git a/vendor/google/gax/tests/Tests/Unit/OperationResponseTest.php b/vendor/google/gax/tests/Tests/Unit/OperationResponseTest.php deleted file mode 100644 index 3af75bd8a..000000000 --- a/vendor/google/gax/tests/Tests/Unit/OperationResponseTest.php +++ /dev/null @@ -1,244 +0,0 @@ -createOperationsClient(); - $op = new OperationResponse($opName, $opClient); - - $this->assertSame($opName, $op->getName()); - $this->assertSame($opClient, $op->getOperationsClient()); - } - - public function testWithoutResponse() - { - $opName = 'operations/opname'; - $opClient = $this->createOperationsClient(); - $op = new OperationResponse($opName, $opClient); - - $this->assertNull($op->getLastProtoResponse()); - $this->assertFalse($op->isDone()); - $this->assertNull($op->getResult()); - $this->assertNull($op->getError()); - $this->assertNull($op->getMetadata()); - $this->assertFalse($op->operationSucceeded()); - $this->assertFalse($op->operationFailed()); - $this->assertEquals([ - 'operationReturnType' => null, - 'metadataReturnType' => null, - 'initialPollDelayMillis' => 1000.0, - 'pollDelayMultiplier' => 2.0, - 'maxPollDelayMillis' => 60000.0, - 'totalPollTimeoutMillis' => 0.0, - ], $op->getDescriptorOptions()); - } - - public function testWithResponse() - { - $opName = 'operations/opname'; - $opClient = $this->createOperationsClient(); - $protoResponse = new Operation(); - $op = new OperationResponse($opName, $opClient, [ - 'lastProtoResponse' => $protoResponse, - ]); - - $this->assertSame($protoResponse, $op->getLastProtoResponse()); - $this->assertFalse($op->isDone()); - $this->assertNull($op->getResult()); - $this->assertNull($op->getError()); - $this->assertNull($op->getMetadata()); - $this->assertFalse($op->operationSucceeded()); - $this->assertFalse($op->operationFailed()); - $this->assertEquals([ - 'operationReturnType' => null, - 'metadataReturnType' => null, - 'initialPollDelayMillis' => 1000.0, - 'pollDelayMultiplier' => 2.0, - 'maxPollDelayMillis' => 60000.0, - 'totalPollTimeoutMillis' => 0.0, - ], $op->getDescriptorOptions()); - - $response = $this->createAny($this->createStatus(0, "response")); - $error = $this->createStatus(2, "error"); - $metadata = $this->createAny($this->createStatus(0, "metadata")); - - $protoResponse->setDone(true); - $protoResponse->setResponse($response); - $protoResponse->setMetadata($metadata); - $this->assertTrue($op->isDone()); - $this->assertSame($response, $op->getResult()); - $this->assertSame($metadata, $op->getMetadata()); - $this->assertTrue($op->operationSucceeded()); - $this->assertFalse($op->operationFailed()); - - $protoResponse->setError($error); - $this->assertNull($op->getResult()); - $this->assertSame($error, $op->getError()); - $this->assertFalse($op->operationSucceeded()); - $this->assertTrue($op->operationFailed()); - } - - public function testWithOptions() - { - $opName = 'operations/opname'; - $opClient = $this->createOperationsClient(); - $protoResponse = new Operation(); - $op = new OperationResponse($opName, $opClient, [ - 'operationReturnType' => '\Google\Rpc\Status', - 'metadataReturnType' => '\Google\Protobuf\Any', - 'lastProtoResponse' => $protoResponse, - ]); - - $this->assertSame($protoResponse, $op->getLastProtoResponse()); - $this->assertFalse($op->isDone()); - $this->assertNull($op->getResult()); - $this->assertNull($op->getError()); - $this->assertNull($op->getMetadata()); - $this->assertEquals([ - 'operationReturnType' => '\Google\Rpc\Status', - 'metadataReturnType' => '\Google\Protobuf\Any', - 'initialPollDelayMillis' => 1000.0, - 'pollDelayMultiplier' => 2.0, - 'maxPollDelayMillis' => 60000.0, - 'totalPollTimeoutMillis' => 0.0, - - ], $op->getDescriptorOptions()); - - $innerResponse = $this->createStatus(0, "response"); - $innerMetadata = new Any(); - $innerMetadata->setValue("metadata"); - - $response = $this->createAny($innerResponse); - $metadata = $this->createAny($innerMetadata); - - $protoResponse->setDone(true); - $protoResponse->setResponse($response); - $protoResponse->setMetadata($metadata); - $this->assertTrue($op->isDone()); - $this->assertEquals($innerResponse, $op->getResult()); - $this->assertEquals($innerMetadata, $op->getMetadata()); - } - - /** - * @dataProvider pollingDataProvider - */ - public function testPolling($op, $pollArgs, $expectedSleeps, $expectedComplete) - { - $op->pollUntilComplete($pollArgs); - - $this->assertEquals($op->isDone(), $expectedComplete); - $this->assertEquals($op->getSleeps(), $expectedSleeps); - } - - public function pollingDataProvider() - { - $pollingArgs = [ - 'initialPollDelayMillis' => 10.0, - 'pollDelayMultiplier' => 3.0, - 'maxPollDelayMillis' => 50.0, - 'totalPollTimeoutMillis' => 100.0, - ]; - return [ - [$this->createOperationResponse([], 3), [], [1000.0, 2000.0, 4000.0], true], // Defaults - [$this->createOperationResponse([], 3), $pollingArgs, [10, 30, 50], true], // Args to pollUntilComplete - [$this->createOperationResponse($pollingArgs, 3), [], [10, 30, 50], true], // Args to constructor - [$this->createOperationResponse([], 4), [ - 'totalPollTimeoutMillis' => 80.0, - ] + $pollingArgs, [10, 30, 50], false], // Polling timeout - ]; - } - - private function createOperationResponse($options, $reloadCount) - { - $opName = 'operations/opname'; - return new FakeOperationResponse($opName, $this->createOperationClient($reloadCount), $options); - } - - private function createOperationClient($reloadCount) - { - $opClient = $this->getMock( - OperationsClient::class, - ['getOperation'], - [[ - 'apiEndpoint' => '', - 'scopes' => [], - ]] - ); - for ($i = 0; $i < $reloadCount - 1; $i++) { - $opClient->expects($this->at($i)) - ->method('getOperation') - ->willReturn(new Operation()); - } - $opClient->expects($this->at($reloadCount - 1)) - ->method('getOperation') - ->willReturn((new Operation())->setDone(true)); - return $opClient; - } -} - -class FakeOperationResponse extends OperationResponse -{ - private $currentTime = 0; - public function getSleeps() - { - return $this->sleeps; - } - - public function sleepMillis($millis) - { - $this->currentTime += $millis; - $this->sleeps[] = $millis; - } - - public function setTimes($times) - { - $this->times = $times; - } - - public function getCurrentTimeMillis() - { - return $this->currentTime; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/PageStreamingDescriptorTest.php b/vendor/google/gax/tests/Tests/Unit/PageStreamingDescriptorTest.php deleted file mode 100644 index f80273158..000000000 --- a/vendor/google/gax/tests/Tests/Unit/PageStreamingDescriptorTest.php +++ /dev/null @@ -1,54 +0,0 @@ - 'getNextPageToken', - // Missing field - // 'responsePageTokenField' => 'getNextPageToken', - 'resourceField' => 'getResourcesList' - ]); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/PageTest.php b/vendor/google/gax/tests/Tests/Unit/PageTest.php deleted file mode 100644 index fc2fabb6d..000000000 --- a/vendor/google/gax/tests/Tests/Unit/PageTest.php +++ /dev/null @@ -1,144 +0,0 @@ -createMockRequest('token'); - - $pageStreamingDescriptor = PageStreamingDescriptor::createFromFields([ - 'requestPageTokenField' => 'pageToken', - 'responsePageTokenField' => 'nextPageToken', - 'resourceField' => 'resourcesList' - ]); - - $internalCall = $this->createCallWithResponseSequence($responseSequence); - $callable = function () use ($internalCall) { - list($response, $status) = call_user_func_array( - array($internalCall, 'takeAction'), - func_get_args() - ); - return $promise = new \GuzzleHttp\Promise\Promise(function () use (&$promise, $response) { - $promise->resolve($response); - }); - }; - - $call = new Call('method', [], $mockRequest); - $options = []; - - $response = $callable($call, $options)->wait(); - return new Page($call, $options, $callable, $pageStreamingDescriptor, $response); - } - - public function testNextPageMethods() - { - $responseA = $this->createMockResponse('nextPageToken1', ['resource1']); - $responseB = $this->createMockResponse('', ['resource2']); - - $page = $this->createPage([ - [$responseA, new MockStatus(Code::OK, '')], - [$responseB, new MockStatus(Code::OK, '')], - ]); - - $this->assertEquals($page->hasNextPage(), true); - $this->assertEquals($page->getNextPageToken(), 'nextPageToken1'); - - $nextPage = $page->getNextPage(); - - $this->assertEquals($nextPage->hasNextPage(), false); - $this->assertEquals($nextPage->getNextPageToken(), ''); - - $newRequest = $nextPage->getRequestObject(); - $this->assertEquals($newRequest->getPageToken(), 'nextPageToken1'); - - // Call serializeToJsonString - this will test for bugs in the protobuf - // c extension (if installed) that can cause segmentation faults. - $newRequest->serializeToJsonString(); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Could not complete getNextPage operation - */ - public function testNextPageMethodsFailWithNoNextPage() - { - $responseA = $this->createMockResponse('', ['resource1']); - $page = $this->createPage([ - [$responseA, new MockStatus(Code::OK, '')], - ]); - - $this->assertEquals($page->hasNextPage(), false); - $page->getNextPage(); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage pageSize argument was defined, but the method does not - */ - public function testNextPageMethodsFailWithPageSizeUnsupported() - { - $responseA = $this->createMockResponse('nextPageToken1', ['resource1']); - $responseB = $this->createMockResponse('', ['resource2']); - $page = $this->createPage([ - [$responseA, new MockStatus(Code::OK, '')], - [$responseB, new MockStatus(Code::OK, '')], - ]); - - $page->getNextPage(3); - } - - public function testPageElementMethods() - { - $response = $this->createMockResponse( - 'nextPageToken1', - ['resource1', 'resource2', 'resource3'] - ); - $page = $this->createPage([ - [$response, new MockStatus(Code::OK, '')], - ]); - - $this->assertEquals($page->getPageElementCount(), 3); - $results = iterator_to_array($page); - $this->assertEquals($results, ['resource1', 'resource2', 'resource3']); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/PagedListResponseTest.php b/vendor/google/gax/tests/Tests/Unit/PagedListResponseTest.php deleted file mode 100644 index c6eab8f84..000000000 --- a/vendor/google/gax/tests/Tests/Unit/PagedListResponseTest.php +++ /dev/null @@ -1,111 +0,0 @@ -createMockRequest('mockToken'); - $mockResponse = $this->createMockResponse('nextPageToken1', ['resource1']); - - $pageAccessor = $this->makeMockPagedCall($mockRequest, $mockResponse); - - $page = $pageAccessor->getPage(); - $this->assertEquals($page->getNextPageToken(), 'nextPageToken1'); - $this->assertEquals(iterator_to_array($page->getIterator()), ['resource1']); - } - - public function testIterateAllElements() - { - $mockRequest = $this->createMockRequest('mockToken'); - $mockResponse = $this->createMockResponse('', ['resource1']); - - $pageAccessor = $this->makeMockPagedCall($mockRequest, $mockResponse); - - $result = iterator_to_array($pageAccessor->iterateAllElements()); - - $this->assertEquals(['resource1'], $result); - } - - public function testIterator() - { - $mockRequest = $this->createMockRequest('mockToken'); - $mockResponse = $this->createMockResponse('', ['resource1']); - - $pageAccessor = $this->makeMockPagedCall($mockRequest, $mockResponse); - - $result = iterator_to_array($pageAccessor); - - $this->assertEquals(['resource1'], $result); - } - - /** - * @param mixed $mockRequest - * @param mixed $mockResponse - * @param array $options - * @return PagedListResponse - */ - private function makeMockPagedCall($mockRequest, $mockResponse, $options = []) - { - $pageStreamingDescriptor = PageStreamingDescriptor::createFromFields([ - 'requestPageTokenField' => 'pageToken', - 'responsePageTokenField' => 'nextPageToken', - 'resourceField' => 'resourcesList' - ]); - - $callable = function () use ($mockResponse) { - return $promise = new \GuzzleHttp\Promise\Promise(function () use (&$promise, $mockResponse) { - $promise->resolve($mockResponse); - }); - }; - - $call = new Call('method', [], $mockRequest); - $options = []; - - $response = $callable($call, $options)->wait(); - - $page = new Page($call, $options, $callable, $pageStreamingDescriptor, $response); - $pageAccessor = new PagedListResponse($page); - - return $pageAccessor; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/PathTemplateTest.php b/vendor/google/gax/tests/Tests/Unit/PathTemplateTest.php deleted file mode 100644 index 5b934e380..000000000 --- a/vendor/google/gax/tests/Tests/Unit/PathTemplateTest.php +++ /dev/null @@ -1,280 +0,0 @@ -match('hello'); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Could not match path - */ - public function testFailWhenImpossibleMatch02() - { - $template = new PathTemplate('hello/world'); - $template->match('hello/world/fail'); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Could not match path - */ - public function testFailMismatchedLiteral() - { - $template = new PathTemplate('hello/world'); - $template->match('hello/world2'); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Cannot parse - */ - public function testFailWhenMultiplePathWildcards() - { - new PathTemplate('buckets/*/**/**/objects/*'); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Unexpected '{' - */ - public function testFailIfInnerBinding() - { - new PathTemplate('buckets/{hello={world}}'); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Expected '}' - */ - public function testFailUnexpectedEof() - { - new PathTemplate('a/{hello=world'); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Cannot construct PathTemplate from empty string - */ - public function testFailNullString() - { - new PathTemplate(null); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Cannot construct PathTemplate from empty string - */ - public function testFailEmptyString() - { - new PathTemplate(""); - } - - public function testMatchAtomicResourceName() - { - $template = new PathTemplate('buckets/*/*/objects/*'); - $this->assertEquals( - ['$0' => 'f', '$1' => 'o', '$2' => 'bar'], - $template->match('buckets/f/o/objects/bar') - ); - $template = new PathTemplate('/buckets/{hello}'); - $this->assertEquals( - ['hello' => 'world'], - $template->match('/buckets/world') - ); - $template = new PathTemplate('/buckets/{hello=*}'); - $this->assertEquals( - ['hello' => 'world'], - $template->match('/buckets/world') - ); - } - - public function testMatchEscapedChars() - { - $template = new PathTemplate('buckets/*/objects'); - $this->assertEquals( - ['$0' => 'hello%2F%2Bworld'], - $template->match('buckets/hello%2F%2Bworld/objects') - ); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - */ - public function testFailMatchWildcardWithColonInMiddle() - { - new PathTemplate('/buckets/*:action/objects'); - } - - public function testMatchWildcardWithColon() - { - $template = new PathTemplate('/buckets/*:action'); - $this->assertEquals( - ['$0' => 'foo'], - $template->match('/buckets/foo:action') - ); - } - - public function testMatchColonInWildcardAndTemplate() - { - $template = new PathTemplate('/buckets/*/*/*/objects/*:action'); - $url = $template->render( - ['$0' => 'f', '$1' => 'o', '$2' => 'o', '$3' => 'google.com:a-b'] - ); - $this->assertEquals($url, '/buckets/f/o/o/objects/google.com:a-b:action'); - } - - public function testMatchUnboundedWildcardWithColon() - { - $template = new PathTemplate('/buckets/*/objects/**:action'); - $this->assertEquals( - ['$0' => 'foo', '$1' => 'bar/baz'], - $template->match('/buckets/foo/objects/bar/baz:action') - ); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - */ - public function testFailMatchUnboundedWildcardWithColonInMiddle() - { - new PathTemplate('/buckets/*/objects/**:action/path'); - } - - public function testMatchTemplateWithUnboundedWildcard() - { - $template = new PathTemplate('buckets/*/objects/**'); - $this->assertEquals( - ['$0' => 'foo', '$1' => 'bar/baz'], - $template->match('buckets/foo/objects/bar/baz') - ); - } - - public function testMatchWithUnboundInMiddle() - { - $template = new PathTemplate('bar/**/foo/*'); - $this->assertEquals( - ['$0' => 'foo/foo', '$1' => 'bar'], - $template->match('bar/foo/foo/foo/bar') - ); - } - - public function testRenderAtomicResource() - { - $template = new PathTemplate('buckets/*/*/*/objects/*'); - $url = $template->render( - ['$0' => 'f', '$1' => 'o', '$2' => 'o', '$3' => 'google.com:a-b'] - ); - $this->assertEquals($url, 'buckets/f/o/o/objects/google.com:a-b'); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Error rendering - */ - public function testRenderFailWhenTooFewVariables() - { - $template = new PathTemplate('buckets/*/*/*/objects/*'); - $template->render(['$0' => 'f', '$1' => 'l', '$2' => 'o']); - } - - public function testRenderWithUnboundInMiddle() - { - $template = new PathTemplate('bar/**/foo/*'); - $url = $template->render(['$0' => '1/2', '$1' => '3']); - $this->assertEquals($url, 'bar/1/2/foo/3'); - } - - public function testToString() - { - $template = new PathTemplate('bar/**/foo/*'); - $this->assertEquals((string) $template, 'bar/**/foo/*'); - $template = new PathTemplate('buckets/*/objects/*'); - $this->assertEquals( - (string) ($template), - 'buckets/*/objects/*' - ); - $template = new PathTemplate('/buckets/{hello}'); - $this->assertEquals((string) ($template), '/buckets/{hello=*}'); - $template = new PathTemplate('/buckets/{hello=what}/{world}'); - $this->assertEquals( - (string) ($template), - '/buckets/{hello=what}/{world=*}' - ); - $template = new PathTemplate('/buckets/helloazAZ09-.~_what'); - $this->assertEquals( - (string) ($template), - '/buckets/helloazAZ09-.~_what' - ); - } - - public function testSubstitutionOddChars() - { - $template = new PathTemplate('projects/{project}/topics/{topic}'); - $url = $template->render( - ['project' => 'google.com:proj-test', 'topic' => 'some-topic'] - ); - $this->assertEquals( - $url, - 'projects/google.com:proj-test/topics/some-topic' - ); - $template = new PathTemplate('projects/{project}/topics/{topic}'); - $url = $template->render( - ['project' => 'g.,;:~`!@#$%^&()+-', 'topic' => 'sdf<>,.?[]'] - ); - $this->assertEquals( - $url, - 'projects/g.,;:~`!@#$%^&()+-/topics/sdf<>,.?[]' - ); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ProtobufBandaidTest.php b/vendor/google/gax/tests/Tests/Unit/ProtobufBandaidTest.php deleted file mode 100644 index 7b8f955e6..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ProtobufBandaidTest.php +++ /dev/null @@ -1,41 +0,0 @@ -assertEquals($expected, $actual); - } - - public function protobufMessageProvider() - { - $msg1 = new MyMessage(); - $msg2 = new Mymessage(); - return [ - [$msg1, $msg2], - [[$msg1, $msg2], [$msg1, $msg2]] - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ProtobufExtensionTest.php b/vendor/google/gax/tests/Tests/Unit/ProtobufExtensionTest.php deleted file mode 100644 index 810b301af..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ProtobufExtensionTest.php +++ /dev/null @@ -1,51 +0,0 @@ -markTestSkipped('Must have the protobuf extension installed to run this test.'); - } - } - - public function testForProtobufExtension() - { - // This test should always pass - we have it here so that we can determine whether the - // protobuf extension is installed, based on whether this test passes or is skipped - $this->assertTrue(true); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/RequestBuilderTest.php b/vendor/google/gax/tests/Tests/Unit/RequestBuilderTest.php deleted file mode 100644 index 400c44c52..000000000 --- a/vendor/google/gax/tests/Tests/Unit/RequestBuilderTest.php +++ /dev/null @@ -1,387 +0,0 @@ -builder = new RequestBuilder( - 'www.example.com', - __DIR__ . '/testdata/test_service_rest_client_config.php' - ); - } - - public function testMethodWithUrlPlaceholder() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithUrlPlaceholder', $message); - $uri = $request->getUri(); - - $this->assertEmpty($uri->getQuery()); - $this->assertEmpty((string) $request->getBody()); - $this->assertEquals('/v1/message/foo', $uri->getPath()); - } - - public function testMethodWithBody() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - $nestedMessage = new MockRequestBody(); - $nestedMessage->setName('nested/foo'); - $message->setNestedMessage($nestedMessage); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithBodyAndUrlPlaceholder', $message); - $uri = $request->getUri(); - - $this->assertEmpty($uri->getQuery()); - $this->assertEquals('/v1/message/foo', $uri->getPath()); - $this->assertEquals( - ['name' => 'message/foo', 'nestedMessage' => ['name' => 'nested/foo']], - json_decode($request->getBody(), true) - ); - } - - public function testMethodWithNestedMessageAsBody() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - $nestedMessage = new MockRequestBody(); - $nestedMessage->setName('nested/foo'); - $message->setNestedMessage($nestedMessage); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithNestedMessageAsBody', $message); - $uri = $request->getUri(); - - $this->assertEmpty($uri->getQuery()); - $this->assertEquals('/v1/message/foo', $uri->getPath()); - $this->assertEquals( - ['name' => 'nested/foo'], - json_decode($request->getBody(), true) - ); - } - - public function testMethodWithScalarBody() - { - $message = new MockRequestBody(); - $message->setName('foo'); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithScalarBody', $message); - - $this->assertEquals( - '"foo"', - (string) $request->getBody() - ); - } - - public function testMethodWithEmptyMessageInBody() - { - $message = new MockRequestBody(); - $nestedMessage = new MockRequestBody(); - $message->setNestedMessage($nestedMessage); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithBody', $message); - - $this->assertEquals( - '{"nestedMessage":{}}', - $request->getBody() - ); - } - - public function testMethodWithEmptyMessageInNestedMessageBody() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - $nestedMessage = new MockRequestBody(); - $message->setNestedMessage($nestedMessage); - $emptyMessage = new MockRequestBody(); - $nestedMessage->setNestedMessage($emptyMessage); - - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithNestedMessageAsBody', $message); - - $this->assertEquals( - '{"nestedMessage":{}}', - $request->getBody() - ); - } - - public function testMethodWithNestedUrlPlaceholder() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - $nestedMessage = new MockRequestBody(); - $nestedMessage->setName('nested/foo'); - $message->setNestedMessage($nestedMessage); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithNestedUrlPlaceholder', $message); - $uri = $request->getUri(); - - $this->assertEmpty($uri->getQuery()); - $this->assertEquals('/v1/nested/foo', $uri->getPath()); - $this->assertEquals( - ['name' => 'message/foo', 'nestedMessage' => ['name' => 'nested/foo']], - json_decode($request->getBody(), true) - ); - } - - public function testMethodWithUrlRepeatedField() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - $message->setRepeatedField(['bar1', 'bar2']); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithUrlPlaceholder', $message); - $uri = $request->getUri(); - - $this->assertEmpty((string) $request->getBody()); - $this->assertEquals('/v1/message/foo', $uri->getPath()); - $this->assertEquals('repeatedField=bar1&repeatedField=bar2', $uri->getQuery()); - } - - public function testMethodWithHeaders() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithUrlPlaceholder', $message, [ - 'header1' => 'value1', - 'header2' => 'value2' - ]); - - $this->assertEquals('value1', $request->getHeaderLine('header1')); - $this->assertEquals('value2', $request->getHeaderLine('header2')); - $this->assertEquals('application/json', $request->getHeaderLine('Content-Type')); - } - - public function testMethodWithColon() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithColonInUrl', $message); - $uri = $request->getUri(); - - $this->assertEmpty($uri->getQuery()); - $this->assertEquals('/v1/message/foo:action', $uri->getPath()); - } - - public function testMethodWithMultipleWildcardsAndColonInUrl() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - $message->setNumber(10); - - $request = $this->builder->build( - self::SERVICE_NAME . '/MethodWithMultipleWildcardsAndColonInUrl', - $message - ); - $uri = $request->getUri(); - - $this->assertEmpty($uri->getQuery()); - $this->assertEquals('/v1/message/foo/number/10:action', $uri->getPath()); - } - - public function testMethodWithSimplePlaceholder() - { - $message = new MockRequestBody(); - $message->setName('message-name'); - - $request = $this->builder->build( - self::SERVICE_NAME . '/MethodWithSimplePlaceholder', - $message - ); - $uri = $request->getUri(); - - $this->assertEquals('/v1/message-name', $uri->getPath()); - } - - public function testMethodWithAdditionalBindings() - { - $message = new MockRequestBody(); - $message->setName('message/foo'); - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithAdditionalBindings', $message); - - $this->assertEquals('/v1/message/foo/additional/bindings', $request->getUri()->getPath()); - - $message->setName('different/format/foo'); - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithAdditionalBindings', $message); - - $this->assertEquals('/v1/different/format/foo/additional/bindings', $request->getUri()->getPath()); - - $nestedMessage = new MockRequestBody(); - $nestedMessage->setName('nested/foo'); - $message->setNestedMessage($nestedMessage); - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithAdditionalBindings', $message); - - $this->assertEquals('/v2/nested/foo/additional/bindings', $request->getUri()->getPath()); - } - - public function testMethodWithSpecialJsonMapping() - { - $bytesValue = (new BytesValue) - ->setValue('\000'); - $durationValue = (new Duration) - ->setSeconds(9001) - ->setNanos(500000); - - $fieldMask = (new FieldMask) - ->setPaths(['path1', 'path2']); - $int64Value = (new Int64Value) - ->setValue(100); - $listValue = (new ListValue) - ->setValues([ - (new Value)->setStringValue('val1'), - (new Value)->setStringValue('val2') - ]); - $stringValue = (new StringValue) - ->setValue('some-value'); - $structValue = (new Struct) - ->setFields([ - 'test' => (new Value)->setStringValue('val5') - ]); - $timestampValue = (new Timestamp) - ->setSeconds(9001); - $valueValue = (new Value) - ->setStringValue('some-value'); - - $message = (new MockRequestBody()) - ->setBytesValue($bytesValue) - ->setDurationValue($durationValue) - ->setFieldMask($fieldMask) - ->setInt64Value($int64Value) - ->setListValue($listValue) - ->setStringValue($stringValue) - ->setStructValue($structValue) - ->setTimestampValue($timestampValue) - ->setValueValue($valueValue); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithSpecialJsonMapping', $message); - $uri = $request->getUri(); - - $this->assertContains('listValue=val1&listValue=val2', (string) $uri); - - $query = Psr7\parse_query($uri->getQuery()); - - - $this->assertEquals('XDAwMA==', $query['bytesValue']); - // @todo (dwsupplee) Investigate differences in native protobuf implementation - // between v3.7.0 and v3.9.0 - this passed previously with the value - // "9001.000500000s". - if (extension_loaded('protobuf')) { - $this->assertEquals('9001.000500000s', $query['durationValue']); - } else { - $this->assertEquals('9001.000500s', $query['durationValue']); - } - $this->assertEquals('path1,path2', $query['fieldMask']); - $this->assertEquals(100, $query['int64Value']); - $this->assertEquals(['val1', 'val2'], $query['listValue']); - $this->assertEquals('some-value', $query['stringValue']); - $this->assertEquals('val5', $query['structValue.test']); - $this->assertEquals('1970-01-01T02:30:01Z', $query['timestampValue']); - $this->assertEquals('some-value', $query['valueValue']); - } - - public function testMethodWithoutPlaceholders() - { - $stringValue = (new StringValue) - ->setValue('some-value'); - - $fieldMask = (new FieldMask) - ->setPaths(['path1', 'path2']); - - $message = (new MockRequestBody()) - ->setStringValue($stringValue) - ->setFieldMask($fieldMask); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithoutPlaceholders', $message); - $query = Psr7\parse_query($request->getUri()->getQuery()); - - $this->assertEquals('path1,path2', $query['fieldMask']); - $this->assertEquals('some-value', $query['stringValue']); - } - - public function testMethodWithComplexMessageInQueryString() - { - $message = (new MockRequestBody()) - ->setNestedMessage( - (new MockRequestBody) - ->setName('some-name') - ->setNumber(10) - ); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithoutPlaceholders', $message); - $query = Psr7\parse_query($request->getUri()->getQuery()); - - $this->assertEquals('some-name', $query['nestedMessage.name']); - $this->assertEquals(10, $query['nestedMessage.number']); - } - - public function testMethodWithOneOfInQueryString() - { - $message = (new MockRequestBody()) - ->setField1('some-value'); - - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithoutPlaceholders', $message); - $query = Psr7\parse_query($request->getUri()->getQuery()); - - $this->assertEquals('some-value', $query['field1']); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Could not map bindings for test.interface.v1.api/MethodWithAdditionalBindings to any Uri template. - */ - public function testThrowsExceptionWithNonMatchingFormat() - { - $message = new MockRequestBody(); - $message->setName('invalid/name/format'); - $request = $this->builder->build(self::SERVICE_NAME . '/MethodWithAdditionalBindings', $message); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Failed to build request, as the provided path (myResource/doesntExist) was not found in the configuration. - */ - public function testThrowsExceptionWithNonExistantMethod() - { - $message = new MockRequestBody(); - $this->builder->build('myResource/doesntExist', $message); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/RequestParamsHeaderDescriptorTest.php b/vendor/google/gax/tests/Tests/Unit/RequestParamsHeaderDescriptorTest.php deleted file mode 100644 index fcdf15db6..000000000 --- a/vendor/google/gax/tests/Tests/Unit/RequestParamsHeaderDescriptorTest.php +++ /dev/null @@ -1,87 +0,0 @@ - ['']]; - - $agentHeaderDescriptor = new RequestParamsHeaderDescriptor([]); - $header = $agentHeaderDescriptor->getHeader(); - - $this->assertEquals($expectedHeader, $header); - } - - public function testSingleValue() - { - $expectedHeader = [RequestParamsHeaderDescriptor::HEADER_KEY => ['field1=value_1']]; - - $agentHeaderDescriptor = new RequestParamsHeaderDescriptor(['field1' => 'value_1']); - $header = $agentHeaderDescriptor->getHeader(); - - $this->assertSame($expectedHeader, $header); - } - - public function testMultipleValues() - { - $expectedHeader = [ - RequestParamsHeaderDescriptor::HEADER_KEY => ['field1=value_1&field2.field3=value_2'] - ]; - - $agentHeaderDescriptor = new RequestParamsHeaderDescriptor([ - 'field1' => 'value_1', - 'field2.field3' => 'value_2' - ]); - $header = $agentHeaderDescriptor->getHeader(); - - $this->assertSame($expectedHeader, $header); - } - - public function testNonAsciiCharsAppendsBinToHeaderKey() - { - $val = 'こんにちは'; - $expectedHeader = [ - RequestParamsHeaderDescriptor::HEADER_KEY . '-bin' => ['field1=' . $val] - ]; - - $agentHeaderDescriptor = new RequestParamsHeaderDescriptor(['field1' => $val]); - $header = $agentHeaderDescriptor->getHeader(); - - $this->assertSame($expectedHeader, $header); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ResourceTemplate/AbsoluteResourceTemplateTest.php b/vendor/google/gax/tests/Tests/Unit/ResourceTemplate/AbsoluteResourceTemplateTest.php deleted file mode 100644 index e1c6f3fff..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ResourceTemplate/AbsoluteResourceTemplateTest.php +++ /dev/null @@ -1,304 +0,0 @@ -assertEquals($expectedString ?: $path, $template->__toString()); - } - - public function validPathProvider() - { - return [ - ["/foo"], - ["/*"], - ["/**"], - ["/{foo}", "/{foo=*}"], - ["/{foo=*}"], - ["/{foo=**}"], - ["/foo/*"], - ["/*/foo"], - ["/foo/*:bar"], - ["/*/foo:bar"], - ["/*/*/*/*:foo"], - ["/**/*/*:foo"], - ["/foo/**/bar/*"], - ["/foo/*/bar/**"], - ["/foo/helloazAZ09-.~_what"], - ]; - } - - /** - * @dataProvider invalidPathProvider - * @expectedException \Google\ApiCore\ValidationException - * @param string $path - */ - public function testInvalidPaths($path) - { - new AbsoluteResourceTemplate($path); - } - - public function invalidPathProvider() - { - return [ - [null], // Null path - [""], // Empty path - ["foo"], // No leading '/' - ["/foo:bar/baz"], // Action containing '/' - ["/foo:bar:baz"], // Multiple ':' - ["/foo/bar*baz"], // Mixed literal and '*' - ["/foo/**/**"], // Multiple '**' - ["/foo/**/{var=**}"], // Multiple '**' nested - ["/foo/{bizz=**}/{var=**}"],// Multiple '**' nested - ["/foo/{bizz=**/**}"], // Multiple '**' nested - ["/foo/{bar={baz}}"], // Nested {} - ["/foo/{bar=fizz=buzz}"], // Multiple '=' in variable - ["/foo/{bar"], // Unmatched '{' - ["/foo/{bar}/{bar}"], // Duplicate variable key - ["/foo/{bar/baz}"], // Variable containing '/' - ["/foo//bar"], // Consecutive '/' - ["//bar"], // Consecutive '/' - ["/foo/"], // Trailing '/' - ]; - } - - /** - * @param string $pathTemplate - * @param string $path - * @param array $expectedBindings - * @dataProvider matchData - */ - public function testMatch($pathTemplate, $path, $expectedBindings) - { - $template = new AbsoluteResourceTemplate($pathTemplate); - $this->assertEquals( - $expectedBindings, - $template->match($path) - ); - } - - /** - * @param string $pathTemplate - * @param string $path - * @dataProvider matchData - */ - public function testMatches($pathTemplate, $path) - { - $template = new AbsoluteResourceTemplate($pathTemplate); - $this->assertTrue($template->matches($path)); - } - - /** - * @param string $pathTemplate - * @param string $expectedPath - * @param array $bindings - * @dataProvider matchData - */ - public function testRender($pathTemplate, $expectedPath, $bindings) - { - $template = new AbsoluteResourceTemplate($pathTemplate); - $this->assertEquals($expectedPath, $template->render($bindings)); - } - - public function matchData() - { - return [ - [ - '/buckets/*/*/objects/*', - '/buckets/f/o/objects/bar', - ['$0' => 'f', '$1' => 'o', '$2' => 'bar'], - ], - [ - '/buckets/{hello}', - '/buckets/world', - ['hello' => 'world'], - ], - [ - '/buckets/{hello=*}', - '/buckets/world', - ['hello' => 'world'], - ], - [ - '/buckets/*:action', - '/buckets/foo:action', - ['$0' => 'foo'], - ], - [ - '/buckets/*/*/*/objects/*:action', - '/buckets/f/o/o/objects/google.com:a-b:action', - ['$0' => 'f', '$1' => 'o', '$2' => 'o', '$3' => 'google.com:a-b'], - ], - [ - '/buckets/*/objects/**:action', - '/buckets/foo/objects/bar/baz:action', - ['$0' => 'foo', '$1' => 'bar/baz'], - ], - [ - '/foo/*/{bar=*/rar/*}/**/*:action', - '/foo/fizz/fuzz/rar/bar/bizz/buzz/baz:action', - ['$0' => 'fizz', '$1' => 'bizz/buzz', '$2' => 'baz', 'bar' => 'fuzz/rar/bar'], - ], - [ - '/buckets/*', - '/buckets/{}!@#$%^&*()+=[]\|`~-_', - ['$0' => '{}!@#$%^&*()+=[]\|`~-_'], - ], - ]; - } - - /** - * @param string $pathTemplate - * @param string $path - * @dataProvider invalidMatchData - * @expectedException \Google\ApiCore\ValidationException - */ - public function testFailMatch($pathTemplate, $path) - { - $template = new AbsoluteResourceTemplate($pathTemplate); - $template->match($path); - } - - /** - * @param string $pathTemplate - * @param string $path - * @dataProvider invalidMatchData - */ - public function testFailMatches($pathTemplate, $path) - { - $template = new AbsoluteResourceTemplate($pathTemplate); - $this->assertFalse($template->matches($path)); - } - - public function invalidMatchData() - { - return [ - [ - '/buckets/*/*/objects/*', - '/buckets/f/o/objects/bar/far', // Extra '/far' - ], - [ - '/buckets/*/*/objects/*', - '/buckets/f/o/objects', // Missing final wildcard - ], - [ - '/foo/*/bar', - '/foo/bar', // Missing middle wildcard - ], - [ - '/foo/*/bar', - '/foo/fizz/buzz/bar', // Too many segments for middle wildcard - ], - [ - '/foo/**/bar', - '/foo/bar', // Missing middle wildcard - ], - [ - '/buckets/*:action', - '/buckets/foo', // Missing action - ], - [ - '/buckets/*:action', - '/buckets/foo:actingout', // Wrong action - ], - [ - '/buckets/*:action', - '/buckets/foo:actionstations', // Wrong action - ], - [ - '/buckets', - '/bouquets', // Wrong literal - ], - [ - '/buckets', - '/bucketseller', // Wrong literal - ], - [ - '/foo/*/{bar=*/rar/*}/**/*:action', - '/foo/fizz/fuzz/rat/bar/bizz/buzz/baz:action', - ], - ]; - } - - /** - * @param string $pathTemplate - * @param array $bindings - * @dataProvider invalidRenderData - * @expectedException \Google\ApiCore\ValidationException - */ - public function testFailRender($pathTemplate, $bindings) - { - $template = new AbsoluteResourceTemplate($pathTemplate); - $template->render($bindings); - } - - public function invalidRenderData() - { - return [ - [ - '/buckets/*/*/objects/*', - ['$0' => 'f', '$2' => 'bar'], // Missing key - ], - [ - '/buckets/{hello}', - ['hellop' => 'world'], // Wrong key - ], - [ - '/buckets/{hello=*}', - ['hello' => 'world/weary'], // Invalid binding - ], - [ - '/buckets/{hello=*}', - ['hello' => ''], // Invalid binding - ], - [ - '/buckets/*/objects/**:action', - ['$0' => 'foo', '$1' => ''], // Invalid binding - ], - [ - '/foo/*/{bar=*/rar/*}/**/*:action', - ['$0' => 'fizz', '$1' => 'bizz/buzz', '$2' => 'baz', 'bar' => 'fuzz/rat/bar'], - // Invalid binding - ], - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ResourceTemplate/ParserTest.php b/vendor/google/gax/tests/Tests/Unit/ResourceTemplate/ParserTest.php deleted file mode 100644 index b0457bf44..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ResourceTemplate/ParserTest.php +++ /dev/null @@ -1,332 +0,0 @@ -assertEquals($expectedSegments, $actualSegments); - } - - public function validPathProvider() - { - $singlePathTests = [ - ["foo", [self::literalSegment("foo")]], - ["helloazAZ09-.~_what", [self::literalSegment("helloazAZ09-.~_what")]], - ["*", [self::wildcardSegment()]], - ["**", [self::doubleWildcardSegment()]], - ["{foo}", Parser::parseSegments("{foo=*}")], - ["{foo=*}", [self::variableSegment("foo", new RelativeResourceTemplate("*"))]], - ["{foo=**}", [self::variableSegment("foo", new RelativeResourceTemplate("**"))]], - ]; - - $comboPathPieces = [ - ["foo", [self::literalSegment("foo")]], - ["helloazAZ09-.~_what", [self::literalSegment("helloazAZ09-.~_what")]], - ["*", [self::wildcardSegment()]], - ["*", [self::wildcardSegment()]], - ["**", [self::doubleWildcardSegment()]], - ]; - - // Combine the pieces in $comboPathPieces in every possible order - $comboPathTests = []; - foreach (self::yieldAllSequences($comboPathPieces) as $comboSequence) { - $pathPieces = []; - $segments = []; - foreach ($comboSequence as list($path, $segmentArray)) { - $pathPieces[] = $path; - $segments = array_merge($segments, $segmentArray); - } - $comboPathTests[] = [implode('/', $pathPieces), $segments]; - } - - return $singlePathTests + $comboPathTests; - } - - /** - * @dataProvider sequenceProvider - * @param $sequence - * @param $expectedSequences - */ - public function testYieldAllSequences($sequence, $expectedSequences) - { - $actual = iterator_to_array(self::yieldAllSequences($sequence)); - $this->assertEquals($expectedSequences, $actual); - } - - public function sequenceProvider() - { - return [ - [['a'], [['a']]], - [['a', 'b'], [ - ['a'], - ['a', 'b'], - ['b'], - ['b', 'a'], - ]], - [['a', 'b', 'c'], [ - ['a'], - ['a', 'b'], - ['a', 'b', 'c'], - ['a', 'c'], - ['a', 'c', 'b'], - ['b'], - ['b', 'a'], - ['b', 'a', 'c'], - ['b', 'c'], - ['b', 'c', 'a'], - ['c'], - ['c', 'a'], - ['c', 'a', 'b'], - ['c', 'b'], - ['c', 'b', 'a'], - ]], - ]; - } - - private static function yieldAllSequences($items) - { - $keys = array_keys($items); - foreach ($keys as $key) { - $itemsCopy = $items; - $value = $itemsCopy[$key]; - yield [$value]; - unset($itemsCopy[$key]); - foreach (self::yieldAllSequences($itemsCopy) as $subsequence) { - yield array_merge([$value], $subsequence); - } - } - } - - /** - * @dataProvider invalidPathProvider - * @expectedException \Google\ApiCore\ValidationException - * @param string $path - */ - public function testParseInvalid($path) - { - Parser::parseSegments($path); - } - - public function invalidPathProvider() - { - return [ - [null], // Null path - [""], // Empty path - ["/foo"], // Leading '/' - ["foo:bar"], // Contains ':' - ["foo{barbaz"], // Contains '{' - ["foo}barbaz"], // Contains '}' - ["foo{bar}baz"], // Contains '{' and '}' - ["{}"], // Empty var - ["{foo#bar}"], // Invalid var - ["{foo.bar=baz"], // Unbalanced '{' - ["{foo.bar=baz=fizz}"], // Multiple '=' in variable - ["{foo.bar=**/**}"], // Invalid resource template - ["/foo"], // Leading '/' - ["foo//bar"], // Consecutive '/' - ["foo/"], // Trailing '/' - ]; - } - - /** - * @param string $literal - * @dataProvider validLiterals - */ - public function testIsValidLiteral($literal) - { - $this->assertTrue($this->invokeStaticMethod(Parser::class, 'isValidLiteral', [$literal])); - } - - public function validLiterals() - { - return [ - ["foo"], - ["helloazAZ09-.~_what"], - ["5"], - ["5five"], - ]; - } - - /** - * @param string $literal - * @dataProvider invalidLiterals - */ - public function testFailIsValidLiteral($literal) - { - $this->assertFalse($this->invokeStaticMethod(Parser::class, 'isValidLiteral', [$literal])); - } - - public function invalidLiterals() - { - return [ - [null], - [""], - ["fo\$o"], - ["fo{o"], - ["fo}o"], - ["fo/o"], - ["fo#o"], - ["fo%o"], - ["fo\\o"], - ]; - } - - /** - * @param string $binding - * @dataProvider validBindings - */ - public function testIsValidBinding($binding) - { - $this->assertTrue($this->invokeStaticMethod(Segment::class, 'isValidBinding', [$binding])); - } - - public function validBindings() - { - return array_merge( - $this->validLiterals(), - [ - ["fo#o"], - ["fo%o"], - ["fo!o"], - ["fo@o"], - ["fo#o"], - ["fo\$o"], - ["fo%o"], - ["fo^o"], - ["fo&o"], - ["fo*o"], - ["fo(o"], - ["fo)o"], - ["fo{o"], - ["fo}o"], - ["fo+o"], - ["fo=o"], - ] - ); - } - - /** - * @param string $binding - * @dataProvider invalidBindings - */ - public function testFailIsValidBinding($binding) - { - $this->assertFalse($this->invokeStaticMethod(Segment::class, 'isValidBinding', [$binding])); - } - - public function invalidBindings() - { - return [ - [null], - [""], - ["fo/o"], - ]; - } - - /** - * @param string $binding - * @dataProvider validDoubleWildcardBindings - */ - public function testIsValidDoubleWildcardBinding($binding) - { - $this->assertTrue($this->invokeStaticMethod(Segment::class, 'isValidDoubleWildcardBinding', [$binding])); - } - - public function validDoubleWildcardBindings() - { - return array_merge( - $this->validBindings(), - [ - ["fo/o"] - ] - ); - } - - /** - * @param string $binding - * @dataProvider invalidDoubleWildcardBindings - */ - public function testFailIsValidDoubleWildcardBinding($binding) - { - $this->assertFalse($this->invokeStaticMethod(Segment::class, 'isValidDoubleWildcardBinding', [$binding])); - } - - public function invalidDoubleWildcardBindings() - { - return [ - [null], - [""], - ]; - } - - private function invokeStaticMethod($class, $methodName, array $parameters) - { - $reflection = new \ReflectionClass($class); - $method = $reflection->getMethod($methodName); - $method->setAccessible(true); - - return $method->invokeArgs(null, $parameters); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ResourceTemplate/RelativeResourceTemplateTest.php b/vendor/google/gax/tests/Tests/Unit/ResourceTemplate/RelativeResourceTemplateTest.php deleted file mode 100644 index 6d4458191..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ResourceTemplate/RelativeResourceTemplateTest.php +++ /dev/null @@ -1,355 +0,0 @@ -assertEquals($expectedString ?: $path, $template->__toString()); - } - - public function validPathProvider() - { - return [ - ["foo"], - ["5"], - ["5five/4/four"], - ["*"], - ["**"], - ["{foo}", "{foo=*}"], - ["{foo=*}"], - ["{foo=**}"], - ["foo/*"], - ["*/foo"], - ["*/*/*/*"], - ["**/*/*"], - ["foo/**/bar/*"], - ["foo/*/bar/**"], - ["foo/helloazAZ09-.~_what"], - ]; - } - - /** - * @dataProvider invalidPathProvider - * @expectedException \Google\ApiCore\ValidationException - * @param string $path - */ - public function testInvalidPaths($path, $expectedExceptionMessage = null) - { - if (isset($expectedExceptionMessage)) { - $this->setExpectedException($this->getExpectedException(), $expectedExceptionMessage); - } - new RelativeResourceTemplate($path); - } - - public function invalidPathProvider() - { - return [ - [ - null, // Null path - "Cannot construct RelativeResourceTemplate from null string" - ], - [ - "", // Empty path - "Cannot construct RelativeResourceTemplate from empty string" - ], - [ - "foo:bar/baz", // Action containing '/' - "Error parsing 'foo:bar/baz' at index 7: Unexpected characters in literal segment foo:bar", - ], - [ - "foo/**/**", // Multiple '**' - "Cannot parse 'foo/**/**': cannot contain more than one path wildcard" - ], - [ - "foo//bar", // Consecutive '/' - "Error parsing 'foo//bar' at index 4: Unexpected empty segment (consecutive '/'s are invalid)", - ], - [ - "foo/", // Trailing '/' - "Error parsing 'foo/' at index 3: invalid trailing '/'" - ], - ["foo:bar:baz"], // Multiple ':' - ["foo/bar*baz"], // Mixed literal and '*' - ["foo/**/{var=**}"], // Multiple '**' nested - ["foo/{bizz=**}/{var=**}"],// Multiple '**' nested - ["foo/{bizz=**/**}"], // Multiple '**' nested - ["foo/{bar={baz}}"], // Nested {} - ["foo/{bar=fizz=buzz}"], // Multiple '=' in variable - ["foo/{bar"], // Unmatched '{' - ["foo/{bar}/{bar}"], // Duplicate variable key - ["foo/{bar/baz}"], // Variable containing '/' - ]; - } - - /** - * @param string $pathTemplate - * @param string $path - * @param array $expectedBindings - * @dataProvider matchData - */ - public function testMatch($pathTemplate, $path, $expectedBindings) - { - $template = new RelativeResourceTemplate($pathTemplate); - $this->assertEquals( - $expectedBindings, - $template->match($path) - ); - } - - /** - * @param string $pathTemplate - * @param string $path - * @dataProvider matchData - */ - public function testMatches($pathTemplate, $path) - { - $template = new RelativeResourceTemplate($pathTemplate); - $this->assertTrue($template->matches($path)); - } - - /** - * @param string $pathTemplate - * @param string $expectedPath - * @param array $bindings - * @dataProvider matchData - */ - public function testRender($pathTemplate, $expectedPath, $bindings) - { - $template = new RelativeResourceTemplate($pathTemplate); - $this->assertEquals($expectedPath, $template->render($bindings)); - } - - public function matchData() - { - return [ - [ - 'buckets/*/*/objects/*', - 'buckets/f/o/objects/bar', - ['$0' => 'f', '$1' => 'o', '$2' => 'bar'], - ], - [ - 'buckets/{hello}', - 'buckets/world', - ['hello' => 'world'], - ], - [ - 'buckets/{hello}', - 'buckets/5', - ['hello' => '5'], - ], - [ - 'buckets/{hello=*}', - 'buckets/world', - ['hello' => 'world'], - ], - [ - 'buckets/*', - 'buckets/foo', - ['$0' => 'foo'], - ], - [ - 'buckets/*/*/*/objects/*', - 'buckets/f/o/o/objects/google.com:a-b', - ['$0' => 'f', '$1' => 'o', '$2' => 'o', '$3' => 'google.com:a-b'], - ], - [ - 'buckets/*/objects/**', - 'buckets/foo/objects/bar/baz', - ['$0' => 'foo', '$1' => 'bar/baz'], - ], - [ - 'foo/*/{bar=*/rar/*}/**/*', - 'foo/fizz/fuzz/rar/bar/bizz/buzz/baz', - ['$0' => 'fizz', '$1' => 'bizz/buzz', '$2' => 'baz', 'bar' => 'fuzz/rar/bar'], - ], - [ - 'buckets/*', - 'buckets/{}!@#$%^&*()+=[]\|`~-_', - ['$0' => '{}!@#$%^&*()+=[]\|`~-_'], - ], - ]; - } - - /** - * @param string $pathTemplate - * @param string $path - * @dataProvider invalidMatchData - * @expectedException \Google\ApiCore\ValidationException - */ - public function testFailMatch($pathTemplate, $path) - { - $template = new RelativeResourceTemplate($pathTemplate); - $template->match($path); - } - - /** - * @param string $pathTemplate - * @param string $path - * @dataProvider invalidMatchData - */ - public function testFailMatches($pathTemplate, $path) - { - $template = new RelativeResourceTemplate($pathTemplate); - $this->assertFalse($template->matches($path)); - } - - public function invalidMatchData() - { - return [ - [ - 'buckets/*/*/objects/*', - 'buckets/f/o/objects/bar/far', // Extra '/far' - ], - [ - 'buckets/*/*/objects/*', - 'buckets/f/o/objects', // Missing final wildcard - ], - [ - 'foo/*/bar', - 'foo/bar', // Missing middle wildcard - ], - [ - 'foo/*/bar', - 'foo/fizz/buzz/bar', // Too many segments for middle wildcard - ], - [ - 'foo/**/bar', - 'foo/bar', // Missing middle wildcard - ], - [ - 'buckets', - 'bouquets', // Wrong literal - ], - [ - 'buckets', - 'bucketseller', // Wrong literal - ], - [ - 'foo/*/{bar=*/rar/*}/**/*', - 'foo/fizz/fuzz/rat/bar/bizz/buzz/baz', - ], - ]; - } - - /** - * @param string $pathTemplate - * @param array $bindings - * @dataProvider invalidRenderData - * @expectedException \Google\ApiCore\ValidationException - */ - public function testFailRender($pathTemplate, $bindings, $expectedExceptionMessage = null) - { - if (isset($expectedExceptionMessage)) { - $this->setExpectedException($this->getExpectedException(), $expectedExceptionMessage); - } - $template = new RelativeResourceTemplate($pathTemplate); - $template->render($bindings); - } - - public function invalidRenderData() - { - return [ - [ - 'buckets/*/*/objects/*', - ['$0' => 'f', '$2' => 'bar'], // Missing key - "Error rendering 'buckets/*/*/objects/*': missing required binding '$1' for segment '*'\n" . - "Provided bindings: Array\n" . - "(\n" . - " [$0] => f\n" . - " [$2] => bar\n" . - ")\n", - ], - [ - 'buckets/{hello}', - ['hellop' => 'world'], // Wrong key - ], - [ - 'buckets/{hello=*}', - ['hello' => 'world/weary'], // Invalid binding - ], - [ - 'buckets/{hello=*}', - ['hello' => ''], // Invalid binding - "Error rendering 'buckets/{hello=*}': expected binding 'hello' to match segment '{hello=*}', instead got ''\n" . - "Provided bindings: Array\n" . - "(\n" . - " [hello] => \n" . - ")\n", - ], - [ - 'buckets/{hello=*}', - ['hello' => null], // Invalid binding - "Error rendering 'buckets/{hello=*}': expected binding 'hello' to match segment '{hello=*}', instead got null\n" . - "Provided bindings: Array\n" . - "(\n" . - " [hello] => \n" . - ")\n", - ], - [ - 'buckets/*/objects/**', - ['$0' => 'foo', '$1' => ''], // Invalid binding - "Error rendering 'buckets/*/objects/**': expected binding '$1' to match segment '**', instead got ''\n" . - "Provided bindings: Array\n" . - "(\n" . - " [$0] => foo\n" . - " [$1] => \n" . - ")\n", - ], - [ - 'buckets/*/objects/**', - ['$0' => 'foo', '$1' => null], // Invalid binding - "Error rendering 'buckets/*/objects/**': expected binding '$1' to match segment '**', instead got null\n" . - "Provided bindings: Array\n" . - "(\n" . - " [$0] => foo\n" . - " [$1] => \n" . - ")\n", - ], - [ - 'foo/*/{bar=*/rar/*}/**/*:action', - ['$0' => 'fizz', '$1' => 'bizz/buzz', '$2' => 'baz', 'bar' => 'fuzz/rat/bar'], - // Invalid binding - ], - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/RetrySettingsTest.php b/vendor/google/gax/tests/Tests/Unit/RetrySettingsTest.php deleted file mode 100644 index d48409e79..000000000 --- a/vendor/google/gax/tests/Tests/Unit/RetrySettingsTest.php +++ /dev/null @@ -1,331 +0,0 @@ -assertTrue($simpleMethod->retriesEnabled()); - $this->assertEquals(40000, $simpleMethod->getNoRetriesRpcTimeoutMillis()); - $this->assertEquals(['DEADLINE_EXCEEDED', 'UNAVAILABLE'], $simpleMethod->getRetryableCodes()); - $this->assertEquals(100, $simpleMethod->getInitialRetryDelayMillis()); - $pageStreamingMethod = $defaultRetrySettings['PageStreamingMethod']; - $this->assertEquals(['INTERNAL'], $pageStreamingMethod->getRetryableCodes()); - $timeoutOnlyMethod = $defaultRetrySettings['TimeoutOnlyMethod']; - $this->assertFalse($timeoutOnlyMethod->retriesEnabled()); - $this->assertEquals(40000, $timeoutOnlyMethod->getNoRetriesRpcTimeoutMillis()); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - */ - public function testLoadInvalid() - { - $inputConfig = RetrySettingsTest::buildInvalidInputConfig(); - RetrySettings::load( - RetrySettingsTest::SERVICE_NAME, - $inputConfig - ); - } - - public function testDisableRetries() - { - $inputConfig = RetrySettingsTest::buildInputConfig(); - - $defaultRetrySettings = RetrySettings::load( - RetrySettingsTest::SERVICE_NAME, - $inputConfig, - true - ); - $simpleMethod = $defaultRetrySettings['SimpleMethod']; - $this->assertFalse($simpleMethod->retriesEnabled()); - $this->assertEquals(40000, $simpleMethod->getNoRetriesRpcTimeoutMillis()); - $pageStreamingMethod = $defaultRetrySettings['PageStreamingMethod']; - $this->assertEquals(['INTERNAL'], $pageStreamingMethod->getRetryableCodes()); - $timeoutOnlyMethod = $defaultRetrySettings['TimeoutOnlyMethod']; - $this->assertFalse($timeoutOnlyMethod->retriesEnabled()); - $this->assertEquals(40000, $timeoutOnlyMethod->getNoRetriesRpcTimeoutMillis()); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - */ - public function testRetrySettingsMissingFields() - { - $retrySettings = new RetrySettings([ - 'initialRetryDelayMillis' => 100, - 'retryDelayMultiplier' => 1.3, - // Missing field: - //'maxRetryDelayMillis' => 400, - 'initialRpcTimeoutMillis' => 150, - 'rpcTimeoutMultiplier' => 2, - 'maxRpcTimeoutMillis' => 600, - 'totalTimeoutMillis' => 2000 - ]); - } - - /** - * @dataProvider retrySettingsProvider - * @param $settings - * @param $expectedValues - */ - public function testRetrySettings($settings, $expectedValues) - { - $retrySettings = new RetrySettings($settings); - $this->compare($retrySettings, $expectedValues); - } - - /** - * @dataProvider withRetrySettingsProvider - * @param $settings - * @param $withSettings - * @param $expectedValues - */ - public function testWith($settings, $withSettings, $expectedValues) - { - $retrySettings = new RetrySettings($settings); - $withRetrySettings = $retrySettings->with($withSettings); - $this->compare($withRetrySettings, $expectedValues); - } - - private function compare(RetrySettings $retrySettings, $expectedValues) - { - $this->assertSame( - $expectedValues['initialRetryDelayMillis'], - $retrySettings->getInitialRetryDelayMillis() - ); - $this->assertSame( - $expectedValues['retryDelayMultiplier'], - $retrySettings->getRetryDelayMultiplier() - ); - $this->assertSame( - $expectedValues['maxRetryDelayMillis'], - $retrySettings->getMaxRetryDelayMillis() - ); - $this->assertSame( - $expectedValues['rpcTimeoutMultiplier'], - $retrySettings->getRpcTimeoutMultiplier() - ); - $this->assertSame( - $expectedValues['maxRpcTimeoutMillis'], - $retrySettings->getMaxRpcTimeoutMillis() - ); - $this->assertSame( - $expectedValues['totalTimeoutMillis'], - $retrySettings->getTotalTimeoutMillis() - ); - $this->assertSame( - $expectedValues['retryableCodes'], - $retrySettings->getRetryableCodes() - ); - $this->assertSame( - $expectedValues['retriesEnabled'], - $retrySettings->retriesEnabled() - ); - $this->assertSame( - $expectedValues['noRetriesRpcTimeoutMillis'], - $retrySettings->getNoRetriesRpcTimeoutMillis() - ); - } - - public function retrySettingsProvider() - { - $defaultSettings = [ - 'initialRetryDelayMillis' => 100, - 'retryDelayMultiplier' => 1.3, - 'maxRetryDelayMillis' => 400, - 'initialRpcTimeoutMillis' => 150, - 'rpcTimeoutMultiplier' => 2, - 'maxRpcTimeoutMillis' => 600, - 'totalTimeoutMillis' => 2000, - 'retryableCodes' => [1], - ]; - $defaultExpectedValues = [ - 'initialRetryDelayMillis' => 100, - 'retryDelayMultiplier' => 1.3, - 'maxRetryDelayMillis' => 400, - 'initialRpcTimeoutMillis' => 150, - 'rpcTimeoutMultiplier' => 2, - 'maxRpcTimeoutMillis' => 600, - 'totalTimeoutMillis' => 2000, - 'retryableCodes' => [1], - 'noRetriesRpcTimeoutMillis' => 150, - 'retriesEnabled' => true - ]; - return [ - [ - // Test with retryableCodes, without retriesEnabled or noRetriesRpcTimeoutMillis - $defaultSettings, - $defaultExpectedValues - ], - [ - // Test with empty retryableCodes, without retriesEnabled or noRetriesRpcTimeoutMillis - [ - 'retryableCodes' => [], - ] + $defaultSettings, - [ - 'retryableCodes' => [], - 'retriesEnabled' => false - ] + $defaultExpectedValues - ], - [ - // Test with retryableCodes, with retriesEnabled=false - [ - 'retriesEnabled' => false - ] + $defaultSettings, - [ - 'retriesEnabled' => false - ] + $defaultExpectedValues - ], - [ - // Test with empty retryableCodes, with retriesEnabled=true - [ - 'retryableCodes' => [], - 'retriesEnabled' => true - ] + $defaultSettings, - [ - 'retryableCodes' => [], - 'retriesEnabled' => true - ] + $defaultExpectedValues - ], - [ - // Test with noRetriesRpcTimeoutMillis - [ - 'noRetriesRpcTimeoutMillis' => 151, - ] + $defaultSettings, - [ - 'noRetriesRpcTimeoutMillis' => 151, - ] + $defaultExpectedValues - ] - ]; - } - - public function withRetrySettingsProvider() - { - $defaultSettings = [ - 'initialRetryDelayMillis' => 1, - 'retryDelayMultiplier' => 1, - 'maxRetryDelayMillis' => 1, - 'initialRpcTimeoutMillis' => 1, - 'rpcTimeoutMultiplier' => 1, - 'maxRpcTimeoutMillis' => 1, - 'totalTimeoutMillis' => 1, - 'retryableCodes' => [1], - 'noRetriesRpcTimeoutMillis' => 1, - 'retriesEnabled' => true, - ]; - $defaultExpectedValues = [ - 'initialRetryDelayMillis' => 1, - 'retryDelayMultiplier' => 1, - 'maxRetryDelayMillis' => 1, - 'initialRpcTimeoutMillis' => 1, - 'rpcTimeoutMultiplier' => 1, - 'maxRpcTimeoutMillis' => 1, - 'totalTimeoutMillis' => 1, - 'retryableCodes' => [1], - 'noRetriesRpcTimeoutMillis' => 1, - 'retriesEnabled' => true, - ]; - return [ - [ - // Test with no changes - $defaultSettings, - [], - $defaultExpectedValues - ], - [ - // Test disable retries - $defaultSettings, - [ - 'retriesEnabled' => false, - ], - [ - 'retriesEnabled' => false, - ] + $defaultExpectedValues - ], - [ - // Test change all settings - $defaultSettings, - [ - 'initialRetryDelayMillis' => 2, - 'retryDelayMultiplier' => 3, - 'maxRetryDelayMillis' => 4, - 'initialRpcTimeoutMillis' => 5, - 'rpcTimeoutMultiplier' => 6, - 'maxRpcTimeoutMillis' => 7, - 'totalTimeoutMillis' => 8, - 'retryableCodes' => [9], - 'noRetriesRpcTimeoutMillis' => 10, - 'retriesEnabled' => false, - ], - [ - 'initialRetryDelayMillis' => 2, - 'retryDelayMultiplier' => 3, - 'maxRetryDelayMillis' => 4, - 'initialRpcTimeoutMillis' => 5, - 'rpcTimeoutMultiplier' => 6, - 'maxRpcTimeoutMillis' => 7, - 'totalTimeoutMillis' => 8, - 'retryableCodes' => [9], - 'noRetriesRpcTimeoutMillis' => 10, - 'retriesEnabled' => false, - ] - ] - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/SerializerTest.php b/vendor/google/gax/tests/Tests/Unit/SerializerTest.php deleted file mode 100644 index dfc776a47..000000000 --- a/vendor/google/gax/tests/Tests/Unit/SerializerTest.php +++ /dev/null @@ -1,294 +0,0 @@ -encodeMessage($message); - $this->assertEquals($arrayStructure, $serializedMessage); - - // Check that $message when encoded and decoded is unchanged - $deserializedMessage = $serializer->decodeMessage(new $klass(), $serializedMessage); - $this->assertEquals($message, $deserializedMessage); - - // Check that $arrayStructure when decoded is equal to $message - $deserializedStructure = $serializer->decodeMessage(new $klass(), $arrayStructure); - $this->assertEquals($message, $deserializedStructure); - - // Check that $arrayStructure when decoded and encoded is unchanged - $reserializedStructure = $serializer->encodeMessage($deserializedStructure); - $this->assertEquals($arrayStructure, $reserializedStructure); - } - - public function testStatusMessage() - { - $details = [new Any()]; - $message = new Status(); - $message->setMessage("message"); - $message->setCode(0); - $message->setDetails($details); - - $encodedMessage = [ - 'message' => 'message', - 'code' => 0, - 'details' => [ - [ - 'typeUrl' => '', - 'value' => '', - ], - ] - ]; - - $this->verifySerializeAndDeserialize($message, $encodedMessage); - } - - public function testHttpRule() - { - $message = new HttpRule(); - - $encodedMessage = [ - 'selector' => '', - 'body' => '', - 'responseBody' => '', - 'additionalBindings' => [], - ]; - - $this->verifySerializeAndDeserialize($message, $encodedMessage); - } - - public function testHttpRuleSetOneof() - { - $message = new HttpRule(); - $message->setPatch(''); - - $encodedMessage = [ - 'selector' => '', - 'patch' => '', - 'body' => '', - 'responseBody' => '', - 'additionalBindings' => [], - ]; - - $this->verifySerializeAndDeserialize($message, $encodedMessage); - } - - public function testHttpRuleSetOneofToValue() - { - $message = new HttpRule(); - $message->setPatch('test'); - - $encodedMessage = [ - 'selector' => '', - 'patch' => 'test', - 'body' => '', - 'responseBody' => '', - 'additionalBindings' => [], - ]; - - $this->verifySerializeAndDeserialize($message, $encodedMessage); - } - - public function testFieldMask() - { - $message = new FieldMask(); - - $encodedMessage = [ - 'paths' => [] - ]; - - $this->verifySerializeAndDeserialize($message, $encodedMessage); - } - - public function testProperlyHandlesMessage() - { - $value = 'test'; - - // Using this class because it contains maps, oneofs and structs - $message = new \Google\Protobuf\Struct(); - - $innerValue1 = new Value(); - $innerValue1->setStringValue($value); - - $innerValue2 = new Value(); - $innerValue2->setBoolValue(true); - - $structValue1 = new Value(); - $structValue1->setStringValue(strtoupper($value)); - $structValue2 = new Value(); - $structValue2->setStringValue($value); - $labels = [ - strtoupper($value) => $structValue1, - $value => $structValue2, - ]; - $innerStruct = new Struct(); - $innerStruct->setFields($labels); - $innerValue3 = new Value(); - $innerValue3->setStructValue($innerStruct); - - $innerValues = [$innerValue1, $innerValue2, $innerValue3]; - $listValue = new ListValue(); - $listValue->setValues($innerValues); - $fieldValue = new Value(); - $fieldValue->setListValue($listValue); - - $fields = [ - 'listField' => $fieldValue, - ]; - $message->setFields($fields); - - $encodedMessage = [ - 'fields' => [ - 'listField' => [ - 'listValue' => [ - 'values' => [ - [ - 'stringValue' => $value, - ], - [ - 'boolValue' => true, - ], - [ - 'structValue' => [ - 'fields' => [ - strtoupper($value) => [ - 'stringValue' => strtoupper($value), - ], - $value => [ - 'stringValue' => $value, - ] - ], - ], - ] - ] - ] - ] - ], - ]; - - $this->verifySerializeAndDeserialize($message, $encodedMessage); - } - - public function testSpecialEncodingDecodingByFieldName() - { - $serializer = new Serializer([ - 'red' => function ($v) { - return $v * 2; - } - ], [], [ - 'red' => function ($v) { - return $v / 2; - } - ]); - $data = [ - 'red' => 0.2, - 'green' => 0.3, - 'blue' => 0.4, - 'alpha' => [ - 'value' => 1.0 - ] - ]; - $color = $serializer->decodeMessage(new Color(), $data); - $this->assertEquals(0.1, $color->getRed(), '', 0.0000001); - $this->assertEquals(0.3, $color->getGreen(), '', 0.0000001); - $this->assertEquals(0.4, $color->getBlue(), '', 0.0000001); - $alpha = $color->getAlpha(); - $this->assertEquals(1.0, $alpha->getValue(), '', 0.0000001); - - $array = $serializer->encodeMessage($color); - $this->assertEquals($data['red'], $array['red'], '', 0.0000001); - $this->assertEquals($data['green'], $array['green'], '', 0.0000001); - $this->assertEquals($data['blue'], $array['blue'], '', 0.0000001); - $this->assertEquals($data['alpha']['value'], $array['alpha']['value'], '', 0.0000001); - } - - public function testSpecialEncodingDecodingByFieldType() - { - $serializer = new Serializer([], [ - 'google.protobuf.FloatValue' => function ($v) { - return [ - 'value' => $v['value'] * 2 - ]; - } - ], [], [ - 'google.protobuf.FloatValue' => function ($v) { - return [ - 'value' => $v['value'] / 2 - ]; - } - ]); - $data = [ - 'red' => 0.2, - 'green' => 0.3, - 'blue' => 0.4, - 'alpha' => [ - 'value' => 1.0 - ] - ]; - - $color = $serializer->decodeMessage(new Color(), $data); - $this->assertEquals(0.2, $color->getRed(), '', 0.0000001); - $this->assertEquals(0.3, $color->getGreen(), '', 0.0000001); - $this->assertEquals(0.4, $color->getBlue(), '', 0.0000001); - $alpha = $color->getAlpha(); - $this->assertEquals(0.5, $alpha->getValue(), '', 0.0000001); - - $array = $serializer->encodeMessage($color); - $this->assertEquals($data['red'], $array['red'], '', 0.0000001); - $this->assertEquals($data['green'], $array['green'], '', 0.0000001); - $this->assertEquals($data['blue'], $array['blue'], '', 0.0000001); - $this->assertEquals($data['alpha']['value'], $array['alpha']['value'], '', 0.0000001); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ServerStreamTest.php b/vendor/google/gax/tests/Tests/Unit/ServerStreamTest.php deleted file mode 100644 index 5b000eb00..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ServerStreamTest.php +++ /dev/null @@ -1,206 +0,0 @@ -assertSame($call, $stream->getServerStreamingCall()); - $this->assertSame([], iterator_to_array($stream->readAll())); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage empty failure - */ - public function testEmptyFailure() - { - $call = new MockServerStreamingCall([], null, new MockStatus(Code::INTERNAL, 'empty failure')); - $stream = new ServerStream($call); - - $this->assertSame($call, $stream->getServerStreamingCall()); - iterator_to_array($stream->readAll()); - } - - public function testStringsSuccess() - { - $responses = ['abc', 'def']; - $call = new MockServerStreamingCall($responses); - $stream = new ServerStream($call); - - $this->assertSame($call, $stream->getServerStreamingCall()); - $this->assertSame($responses, iterator_to_array($stream->readAll())); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage strings failure - */ - public function testStringsFailure() - { - $responses = ['abc', 'def']; - $call = new MockServerStreamingCall( - $responses, - null, - new MockStatus(Code::INTERNAL, 'strings failure') - ); - $stream = new ServerStream($call); - - $this->assertSame($call, $stream->getServerStreamingCall()); - $index = 0; - try { - foreach ($stream->readAll() as $response) { - $this->assertSame($response, $responses[$index]); - $index++; - } - } finally { - $this->assertSame(2, $index); - } - } - - public function testObjectsSuccess() - { - $responses = [ - $this->createStatus(Code::OK, 'response1'), - $this->createStatus(Code::OK, 'response2') - ]; - $serializedResponses = []; - foreach ($responses as $response) { - $serializedResponses[] = $response->serializeToString(); - } - $call = new MockServerStreamingCall($serializedResponses, ['\Google\Rpc\Status', 'mergeFromString']); - $stream = new ServerStream($call); - - $this->assertSame($call, $stream->getServerStreamingCall()); - $this->assertEquals($responses, iterator_to_array($stream->readAll())); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage objects failure - */ - public function testObjectsFailure() - { - $responses = [ - $this->createStatus(Code::OK, 'response1'), - $this->createStatus(Code::OK, 'response2') - ]; - $serializedResponses = []; - foreach ($responses as $response) { - $serializedResponses[] = $response->serializeToString(); - } - $call = new MockServerStreamingCall( - $serializedResponses, - ['\Google\Rpc\Status', 'mergeFromString'], - new MockStatus(Code::INTERNAL, 'objects failure') - ); - $stream = new ServerStream($call); - - $this->assertSame($call, $stream->getServerStreamingCall()); - $index = 0; - try { - foreach ($stream->readAll() as $response) { - $this->assertEquals($response, $responses[$index]); - $index++; - } - } finally { - $this->assertSame(2, $index); - } - } - - public function testResourcesSuccess() - { - $resources = ['resource1', 'resource2', 'resource3']; - $repeatedField1 = new RepeatedField(GPBType::STRING); - $repeatedField1[] = 'resource1'; - $repeatedField2 = new RepeatedField(GPBType::STRING); - $repeatedField2[] = 'resource2'; - $repeatedField2[] = 'resource3'; - $responses = [ - $this->createMockResponse('nextPageToken1', $repeatedField1), - $this->createMockResponse('nextPageToken1', $repeatedField2) - ]; - $call = new MockServerStreamingCall($responses); - $stream = new ServerStream($call, [ - 'resourcesGetMethod' => 'getResourcesList' - ]); - - $this->assertSame($call, $stream->getServerStreamingCall()); - $this->assertEquals($resources, iterator_to_array($stream->readAll())); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage resources failure - */ - public function testResourcesFailure() - { - $resources = ['resource1', 'resource2', 'resource3']; - $responses = [ - $this->createMockResponse('nextPageToken1', ['resource1']), - $this->createMockResponse('nextPageToken1', ['resource2', 'resource3']) - ]; - $call = new MockServerStreamingCall( - $responses, - null, - new MockStatus(Code::INTERNAL, 'resources failure') - ); - $stream = new ServerStream($call, [ - 'resourcesGetMethod' => 'getResourcesList' - ]); - - $this->assertSame($call, $stream->getServerStreamingCall()); - $index = 0; - try { - foreach ($stream->readAll() as $response) { - $this->assertSame($response, $resources[$index]); - $index++; - } - } finally { - $this->assertSame(3, $index); - } - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ServiceAddressTraitTest.php b/vendor/google/gax/tests/Tests/Unit/ServiceAddressTraitTest.php deleted file mode 100644 index 432770735..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ServiceAddressTraitTest.php +++ /dev/null @@ -1,67 +0,0 @@ -assertSame($expectedAddress, $actualAddress); - $this->assertSame($expectedPort, $actualPort); - } - - public function normalizeServiceAddressData() - { - return [ - ["simple.com:123", "simple.com", "123"], - ["really.long.and.dotted:456", "really.long.and.dotted", "456"], - ["noport.com", "noport.com", self::$defaultPort], - ]; - } - - /** - * @dataProvider normalizeServiceAddressInvalidData - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Invalid apiEndpoint - */ - public function testNormalizeServiceAddressInvalid($serviceAddressString) - { - self::normalizeServiceAddress($serviceAddressString); - } - - public function normalizeServiceAddressInvalidData() - { - return [ - ["too.many:colons:123"], - ["too:many:colons"], - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/TestTrait.php b/vendor/google/gax/tests/Tests/Unit/TestTrait.php deleted file mode 100644 index dc0741c03..000000000 --- a/vendor/google/gax/tests/Tests/Unit/TestTrait.php +++ /dev/null @@ -1,144 +0,0 @@ -setPageToken($token); - } - if ($pageSize) { - $request->setPageSize($pageSize); - } - return $request; - } - - public function createMockResponse($pageToken = null, $resourcesList = []) - { - $mockResponse = new MockResponse(); - if ($pageToken) { - $mockResponse->setNextPageToken($pageToken); - } - if ($resourcesList) { - $mockResponse->setResourcesList($resourcesList); - } - return $mockResponse; - } - - public function createMockCall($response = null, $status = null) - { - $status = $status ?: new MockStatus(Code::OK); - $call = $this->getMockBuilder(UnaryCall::class) - ->disableOriginalConstructor() - ->getMock(); - - $call->method('wait') - ->will($this->returnValue([$response, $status])); - - return $call; - } - - public function createCallWithResponseSequence($sequence) - { - foreach ($sequence as $key => $value) { - if (!is_array($value)) { - $sequence[$key] = [$value, null]; - } - } - $mockCall = $this->getMockBuilder(MockCall::class) - ->setMethods(['takeAction']) - ->getMock(); - $mockCall->method('takeAction') - ->will(call_user_func_array([$this, 'onConsecutiveCalls'], $sequence)); - - return $mockCall; - } - - public function createOperationsClient($transport = null) - { - $this->requiresGrpcExtension(); - - $client = new OperationsClient([ - 'apiEndpoint' => '', - 'scopes' => [], - 'transport' => $transport, - ]); - - return $client; - } - - /** - * @param \Google\Rpc\Code $code - * @param String $message - * @return Status - */ - public function createStatus($code, $message) - { - $status = new Status(); - $status->setCode($code); - $status->setMessage($message); - return $status; - } - - /** - * @param $value \Google\Protobuf\Internal\Message; - * @return Any - */ - public function createAny($value) - { - $any = new Any(); - $any->setValue($value->serializeToString()); - return $any; - } - - public static function requiresGrpcExtension() - { - if (!extension_loaded('grpc')) { - self::markTestSkipped('Must have the grpc extension installed to run this test.'); - } - if (defined('HHVM_VERSION')) { - self::markTestSkipped('gRPC is not supported on HHVM.'); - } - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/Transport/Grpc/ForwardingUnaryCallTest.php b/vendor/google/gax/tests/Tests/Unit/Transport/Grpc/ForwardingUnaryCallTest.php deleted file mode 100644 index 615dfb05a..000000000 --- a/vendor/google/gax/tests/Tests/Unit/Transport/Grpc/ForwardingUnaryCallTest.php +++ /dev/null @@ -1,63 +0,0 @@ -getMockBuilder(UnaryCall::class) - ->disableOriginalConstructor() - ->getMock(); - $unaryCall->expects($this->once())->method('getMetadata'); - $unaryCall->expects($this->once())->method('getTrailingMetadata'); - $unaryCall->expects($this->once())->method('getPeer'); - $unaryCall->expects($this->once())->method('cancel'); - $unaryCall->expects($this->once())->method('wait'); - - $forwardingCall = new ForwardingUnaryCall($unaryCall); - - $forwardingCall->getMetadata(); - $forwardingCall->getTrailingMetadata(); - $forwardingCall->getPeer(); - $forwardingCall->cancel(); - $forwardingCall->wait(); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/Transport/GrpcFallbackTransportTest.php b/vendor/google/gax/tests/Tests/Unit/Transport/GrpcFallbackTransportTest.php deleted file mode 100644 index 91aea70c0..000000000 --- a/vendor/google/gax/tests/Tests/Unit/Transport/GrpcFallbackTransportTest.php +++ /dev/null @@ -1,245 +0,0 @@ -call = new Call( - 'Testing123', - MockResponse::class, - new MockRequest() - ); - } - - private function getTransport(callable $httpHandler) - { - return new GrpcFallbackTransport( - 'www.example.com', - $httpHandler - ); - } - - /** - * @param $apiEndpoint - * @param $requestMessage - * @dataProvider startUnaryCallDataProvider - */ - public function testStartUnaryCall($apiEndpoint, $requestMessage) - { - $expectedRequest = new Request( - 'POST', - "https://$apiEndpoint/\$rpc/Testing123", - [ - 'Content-Type' => 'application/x-protobuf', - 'x-goog-api-client' => ['grpc-web'], - ], - $requestMessage->serializeToString() - ); - - $expectedResponse = (new MockResponse()) - ->setName('hello') - ->setNumber(15); - - $httpHandler = function (RequestInterface $request, array $options = []) use ($expectedResponse, $expectedRequest) { - $this->assertEquals($expectedRequest, $request); - - return Promise\promise_for( - new Response( - 200, - [], - $expectedResponse->serializeToString() - ) - ); - }; - - $transport = new GrpcFallbackTransport( - $apiEndpoint, - $httpHandler - ); - $call = new Call( - 'Testing123', - MockResponse::class, - $requestMessage - ); - $response = $transport->startUnaryCall($call, [])->wait(); - - $this->assertEquals($expectedResponse->getName(), $response->getName()); - $this->assertEquals($expectedResponse->getNumber(), $response->getNumber()); - } - - public function startUnaryCallDataProvider() - { - return [ - ["www.example.com", new MockRequest()], - ["www.example.com:443", new MockRequest()], - ["www.example.com:447", new MockRequest()], - ]; - } - - /** - * @expectedException \Exception - */ - public function testStartUnaryCallThrowsException() - { - $httpHandler = function (RequestInterface $request, array $options = []) { - return Promise\rejection_for(new \Exception()); - }; - - $this->getTransport($httpHandler) - ->startUnaryCall($this->call, []) - ->wait(); - } - - /** - * @expectedException \Google\ApiCore\ApiException - */ - public function testStartUnaryCallThrowsRequestException() - { - $httpHandler = function (RequestInterface $request, array $options = []) { - $status = new Status(); - $status->setCode(Code::NOT_FOUND); - $status->setMessage("Ruh-roh"); - return Promise\rejection_for( - RequestException::create( - new Request('POST', 'http://www.example.com'), - new Response( - 404, - [], - $status->serializeToString() - ) - ) - ); - }; - - $this->getTransport($httpHandler) - ->startUnaryCall($this->call, []) - ->wait(); - } - - /** - * @dataProvider buildDataGrpcFallback - */ - public function testBuildGrpcFallback($apiEndpoint, $config, $expectedTransport) - { - $actualTransport = GrpcFallbackTransport::build($apiEndpoint, $config); - $this->assertEquals($expectedTransport, $actualTransport); - } - - public function buildDataGrpcFallback() - { - $uri = "address.com"; - $apiEndpoint = "$uri:443"; - $httpHandler = [HttpHandlerFactory::build(), 'async']; - return [ - [ - $apiEndpoint, - ['httpHandler' => $httpHandler], - new GrpcFallbackTransport($apiEndpoint, $httpHandler) - ], - [ - $apiEndpoint, - [], - new GrpcFallbackTransport($apiEndpoint, $httpHandler), - ], - ]; - } - - /** - * @dataProvider buildInvalidData - * @expectedException \Google\ApiCore\ValidationException - * @param $apiEndpoint - * @param $args - * @throws \Google\ApiCore\ValidationException - */ - public function testBuildInvalid($apiEndpoint, $args) - { - GrpcFallbackTransport::build($apiEndpoint, $args); - } - - public function buildInvalidData() - { - return [ - [ - "addresswithtoo:many:segments", - [], - ], - ]; - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage This is an HTML response<\/body><\/html> - * @expectedExceptionCode 5 - */ - public function testNonBinaryProtobufResponseException() - { - $httpHandler = function (RequestInterface $request, array $options = []) { - return Promise\rejection_for( - RequestException::create( - new Request('POST', 'http://www.example.com'), - new Response( - 404, - [], - "This is an HTML response" - ) - ) - ); - }; - - $this->getTransport($httpHandler) - ->startUnaryCall($this->call, []) - ->wait(); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/Transport/GrpcTransportTest.php b/vendor/google/gax/tests/Tests/Unit/Transport/GrpcTransportTest.php deleted file mode 100644 index 24bd26730..000000000 --- a/vendor/google/gax/tests/Tests/Unit/Transport/GrpcTransportTest.php +++ /dev/null @@ -1,494 +0,0 @@ -requiresGrpcExtension(); - } - - private function callCredentialsCallback(MockGrpcTransport $transport) - { - $mockCall = new Call('method', '', null); - $options = []; - - $response = $transport->startUnaryCall($mockCall, $options)->wait(); - $args = $transport->getRequestArguments(); - return call_user_func($args['options']['call_credentials_callback']); - } - - public function testClientStreamingSuccessObject() - { - $response = new Status(); - $response->setCode(Code::OK); - $response->setMessage('response'); - - $status = new stdClass; - $status->code = Code::OK; - - $clientStreamingCall = $this->getMockBuilder(ClientStreamingCall::class) - ->disableOriginalConstructor() - ->getMock(); - $clientStreamingCall->method('write'); - $clientStreamingCall->method('wait') - ->will($this->returnValue([$response, $status])); - - $transport = new MockGrpcTransport($clientStreamingCall); - - $stream = $transport->startClientStreamingCall( - new Call('method', null), - [] - ); - - /* @var $stream \Google\ApiCore\ClientStream */ - $actualResponse = $stream->writeAllAndReadResponse([]); - $this->assertEquals($response, $actualResponse); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage client streaming failure - */ - public function testClientStreamingFailure() - { - $request = "request"; - $response = "response"; - - $status = new stdClass; - $status->code = Code::INTERNAL; - $status->details = 'client streaming failure'; - - $clientStreamingCall = $this->getMockBuilder(ClientStreamingCall::class) - ->disableOriginalConstructor() - ->getMock(); - $clientStreamingCall->method('wait') - ->will($this->returnValue([$response, $status])); - - $transport = new MockGrpcTransport($clientStreamingCall); - - $stream = $transport->startClientStreamingCall( - new Call('takeAction', null), - [] - ); - - $stream->readResponse(); - } - - public function testServerStreamingSuccess() - { - $response = "response"; - - $status = new stdClass; - $status->code = Code::OK; - - $message = $this->createMockRequest(); - - $serverStreamingCall = $this->getMockBuilder(\Grpc\ServerStreamingCall::class) - ->disableOriginalConstructor() - ->getMock(); - $serverStreamingCall->method('responses') - ->will($this->returnValue([$response])); - $serverStreamingCall->method('getStatus') - ->will($this->returnValue($status)); - - $transport = new MockGrpcTransport($serverStreamingCall); - - /* @var $stream \Google\ApiCore\ServerStream */ - $stream = $transport->startServerStreamingCall( - new Call('takeAction', null, $message), - [] - ); - - $actualResponsesArray = []; - foreach ($stream->readAll() as $actualResponse) { - $actualResponsesArray[] = $actualResponse; - } - - $this->assertEquals([$response], $actualResponsesArray); - } - - public function testServerStreamingSuccessResources() - { - $responses = ['resource1', 'resource2']; - $repeatedField = new RepeatedField(GPBType::STRING); - foreach ($responses as $response) { - $repeatedField[] = $response; - } - - $response = $this->createMockResponse('nextPageToken', $repeatedField); - - $status = new stdClass; - $status->code = Code::OK; - - $message = $this->createMockRequest(); - - $call = $this->getMockBuilder(\Grpc\ServerStreamingCall::class) - ->disableOriginalConstructor() - ->getMock(); - $call->method('responses') - ->will($this->returnValue([$response])); - $call->method('getStatus') - ->will($this->returnValue($status)); - - $transport = new MockGrpcTransport($call); - - $call = new Call('takeAction', - null, - $message, - ['resourcesGetMethod' => 'getResourcesList'] - ); - $options = []; - - /* @var $stream \Google\ApiCore\ServerStream */ - $stream = $transport->startServerStreamingCall( - $call, - $options - ); - - $actualResponsesArray = []; - foreach ($stream->readAll() as $actualResponse) { - $actualResponsesArray[] = $actualResponse; - } - $this->assertEquals($responses, $actualResponsesArray); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage server streaming failure - */ - public function testServerStreamingFailure() - { - $status = new stdClass; - $status->code = Code::INTERNAL; - $status->details = 'server streaming failure'; - - $message = $this->createMockRequest(); - - $serverStreamingCall = $this->getMockBuilder(\Grpc\ServerStreamingCall::class) - ->disableOriginalConstructor() - ->getMock(); - $serverStreamingCall->method('responses') - ->will($this->returnValue(['response1'])); - $serverStreamingCall->method('getStatus') - ->will($this->returnValue($status)); - - $transport = new MockGrpcTransport($serverStreamingCall); - - /* @var $stream \Google\ApiCore\ServerStream */ - $stream = $transport->startServerStreamingCall( - new Call('takeAction', null, $message), - [] - ); - - foreach ($stream->readAll() as $actualResponse) { - // for loop to trigger generator and API exception - } - } - - public function testBidiStreamingSuccessSimple() - { - $response = "response"; - $status = new stdClass; - $status->code = Code::OK; - - $bidiStreamingCall = $this->getMockBuilder(\Grpc\BidiStreamingCall::class) - ->disableOriginalConstructor() - ->getMock(); - $bidiStreamingCall->method('read') - ->will($this->onConsecutiveCalls($response, null)); - $bidiStreamingCall->method('getStatus') - ->will($this->returnValue($status)); - - $transport = new MockGrpcTransport($bidiStreamingCall); - - /* @var $stream \Google\ApiCore\BidiStream */ - $stream = $transport->startBidiStreamingCall( - new Call('takeAction', null), - [] - ); - - $actualResponsesArray = []; - foreach ($stream->closeWriteAndReadAll() as $actualResponse) { - $actualResponsesArray[] = $actualResponse; - } - $this->assertEquals([$response], $actualResponsesArray); - } - - public function testBidiStreamingSuccessObject() - { - $response = new Status(); - $response->setCode(Code::OK); - $response->setMessage('response'); - - $status = new stdClass; - $status->code = Code::OK; - - $bidiStreamingCall = $this->getMockBuilder(\Grpc\BidiStreamingCall::class) - ->disableOriginalConstructor() - ->getMock(); - $bidiStreamingCall->method('read') - ->will($this->onConsecutiveCalls($response, null)); - $bidiStreamingCall->method('getStatus') - ->will($this->returnValue($status)); - - $transport = new MockGrpcTransport($bidiStreamingCall); - - /* @var $stream \Google\ApiCore\BidiStream */ - $stream = $transport->startBidiStreamingCall( - new Call('takeAction', null), - [] - ); - - $actualResponsesArray = []; - foreach ($stream->closeWriteAndReadAll() as $actualResponse) { - $actualResponsesArray[] = $actualResponse; - } - $this->assertEquals([$response], $actualResponsesArray); - } - - public function testBidiStreamingSuccessResources() - { - $responses = ['resource1', 'resource2']; - $repeatedField = new RepeatedField(GPBType::STRING); - foreach ($responses as $response) { - $repeatedField[] = $response; - } - - $response = $this->createMockResponse('nextPageToken', $repeatedField); - - $status = new stdClass; - $status->code = Code::OK; - - $bidiStreamingCall = $this->getMockBuilder(\Grpc\BidiStreamingCall::class) - ->disableOriginalConstructor() - ->getMock(); - $bidiStreamingCall->method('read') - ->will($this->onConsecutiveCalls($response, null)); - $bidiStreamingCall->method('getStatus') - ->will($this->returnValue($status)); - - $transport = new MockGrpcTransport($bidiStreamingCall); - - $call = new Call( - 'takeAction', - null, - null, - ['resourcesGetMethod' => 'getResourcesList'] - ); - - /* @var $stream \Google\ApiCore\BidiStream */ - $stream = $transport->startBidiStreamingCall( - $call, - [] - ); - - $actualResponsesArray = []; - foreach ($stream->closeWriteAndReadAll() as $actualResponse) { - $actualResponsesArray[] = $actualResponse; - } - $this->assertEquals($responses, $actualResponsesArray); - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage bidi failure - */ - public function testBidiStreamingFailure() - { - $response = "response"; - $status = new stdClass; - $status->code = Code::INTERNAL; - $status->details = 'bidi failure'; - - $bidiStreamingCall = $this->getMockBuilder(\Grpc\BidiStreamingCall::class) - ->disableOriginalConstructor() - ->getMock(); - $bidiStreamingCall->method('read') - ->will($this->onConsecutiveCalls($response, null)); - $bidiStreamingCall->method('getStatus') - ->will($this->returnValue($status)); - - $transport = new MockGrpcTransport($bidiStreamingCall); - - /* @var $stream \Google\ApiCore\BidiStream */ - $stream = $transport->startBidiStreamingCall( - new Call('takeAction', null), - [] - ); - - foreach ($stream->closeWriteAndReadAll() as $actualResponse) { - // for loop to trigger generator and API exception - } - } - - /** - * @dataProvider buildDataGrpc - */ - public function testBuildGrpc($apiEndpoint, $config, $expectedTransportProvider) - { - $expectedTransport = $expectedTransportProvider(); - $actualTransport = GrpcTransport::build($apiEndpoint, $config); - $this->assertEquals($expectedTransport, $actualTransport); - } - - public function buildDataGrpc() - { - $uri = "address.com"; - $apiEndpoint = "$uri:447"; - $apiEndpointDefaultPort = "$uri:443"; - return [ - [ - $apiEndpoint, - [], - function () use ($apiEndpoint) { - return new GrpcTransport( - $apiEndpoint, - [ - 'credentials' => null, - ], - null - ); - }, - ], - [ - $uri, - [], - function () use ($apiEndpointDefaultPort) { - return new GrpcTransport( - $apiEndpointDefaultPort, - [ - 'credentials' => null, - ], - null - ); - }, - ], - ]; - } - - /** - * @dataProvider buildInvalidData - * @expectedException \Google\ApiCore\ValidationException - */ - public function testBuildInvalid($apiEndpoint, $args) - { - GrpcTransport::build($apiEndpoint, $args); - } - - public function buildInvalidData() - { - return [ - [ - "addresswithtoo:many:segments", - [], - ], - [ - 'example.com', - [ - 'channel' => 'not a channel', - ] - ] - ]; - } - - public function testExperimentalInterceptors() - { - $mockUnaryCall = $this->getMockBuilder(\Grpc\UnaryCall::class) - ->disableOriginalConstructor() - ->getMock(); - $mockChannel = $this->getMockBuilder(\Grpc\Channel::class) - ->disableOriginalConstructor() - ->getMock(); - $mockCallInvoker = $this->getMockBuilder(\Grpc\CallInvoker::class) - ->disableOriginalConstructor() - ->getMock(); - $mockCallInvoker->method('createChannelFactory') - ->will($this->returnValue($mockChannel)); - $mockCallInvoker->method('UnaryCall') - ->will($this->returnCallback(function ($channel, $method, $deserialize, $options) use ($mockUnaryCall) { - $this->assertEquals('/method1', $method); - $expectedOptions = [ - 'test-interceptor-insert' => 'inserted-value', - 'call-option' => 'call-option-value', - ]; - $this->assertEquals($expectedOptions, $options); - return $mockUnaryCall; - })); - - $transport = GrpcTransport::build('example.com', [ - 'stubOpts' => ['grpc_call_invoker' => $mockCallInvoker], - 'interceptors' => [ new TestUnaryInterceptor() ] - ]); - $call = new Call('method1', '', null); - $promise = $transport->startUnaryCall($call, [ - 'transportOptions' => [ - 'grpcOptions' => [ - 'call-option' => 'call-option-value' - ] - ] - ]); - } -} - -class TestUnaryInterceptor implements UnaryInterceptorInterface -{ - public function interceptUnaryUnary( - $method, - $argument, - $deserialize, - array $metadata, - array $options, - callable $continuation - ) { - $options['test-interceptor-insert'] = 'inserted-value'; - return $continuation($method, $argument, $deserialize, $metadata, $options); - } -} - diff --git a/vendor/google/gax/tests/Tests/Unit/Transport/RestTransportTest.php b/vendor/google/gax/tests/Tests/Unit/Transport/RestTransportTest.php deleted file mode 100644 index a7795def5..000000000 --- a/vendor/google/gax/tests/Tests/Unit/Transport/RestTransportTest.php +++ /dev/null @@ -1,250 +0,0 @@ -call = new Call( - 'Testing123', - MockResponse::class, - new MockRequest() - ); - } - - private function getTransport(callable $httpHandler, $apiEndpoint = 'http://www.example.com') - { - $request = new Request('POST', $apiEndpoint); - $requestBuilder = $this->getMockBuilder(RequestBuilder::class) - ->disableOriginalConstructor() - ->getMock(); - $requestBuilder->method('build') - ->willReturn($request); - $credentialsLoader = $this->getMockBuilder(FetchAuthTokenInterface::class) - ->disableOriginalConstructor() - ->getMock(); - $credentialsLoader->method('fetchAuthToken') - ->willReturn(['access_token' => 'abc']); - - return new RestTransport( - $requestBuilder, - $httpHandler - ); - } - - /** - * @param $apiEndpoint - * @dataProvider startUnaryCallDataProvider - */ - public function testStartUnaryCall($apiEndpoint) - { - $expectedRequest = new Request( - 'POST', - "$apiEndpoint", - [], - "" - ); - - $body = ['name' => 'hello', 'number' => 15]; - - $httpHandler = function (RequestInterface $request, array $options = []) use ($body, $expectedRequest) { - $this->assertEquals($expectedRequest, $request); - return Promise\promise_for( - new Response( - 200, - [], - json_encode($body) - ) - ); - }; - - $response = $this->getTransport($httpHandler, $apiEndpoint) - ->startUnaryCall($this->call, []) - ->wait(); - - $this->assertEquals($body['name'], $response->getName()); - $this->assertEquals($body['number'], $response->getNumber()); - } - - public function startUnaryCallDataProvider() - { - return [ - ["www.example.com"], - ["www.example.com:443"], - ["www.example.com:447"], - ]; - } - - /** - * @expectedException \Exception - */ - public function testStartUnaryCallThrowsException() - { - $httpHandler = function (RequestInterface $request, array $options = []) { - return Promise\rejection_for(new \Exception()); - }; - - $this->getTransport($httpHandler) - ->startUnaryCall($this->call, []) - ->wait(); - } - - /** - * @expectedException \Google\ApiCore\ApiException - */ - public function testStartUnaryCallThrowsRequestException() - { - $httpHandler = function (RequestInterface $request, array $options = []) { - return Promise\rejection_for( - RequestException::create( - new Request('POST', 'http://www.example.com'), - new Response( - 404, - [], - json_encode([ - 'error' => [ - 'status' => 'NOT_FOUND', - 'message' => 'Ruh-roh.' - ] - ]) - ) - ) - ); - }; - - $this->getTransport($httpHandler) - ->startUnaryCall($this->call, []) - ->wait(); - } - - /** - * @dataProvider buildDataRest - */ - public function testBuildRest($apiEndpoint, $restConfigPath, $config, $expectedTransport) - { - $actualTransport = RestTransport::build($apiEndpoint, $restConfigPath, $config); - $this->assertEquals($expectedTransport, $actualTransport); - } - - public function buildDataRest() - { - $uri = "address.com"; - $apiEndpoint = "$uri:443"; - $restConfigPath = __DIR__ . '/../testdata/test_service_rest_client_config.php'; - $requestBuilder = new RequestBuilder($apiEndpoint, $restConfigPath); - $httpHandler = [HttpHandlerFactory::build(), 'async']; - return [ - [ - $apiEndpoint, - $restConfigPath, - ['httpHandler' => $httpHandler], - new RestTransport($requestBuilder, $httpHandler) - ], - [ - $apiEndpoint, - $restConfigPath, - [], - new RestTransport($requestBuilder, $httpHandler), - ], - ]; - } - - /** - * @dataProvider buildInvalidData - * @expectedException \Google\ApiCore\ValidationException - */ - public function testBuildInvalid($apiEndpoint, $restConfigPath, $args) - { - RestTransport::build($apiEndpoint, $restConfigPath, $args); - } - - public function buildInvalidData() - { - $restConfigPath = __DIR__ . '/../testdata/test_service_rest_client_config.php'; - return [ - [ - "addresswithtoo:many:segments", - $restConfigPath, - [], - ], - [ - "address.com", - "badpath", - [], - ], - ]; - } - - /** - * @expectedException \Google\ApiCore\ApiException - * @expectedExceptionMessage This is an HTML response<\/body><\/html> - * @expectedExceptionCode 5 - */ - public function testNonJsonResponseException() - { - $httpHandler = function (RequestInterface $request, array $options = []) { - return Promise\rejection_for( - RequestException::create( - new Request('POST', 'http://www.example.com'), - new Response( - 404, - [], - "This is an HTML response" - ) - ) - ); - }; - - $this->getTransport($httpHandler) - ->startUnaryCall($this->call, []) - ->wait(); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/UriTraitTest.php b/vendor/google/gax/tests/Tests/Unit/UriTraitTest.php deleted file mode 100644 index dd6e13198..000000000 --- a/vendor/google/gax/tests/Tests/Unit/UriTraitTest.php +++ /dev/null @@ -1,67 +0,0 @@ -implementation = $this->getObjectForTrait(UriTrait::class); - } - - /** - * @dataProvider queryProvider - */ - public function testBuildsUriWithQuery($expectedQuery, $query) - { - $baseUri = 'http://www.example.com'; - $uri = $this->implementation->buildUriWithQuery($baseUri, $query); - - $this->assertEquals($baseUri . $expectedQuery, (string) $uri); - } - - public function queryProvider() - { - return [ - ['?narf=yes', ['narf' => 'yes']], - ['?narf=true', ['narf' => true]], - ['?narf=false', ['narf' => false]], - ['?narf=0', ['narf' => '0']] - ]; - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/ValidationTraitTest.php b/vendor/google/gax/tests/Tests/Unit/ValidationTraitTest.php deleted file mode 100644 index a9b22cd81..000000000 --- a/vendor/google/gax/tests/Tests/Unit/ValidationTraitTest.php +++ /dev/null @@ -1,88 +0,0 @@ -stub = new ValidationTraitStub; - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Missing required argument - */ - public function testValidateMissingRequiredKey() - { - $input = [ - 'foo' => 1, - 'bar' => 2 - ]; - - $this->stub->validate($input, ['bar', 'baz']); - } - - public function testValidateValidArray() - { - $input = [ - 'foo' => 1, - 'bar' => 2 - ]; - - $arr = $this->stub->validate($input, ['foo', 'bar']); - - $this->assertEquals($input, $arr); - } - - /** - * @expectedException \Google\ApiCore\ValidationException - * @expectedExceptionMessage Missing required argument - */ - public function testValidateNotNullWithNullRequiredKey() - { - $input = [ - 'foo' => 1, - 'bar' => null - ]; - - $this->stub->validateNotNull($input, ['foo', 'bar']); - } - - public function testValidateValidArrayWithNotNull() - { - $input = [ - 'foo' => 1, - 'bar' => 2 - ]; - - $arr = $this->stub->validateNotNull($input, ['foo', 'bar']); - - $this->assertEquals($input, $arr); - } -} - -class ValidationTraitStub -{ - use ValidationTrait; -} diff --git a/vendor/google/gax/tests/Tests/Unit/VersionTest.php b/vendor/google/gax/tests/Tests/Unit/VersionTest.php deleted file mode 100644 index d7f750cb7..000000000 --- a/vendor/google/gax/tests/Tests/Unit/VersionTest.php +++ /dev/null @@ -1,45 +0,0 @@ -assertStringMatchesFormat("%d.%d.%d", $actualVersion); - } -} diff --git a/vendor/google/gax/tests/Tests/Unit/testdata/VERSION b/vendor/google/gax/tests/Tests/Unit/testdata/VERSION deleted file mode 100644 index 0d9c5e78c..000000000 --- a/vendor/google/gax/tests/Tests/Unit/testdata/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.2.3-dev \ No newline at end of file diff --git a/vendor/google/gax/tests/Tests/Unit/testdata/json-key-file.json b/vendor/google/gax/tests/Tests/Unit/testdata/json-key-file.json deleted file mode 100644 index f8ddc215b..000000000 --- a/vendor/google/gax/tests/Tests/Unit/testdata/json-key-file.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "authorized_user", - "client_id": "example@example.com", - "client_secret": "example", - "refresh_token": "abc", - "project_id": "example_project" -} \ No newline at end of file diff --git a/vendor/google/gax/tests/Tests/Unit/testdata/src/GapicClientStub.php b/vendor/google/gax/tests/Tests/Unit/testdata/src/GapicClientStub.php deleted file mode 100644 index ff4d487dd..000000000 --- a/vendor/google/gax/tests/Tests/Unit/testdata/src/GapicClientStub.php +++ /dev/null @@ -1,50 +0,0 @@ - [ - 'test.interface.v1.api' => [ - 'PageStreamingMethod' => [ - 'pageStreaming' => [ - 'requestPageTokenGetMethod' => 'getPageToken', - 'requestPageTokenSetMethod' => 'setPageToken', - 'requestPageSizeGetMethod' => 'getPageSize', - 'requestPageSizeSetMethod' => 'setPageSize', - 'responsePageTokenGetMethod' => 'getNextPageToken', - ], - ], - ], - ], -]; diff --git a/vendor/google/gax/tests/Tests/Unit/testdata/test_service_grpc_config.json b/vendor/google/gax/tests/Tests/Unit/testdata/test_service_grpc_config.json deleted file mode 100644 index 0e46c5396..000000000 --- a/vendor/google/gax/tests/Tests/Unit/testdata/test_service_grpc_config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "channelPool": { - "maxSize": 10, - "maxConcurrentStreamsLowWatermark": 1 - }, - "method": [ - { - "name": [ - "/google.test.v1.Test/TestMethod" - ], - "affinity": { - "command": "BIND", - "affinityKey": "key" - } - } - ] -} \ No newline at end of file diff --git a/vendor/google/gax/tests/Tests/Unit/testdata/test_service_invalid_client_config.json b/vendor/google/gax/tests/Tests/Unit/testdata/test_service_invalid_client_config.json deleted file mode 100644 index 77e6d8a51..000000000 --- a/vendor/google/gax/tests/Tests/Unit/testdata/test_service_invalid_client_config.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "interfaces": { - "test.interface.v1.api": { - "retry_codes": { - "idempotent": [ - "DEADLINE_EXCEEDED", - "UNAVAILABLE" - ], - "non_idempotent": ["INTERNAL"] - }, - "retry_params": { - "default": { - "initial_retry_delay_millis": 100, - "retry_delay_multiplier": 1.2, - "initial_rpc_timeout_millis": 300, - "rpc_timeout_multiplier": 1.3, - "max_rpc_timeout_millis": 3000, - "total_timeout_millis": 30000 - } - }, - "methods": { - "SimpleMethod": { - "timeout_millis": 40000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "PageStreamingMethod": { - "timeout_millis": 40000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - } - } - } - } -} \ No newline at end of file diff --git a/vendor/google/gax/tests/Tests/Unit/testdata/test_service_rest_client_config.php b/vendor/google/gax/tests/Tests/Unit/testdata/test_service_rest_client_config.php deleted file mode 100644 index 815e44c06..000000000 --- a/vendor/google/gax/tests/Tests/Unit/testdata/test_service_rest_client_config.php +++ /dev/null @@ -1,142 +0,0 @@ - [ - 'test.interface.v1.api' => [ - 'MethodWithBody' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/foo', - 'body' => '*', - ], - 'MethodWithUrlPlaceholder' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/{name=message/**}', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName' - ] - ], - ], - ], - 'MethodWithBodyAndUrlPlaceholder' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/{name=message/**}', - 'body' => '*', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName' - ] - ], - ], - ], - 'MethodWithNestedMessageAsBody' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/{name=message/**}', - 'body' => 'nested_message', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName' - ] - ], - ], - ], - 'MethodWithScalarBody' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/foo', - 'body' => 'name', - ], - 'MethodWithNestedUrlPlaceholder' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/{nested_message=nested/**}', - 'body' => '*', - 'placeholders' => [ - 'nested_message' => [ - 'getters' => [ - 'getNestedMessage', - 'getName' - ] - ] - ], - ], - 'MethodWithColonInUrl' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/{name=message/*}:action', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ] - ], - ], - 'MethodWithMultipleWildcardsAndColonInUrl' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/{name=message/*}/number/{number=*}:action', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ] - ], - 'number' => [ - 'getters' => [ - 'getNumber', - ] - ] - ], - ], - 'MethodWithSimplePlaceholder' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/{name}', - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ] - ] - ], - 'MethodWithAdditionalBindings' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/{name=message/**}/additional/bindings', - 'body' => '*', - 'additionalBindings' => [ - [ - 'method' => 'post', - 'uriTemplate' => '/v2/{nested_message=nested/**}/additional/bindings', - 'body' => '*' - ], - [ - 'method' => 'post', - 'uriTemplate' => '/v1/{name=different/format/**}/additional/bindings', - 'body' => '*' - ], - ], - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName' - ] - ], - 'nested_message' => [ - 'getters' => [ - 'getNestedMessage', - 'getName' - ] - ] - ], - ], - 'MethodWithSpecialJsonMapping' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/special/mapping' - ], - 'MethodWithoutPlaceholders' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/fixedurl', - ], - ], - ], -]; diff --git a/vendor/google/gax/tests/bootstrap.php b/vendor/google/gax/tests/bootstrap.php deleted file mode 100644 index 47598b434..000000000 --- a/vendor/google/gax/tests/bootstrap.php +++ /dev/null @@ -1,46 +0,0 @@ -register(new MessageAwareArrayComparator()); -\SebastianBergmann\Comparator\Factory::getInstance()->register(new ProtobufMessageComparator()); -\SebastianBergmann\Comparator\Factory::getInstance()->register(new ProtobufGPBEmptyComparator()); diff --git a/vendor/google/grpc-gcp/.php_cs.dist b/vendor/google/grpc-gcp/.php_cs.dist deleted file mode 100644 index 56fbdd045..000000000 --- a/vendor/google/grpc-gcp/.php_cs.dist +++ /dev/null @@ -1,15 +0,0 @@ -setRules([ - '@PSR2' => true, - 'concat_space' => ['spacing' => 'one'], - 'no_unused_imports' => true, - 'method_argument_space' => false, - ]) - ->setFinder( - PhpCsFixer\Finder::create() - ->notPath('firestore') - ->in(__DIR__) - ) -; - diff --git a/vendor/google/grpc-gcp/LICENSE b/vendor/google/grpc-gcp/LICENSE deleted file mode 100644 index d64569567..000000000 --- a/vendor/google/grpc-gcp/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - 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/grpc-gcp/README.md b/vendor/google/grpc-gcp/README.md deleted file mode 100644 index 4d49b4e5d..000000000 --- a/vendor/google/grpc-gcp/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# gRPC for GCP extensions - -Copyright 2018 -[The gRPC Authors](https://github.com/grpc/grpc/blob/master/AUTHORS) - -## About This Repository - -This repo is created to support GCP specific extensions for gRPC. To use the extension features, please refer to [src](src). - -This repo also contains supporting infrastructures such as end2end tests and benchmarks for accessing cloud APIs with gRPC client libraries. - -## License - -Apache 2.0 - See [LICENSE](LICENSE) for more information. diff --git a/vendor/google/grpc-gcp/cloudprober/bins/opt/grpc_php_plugin b/vendor/google/grpc-gcp/cloudprober/bins/opt/grpc_php_plugin deleted file mode 100755 index a0e24c9f4..000000000 Binary files a/vendor/google/grpc-gcp/cloudprober/bins/opt/grpc_php_plugin and /dev/null differ diff --git a/vendor/google/grpc-gcp/cloudprober/codegen.sh b/vendor/google/grpc-gcp/cloudprober/codegen.sh deleted file mode 100644 index 9e6c9aece..000000000 --- a/vendor/google/grpc-gcp/cloudprober/codegen.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash -cd "$(dirname "$0")" - -rm -rf google - -for p in $(find ../third_party/googleapis/google -type f -name *.proto); do - protoc \ - --proto_path=../third_party/googleapis \ - --php_out=./ \ - --grpc_out=./ \ - --plugin=protoc-gen-grpc=./bins/opt/grpc_php_plugin \ - "$p" -done diff --git a/vendor/google/grpc-gcp/cloudprober/composer.json b/vendor/google/grpc-gcp/cloudprober/composer.json deleted file mode 100644 index 8bc1e440e..000000000 --- a/vendor/google/grpc-gcp/cloudprober/composer.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "php_code/test_php", - "description": "test example for PHP", - "require": { - "grpc/grpc": "^v1.15.0", - "google/protobuf": "^v3.3.0", - "google/auth": "^v1.4.0", - "google/cloud": "^v0.86.0", - "google/cloud-error-reporting": "^v0.12.1" - }, - "autoload": { - "psr-4": { - "Google\\Cloud\\Spanner\\V1\\": "Google/Cloud/Spanner/V1/", - "Google\\Cloud\\Firestore\\V1beta1\\": "Google/Cloud/Firestore/V1beta1", - "Google\\Cloud\\ErrorReporting\\V1beta1\\": "vendor/google/cloud/ErrorReporting/src/V1beta1" - } - } -} diff --git a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/firestore_probes.php b/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/firestore_probes.php deleted file mode 100644 index 0fa4a49fb..000000000 --- a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/firestore_probes.php +++ /dev/null @@ -1,33 +0,0 @@ -setParent($_PARENT_RESOURCE); - $time_start = microtime_float(); - - $client->ListDocuments($list_document_request); - - $lantency = (microtime_float()- $time_start) * 1000; - $metrics['list_documents_latency_ms'] = $lantency; - -} - -$probFunctions = [ - 'documents' => 'document' -]; - -return $probFunctions; \ No newline at end of file diff --git a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/prober.php b/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/prober.php deleted file mode 100644 index 9f10839ee..000000000 --- a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/prober.php +++ /dev/null @@ -1,103 +0,0 @@ -AuthMetadataPlugin($credentials, $request); - $ssl_credentials = Grpc\ChannelCredentials::createSsl(); - $composit_credentials = $grpc->composite_channel_credentials($ssl_credentials, $google_auth_credentials); - return $grpc_gcp->secure_channel($target, $composit_credentials, $kwargs); -} - -function getStubChannel($target){ - $res = $auth->default([$_OAUTH_SCOPE]); - $cred = $res[0]; - return secureAuthorizedChannel($cred, Request(), $target); -}*/ - -function executeProbes($api){ - global $_OAUTH_SCOPE; - global $_SPANNER_TARGET; - global $_FIRESTORE_TARGET; - - global $spanner_probes; - global $firestore_probes; - - $util = new StackdriverUtil($api); - $auth = Google\Auth\ApplicationDefaultCredentials::getCredentials($_OAUTH_SCOPE); - $opts = [ - 'credentials' => Grpc\ChannelCredentials::createSsl(), - 'update_metadata' => $auth->getUpdateMetadataFunc(), - ]; - - if($api == 'spanner'){ - $client = new SpannerClient($_SPANNER_TARGET, $opts); - $probe_functions = $spanner_probes; - } - else if($api == 'firestore'){ - $client = new FirestoreClient($_FIRESTORE_TARGET, $opts); - $probe_functions = $firestore_probes; - } - else{ - echo 'grpc not implemented for '.$api; - exit(1); - } - - $total = sizeof($probe_functions); - $success = 0; - $metrics = []; - - # Execute all probes for given api - foreach ($probe_functions as $probe_name => $probe_function) { - echo $probe_name."\n"; - try{ - $probe_function($client, $metrics); - $success++; - } - catch(Exception $e){ - $util->reportError($e); - } - - } - - if($success == $total){ - $util->setSuccess(True); - } - - $util->addMetrics($metrics); - $util->outputMetrics(); - - if($success != $total){ - # TODO: exit system - exit(1); - } - -} - -function main(){ - $args = getArgs(); - executeProbes($args['api']); -} - -main(); diff --git a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/spanner_probes.php b/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/spanner_probes.php deleted file mode 100644 index e35a86b91..000000000 --- a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/spanner_probes.php +++ /dev/null @@ -1,307 +0,0 @@ -code !== Grpc\STATUS_OK) { - echo "Call did not complete successfully. Status object:\n"; - var_dump($status); - exit(1); - } -} - -function microtime_float() -{ - list($usec, $sec) = explode(" ", microtime()); - return ((float)$usec + (float)$sec); -} - -/* -Probes to test session related grpc call from Spanner stub. - - Includes tests against CreateSession, GetSession, ListSessions, and - DeleteSession of Spanner stub. - - Args: - stub: An object of SpannerStub. - metrics: A list of metrics. - -*/ - -function sessionManagement($client, &$metrics){ - global $_DATABASE; - - $createSessionRequest = new Google\Cloud\Spanner\V1\CreateSessionRequest(); - $createSessionRequest->setDatabase($_DATABASE); - #Create Session test - #Create - $time_start = microtime_float(); - list($session, $status) = $client->CreateSession($createSessionRequest)->wait(); - - hardAssertIfStatusOk($status); - hardAssert($session !== null, 'Call completed with a null response'); - - $lantency = (microtime_float()- $time_start) * 1000; - $metrics['create_session_latency_ms'] = $lantency; - - #Get Session - $getSessionRequest = new Google\Cloud\Spanner\V1\GetSessionRequest(); - $getSessionRequest->setName($session->getName()); - $time_start = microtime_float(); - $response = $client->GetSession($getSessionRequest); - $response->wait(); - $lantency = (microtime_float() - $time_start) * 1000; - $metrics['get_session_latency_ms'] = $lantency; - - #List session - $listSessionsRequest = new Google\Cloud\Spanner\V1\ListSessionsRequest(); - $listSessionsRequest->setDatabase($_DATABASE); - $time_start = microtime_float(); - $response = $client->ListSessions($listSessionsRequest); - $lantency = (microtime_float() - $time_start) * 1000; - $metrics['list_sessions_latency_ms'] = $lantency; - - #Delete session - $deleteSessionRequest = new Google\Cloud\Spanner\V1\DeleteSessionRequest(); - $deleteSessionRequest->setName($session->getName()); - $time_start = microtime_float(); - $client->deleteSession($deleteSessionRequest); - $lantency = (microtime_float() - $time_start) * 1000; - $metrics['delete_session_latency_ms'] = $lantency; - -} - -/* -Probes to test ExecuteSql and ExecuteStreamingSql call from Spanner stub. - - Args: - stub: An object of SpannerStub. - metrics: A list of metrics. - -*/ -function executeSql($client, &$metrics){ - global $_DATABASE; - - $createSessionRequest = new Google\Cloud\Spanner\V1\CreateSessionRequest(); - $createSessionRequest->setDatabase($_DATABASE); - list($session, $status) = $client->CreateSession($createSessionRequest)->wait(); - - hardAssertIfStatusOk($status); - hardAssert($session !== null, 'Call completed with a null response'); - - # Probing ExecuteSql call - $time_start = microtime_float(); - $executeSqlRequest = new Google\Cloud\Spanner\V1\ExecuteSqlRequest(); - $executeSqlRequest->setSession($session->getName()); - $executeSqlRequest->setSql('select * FROM users'); - $result_set = $client->ExecuteSql($executeSqlRequest); - $lantency = (microtime_float() - $time_start) * 1000; - $metrics['execute_sql_latency_ms'] = $lantency; - - // TODO: Error check result_set - - # Probing ExecuteStreamingSql call - $partial_result_set = $client->ExecuteStreamingSql($executeSqlRequest); - - $time_start = microtime_float(); - $first_result = array_values($partial_result_set->getMetadata())[0]; - $lantency = (microtime_float() - $time_start) * 1000; - $metrics['execute_streaming_sql_latency_ms'] = $lantency; - - // TODO: Error Check for sreaming sql first result - - $deleteSessionRequest = new Google\Cloud\Spanner\V1\DeleteSessionRequest(); - $deleteSessionRequest->setName($session->getName()); - $client->deleteSession($deleteSessionRequest); -} - -/* -Probe to test Read and StreamingRead grpc call from Spanner stub. - - Args: - stub: An object of SpannerStub. - metrics: A list of metrics. -*/ - -function read($client, &$metrics){ - global $_DATABASE; - - $createSessionRequest = new Google\Cloud\Spanner\V1\CreateSessionRequest(); - $createSessionRequest->setDatabase($_DATABASE); - list($session, $status) = $client->CreateSession($createSessionRequest)->wait(); - - hardAssertIfStatusOk($status); - hardAssert($session !== null, 'Call completed with a null response'); - - # Probing Read call - $time_start = microtime_float(); - $readRequest = new Google\Cloud\Spanner\V1\ReadRequest(); - $readRequest->setSession($session->getName()); - $readRequest->setTable('users'); - $readRequest->setColumns(['username', 'firstname', 'lastname']); - $keyset = new Google\Cloud\Spanner\V1\KeySet(); - $keyset->setAll(True); - $readRequest->setKeySet($keyset); - $result_set = $client->Read($readRequest); - $lantency = (microtime_float() - $time_start) * 1000; - $metrics['read_latency_ms'] = $lantency; - - // TODO: Error Check for result_set - - # Probing StreamingRead call - $partial_result_set = $client->StreamingRead($readRequest); - $time_start = microtime_float(); - $first_result = array_values($partial_result_set->getMetadata())[0]; - $lantency = (microtime_float() - $time_start) * 1000; - $metrics['streaming_read_latency_ms'] = $lantency; - - //TODO: Error Check for streaming read first result - - $deleteSessionRequest = new Google\Cloud\Spanner\V1\DeleteSessionRequest(); - $deleteSessionRequest->setName($session->getName()); - $client->deleteSession($deleteSessionRequest); -} - -/* -Probe to test BeginTransaction, Commit and Rollback grpc from Spanner stub. - - Args: - stub: An object of SpannerStub. - metrics: A list of metrics. -*/ - -function transaction($client, &$metrics){ - global $_DATABASE; - - $createSessionRequest = new Google\Cloud\Spanner\V1\CreateSessionRequest(); - $createSessionRequest->setDatabase($_DATABASE); - list($session, $status) = $client->CreateSession($createSessionRequest)->wait(); - - hardAssertIfStatusOk($status); - hardAssert($session !== null, 'Call completed with a null response'); - - $txn_options = new Google\Cloud\Spanner\V1\TransactionOptions(); - $rw = new Google\Cloud\Spanner\V1\TransactionOptions\ReadWrite(); - $txn_options->setReadWrite($rw); - $txn_request = new Google\Cloud\Spanner\V1\BeginTransactionRequest(); - $txn_request->setSession($session->getName()); - $txn_request->setOptions($txn_options); - - # Probing BeginTransaction call - $time_start = microtime_float(); - list($txn, $status) = $client->BeginTransaction($txn_request)->wait(); - $lantency = (microtime_float() - $time_start) * 1000; - $metrics['begin_transaction_latency_ms'] = $lantency; - - hardAssertIfStatusOk($status); - hardAssert($txn !== null, 'Call completed with a null response'); - - # Probing Commit Call - $commit_request = new Google\Cloud\Spanner\V1\CommitRequest(); - $commit_request->setSession($session->getName()); - $commit_request->setTransactionId($txn->getId()); - - $time_start = microtime_float(); - $client->Commit($commit_request); - $latency = (microtime_float() - $time_start) * 1000; - $metrics['commit_latency_ms'] = $lantency; - - # Probing Rollback call - list($txn, $status) = $client->BeginTransaction($txn_request)->wait(); - $rollback_request = new Google\Cloud\Spanner\V1\RollbackRequest(); - $rollback_request->setSession($session->getName()); - $rollback_request->setTransactionId($txn->getId()); - - hardAssertIfStatusOk($status); - hardAssert($txn !== null, 'Call completed with a null response'); - - $time_start = microtime_float(); - $client->Rollback($rollback_request); - $latency = (microtime_float() - $time_start) * 1000; - $metrics['rollback_latency_ms'] = $latency; - - $deleteSessionRequest = new Google\Cloud\Spanner\V1\DeleteSessionRequest(); - $deleteSessionRequest->setName($session->getName()); - $client->deleteSession($deleteSessionRequest); -} - -/* -Probe to test PartitionQuery and PartitionRead grpc call from Spanner stub. - - Args: - stub: An object of SpannerStub. - metrics: A list of metrics. -*/ - -function partition($client, &$metrics){ - global $_DATABASE; - global $_TEST_USERNAME; - - $createSessionRequest = new Google\Cloud\Spanner\V1\CreateSessionRequest(); - $createSessionRequest->setDatabase($_DATABASE); - list($session, $status) = $client->CreateSession($createSessionRequest)->wait(); - - hardAssertIfStatusOk($status); - hardAssert($session !== null, 'Call completed with a null response'); - - $txn_options = new Google\Cloud\Spanner\V1\TransactionOptions(); - $ro = new Google\Cloud\Spanner\V1\TransactionOptions\ReadOnly(); - $txn_options->setReadOnly($ro); - $txn_selector = new Google\Cloud\Spanner\V1\TransactionSelector(); - $txn_selector->setBegin($txn_options); - - #Probing PartitionQuery call - $ptn_query_request = new Google\Cloud\Spanner\V1\PartitionQueryRequest(); - $ptn_query_request->setSession($session->getName()); - $ptn_query_request->setSql('select * FROM users'); - $ptn_query_request->setTransaction($txn_selector); - - $time_start = microtime_float(); - $client->PartitionQuery($ptn_query_request); - $lantency = (microtime_float() - $time_start) * 1000; - $metrics['partition_query_latency_ms'] = $lantency; - - #Probing PartitionRead call - $ptn_read_request = new Google\Cloud\Spanner\V1\PartitionReadRequest(); - $ptn_read_request->setSession($session->getName()); - $ptn_read_request->setTable('users'); - $ptn_read_request->setTransaction($txn_selector); - $keyset = new Google\Cloud\Spanner\V1\KeySet(); - $keyset->setAll(True); - $ptn_read_request->setKeySet($keyset); - $ptn_read_request->setColumns(['username', 'firstname', 'lastname']); - - $time_start = microtime_float(); - $client->PartitionRead($ptn_read_request); - $latency = (microtime_float() - $time_start) * 1000; - $metrics['partition_read_latency_ms'] = $latency; - - # Delete Session - $deleteSessionRequest = new Google\Cloud\Spanner\V1\DeleteSessionRequest(); - $deleteSessionRequest->setName($session->getName()); - $client->deleteSession($deleteSessionRequest); -} - -$PROBE_FUNCTIONS = [ - 'session_management' => 'sessionManagement', - 'execute_sql' => 'executeSql', - 'read' => 'read', - 'transaction' => 'transaction', - 'partition' => 'partition' -]; - -return $PROBE_FUNCTIONS; - - - diff --git a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/stackdriver_util.php b/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/stackdriver_util.php deleted file mode 100644 index 07a9e725d..000000000 --- a/vendor/google/grpc-gcp/cloudprober/grpc_gpc_prober/stackdriver_util.php +++ /dev/null @@ -1,59 +0,0 @@ -api = $api; - $this->metrics = []; - $this->success = FALSE; - $this->err_client = new ReportErrorsServiceClient(); - } - - function addMetric($key, $value){ - $this->matrics[$key] = $value; - } - - function addMetrics($metrics){ - $this->metrics = array_merge($metrics, $this->metrics); - } - - function setSuccess($result){ - $this->success = $result; - } - - function outputMetrics(){ - if ($this->success){ - echo $this->api.'_success 1'."\n"; - } - else{ - echo $this->api.'_success 0'."\n"; - } - foreach ($this->metrics as $key => $value) { - echo $key.' '.$value."\n"; - } - } - - function reportError($err){ - error_log($err); - $projectId = '434076015357'; - $project_name = $this->err_client->projectName($projectId); - - $location = (new SourceLocation()) - ->setFunctionName($this->api); - $context = (new ErrorContext()) - ->setReportLocation($location); - - $error_event = new ReportedErrorEvent(); - $error_event->setMessage('PHPProbeFailure: fails on '.$this->api.' API. Details: '.(string)$err."\n"); - $error_event->setContext($context); - - $this->err_client->reportErrorEvent($project_name, $error_event); - } - -} \ No newline at end of file diff --git a/vendor/google/grpc-gcp/composer.json b/vendor/google/grpc-gcp/composer.json deleted file mode 100644 index 0bf41ffc2..000000000 --- a/vendor/google/grpc-gcp/composer.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "google/grpc-gcp", - "description": "gRPC GCP library for channel management", - "license": "Apache-2.0", - "version": "0.1.4", - "require": { - "php": ">=5.5.0", - "google/protobuf": "^v3.3.0", - "grpc/grpc": "^v1.13.0", - "google/auth": "^1.3", - "psr/cache": "^1.0.1" - }, - "require-dev": { - "phpunit/phpunit": "4.8.36", - "google/cloud-spanner": "^1.7" - }, - "autoload": { - "psr-4": { - "Grpc\\Gcp\\": "src/", - "": "src/generated/" - } - } -} diff --git a/vendor/google/grpc-gcp/doc/gRPC-client-user-guide.md b/vendor/google/grpc-gcp/doc/gRPC-client-user-guide.md deleted file mode 100644 index a9848c87d..000000000 --- a/vendor/google/grpc-gcp/doc/gRPC-client-user-guide.md +++ /dev/null @@ -1,217 +0,0 @@ -# Instructions for create a gRPC client for google cloud services - -## Overview - -This instruction includes a step by step guide for creating a gRPC -client to test the google cloud service from an empty linux -VM, using GCE ubuntu 16.04 TLS instance. - -The main steps are followed as steps below: - -- Environment prerequisite -- Install protobuf plugin and gRPC-PHP/protobuf extension -- Generate client API from .proto files -- Create the client and send/receive RPC. - -## Environment Prerequisite - -**Linux** -```sh -$ [sudo] apt-get install build-essential autoconf libtool pkg-config zip unzip zlib1g-dev -``` -**PHP** -* `php` 5.5 or above, 7.0 or above -* `pecl` -* `composer` -```sh -$ [sudo] apt-get install php php-dev -$ curl -sS https://getcomposer.org/installer | php -$ [sudo] mv composer.phar /usr/local/bin/composer -``` - -## Install protobuf plugin and gRPC-PHP/protobuf extension -`grpc_php_plugin` is used to generate client API from `*.proto `files. Currently, -The only way to install `grpc_php_plugin` is to build from the gRPC source. - -**Install protobuf, gRPC, which will install the plugin** -```sh -$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc -$ cd grpc -$ git submodule update --init -# install protobuf -$ cd third_party/protobuf -$ ./autogen.sh && ./configure && make -j8 -$ [sudo] make install -$ [sudo] ldconfig -# install gRPC -$ cd ../.. -$ make -j8 -$ [sudo] make install -``` -It will generate `grpc_php_plugin` under `/usr/local/bin`. - - -**Install gRPC-PHP extension** -```sh -$ [sudo] pecl install protobuf -$ [sudo] pecl install grpc -``` -It will generate `protobuf.so` and `grpc.so` under PHP's extension directory. -Note gRPC-PHP extension installed by pecl doesn't work on RHEL6 system. - -## Generate client API from .proto files -The common way to generate the client API is to use `grpc_php_plugin` directly. -Since the plugin won't find the dependency by itself. It works if all your -service proto files and dependent proto files are inside one directory. The -command looks like: -```sh -$ mkdir $HOME/project -$ protoc --proto_path=./ --php_out=$HOME/project \ ---grpc_out=$HOME/project \ ---plugin=protoc-gen-grpc=./bins/opt/grpc_php_plugin \ -path/to/your/proto_dependency_directory1/*.proto \ -path/to/your/proto_dependency_directory2/*.proto \ -path/to/your/proto_directory/*.proto - -``` - -Take `Firestore` service under [googleapis github repo](https://github.com/googleapis/googleapis) -for example. The proto files required for generating client API are -``` -google/api/annotations.proto -google/api/http.proto -google/api/httpbody.proto -google/longrunning/operations.proto -google/rpc/code.proto -google/rpc/error_details.proto -google/rpc/status.proto -google/type/latlng.proto -google/firestore/v1beta1/firestore.proto -google/firestore/v1beta1/common.proto -google/firestore/v1beta1/query.proto -google/firestore/v1beta1/write.proto -google/firestore/v1beta1/document.proto -``` -Thus the command looks like: -```sh -$ protoc --proto_path=googleapis --plugin=protoc-gen-grpc=`which grpc_php_plugin` \ ---php_out=./ --grpc_out=./ google/api/annotations.proto google/api/http.proto \ -google/api/httpbody.proto google/longrunning/operations.proto google/rpc/code.proto \ -google/rpc/error_details.proto google/rpc/status.proto google/type/latlng.proto \ -google/firestore/v1beta1/firestore.proto google/firestore/v1beta1/common.proto \ -google/firestore/v1beta1/query.proto google/firestore/v1beta1/write.proto \ -google/firestore/v1beta1/document.proto -``` - -Since most of cloud services already publish proto files under -[googleapis github repo](https://github.com/googleapis/googleapis), -you can use it's Makefile to generate the client API. -The `Makefile` will help you generate the client API as -well as find the dependencies. The command will simply be: -```sh -$ cd $HOME -$ mkdir project -$ git clone https://github.com/googleapis/googleapis.git -$ cd googleapis -$ make LANGUAGE=php OUTPUT=$HOME/project -# (It's okay if you see error like Please add 'syntax = "proto3";' -# to the top of your .proto file.) -``` -The client API library is generated under `$HOME/project`. -Take [`Firestore`](https://github.com/googleapis/googleapis/blob/master/google/firestore/v1beta1/firestore.proto) -as example, the Client API is under -`project/Google/Cloud/Firestore/V1beta1/FirestoreClient.php` depends on your -package name inside .proto file. An easy way to find your client is -```sh -$ find ./ -name [service_name]Client.php -``` - -## Create the client and send/receive RPC. -Now it's time to use the client API to send and receive RPCs. -```sh -$ cd $HOME/project -``` -**Install gRPC-PHP composer library** -```sh -$ vim composer.json -######## you need to change the path and service namespace. -{ - "require": { - "google/cloud": "^0.52.1" - }, - "autoload": { - "psr-4": { - "FireStore\\": "src/", - "Google\\Cloud\\Firestore\\V1beta1\\": "Google/Cloud/Firestore/V1beta1/" - } - } -} -######## -$ composer install -``` -**Set credentials file** -``` sh -$ vim $HOME/key.json -## Paste you credential file downloaded from your cloud project -## which you can find in APIs&Services => credentials => create credentials -## => Service account key => your credentials -$ export GOOGLE_APPLICATION_CREDENTIALS=$HOME/key.json -``` - -**Implement Service Client** -Take a unary-unary RPC `listDocument` from `FirestoreClient` as example. -Create a file name `ListDocumentClient.php`. -- import library -``` -require_once __DIR__ . '/vendor/autoload.php'; -use Google\Cloud\Firestore\V1beta1\FirestoreClient; -use Google\Cloud\Firestore\V1beta1\ListDocumentsRequest; -use Google\Auth\ApplicationDefaultCredentials; -``` -- Google Auth -``` -$host = "firestore.googleapis.com"; -$credentials = \Grpc\ChannelCredentials::createSsl(); -// WARNING: the environment variable "GOOGLE_APPLICATION_CREDENTIALS" needs to be set -$auth = ApplicationDefaultCredentials::getCredentials(); -$opts = [ - 'credentials' => $credentials, - 'update_metadata' => $auth->getUpdateMetadataFunc(), -] -``` -- Create Client -``` -$firestoreClient = new FirestoreClient($host, $opts); -``` -- Make and receive RPC call -``` -$argument = new ListDocumentsRequest(); -$project_id = xxxxxxx; -$argument->setParent("projects/$project_id/databases/(default)/documents"); -list($Response, $error) = $firestoreClient->ListDocuments($argument)->wait(); -``` -- print RPC response -``` -$documents = $Response->getDocuments(); -$index = 0; -foreach($documents as $document) { - $index++; - $name = $document->getName(); - echo "=> Document $index: $name\n"; - $fields = $document->getFields(); - foreach ($fields as $name => $value) { - echo "$name => ".$value->getStringValue()."\n"; - } -} -``` - -- run the script -```sh -$ php -d extension=grpc.so -d extension=protobuf.so ListDocumentClient.php -``` - -For different kinds of RPC(unary-unary, unary-stream, stream-unary, stream-stream), -please check [grpc.io PHP part](https://grpc.io/docs/tutorials/basic/php.html#calling-service-methods) -for reference. - - diff --git a/vendor/google/grpc-gcp/src/ChannelRef.php b/vendor/google/grpc-gcp/src/ChannelRef.php deleted file mode 100644 index bc25836ef..000000000 --- a/vendor/google/grpc-gcp/src/ChannelRef.php +++ /dev/null @@ -1,98 +0,0 @@ -target = $target; - $this->channel_id = $channel_id; - $this->affinity_ref = $affinity_ref; - $this->active_stream_ref = $active_stream_ref; - $this->opts = $opts; - $this->has_deserialized = new CreatedByDeserializeCheck(); - } - - public function getRealChannel($credentials) - { - // TODO(ddyihai): remove this check once the serialize handler for - // \Grpc\Channel is implemented(issue https://github.com/grpc/grpc/issues/15870). - if (!$this->has_deserialized->getData()) { - // $real_channel exists and is not created by the deserialization. - return $this->real_channel; - } - // If this ChannelRef is created by deserialization, $real_channel is invalid - // thus needs to be recreated becasue Grpc\Channel don't have serialize and - // deserialize handler. - // Since [target + augments + credentials] will be the same during the recreation, - // it will reuse the underline grpc channel in C extension without creating a - // new connection. - - // 'credentials' in the array $opts will be unset during creating the channel. - if (!array_key_exists('credentials', $this->opts)) { - $this->opts['credentials'] = $credentials; - } - $real_channel = new \Grpc\Channel($this->target, $this->opts); - $this->real_channel = $real_channel; - // Set deserialization to false so it won't be recreated within the same script. - $this->has_deserialized->setData(0); - return $real_channel; - } - - public function getAffinityRef() - { - return $this->affinity_ref; - } - public function getActiveStreamRef() - { - return $this->active_stream_ref; - } - public function affinityRefIncr() - { - $this->affinity_ref += 1; - } - public function affinityRefDecr() - { - $this->affinity_ref -= 1; - } - public function activeStreamRefIncr() - { - $this->active_stream_ref += 1; - } - public function activeStreamRefDecr() - { - $this->active_stream_ref -= 1; - } -} diff --git a/vendor/google/grpc-gcp/src/Config.php b/vendor/google/grpc-gcp/src/Config.php deleted file mode 100644 index dedc21b72..000000000 --- a/vendor/google/grpc-gcp/src/Config.php +++ /dev/null @@ -1,113 +0,0 @@ -gcp_call_invoker = new \Grpc\DefaultCallInvoker(); - return; - } - - $gcp_channel = null; - $url_host = parse_url($target, PHP_URL_HOST); - $this->hostname = $url_host ? $url_host : $target; - $channel_pool_key = $this->hostname . '.gcp.channel.' . getmypid(); - - if (!$cacheItemPool) { - $affinity_conf = $this->parseConfObject($conf); - $gcp_call_invoker = new GCPCallInvoker($affinity_conf); - $this->gcp_call_invoker = $gcp_call_invoker; - } else { - $item = $cacheItemPool->getItem($channel_pool_key); - if ($item->isHit()) { - // Channel pool for the $hostname API has already created. - $gcp_call_invoker = unserialize($item->get()); - } else { - $affinity_conf = $this->parseConfObject($conf); - // Create GCP channel based on the information. - $gcp_call_invoker = new GCPCallInvoker($affinity_conf); - } - $this->gcp_call_invoker = $gcp_call_invoker; - register_shutdown_function(function ($gcp_call_invoker, $cacheItemPool, $item) { - // Push the current gcp_channel back into the pool when the script finishes. - $item->set(serialize($gcp_call_invoker)); - $cacheItemPool->save($item); - }, $gcp_call_invoker, $cacheItemPool, $item); - } - } - - /** - * @return \Grpc\CallInvoker The call invoker to be hooked into the gRPC - */ - public function callInvoker() - { - return $this->gcp_call_invoker; - } - - /** - * @return string The URI of the endpoint - */ - public function getTarget() - { - return $this->channel->getTarget(); - } - - private function parseConfObject($conf_object) - { - $config = json_decode($conf_object->serializeToJsonString(), true); - if (isset($config['channelPool'])) { - $affinity_conf['channelPool'] = $config['channelPool']; - } - $aff_by_method = array(); - if (isset($config['method'])) { - for ($i = 0; $i < count($config['method']); $i++) { - // In proto3, if the value is default, eg 0 for int, it won't be serialized. - // Thus serialized string may not have `command` if the value is default 0(BOUND). - if (!array_key_exists('command', $config['method'][$i]['affinity'])) { - $config['method'][$i]['affinity']['command'] = 'BOUND'; - } - $aff_by_method[$config['method'][$i]['name'][0]] = $config['method'][$i]['affinity']; - } - } - $affinity_conf['affinity_by_method'] = $aff_by_method; - return $affinity_conf; - } - -} diff --git a/vendor/google/grpc-gcp/src/CreatedByDeserializeCheck.php b/vendor/google/grpc-gcp/src/CreatedByDeserializeCheck.php deleted file mode 100644 index debf07dbb..000000000 --- a/vendor/google/grpc-gcp/src/CreatedByDeserializeCheck.php +++ /dev/null @@ -1,68 +0,0 @@ -data = 1; - } - - /** - * @return string - */ - public function serialize() - { - return '0'; - } - - /** - * @param string $data - */ - public function unserialize($data) - { - $this->data = 1; - } - - /** - * @param $data - */ - public function setData($data) - { - $this->data = $data; - } - - /** - * @return int - */ - public function getData() - { - return $this->data; - } -} diff --git a/vendor/google/grpc-gcp/src/GCPBidiStreamingCall.php b/vendor/google/grpc-gcp/src/GCPBidiStreamingCall.php deleted file mode 100644 index 992843f42..000000000 --- a/vendor/google/grpc-gcp/src/GCPBidiStreamingCall.php +++ /dev/null @@ -1,108 +0,0 @@ -_rpcPreProcess($data); - $this->real_call = new \Grpc\BidiStreamingCall($channel_ref->getRealChannel( - $this->gcp_channel->credentials), $this->method, $this->deserialize, $this->options); - $this->real_call->start($this->metadata_rpc); - return $this->real_call; - } - - /** - * Pick a channel and start the call. - * - * @param array $metadata Metadata to send with the call, if applicable - * (optional) - */ - public function start(array $metadata = []) - { - $this->metadata_rpc = $metadata; - } - - /** - * Reads the next value from the server. - * - * @return mixed The next value from the server, or null if there is none - */ - public function read() - { - if (!$this->has_real_call) { - $this->createRealCall(); - $this->has_real_call = true; - } - $response = $this->real_call->read(); - if ($response) { - $this->response = $response; - } - return $response; - } - - /** - * Write a single message to the server. This cannot be called after - * writesDone is called. - * - * @param ByteBuffer $data The data to write - * @param array $options An array of options, possible keys: - * 'flags' => a number (optional) - */ - public function write($data, array $options = []) - { - if (!$this->has_real_call) { - $this->createRealCall($data); - $this->has_real_call = true; - } - $this->real_call->write($data, $options); - } - - /** - * Indicate that no more writes will be sent. - */ - public function writesDone() - { - if (!$this->has_real_call) { - $this->createRealCall(); - $this->has_real_call = true; - } - $this->real_call->writesDone(); - } - - /** - * Wait for the server to send the status, and return it. - * - * @return \stdClass The status object, with integer $code, string - * $details, and array $metadata members - */ - public function getStatus() - { - $status = $this->real_call->getStatus(); - $this->_rpcPostProcess($status, $this->response); - return $status; - } -} diff --git a/vendor/google/grpc-gcp/src/GCPCallInvoker.php b/vendor/google/grpc-gcp/src/GCPCallInvoker.php deleted file mode 100644 index 1e12fe59a..000000000 --- a/vendor/google/grpc-gcp/src/GCPCallInvoker.php +++ /dev/null @@ -1,86 +0,0 @@ -affinity_conf = $affinity_conf; - } - - /** - * @param string $hostname - * @param array $opts - * @return GcpExtensionChannel - */ - public function createChannelFactory($hostname, $opts) - { - if ($this->channel) { - // $call_invoker object has already created from previews PHP-FPM scripts. - // Only need to udpate the $opts including the credentials. - $this->channel->updateOpts($opts); - } else { - $opts['affinity_conf'] = $this->affinity_conf; - $channel = new GcpExtensionChannel($hostname, $opts); - $this->channel = $channel; - } - return $this->channel; - } - - // _getChannel is used for testing only. - public function GetChannel() - { - return $this->channel; - } - - public function UnaryCall($channel, $method, $deserialize, $options) - { - return new GCPUnaryCall($channel, $method, $deserialize, $options); - } - public function ClientStreamingCall($channel, $method, $deserialize, $options) - { - return new GCPClientStreamCall($channel, $method, $deserialize, $options); - } - public function ServerStreamingCall($channel, $method, $deserialize, $options) - { - return new GCPServerStreamCall($channel, $method, $deserialize, $options); - } - public function BidiStreamingCall($channel, $method, $deserialize, $options) - { - return new GCPBidiStreamingCall($channel, $method, $deserialize, $options); - } -} diff --git a/vendor/google/grpc-gcp/src/GCPClientStreamCall.php b/vendor/google/grpc-gcp/src/GCPClientStreamCall.php deleted file mode 100644 index c24a92b83..000000000 --- a/vendor/google/grpc-gcp/src/GCPClientStreamCall.php +++ /dev/null @@ -1,76 +0,0 @@ -_rpcPreProcess($data); - $this->real_call = new \Grpc\ClientStreamingCall($channel_ref->getRealChannel( - $this->gcp_channel->credentials), $this->method, $this->deserialize, $this->options); - $this->real_call->start($this->metadata_rpc); - return $this->real_call; - } - /** - * Pick a channel and start the call. - * - * @param array $metadata Metadata to send with the call, if applicable - * (optional) - */ - public function start(array $metadata = []) - { - // Postpone first rpc to write function(), where we can pick a channel - // from the channel pool. - $this->metadata_rpc = $metadata; - } - - /** - * Write a single message to the server. This cannot be called after - * wait is called. - * - * @param ByteBuffer $data The data to write - * @param array $options An array of options, possible keys: - * 'flags' => a number (optional) - */ - public function write($data, array $options = []) - { - if (!$this->has_real_call) { - $this->createRealCall($data); - $this->has_real_call = true; - } - $this->real_call->write($data, $options); - } - - /** - * Wait for the server to respond with data and a status. - * - * @return array [response data, status] - */ - public function wait() - { - list($response, $status) = $this->real_call->wait(); - $this->_rpcPostProcess($status, $response); - return [$response, $status]; - } -} diff --git a/vendor/google/grpc-gcp/src/GCPServerStreamCall.php b/vendor/google/grpc-gcp/src/GCPServerStreamCall.php deleted file mode 100644 index 283cd61cb..000000000 --- a/vendor/google/grpc-gcp/src/GCPServerStreamCall.php +++ /dev/null @@ -1,89 +0,0 @@ -real_call = new \Grpc\ServerStreamingCall($channel, $this->method, $this->deserialize, $this->options); - $this->has_real_call = true; - return $this->real_call; - } - - /** - * Pick a channel and start the call. - * - * @param mixed $data The data to send - * @param array $metadata Metadata to send with the call, if applicable - * (optional) - * @param array $options An array of options, possible keys: - * 'flags' => a number (optional) - */ - public function start($argument, $metadata, $options) - { - $channel_ref = $this->_rpcPreProcess($argument); - $this->createRealCall($channel_ref->getRealChannel( - $this->gcp_channel->credentials)); - $this->real_call->start($argument, $metadata, $options); - } - - /** - * @return mixed An iterator of response values - */ - public function responses() - { - $response = $this->real_call->responses(); - // Since the last response is empty for the server streaming RPC, - // the second last one is the last RPC response with payload. - // Use this one for searching the affinity key. - // The same as BidiStreaming. - if ($response) { - $this->response = $response; - } - return $response; - } - - /** - * Wait for the server to send the status, and return it. - * - * @return \stdClass The status object, with integer $code, string - * $details, and array $metadata members - */ - public function getStatus() - { - $status = $this->real_call->getStatus(); - $this->_rpcPostProcess($status, $this->response); - return $status; - } - - /** - * @return mixed The metadata sent by the server - */ - public function getMetadata() - { - return $this->real_call->getMetadata(); - } -} diff --git a/vendor/google/grpc-gcp/src/GCPUnaryCall.php b/vendor/google/grpc-gcp/src/GCPUnaryCall.php deleted file mode 100644 index da4a2096f..000000000 --- a/vendor/google/grpc-gcp/src/GCPUnaryCall.php +++ /dev/null @@ -1,70 +0,0 @@ -real_call = new \Grpc\UnaryCall($channel, $this->method, $this->deserialize, $this->options); - $this->has_real_call = true; - return $this->real_call; - } - - /** - * Pick a channel and start the call. - * - * @param mixed $data The data to send - * @param array $metadata Metadata to send with the call, if applicable - * (optional) - * @param array $options An array of options, possible keys: - * 'flags' => a number (optional) - */ - public function start($argument, $metadata, $options) - { - $channel_ref = $this->_rpcPreProcess($argument); - $real_channel = $channel_ref->getRealChannel($this->gcp_channel->credentials); - $this->createRealCall($real_channel); - $this->real_call->start($argument, $metadata, $options); - } - - /** - * Wait for the server to respond with data and a status. - * - * @return array [response data, status] - */ - public function wait() - { - list($response, $status) = $this->real_call->wait(); - $this->_rpcPostProcess($status, $response); - return [$response, $status]; - } - - /** - * @return mixed The metadata sent by the server - */ - public function getMetadata() - { - return $this->real_call->getMetadata(); - } -} diff --git a/vendor/google/grpc-gcp/src/GcpBaseCall.php b/vendor/google/grpc-gcp/src/GcpBaseCall.php deleted file mode 100644 index 56b42e0df..000000000 --- a/vendor/google/grpc-gcp/src/GcpBaseCall.php +++ /dev/null @@ -1,222 +0,0 @@ -gcp_channel = $channel; - $this->method = $method; - $this->deserialize = $deserialize; - $this->options = $options; - $this->_affinity = null; - - if (isset($this->gcp_channel->affinity_conf['affinity_by_method'][$method])) { - $this->_affinity = $this->gcp_channel->affinity_conf['affinity_by_method'][$method]; - } - } - - /** - * Pick a ChannelRef from the channel pool based on the request and - * the affinity config. - * - * @param mixed $argument Requests. - * - * @return ChannelRef - */ - protected function _rpcPreProcess($argument) - { - $this->affinity_key = null; - if ($this->_affinity) { - $command = $this->_affinity['command']; - if ($command == self::BOUND || $command == self::UNBIND) { - $this->affinity_key = $this->getAffinityKeyFromProto($argument); - } - } - $this->channel_ref = $this->gcp_channel->getChannelRef($this->affinity_key); - $this->channel_ref->activeStreamRefIncr(); - return $this->channel_ref; - } - - /** - * Update ChannelRef when RPC finishes. - * - * @param \stdClass $status The status object, with integer $code, string - * $details, and array $metadata members - * @param mixed $response Response. - */ - protected function _rpcPostProcess($status, $response) - { - if ($this->_affinity) { - $command = $this->_affinity['command']; - if ($command == self::BIND) { - if ($status->code != \Grpc\STATUS_OK) { - return; - } - $affinity_key = $this->getAffinityKeyFromProto($response); - $this->gcp_channel->bind($this->channel_ref, $affinity_key); - } elseif ($command == self::UNBIND) { - $this->gcp_channel->unbind($this->affinity_key); - } - } - $this->channel_ref->activeStreamRefDecr(); - } - - /** - * Get the affinity key based on the affinity config. - * - * @param mixed $proto Objects may contain the affinity key. - * - * @return string Affinity key. - */ - protected function getAffinityKeyFromProto($proto) - { - if ($this->_affinity) { - $names = $this->_affinity['affinityKey']; - $names_arr = explode(".", $names); - foreach ($names_arr as $name) { - $getAttrMethod = 'get' . ucfirst($name); - $proto = call_user_func_array(array($proto, $getAttrMethod), array()); - } - return $proto; - } - echo "Cannot find the field in the proto\n"; - } - - /** - * @return mixed The metadata sent by the server - */ - public function getMetadata() - { - if (!$this->has_real_call) { - $this->createRealCall(); - $this->has_real_call = true; - } - return $this->real_call->getMetadata(); - } - - /** - * @return mixed The trailing metadata sent by the server - */ - public function getTrailingMetadata() - { - if (!$this->has_real_call) { - $this->createRealCall(); - $this->has_real_call = true; - } - return $this->real_call->getTrailingMetadata(); - } - - /** - * @return string The URI of the endpoint - */ - public function getPeer() - { - if (!$this->has_real_call) { - $this->createRealCall(); - $this->has_real_call = true; - } - return $this->real_call->getPeer(); - } - - /** - * Cancels the call. - */ - public function cancel() - { - if (!$this->has_real_call) { - $this->has_real_call = true; - $this->createRealCall(); - } - $this->real_call->cancel(); - } - - /** - * Serialize a message to the protobuf binary format. - * - * @param mixed $data The Protobuf message - * - * @return string The protobuf binary format - */ - protected function _serializeMessage($data) - { - return $this->real_call->_serializeMessage($data); - } - - /** - * Deserialize a response value to an object. - * - * @param string $value The binary value to deserialize - * - * @return mixed The deserialized value - */ - protected function _deserializeResponse($value) - { - return $this->real_call->_deserializeResponse($value); - } - - /** - * Set the CallCredentials for the underlying Call. - * - * @param CallCredentials $call_credentials The CallCredentials object - */ - public function setCallCredentials($call_credentials) - { - $this->call->setCredentials($call_credentials); - } -} diff --git a/vendor/google/grpc-gcp/src/GcpExtensionChannel.php b/vendor/google/grpc-gcp/src/GcpExtensionChannel.php deleted file mode 100644 index 405ba9a63..000000000 --- a/vendor/google/grpc-gcp/src/GcpExtensionChannel.php +++ /dev/null @@ -1,281 +0,0 @@ -channel_refs; - } - - /** - * @param string $hostname - * @param array $opts Options to create a \Grpc\Channel and affinity config - */ - public function __construct($hostname = null, $opts = array()) - { - if ($hostname == null || !is_array($opts)) { - throw new \InvalidArgumentException("Expected hostname is empty"); - } - $this->max_size = 10; - $this->max_concurrent_streams_low_watermark = 100; - if (isset($opts['affinity_conf'])) { - if (isset($opts['affinity_conf']['channelPool'])) { - if (isset($opts['affinity_conf']['channelPool']['maxSize'])) { - $this->max_size = $opts['affinity_conf']['channelPool']['maxSize']; - } - if (isset($opts['affinity_conf']['channelPool']['maxConcurrentStreamsLowWatermark'])) { - $this->max_concurrent_streams_low_watermark = - $opts['affinity_conf']['channelPool']['maxConcurrentStreamsLowWatermark']; - } - } - $this->affinity_by_method = $opts['affinity_conf']['affinity_by_method']; - $this->affinity_conf = $opts['affinity_conf']; - } - $this->target = $hostname; - $this->affinity_key_to_channel_ref = array(); - $this->channel_refs = array(); - $this->updateOpts($opts); - // Initiate a Grpc\Channel at the beginning in order to keep the same - // behavior as the Grpc. - $channel_ref = $this->getChannelRef(); - $channel_ref->getRealChannel($this->credentials); - } - - /** - * @param array $opts Options to create a \Grpc\Channel - */ - public function updateOpts($opts) - { - if (isset($opts['credentials'])) { - $this->credentials = $opts['credentials']; - } - unset($opts['affinity_conf']); - unset($opts['credentials']); - $this->options = $opts; - $this->is_closed = false; - } - - /** - * Bind the ChannelRef with the affinity key. This is a private method. - * - * @param ChannelRef $channel_ref - * @param string $affinity_key - * - * @return ChannelRef - */ - public function bind($channel_ref, $affinity_key) - { - if (!array_key_exists($affinity_key, $this->affinity_key_to_channel_ref)) { - $this->affinity_key_to_channel_ref[$affinity_key] = $channel_ref; - } - $channel_ref->affinityRefIncr(); - return $channel_ref; - } - - /** - * Unbind the affinity key. This is a private method. - * - * @param string $affinity_key - * - * @return ChannelRef - */ - public function unbind($affinity_key) - { - $channel_ref = null; - if (array_key_exists($affinity_key, $this->affinity_key_to_channel_ref)) { - $channel_ref = $this->affinity_key_to_channel_ref[$affinity_key]; - $channel_ref->affinityRefDecr(); - } - unset($this->affinity_key_to_channel_ref[$affinity_key]); - return $channel_ref; - } - - - public function cmp_by_active_stream_ref($a, $b) - { - return $a->getActiveStreamRef() - $b->getActiveStreamRef(); - } - - /** - * Pick or create a ChannelRef from the pool by affinity key. - * - * @param string $affinity_key - * - * @return ChannelRef - */ - public function getChannelRef($affinity_key = null) - { - if ($affinity_key) { - if (array_key_exists($affinity_key, $this->affinity_key_to_channel_ref)) { - return $this->affinity_key_to_channel_ref[$affinity_key]; - } - return $this->getChannelRef(); - } - usort($this->channel_refs, array($this, 'cmp_by_active_stream_ref')); - - if (count($this->channel_refs) > 0 && $this->channel_refs[0]->getActiveStreamRef() < - $this->max_concurrent_streams_low_watermark) { - return $this->channel_refs[0]; - } - $num_channel_refs = count($this->channel_refs); - if ($num_channel_refs < $this->max_size) { - // grpc_target_persist_bound stands for how many channels can be persisted for - // the same target in the C extension. It is possible that the user use the pure - // gRPC and this GCP extension at the same time, which share the same target. In this case - // pure gRPC channel may occupy positions in C extension, which deletes some channels created - // by this GCP extension. - // If that happens, it won't cause the script failure because we saves all arguments for creating - // a channel instead of a channel itself. If we watch to fetch a GCP channel already deleted, - // it will create a new channel. The only cons is the latency of the first RPC will high because - // it will establish the connection again. - if (!isset($this->options['grpc_target_persist_bound']) || - $this->options['grpc_target_persist_bound'] < $this->max_size) { - $this->options['grpc_target_persist_bound'] = $this->max_size; - } - $cur_opts = array_merge($this->options, - ['grpc_gcp_channel_id' => $num_channel_refs]); - $channel_ref = new ChannelRef($this->target, $num_channel_refs, $cur_opts); - array_unshift($this->channel_refs, $channel_ref); - } - return $this->channel_refs[0]; - } - - /** - * Get the connectivity state of the channel - * - * @param bool $try_to_connect try to connect on the channel - * - * @return int The grpc connectivity state - * @throws \InvalidArgumentException - */ - public function getConnectivityState($try_to_connect = false) - { - // Since getRealChannel is creating a PHP Channel object. However in gRPC, when a Channel - // object is closed, we only mark this Object to be invalid. Thus, we need a global variable - // to mark whether this GCPExtensionChannel is close or not. - if ($this->is_closed) { - throw new \RuntimeException("Channel has already been closed"); - } - $ready = 0; - $idle = 0; - $connecting = 0; - $transient_failure = 0; - $shutdown = 0; - foreach ($this->channel_refs as $channel_ref) { - $state = $channel_ref->getRealChannel($this->credentials)->getConnectivityState($try_to_connect); - switch ($state) { - case \Grpc\CHANNEL_READY: - $ready += 1; - break 2; - case \Grpc\CHANNEL_FATAL_FAILURE: - $shutdown += 1; - break; - case \Grpc\CHANNEL_CONNECTING: - $connecting += 1; - break; - case \Grpc\CHANNEL_TRANSIENT_FAILURE: - $transient_failure += 1; - break; - case \Grpc\CHANNEL_IDLE: - $idle += 1; - break; - } - } - if ($ready > 0) { - return \Grpc\CHANNEL_READY; - } elseif ($idle > 0) { - return \Grpc\CHANNEL_IDLE; - } elseif ($connecting > 0) { - return \Grpc\CHANNEL_CONNECTING; - } elseif ($transient_failure > 0) { - return \Grpc\CHANNEL_TRANSIENT_FAILURE; - } elseif ($shutdown > 0) { - return \Grpc\CHANNEL_SHUTDOWN; - } - } - - /** - * Watch the connectivity state of the channel until it changed - * - * @param int $last_state The previous connectivity state of the channel - * @param Timeval $deadline_obj The deadline this function should wait until - * - * @return bool If the connectivity state changes from last_state - * before deadline - * @throws \InvalidArgumentException - */ - public function watchConnectivityState($last_state, $deadline_obj = null) - { - if ($deadline_obj == null || !is_a($deadline_obj, '\Grpc\Timeval')) { - throw new \InvalidArgumentException(""); - } - // Since getRealChannel is creating a PHP Channel object. However in gRPC, when a Channel - // object is closed, we only mark this Object to be invalid. Thus, we need a global variable - // to mark whether this GCPExtensionChannel is close or not. - if ($this->is_closed) { - throw new \RuntimeException("Channel has already been closed"); - } - $state = 0; - foreach ($this->channel_refs as $channel_ref) { - $state = $channel_ref->getRealChannel($this->credentials)->watchConnectivityState($last_state, $deadline_obj); - } - return $state; - } - - /** - * Get the endpoint this call/stream is connected to - * - * @return string The URI of the endpoint - */ - public function getTarget() - { - return $this->target; - } - - /** - * Close the channel - */ - public function close() - { - foreach ($this->channel_refs as $channel_ref) { - $channel_ref->getRealChannel($this->credentials)->close(); - } - $this->is_closed = true; - } -} diff --git a/vendor/google/grpc-gcp/src/generated/GPBMetadata/GrpcGcp.php b/vendor/google/grpc-gcp/src/generated/GPBMetadata/GrpcGcp.php deleted file mode 100644 index 4164ecb33..000000000 --- a/vendor/google/grpc-gcp/src/generated/GPBMetadata/GrpcGcp.php +++ /dev/null @@ -1,39 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0ac9030a0e677270635f6763702e70726f746f1208677270632e67637022" . - "670a09417069436f6e66696712310a0c6368616e6e656c5f706f6f6c1802" . - "2001280b321b2e677270632e6763702e4368616e6e656c506f6f6c436f6e" . - "66696712270a066d6574686f6418e9072003280b32162e677270632e6763" . - "702e4d6574686f64436f6e66696722690a114368616e6e656c506f6f6c43" . - "6f6e66696712100a086d61785f73697a6518012001280d12140a0c69646c" . - "655f74696d656f7574180220012804122c0a246d61785f636f6e63757272" . - "656e745f73747265616d735f6c6f775f77617465726d61726b1803200128" . - "0d22490a0c4d6574686f64436f6e666967120c0a046e616d651801200328" . - "09122b0a08616666696e69747918e9072001280b32182e677270632e6763" . - "702e416666696e697479436f6e6669672285010a0e416666696e69747943" . - "6f6e66696712310a07636f6d6d616e6418022001280e32202e677270632e" . - "6763702e416666696e697479436f6e6669672e436f6d6d616e6412140a0c" . - "616666696e6974795f6b6579180320012809222a0a07436f6d6d616e6412" . - "090a05424f554e44100012080a0442494e441001120a0a06554e42494e44" . - "1002620670726f746f33" - )); - - static::$is_initialized = true; - } -} diff --git a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php b/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php deleted file mode 100644 index bad448eac..000000000 --- a/vendor/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php +++ /dev/null @@ -1,87 +0,0 @@ -grpc.gcp.AffinityConfig - */ -class AffinityConfig extends \Google\Protobuf\Internal\Message -{ - /** - * The affinity command applies on the selected gRPC methods. - * - * Generated from protobuf field .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 will be - * used to find the affinity key from the request message. - * - * Generated from protobuf enum 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 - * will be used to find the affinity key from the - * response message. - * - * Generated from protobuf enum 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 - * will be used to find the affinity key from the - * request message. - * - * Generated from protobuf enum 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 will be - // used to find the affinity key from the request message. - BOUND = 0; - // The annotated method will establish the channel affinity with the channel - // which is used to execute the RPC. The corresponding - // will be used to find the affinity key from the - // response message. - BIND = 1; - // The annotated method will remove the channel affinity with the channel - // which is used to execute the RPC. The corresponding - // will be used to find the affinity key from the - // request message. - UNBIND = 2; - } - // The affinity command applies on the selected gRPC methods. - Command command = 2; - // The field path of the affinity key in the request/response message. - // For example: "f.a", "f.b.d", etc. - string affinity_key = 3; -} diff --git a/vendor/google/grpc-gcp/third_party/googleapis/.gitignore b/vendor/google/grpc-gcp/third_party/googleapis/.gitignore deleted file mode 100644 index e69de29bb..000000000 diff --git a/vendor/google/photos-library/.gitignore b/vendor/google/photos-library/.gitignore deleted file mode 100644 index be33b61a2..000000000 --- a/vendor/google/photos-library/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -.DS_STORE -.idea/ -*.iml -composer.lock -out/ -vendor/ - diff --git a/vendor/google/photos-library/CONTRIBUTING.md b/vendor/google/photos-library/CONTRIBUTING.md deleted file mode 100644 index 939e5341e..000000000 --- a/vendor/google/photos-library/CONTRIBUTING.md +++ /dev/null @@ -1,28 +0,0 @@ -# How to Contribute - -We'd love to accept your patches and contributions to this project. There are -just a few small guidelines you need to follow. - -## Contributor License Agreement - -Contributions to this project must be accompanied by a Contributor License -Agreement. You (or your employer) retain the copyright to your contribution; -this simply gives us permission to use and redistribute your contributions as -part of the project. Head over to to see -your current agreements on file or to sign a new one. - -You generally only need to submit a CLA once, so if you've already submitted one -(even if it was for a different project), you probably don't need to do it -again. - -## Code reviews - -All submissions, including submissions by project members, require review. We -use GitHub pull requests for this purpose. Consult -[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more -information on using pull requests. - -## Community Guidelines - -This project follows [Google's Open Source Community -Guidelines](https://opensource.google.com/conduct/). diff --git a/vendor/google/photos-library/LICENSE b/vendor/google/photos-library/LICENSE deleted file mode 100644 index d64569567..000000000 --- a/vendor/google/photos-library/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - 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/photos-library/README.md b/vendor/google/photos-library/README.md deleted file mode 100644 index cc6d22928..000000000 --- a/vendor/google/photos-library/README.md +++ /dev/null @@ -1,187 +0,0 @@ -# Google Photos Library API PHP Client Library - -This repository contains the PHP client library for the [Google Photos Library -API](https://developers.google.com/photos). - -You can find [samples](#samples) for this library in the `samples` branch. See the samples section below. - -## Requirements and preparation -This library depends on [Composer](https://getcomposer.org/). If you don't have Composer installed -on the command line as `composer`, follow the -[Linux/unix/OS X](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) or -[Windows](https://getcomposer.org/doc/00-intro.md#installation-windows) installation guides. - -* System requirements and dependencies can be found in [`composer.json`](/google/php-photoslibrary/blob/master/composer.json) - of this library. If you are not familiar with Composer, see - [this page](https://getcomposer.org/doc/01-basic-usage.md) for more details. -* Your PHP installation must include the [`bcmath` extension](http://php.net/manual/en/book.bc.php). -* OAuth 2.0 credentials configured for your project as [described below](#set-up-your-oauth2-credentials-for-php). - - -## Download the client library - -Firstly, download the library, then set up OAuth 2.0 credentials to access the API. -Next, you can follow the [samples](#samples) to see the client library in action. - -Here are some ways to download this library: - -| Method | Target Users | -|-----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------| -| [Using `composer require`](#using-composer-require) | If you want to **use this library as a third-party library** for your projects and do not require example files. | -| [Using `git clone`](#using-git-clone) | If you want to **alter or contribute to this library** (for example, submitting a pull request) or want to **run example files**. | -| [Downloading a compressed tarball](#downloading-a-compressed-tarball) | If you only want to **run example files**. | - -### Using composer require - -Follow the below steps to download this library as a third-party library for your projects. -The library will be downloaded by [Composer](https://getcomposer.org/) and stored under the -`vendor/` directory. -Examples are not downloaded by this download method. - - -``` -$ composer require google/photos-library -``` - - - -### Using git clone - -Use this method if you want to alter or contribute to this library (for example, submitting pull -requests) or if you wish to try our samples. When you clone the repository, **all** files in this -repository will be downloaded. - -1. Run `git clone https://github.com/google/php-photoslibrary.git` at - the command prompt. -1. You'll get a **php-photoslibrary** directory. Navigate to it by running - `cd php-photoslibrary`. -1. Run `composer install` at the command prompt. This will install all - dependencies needed for using the library. - -### Downloading a compressed tarball - -Use this method only if you want to try out the Google Photos Library API with this client library. -The extracted directory of the tarball will contain only the samples from the `samples` branch. - -1. On the [releases page](https://github.com/google/php-photoslibrary/releases), - select a version you want to try. Then, under **Download**, select the tarball - of your choice, for example, **php-photoslibrary-samples-vX.Y.Z.tar.gz**. -1. Extract your downloaded file to any location on your computer. -1. Navigate to the extracted directory (for example, **php-photoslibrary-samples-vX.Y.Z**). -1. Run `composer install` at the command prompt. This will install all dependencies - needed for using the library and running examples. - - -## Set up your OAuth2 credentials for PHP - -The Google Photos Library API uses [OAuth2](https://oauth.net/2/) as the -authentication mechanism. Note that the Library API does not support service accounts. - -To complete the “Enable the API” and “Configure OAuth2.0” steps in the below procedure, refer to -the [get started guide in the developer documentation](https://developers.google.com/photos/library/guides/get-started-php) - -This client library works with the [Google Auth Library for PHP](https://github.com/google/google-auth-library-php). -Specify the client secret JSON file when initialising the library. -Use the authentication credentials returned by the auth library when setting up the -`PhotosLibraryClient`. See the file [sample/src/common/common.php](https://github.com/google/php-photoslibrary/tree/samples/src/common/common.php) -for an example on how to do this. - -## Sample usage -The best way to learn how to use this library is to [review the samples](#samples). -The [developer documentation](https://developers.google.com/photos) also includes -code snippets for this client library in PHP. - -Once you have set up the dependencies and OAuth 2 credentials, you can access -the API. -Here's a short example that shows how to create a new album: -```php -// [START sample_usage] -use Google\Auth\Credentials\UserRefreshCredentials; -use Google\Photos\Library\V1\PhotosLibraryClient; -use Google\Photos\Library\V1\PhotosLibraryResourceFactory; - -try { - // Use the OAuth flow provided by the Google API Client Auth library - // to authenticate users. See the file /src/common/common.php in the samples for a complete - // authentication example. - $authCredentials = new UserRefreshCredentials( /* Add your scope, client secret and refresh token here */ ); - - // Set up the Photos Library Client that interacts with the API - $photosLibraryClient = new PhotosLibraryClient(['credentials' => $authCredentials]); - - // Create a new Album object with at title - $newAlbum = PhotosLibraryResourceFactory::album("My Album"); - - // Make the call to the Library API to create the new album - $createdAlbum = $photosLibraryClient->createAlbum($newAlbum); - - // The creation call returns the ID of the new album - $albumId = $createdAlbum->getId(); -} catch (\Google\ApiCore\ApiException $exception) { - // Error during album creation -} catch (\Google\ApiCore\ValidationException $e) { - // Error during client creation - echo $exception; -} -// [END sample_usage] -``` - -## Samples -A few samples are included in the [`samples`](https://github.com/google/php-photoslibrary/tree/samples) directory. -They show how to access media items, filter media, share albums, and upload files. - -## Reference Documentation - -PHPDoc for this library can be found in the [gh-pages](https://github.com/google/photos-library-php-lib/tree/gh-pages) branch of this repository. -You can browse it online here: [https://google.github.io/php-photoslibrary/index.html](https://google.github.io/php-photoslibrary/index.html) - -General Google Photos Library API documentation can be found on our Google Developers -site: https://developers.google.com/photos - -## Coding Style - -We use PSR-2 as a coding style standard. Assuming that you're at the root -directory of your project, to check for coding style violations, -run - -``` -vendor/bin/phpcs src --standard=phpcs_ruleset.xml -np -``` - -To automatically fix (fixable) coding style violations, run - -``` -vendor/bin/phpcbf src --standard=phpcs_ruleset.xml -``` - -## Getting support - -For client library specific bug reports, feature requests, and patches, -create an issue on the [issue -tracker](https://github.com/google/php-photoslibrary/issues). - -See the [support page](https://developers.google.com/photos/library/support/how-to-get-help) -for any other API questions, bug reports, or feature requests. - -## Announcements and updates - -For general Google Photos Library API and client library updates and news, follow: - -* [PHP client library release notes](https://github.com/google/php-photoslibrary/releases) -* [Google Photos Library API release notes](https://developers.google.com/photos/library/support/release-notes) - -## License - -Copyright 2018 Google LLC - -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 - - https://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/photos-library/composer.json b/vendor/google/photos-library/composer.json deleted file mode 100644 index 328aaa7b1..000000000 --- a/vendor/google/photos-library/composer.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "google/photos-library", - "type": "library", - "description": "Google Photos Library API Client Library for PHP", - "keywords": ["google","google photos"], - "homepage": "https://developers.google.com/photos", - "license": "Apache-2.0", - "minimum-stability": "stable", - "autoload": { - "psr-4": { - "": "src/", - "Google\\Photos\\Library\\Tests\\": "tests" - } - }, - "require": { - "google/gax": "^1.0.2", - "google/protobuf": "^3.7.1", - "php" : "^5.5 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8|^5.0" - } -} diff --git a/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Library/V1/PhotosLibrary.php b/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Library/V1/PhotosLibrary.php deleted file mode 100644 index 605db4472..000000000 --- a/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Library/V1/PhotosLibrary.php +++ /dev/null @@ -1,314 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0af2410a2d676f6f676c652f70686f746f732f6c6962726172792f76312f" . - "70686f746f735f6c6962726172792e70726f746f1218676f6f676c652e70" . - "686f746f732e6c6962726172792e76311a1f676f6f676c652f70686f746f" . - "732f74797065732f616c62756d2e70726f746f1a24676f6f676c652f7068" . - "6f746f732f74797065732f646174655f72616e67652e70726f746f1a2467" . - "6f6f676c652f70686f746f732f74797065732f6d656469615f6974656d2e" . - "70726f746f1a19676f6f676c652f70726f746f6275662f616e792e70726f" . - "746f1a17676f6f676c652f7270632f7374617475732e70726f746f1a1667" . - "6f6f676c652f747970652f646174652e70726f746f1a18676f6f676c652f" . - "747970652f6c61746c6e672e70726f746f1a17676f6f676c652f6170692f" . - "636c69656e742e70726f746f223f0a12437265617465416c62756d526571" . - "7565737412290a05616c62756d18012001280b321a2e676f6f676c652e70" . - "686f746f732e74797065732e416c62756d22510a25426174636852656d6f" . - "76654d656469614974656d7346726f6d416c62756d526571756573741216" . - "0a0e6d656469615f6974656d5f69647318012003280912100a08616c6275" . - "6d5f696418022001280922280a26426174636852656d6f76654d65646961" . - "4974656d7346726f6d416c62756d526573706f6e73652282010a0c4e6577" . - "4d656469614974656d12130a0b6465736372697074696f6e180120012809" . - "12460a1173696d706c655f6d656469615f6974656d18022001280b32292e" . - "676f6f676c652e70686f746f732e6c6962726172792e76312e53696d706c" . - "654d656469614974656d480042150a136e65775f6d656469615f6974656d" . - "5f7479706522270a0f53696d706c654d656469614974656d12140a0c7570" . - "6c6f61645f746f6b656e18012001280922b9020a0d416c62756d506f7369" . - "74696f6e12460a08706f736974696f6e18012001280e32342e676f6f676c" . - "652e70686f746f732e6c6962726172792e76312e416c62756d506f736974" . - "696f6e2e506f736974696f6e5479706512200a1672656c61746976655f6d" . - "656469615f6974656d5f6964180220012809480012250a1b72656c617469" . - "76655f656e726963686d656e745f6974656d5f6964180320012809480022" . - "85010a0c506f736974696f6e54797065121d0a19504f534954494f4e5f54" . - "5950455f554e535045434946494544100012120a0e46495253545f494e5f" . - "414c42554d100112110a0d4c4153545f494e5f414c42554d100212140a10" . - "41465445525f4d454449415f4954454d100312190a1541465445525f454e" . - "524943484d454e545f4954454d1004420f0a0d72656c61746976655f6974" . - "656d2282010a124e65774d656469614974656d526573756c7412140a0c75" . - "706c6f61645f746f6b656e18012001280912220a06737461747573180220" . - "01280b32122e676f6f676c652e7270632e53746174757312320a0a6d6564" . - "69615f6974656d18032001280b321e2e676f6f676c652e70686f746f732e" . - "74797065732e4d656469614974656d22b2010a1c42617463684372656174" . - "654d656469614974656d735265717565737412100a08616c62756d5f6964" . - "180120012809123f0a0f6e65775f6d656469615f6974656d731802200328" . - "0b32262e676f6f676c652e70686f746f732e6c6962726172792e76312e4e" . - "65774d656469614974656d123f0a0e616c62756d5f706f736974696f6e18" . - "042001280b32272e676f6f676c652e70686f746f732e6c6962726172792e" . - "76312e416c62756d506f736974696f6e226d0a1d42617463684372656174" . - "654d656469614974656d73526573706f6e7365124c0a166e65775f6d6564" . - "69615f6974656d5f726573756c747318012003280b322c2e676f6f676c65" . - "2e70686f746f732e6c6962726172792e76312e4e65774d65646961497465" . - "6d526573756c74225e0a0a4461746546696c74657212200a056461746573" . - "18012003280b32112e676f6f676c652e747970652e44617465122e0a0672" . - "616e67657318022003280b321e2e676f6f676c652e70686f746f732e7479" . - "7065732e4461746552616e676522af010a0d436f6e74656e7446696c7465" . - "72124e0a1b696e636c756465645f636f6e74656e745f63617465676f7269" . - "657318012003280e32292e676f6f676c652e70686f746f732e6c69627261" . - "72792e76312e436f6e74656e7443617465676f7279124e0a1b6578636c75" . - "6465645f636f6e74656e745f63617465676f7269657318022003280e3229" . - "2e676f6f676c652e70686f746f732e6c6962726172792e76312e436f6e74" . - "656e7443617465676f7279228d010a0f4d656469615479706546696c7465" . - "7212480a0b6d656469615f747970657318012003280e32332e676f6f676c" . - "652e70686f746f732e6c6962726172792e76312e4d656469615479706546" . - "696c7465722e4d656469615479706522300a094d6564696154797065120d" . - "0a09414c4c5f4d45444941100012090a05564944454f100112090a055048" . - "4f544f1002227f0a0d4665617475726546696c746572124a0a11696e636c" . - "756465645f666561747572657318012003280e322f2e676f6f676c652e70" . - "686f746f732e6c6962726172792e76312e4665617475726546696c746572" . - "2e4665617475726522220a074665617475726512080a044e4f4e45100012" . - "0d0a094641564f5249544553100122d2020a0746696c7465727312390a0b" . - "646174655f66696c74657218012001280b32242e676f6f676c652e70686f" . - "746f732e6c6962726172792e76312e4461746546696c746572123f0a0e63" . - "6f6e74656e745f66696c74657218022001280b32272e676f6f676c652e70" . - "686f746f732e6c6962726172792e76312e436f6e74656e7446696c746572" . - "12440a116d656469615f747970655f66696c74657218032001280b32292e" . - "676f6f676c652e70686f746f732e6c6962726172792e76312e4d65646961" . - "5479706546696c746572123f0a0e666561747572655f66696c7465721807" . - "2001280b32272e676f6f676c652e70686f746f732e6c6962726172792e76" . - "312e4665617475726546696c746572121e0a16696e636c7564655f617263" . - "68697665645f6d6564696118042001280812240a1c6578636c7564655f6e" . - "6f6e5f6170705f637265617465645f646174611805200128082286010a17" . - "5365617263684d656469614974656d735265717565737412100a08616c62" . - "756d5f696418012001280912110a09706167655f73697a65180220012805" . - "12120a0a706167655f746f6b656e18032001280912320a0766696c746572" . - "7318042001280b32212e676f6f676c652e70686f746f732e6c6962726172" . - "792e76312e46696c7465727322680a185365617263684d65646961497465" . - "6d73526573706f6e736512330a0b6d656469615f6974656d731801200328" . - "0b321e2e676f6f676c652e70686f746f732e74797065732e4d6564696149" . - "74656d12170a0f6e6578745f706167655f746f6b656e180220012809223e" . - "0a154c6973744d656469614974656d735265717565737412110a09706167" . - "655f73697a6518012001280512120a0a706167655f746f6b656e18022001" . - "280922660a164c6973744d656469614974656d73526573706f6e73651233" . - "0a0b6d656469615f6974656d7318012003280b321e2e676f6f676c652e70" . - "686f746f732e74797065732e4d656469614974656d12170a0f6e6578745f" . - "706167655f746f6b656e180220012809222c0a134765744d656469614974" . - "656d5265717565737412150a0d6d656469615f6974656d5f696418012001" . - "280922600a114c697374416c62756d735265717565737412110a09706167" . - "655f73697a6518012001280512120a0a706167655f746f6b656e18022001" . - "280912240a1c6578636c7564655f6e6f6e5f6170705f637265617465645f" . - "6461746118032001280822590a124c697374416c62756d73526573706f6e" . - "7365122a0a06616c62756d7318012003280b321a2e676f6f676c652e7068" . - "6f746f732e74797065732e416c62756d12170a0f6e6578745f706167655f" . - "746f6b656e18022001280922230a0f476574416c62756d52657175657374" . - "12100a08616c62756d5f6964180120012809222c0a154765745368617265" . - "64416c62756d5265717565737412130a0b73686172655f746f6b656e1801" . - "20012809221e0a0e54657874456e726963686d656e74120c0a0474657874" . - "18012001280922460a084c6f636174696f6e12150a0d6c6f636174696f6e" . - "5f6e616d6518012001280912230a066c61746c6e6718022001280b32132e" . - "676f6f676c652e747970652e4c61744c6e67224a0a124c6f636174696f6e" . - "456e726963686d656e7412340a086c6f636174696f6e18012001280b3222" . - "2e676f6f676c652e70686f746f732e6c6962726172792e76312e4c6f6361" . - "74696f6e227c0a0d4d6170456e726963686d656e7412320a066f72696769" . - "6e18012001280b32222e676f6f676c652e70686f746f732e6c6962726172" . - "792e76312e4c6f636174696f6e12370a0b64657374696e6174696f6e1802" . - "2001280b32222e676f6f676c652e70686f746f732e6c6962726172792e76" . - "312e4c6f636174696f6e22f6010a114e6577456e726963686d656e744974" . - "656d12430a0f746578745f656e726963686d656e7418012001280b32282e" . - "676f6f676c652e70686f746f732e6c6962726172792e76312e5465787445" . - "6e726963686d656e744800124b0a136c6f636174696f6e5f656e72696368" . - "6d656e7418022001280b322c2e676f6f676c652e70686f746f732e6c6962" . - "726172792e76312e4c6f636174696f6e456e726963686d656e7448001241" . - "0a0e6d61705f656e726963686d656e7418032001280b32272e676f6f676c" . - "652e70686f746f732e6c6962726172792e76312e4d6170456e726963686d" . - "656e744800420c0a0a656e726963686d656e7422ba010a1b416464456e72" . - "6963686d656e74546f416c62756d5265717565737412100a08616c62756d" . - "5f696418012001280912480a136e65775f656e726963686d656e745f6974" . - "656d18022001280b322b2e676f6f676c652e70686f746f732e6c69627261" . - "72792e76312e4e6577456e726963686d656e744974656d123f0a0e616c62" . - "756d5f706f736974696f6e18032001280b32272e676f6f676c652e70686f" . - "746f732e6c6962726172792e76312e416c62756d506f736974696f6e221c" . - "0a0e456e726963686d656e744974656d120a0a0269641801200128092261" . - "0a1c416464456e726963686d656e74546f416c62756d526573706f6e7365" . - "12410a0f656e726963686d656e745f6974656d18012001280b32282e676f" . - "6f676c652e70686f746f732e6c6962726172792e76312e456e726963686d" . - "656e744974656d222d0a164a6f696e536861726564416c62756d52657175" . - "65737412130a0b73686172655f746f6b656e18012001280922440a174a6f" . - "696e536861726564416c62756d526573706f6e736512290a05616c62756d" . - "18012001280b321a2e676f6f676c652e70686f746f732e74797065732e41" . - "6c62756d222e0a174c65617665536861726564416c62756d526571756573" . - "7412130a0b73686172655f746f6b656e180120012809221a0a184c656176" . - "65536861726564416c62756d526573706f6e7365226c0a11536861726541" . - "6c62756d5265717565737412100a08616c62756d5f696418012001280912" . - "450a147368617265645f616c62756d5f6f7074696f6e7318022001280b32" . - "272e676f6f676c652e70686f746f732e74797065732e536861726564416c" . - "62756d4f7074696f6e7322480a125368617265416c62756d526573706f6e" . - "736512320a0a73686172655f696e666f18012001280b321e2e676f6f676c" . - "652e70686f746f732e74797065732e5368617265496e666f22660a174c69" . - "7374536861726564416c62756d735265717565737412110a09706167655f" . - "73697a6518012001280512120a0a706167655f746f6b656e180220012809" . - "12240a1c6578636c7564655f6e6f6e5f6170705f637265617465645f6461" . - "746118032001280822660a184c697374536861726564416c62756d735265" . - "73706f6e736512310a0d7368617265645f616c62756d7318012003280b32" . - "1a2e676f6f676c652e70686f746f732e74797065732e416c62756d12170a" . - "0f6e6578745f706167655f746f6b656e18022001280922270a13556e7368" . - "617265416c62756d5265717565737412100a08616c62756d5f6964180120" . - "01280922160a14556e7368617265416c62756d526573706f6e736522330a" . - "1942617463684765744d656469614974656d735265717565737412160a0e" . - "6d656469615f6974656d5f69647318012003280922630a1a426174636847" . - "65744d656469614974656d73526573706f6e736512450a126d656469615f" . - "6974656d5f726573756c747318012003280b32292e676f6f676c652e7068" . - "6f746f732e6c6962726172792e76312e4d656469614974656d526573756c" . - "7422690a0f4d656469614974656d526573756c7412220a06737461747573" . - "18012001280b32122e676f6f676c652e7270632e53746174757312320a0a" . - "6d656469615f6974656d18022001280b321e2e676f6f676c652e70686f74" . - "6f732e74797065732e4d656469614974656d224c0a204261746368416464" . - "4d656469614974656d73546f416c62756d5265717565737412160a0e6d65" . - "6469615f6974656d5f69647318012003280912100a08616c62756d5f6964" . - "18022001280922230a2142617463684164644d656469614974656d73546f" . - "416c62756d526573706f6e73652af8020a0f436f6e74656e744361746567" . - "6f727912080a044e4f4e451000120e0a0a4c414e44534341504553100112" . - "0c0a0852454345495054531002120e0a0a43495459534341504553100312" . - "0d0a094c414e444d41524b531004120b0a0753454c464945531005120a0a" . - "0650454f504c45100612080a04504554531007120c0a0857454444494e47" . - "531008120d0a094249525448444159531009120d0a09444f43554d454e54" . - "53100a120a0a0654524156454c100b120b0a07414e494d414c53100c1208" . - "0a04464f4f44100d12090a0553504f5254100e12090a054e49474854100f" . - "12100a0c504552464f524d414e4345531010120f0a0b5748495445424f41" . - "5244531011120f0a0b53435245454e53484f54531012120b0a075554494c" . - "495459101312080a04415254531014120a0a064352414654531015120b0a" . - "0746415348494f4e1016120a0a06484f555345531017120b0a0747415244" . - "454e531018120b0a07464c4f574552531019120c0a08484f4c4944415953" . - "101a32ac170a0d50686f746f734c696272617279126e0a0b437265617465" . - "416c62756d122c2e676f6f676c652e70686f746f732e6c6962726172792e" . - "76312e437265617465416c62756d526571756573741a1a2e676f6f676c65" . - "2e70686f746f732e74797065732e416c62756d221582d3e493020f220a2f" . - "76312f616c62756d733a012a12af010a1542617463684372656174654d65" . - "6469614974656d7312362e676f6f676c652e70686f746f732e6c69627261" . - "72792e76312e42617463684372656174654d656469614974656d73526571" . - "756573741a372e676f6f676c652e70686f746f732e6c6962726172792e76" . - "312e42617463684372656174654d656469614974656d73526573706f6e73" . - "65222582d3e493021f221a2f76312f6d656469614974656d733a62617463" . - "684372656174653a012a12cb010a1942617463684164644d656469614974" . - "656d73546f416c62756d123a2e676f6f676c652e70686f746f732e6c6962" . - "726172792e76312e42617463684164644d656469614974656d73546f416c" . - "62756d526571756573741a3b2e676f6f676c652e70686f746f732e6c6962" . - "726172792e76312e42617463684164644d656469614974656d73546f416c" . - "62756d526573706f6e7365223582d3e493022f222a2f76312f616c62756d" . - "732f7b616c62756d5f69643d2a7d3a62617463684164644d656469614974" . - "656d733a012a129b010a105365617263684d656469614974656d7312312e" . - "676f6f676c652e70686f746f732e6c6962726172792e76312e5365617263" . - "684d656469614974656d73526571756573741a322e676f6f676c652e7068" . - "6f746f732e6c6962726172792e76312e5365617263684d65646961497465" . - "6d73526573706f6e7365222082d3e493021a22152f76312f6d6564696149" . - "74656d733a7365617263683a012a128b010a0e4c6973744d656469614974" . - "656d73122f2e676f6f676c652e70686f746f732e6c6962726172792e7631" . - "2e4c6973744d656469614974656d73526571756573741a302e676f6f676c" . - "652e70686f746f732e6c6962726172792e76312e4c6973744d6564696149" . - "74656d73526573706f6e7365221682d3e4930210120e2f76312f6d656469" . - "614974656d731287010a0c4765744d656469614974656d122d2e676f6f67" . - "6c652e70686f746f732e6c6962726172792e76312e4765744d6564696149" . - "74656d526571756573741a1e2e676f6f676c652e70686f746f732e747970" . - "65732e4d656469614974656d222882d3e493022212202f76312f6d656469" . - "614974656d732f7b6d656469615f6974656d5f69643d2a7d12a0010a1242" . - "617463684765744d656469614974656d7312332e676f6f676c652e70686f" . - "746f732e6c6962726172792e76312e42617463684765744d656469614974" . - "656d73526571756573741a342e676f6f676c652e70686f746f732e6c6962" . - "726172792e76312e42617463684765744d656469614974656d7352657370" . - "6f6e7365221f82d3e493021912172f76312f6d656469614974656d733a62" . - "61746368476574127b0a0a4c697374416c62756d73122b2e676f6f676c65" . - "2e70686f746f732e6c6962726172792e76312e4c697374416c62756d7352" . - "6571756573741a2c2e676f6f676c652e70686f746f732e6c696272617279" . - "2e76312e4c697374416c62756d73526573706f6e7365221282d3e493020c" . - "120a2f76312f616c62756d7312720a08476574416c62756d12292e676f6f" . - "676c652e70686f746f732e6c6962726172792e76312e476574416c62756d" . - "526571756573741a1a2e676f6f676c652e70686f746f732e74797065732e" . - "416c62756d221f82d3e493021912172f76312f616c62756d732f7b616c62" . - "756d5f69643d2a7d1287010a0e476574536861726564416c62756d122f2e" . - "676f6f676c652e70686f746f732e6c6962726172792e76312e4765745368" . - "61726564416c62756d526571756573741a1a2e676f6f676c652e70686f74" . - "6f732e74797065732e416c62756d222882d3e493022212202f76312f7368" . - "61726564416c62756d732f7b73686172655f746f6b656e3d2a7d12b7010a" . - "14416464456e726963686d656e74546f416c62756d12352e676f6f676c65" . - "2e70686f746f732e6c6962726172792e76312e416464456e726963686d65" . - "6e74546f416c62756d526571756573741a362e676f6f676c652e70686f74" . - "6f732e6c6962726172792e76312e416464456e726963686d656e74546f41" . - "6c62756d526573706f6e7365223082d3e493022a22252f76312f616c6275" . - "6d732f7b616c62756d5f69643d2a7d3a616464456e726963686d656e743a" . - "012a1298010a0f4a6f696e536861726564416c62756d12302e676f6f676c" . - "652e70686f746f732e6c6962726172792e76312e4a6f696e536861726564" . - "416c62756d526571756573741a312e676f6f676c652e70686f746f732e6c" . - "6962726172792e76312e4a6f696e536861726564416c62756d526573706f" . - "6e7365222082d3e493021a22152f76312f736861726564416c62756d733a" . - "6a6f696e3a012a129c010a104c65617665536861726564416c62756d1231" . - "2e676f6f676c652e70686f746f732e6c6962726172792e76312e4c656176" . - "65536861726564416c62756d526571756573741a322e676f6f676c652e70" . - "686f746f732e6c6962726172792e76312e4c65617665536861726564416c" . - "62756d526573706f6e7365222182d3e493021b22162f76312f7368617265" . - "64416c62756d733a6c656176653a012a1291010a0a5368617265416c6275" . - "6d122b2e676f6f676c652e70686f746f732e6c6962726172792e76312e53" . - "68617265416c62756d526571756573741a2c2e676f6f676c652e70686f74" . - "6f732e6c6962726172792e76312e5368617265416c62756d526573706f6e" . - "7365222882d3e4930222221d2f76312f616c62756d732f7b616c62756d5f" . - "69643d2a7d3a73686172653a012a1293010a104c69737453686172656441" . - "6c62756d7312312e676f6f676c652e70686f746f732e6c6962726172792e" . - "76312e4c697374536861726564416c62756d73526571756573741a322e67" . - "6f6f676c652e70686f746f732e6c6962726172792e76312e4c6973745368" . - "61726564416c62756d73526573706f6e7365221882d3e493021212102f76" . - "312f736861726564416c62756d731299010a0c556e7368617265416c6275" . - "6d122d2e676f6f676c652e70686f746f732e6c6962726172792e76312e55" . - "6e7368617265416c62756d526571756573741a2e2e676f6f676c652e7068" . - "6f746f732e6c6962726172792e76312e556e7368617265416c62756d5265" . - "73706f6e7365222a82d3e4930224221f2f76312f616c62756d732f7b616c" . - "62756d5f69643d2a7d3a756e73686172653a012a12dd010a1e4261746368" . - "52656d6f76654d656469614974656d7346726f6d416c62756d123f2e676f" . - "6f676c652e70686f746f732e6c6962726172792e76312e42617463685265" . - "6d6f76654d656469614974656d7346726f6d416c62756d52657175657374" . - "1a402e676f6f676c652e70686f746f732e6c6962726172792e76312e4261" . - "74636852656d6f76654d656469614974656d7346726f6d416c62756d5265" . - "73706f6e7365223882d3e4930232222d2f76312f616c62756d732f7b616c" . - "62756d5f69643d2a7d3a626174636852656d6f76654d656469614974656d" . - "733a012a1abc02ca411c70686f746f736c6962726172792e676f6f676c65" . - "617069732e636f6dd241990268747470733a2f2f7777772e676f6f676c65" . - "617069732e636f6d2f617574682f70686f746f736c6962726172792c6874" . - "7470733a2f2f7777772e676f6f676c65617069732e636f6d2f617574682f" . - "70686f746f736c6962726172792e617070656e646f6e6c792c6874747073" . - "3a2f2f7777772e676f6f676c65617069732e636f6d2f617574682f70686f" . - "746f736c6962726172792e726561646f6e6c792c68747470733a2f2f7777" . - "772e676f6f676c65617069732e636f6d2f617574682f70686f746f736c69" . - "62726172792e726561646f6e6c792e61707063726561746564646174612c" . - "68747470733a2f2f7777772e676f6f676c65617069732e636f6d2f617574" . - "682f70686f746f736c6962726172792e73686172696e67427c0a22636f6d" . - "2e676f6f676c652e70686f746f732e6c6962726172792e76312e70726f74" . - "6f42134c6962726172795365727669636550726f746f50015a3f676f6f67" . - "6c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c6561" . - "7069732f70686f746f732f6c6962726172792f76313b6c69627261727962" . - "0670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Types/Album.php b/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Types/Album.php deleted file mode 100644 index f0215d080..000000000 --- a/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Types/Album.php +++ /dev/null @@ -1,45 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0af5040a1f676f6f676c652f70686f746f732f74797065732f616c62756d" . - "2e70726f746f1213676f6f676c652e70686f746f732e747970657322dd01" . - "0a05416c62756d120a0a026964180120012809120d0a057469746c651802" . - "2001280912130a0b70726f647563745f75726c18032001280912140a0c69" . - "735f777269746561626c6518042001280812320a0a73686172655f696e66" . - "6f18052001280b321e2e676f6f676c652e70686f746f732e74797065732e" . - "5368617265496e666f12190a116d656469615f6974656d735f636f756e74" . - "180620012803121c0a14636f7665725f70686f746f5f626173655f75726c" . - "18072001280912210a19636f7665725f70686f746f5f6d656469615f6974" . - "656d5f696418082001280922a3010a095368617265496e666f12450a1473" . - "68617265645f616c62756d5f6f7074696f6e7318012001280b32272e676f" . - "6f676c652e70686f746f732e74797065732e536861726564416c62756d4f" . - "7074696f6e7312150a0d736861726561626c655f75726c18022001280912" . - "130a0b73686172655f746f6b656e18032001280912110a0969735f6a6f69" . - "6e656418042001280812100a0869735f6f776e656418052001280822460a" . - "12536861726564416c62756d4f7074696f6e7312180a1069735f636f6c6c" . - "61626f72617469766518012001280812160a0e69735f636f6d6d656e7461" . - "626c6518022001280842670a1d636f6d2e676f6f676c652e70686f746f73" . - "2e74797065732e70726f746f420a416c62756d50726f746f50015a38676f" . - "6f676c652e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c" . - "65617069732f70686f746f732f74797065733b7479706573620670726f74" . - "6f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Types/DateRange.php b/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Types/DateRange.php deleted file mode 100644 index aec0b00f5..000000000 --- a/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Types/DateRange.php +++ /dev/null @@ -1,33 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0a89020a24676f6f676c652f70686f746f732f74797065732f646174655f" . - "72616e67652e70726f746f1213676f6f676c652e70686f746f732e747970" . - "657322570a094461746552616e676512250a0a73746172745f6461746518" . - "012001280b32112e676f6f676c652e747970652e4461746512230a08656e" . - "645f6461746518022001280b32112e676f6f676c652e747970652e446174" . - "65426b0a1d636f6d2e676f6f676c652e70686f746f732e74797065732e70" . - "726f746f420e4461746552616e676550726f746f50015a38676f6f676c65" . - "2e676f6c616e672e6f72672f67656e70726f746f2f676f6f676c65617069" . - "732f70686f746f732f74797065733b7479706573620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Types/MediaItem.php b/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Types/MediaItem.php deleted file mode 100644 index 368075fad..000000000 --- a/vendor/google/photos-library/src/GPBMetadata/Google/Photos/Types/MediaItem.php +++ /dev/null @@ -1,63 +0,0 @@ -internalAddGeneratedFile(hex2bin( - "0adb080a24676f6f676c652f70686f746f732f74797065732f6d65646961" . - "5f6974656d2e70726f746f1213676f6f676c652e70686f746f732e747970" . - "65731a1f676f6f676c652f70726f746f6275662f74696d657374616d702e" . - "70726f746f22f4010a094d656469614974656d120a0a0269641801200128" . - "0912130a0b6465736372697074696f6e18022001280912130a0b70726f64" . - "7563745f75726c18032001280912100a08626173655f75726c1804200128" . - "0912110a096d696d655f74797065180520012809123a0a0e6d656469615f" . - "6d6574616461746118062001280b32222e676f6f676c652e70686f746f73" . - "2e74797065732e4d656469614d65746164617461123e0a10636f6e747269" . - "6275746f725f696e666f18072001280b32242e676f6f676c652e70686f74" . - "6f732e74797065732e436f6e7472696275746f72496e666f12100a086669" . - "6c656e616d6518082001280922c7010a0d4d656469614d65746164617461" . - "12310a0d6372656174696f6e5f74696d6518012001280b321a2e676f6f67" . - "6c652e70726f746f6275662e54696d657374616d70120d0a057769647468" . - "180220012803120e0a06686569676874180320012803122b0a0570686f74" . - "6f18062001280b321a2e676f6f676c652e70686f746f732e74797065732e" . - "50686f746f4800122b0a05766964656f18072001280b321a2e676f6f676c" . - "652e70686f746f732e74797065732e566964656f4800420a0a086d657461" . - "6461746122ad010a0550686f746f12130a0b63616d6572615f6d616b6518" . - "012001280912140a0c63616d6572615f6d6f64656c18022001280912140a" . - "0c666f63616c5f6c656e67746818032001280212190a1161706572747572" . - "655f665f6e756d62657218042001280212160a0e69736f5f657175697661" . - "6c656e7418052001280512300a0d6578706f737572655f74696d65180620" . - "01280b32192e676f6f676c652e70726f746f6275662e4475726174696f6e" . - "227b0a05566964656f12130a0b63616d6572615f6d616b65180120012809" . - "12140a0c63616d6572615f6d6f64656c180220012809120b0a0366707318" . - "0320012801123a0a0673746174757318042001280e322a2e676f6f676c65" . - "2e70686f746f732e74797065732e566964656f50726f63657373696e6753" . - "746174757322490a0f436f6e7472696275746f72496e666f12200a187072" . - "6f66696c655f706963747572655f626173655f75726c1801200128091214" . - "0a0c646973706c61795f6e616d651802200128092a4f0a15566964656f50" . - "726f63657373696e67537461747573120f0a0b554e535045434946494544" . - "1000120e0a0a50524f43455353494e47100112090a055245414459100212" . - "0a0a064641494c45441003426b0a1d636f6d2e676f6f676c652e70686f74" . - "6f732e74797065732e70726f746f420e4d656469614974656d50726f746f" . - "50015a38676f6f676c652e676f6c616e672e6f72672f67656e70726f746f" . - "2f676f6f676c65617069732f70686f746f732f74797065733b7479706573" . - "620670726f746f33" - ), true); - - static::$is_initialized = true; - } -} - diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/AddEnrichmentToAlbumRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/AddEnrichmentToAlbumRequest.php deleted file mode 100644 index 25043b7e7..000000000 --- a/vendor/google/photos-library/src/Google/Photos/Library/V1/AddEnrichmentToAlbumRequest.php +++ /dev/null @@ -1,135 +0,0 @@ -google.photos.library.v1.AddEnrichmentToAlbumRequest - */ -class AddEnrichmentToAlbumRequest extends \Google\Protobuf\Internal\Message -{ - /** - * Identifier of the album where the enrichment is to be added. - * - * Generated from protobuf field 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 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 ":". Default 'photoslibrary.googleapis.com:443'. - * @type string|array|FetchAuthTokenInterface|CredentialsWrapper $credentials - * The credentials to be used by the client to authorize API calls. This option - * accepts either a path to a credentials file, or a decoded credentials file as a - * PHP array. - * *Advanced usage*: In addition, this option can also accept a pre-constructed - * {@see \Google\Auth\FetchAuthTokenInterface} object or - * {@see \Google\ApiCore\CredentialsWrapper} object. Note that when one of these - * objects are provided, any settings in $credentialsConfig will be ignored. - * @type array $credentialsConfig - * Options used to configure credentials, including auth token caching, for the client. - * For a full list of supporting configuration options, see - * {@see \Google\ApiCore\CredentialsWrapper::build()}. - * @type bool $disableRetries - * Determines whether or not retries defined by the client configuration should be - * disabled. Defaults to `false`. - * @type string|array $clientConfig - * Client method configuration, including retry settings. This option can be either a - * path to a JSON file, or a PHP array containing the decoded JSON data. - * By default this settings points to the default client config file, which is provided - * in the resources folder. - * @type string|TransportInterface $transport - * The transport used for executing network requests. May be either the string `rest` - * or `grpc`. Defaults to `grpc` if gRPC support is detected on the system. - * *Advanced usage*: Additionally, it is possible to pass in an already instantiated - * {@see \Google\ApiCore\Transport\TransportInterface} object. Note that when this - * object is provided, any settings in $transportConfig, and any $serviceAddress - * setting, will be ignored. - * @type array $transportConfig - * Configuration options that will be used to construct the transport. Options for - * each supported transport type should be passed in a key for that transport. For - * example: - * $transportConfig = [ - * 'grpc' => [...], - * 'rest' => [...] - * ]; - * See the {@see \Google\ApiCore\Transport\GrpcTransport::build()} and - * {@see \Google\ApiCore\Transport\RestTransport::build()} methods for the - * supported options. - * } - * - * @throws ValidationException - * @experimental - */ - public function __construct(array $options = []) - { - $clientOptions = $this->buildClientOptions($options); - $this->setClientOptions($clientOptions); - } - - /** - * Creates an album in a user's Google Photos library. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $album = new Album(); - * $response = $photosLibraryClient->createAlbum($album); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param Album $album The album to be created. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Types\Album - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function createAlbum($album, array $optionalArgs = []) - { - $request = new CreateAlbumRequest(); - $request->setAlbum($album); - - return $this->startCall( - 'CreateAlbum', - Album::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * 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. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $newMediaItems = []; - * $response = $photosLibraryClient->batchCreateMediaItems($newMediaItems); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param NewMediaItem[] $newMediaItems List of media items to be created. - * @param array $optionalArgs { - * Optional. - * - * @type string $albumId - * 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 AlbumPosition $albumPosition - * 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. - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Library\V1\BatchCreateMediaItemsResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function batchCreateMediaItems($newMediaItems, array $optionalArgs = []) - { - $request = new BatchCreateMediaItemsRequest(); - $request->setNewMediaItems($newMediaItems); - if (isset($optionalArgs['albumId'])) { - $request->setAlbumId($optionalArgs['albumId']); - } - if (isset($optionalArgs['albumPosition'])) { - $request->setAlbumPosition($optionalArgs['albumPosition']); - } - - return $this->startCall( - 'BatchCreateMediaItems', - BatchCreateMediaItemsResponse::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * 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. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $albumId = ''; - * $mediaItemIds = []; - * $response = $photosLibraryClient->batchAddMediaItemsToAlbum($albumId, $mediaItemIds); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $albumId Identifier of the [Album][google.photos.types.Album] that the - * media items are added to. - * @param string[] $mediaItemIds 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. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Library\V1\BatchAddMediaItemsToAlbumResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function batchAddMediaItemsToAlbum($albumId, $mediaItemIds, array $optionalArgs = []) - { - $request = new BatchAddMediaItemsToAlbumRequest(); - $request->setAlbumId($albumId); - $request->setMediaItemIds($mediaItemIds); - - $requestParams = new RequestParamsHeaderDescriptor([ - 'album_id' => $request->getAlbumId(), - ]); - $optionalArgs['headers'] = isset($optionalArgs['headers']) - ? array_merge($requestParams->getHeader(), $optionalArgs['headers']) - : $requestParams->getHeader(); - - return $this->startCall( - 'BatchAddMediaItemsToAlbum', - BatchAddMediaItemsToAlbumResponse::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * 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. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * // Iterate over pages of elements - * $pagedResponse = $photosLibraryClient->searchMediaItems(); - * foreach ($pagedResponse->iteratePages() as $page) { - * foreach ($page as $element) { - * // doSomethingWith($element); - * } - * } - * - * - * // Alternatively: - * - * // Iterate through all elements - * $pagedResponse = $photosLibraryClient->searchMediaItems(); - * foreach ($pagedResponse->iterateAllElements() as $element) { - * // doSomethingWith($element); - * } - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param array $optionalArgs { - * Optional. - * - * @type string $albumId - * Identifier of an album. If populated, lists all media items in - * specified album. Can't set in conjunction with any filters. - * @type int $pageSize - * The maximum number of resources contained in the underlying API - * response. The API may return fewer values in a page, even if - * there are additional values to be retrieved. - * @type string $pageToken - * A page token is used to specify a page of values to be returned. - * If no page token is specified (the default), the first page - * of values will be returned. Any page token used here must have - * been generated by a previous call to the API. - * @type Filters $filters - * Filters to apply to the request. Can't be set in conjunction with an - * `albumId`. - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\ApiCore\PagedListResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function searchMediaItems(array $optionalArgs = []) - { - $request = new SearchMediaItemsRequest(); - if (isset($optionalArgs['albumId'])) { - $request->setAlbumId($optionalArgs['albumId']); - } - if (isset($optionalArgs['pageSize'])) { - $request->setPageSize($optionalArgs['pageSize']); - } - if (isset($optionalArgs['pageToken'])) { - $request->setPageToken($optionalArgs['pageToken']); - } - if (isset($optionalArgs['filters'])) { - $request->setFilters($optionalArgs['filters']); - } - - return $this->getPagedListResponse( - 'SearchMediaItems', - $optionalArgs, - SearchMediaItemsResponse::class, - $request - ); - } - - /** - * List all media items from a user's Google Photos library. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * // Iterate over pages of elements - * $pagedResponse = $photosLibraryClient->listMediaItems(); - * foreach ($pagedResponse->iteratePages() as $page) { - * foreach ($page as $element) { - * // doSomethingWith($element); - * } - * } - * - * - * // Alternatively: - * - * // Iterate through all elements - * $pagedResponse = $photosLibraryClient->listMediaItems(); - * foreach ($pagedResponse->iterateAllElements() as $element) { - * // doSomethingWith($element); - * } - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param array $optionalArgs { - * Optional. - * - * @type int $pageSize - * The maximum number of resources contained in the underlying API - * response. The API may return fewer values in a page, even if - * there are additional values to be retrieved. - * @type string $pageToken - * A page token is used to specify a page of values to be returned. - * If no page token is specified (the default), the first page - * of values will be returned. Any page token used here must have - * been generated by a previous call to the API. - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\ApiCore\PagedListResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function listMediaItems(array $optionalArgs = []) - { - $request = new ListMediaItemsRequest(); - if (isset($optionalArgs['pageSize'])) { - $request->setPageSize($optionalArgs['pageSize']); - } - if (isset($optionalArgs['pageToken'])) { - $request->setPageToken($optionalArgs['pageToken']); - } - - return $this->getPagedListResponse( - 'ListMediaItems', - $optionalArgs, - ListMediaItemsResponse::class, - $request - ); - } - - /** - * Returns the media item for the specified media item identifier. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $mediaItemId = ''; - * $response = $photosLibraryClient->getMediaItem($mediaItemId); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $mediaItemId Identifier of the media item to be requested. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Types\MediaItem - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function getMediaItem($mediaItemId, array $optionalArgs = []) - { - $request = new GetMediaItemRequest(); - $request->setMediaItemId($mediaItemId); - - $requestParams = new RequestParamsHeaderDescriptor([ - 'media_item_id' => $request->getMediaItemId(), - ]); - $optionalArgs['headers'] = isset($optionalArgs['headers']) - ? array_merge($requestParams->getHeader(), $optionalArgs['headers']) - : $requestParams->getHeader(); - - return $this->startCall( - 'GetMediaItem', - MediaItem::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * Returns the list of media items for the specified media item identifiers. - * Items are returned in the same order as the supplied identifiers. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $mediaItemIds = []; - * $response = $photosLibraryClient->batchGetMediaItems($mediaItemIds); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string[] $mediaItemIds 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. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Library\V1\BatchGetMediaItemsResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function batchGetMediaItems($mediaItemIds, array $optionalArgs = []) - { - $request = new BatchGetMediaItemsRequest(); - $request->setMediaItemIds($mediaItemIds); - - return $this->startCall( - 'BatchGetMediaItems', - BatchGetMediaItemsResponse::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * Lists all albums shown to a user in the Albums tab of the Google - * Photos app. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * // Iterate over pages of elements - * $pagedResponse = $photosLibraryClient->listAlbums(); - * foreach ($pagedResponse->iteratePages() as $page) { - * foreach ($page as $element) { - * // doSomethingWith($element); - * } - * } - * - * - * // Alternatively: - * - * // Iterate through all elements - * $pagedResponse = $photosLibraryClient->listAlbums(); - * foreach ($pagedResponse->iterateAllElements() as $element) { - * // doSomethingWith($element); - * } - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param array $optionalArgs { - * Optional. - * - * @type int $pageSize - * The maximum number of resources contained in the underlying API - * response. The API may return fewer values in a page, even if - * there are additional values to be retrieved. - * @type string $pageToken - * A page token is used to specify a page of values to be returned. - * If no page token is specified (the default), the first page - * of values will be returned. Any page token used here must have - * been generated by a previous call to the API. - * @type bool $excludeNonAppCreatedData - * 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. - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\ApiCore\PagedListResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function listAlbums(array $optionalArgs = []) - { - $request = new ListAlbumsRequest(); - if (isset($optionalArgs['pageSize'])) { - $request->setPageSize($optionalArgs['pageSize']); - } - if (isset($optionalArgs['pageToken'])) { - $request->setPageToken($optionalArgs['pageToken']); - } - if (isset($optionalArgs['excludeNonAppCreatedData'])) { - $request->setExcludeNonAppCreatedData($optionalArgs['excludeNonAppCreatedData']); - } - - return $this->getPagedListResponse( - 'ListAlbums', - $optionalArgs, - ListAlbumsResponse::class, - $request - ); - } - - /** - * 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. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $albumId = ''; - * $response = $photosLibraryClient->getAlbum($albumId); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $albumId Identifier of the album to be requested. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Types\Album - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function getAlbum($albumId, array $optionalArgs = []) - { - $request = new GetAlbumRequest(); - $request->setAlbumId($albumId); - - $requestParams = new RequestParamsHeaderDescriptor([ - 'album_id' => $request->getAlbumId(), - ]); - $optionalArgs['headers'] = isset($optionalArgs['headers']) - ? array_merge($requestParams->getHeader(), $optionalArgs['headers']) - : $requestParams->getHeader(); - - return $this->startCall( - 'GetAlbum', - Album::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * Returns the album based on the specified `shareToken`. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $shareToken = ''; - * $response = $photosLibraryClient->getSharedAlbum($shareToken); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $shareToken Share token of the album to be requested. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Types\Album - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function getSharedAlbum($shareToken, array $optionalArgs = []) - { - $request = new GetSharedAlbumRequest(); - $request->setShareToken($shareToken); - - $requestParams = new RequestParamsHeaderDescriptor([ - 'share_token' => $request->getShareToken(), - ]); - $optionalArgs['headers'] = isset($optionalArgs['headers']) - ? array_merge($requestParams->getHeader(), $optionalArgs['headers']) - : $requestParams->getHeader(); - - return $this->startCall( - 'GetSharedAlbum', - Album::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * Adds an enrichment at a specified position in a defined album. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $albumId = ''; - * $newEnrichmentItem = new NewEnrichmentItem(); - * $albumPosition = new AlbumPosition(); - * $response = $photosLibraryClient->addEnrichmentToAlbum($albumId, $newEnrichmentItem, $albumPosition); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $albumId Identifier of the album where the enrichment is to be added. - * @param NewEnrichmentItem $newEnrichmentItem The enrichment to be added. - * @param AlbumPosition $albumPosition The position in the album where the enrichment is to be inserted. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Library\V1\AddEnrichmentToAlbumResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function addEnrichmentToAlbum($albumId, $newEnrichmentItem, $albumPosition, array $optionalArgs = []) - { - $request = new AddEnrichmentToAlbumRequest(); - $request->setAlbumId($albumId); - $request->setNewEnrichmentItem($newEnrichmentItem); - $request->setAlbumPosition($albumPosition); - - $requestParams = new RequestParamsHeaderDescriptor([ - 'album_id' => $request->getAlbumId(), - ]); - $optionalArgs['headers'] = isset($optionalArgs['headers']) - ? array_merge($requestParams->getHeader(), $optionalArgs['headers']) - : $requestParams->getHeader(); - - return $this->startCall( - 'AddEnrichmentToAlbum', - AddEnrichmentToAlbumResponse::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * Joins a shared album on behalf of the Google Photos user. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $shareToken = ''; - * $response = $photosLibraryClient->joinSharedAlbum($shareToken); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $shareToken Token to join the shared album on behalf of the user. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Library\V1\JoinSharedAlbumResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function joinSharedAlbum($shareToken, array $optionalArgs = []) - { - $request = new JoinSharedAlbumRequest(); - $request->setShareToken($shareToken); - - return $this->startCall( - 'JoinSharedAlbum', - JoinSharedAlbumResponse::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * Leaves a previously-joined shared album on behalf of the Google Photos - * user. The user must not own this album. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $shareToken = ''; - * $response = $photosLibraryClient->leaveSharedAlbum($shareToken); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $shareToken Token to leave the shared album on behalf of the user. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Library\V1\LeaveSharedAlbumResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function leaveSharedAlbum($shareToken, array $optionalArgs = []) - { - $request = new LeaveSharedAlbumRequest(); - $request->setShareToken($shareToken); - - return $this->startCall( - 'LeaveSharedAlbum', - LeaveSharedAlbumResponse::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * 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. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $albumId = ''; - * $response = $photosLibraryClient->shareAlbum($albumId); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $albumId Identifier of the album to be shared. This `albumId` must belong to an - * album created by the developer. - * @param array $optionalArgs { - * Optional. - * - * @type SharedAlbumOptions $sharedAlbumOptions - * Options to be set when converting the album to a shared album. - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Library\V1\ShareAlbumResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function shareAlbum($albumId, array $optionalArgs = []) - { - $request = new ShareAlbumRequest(); - $request->setAlbumId($albumId); - if (isset($optionalArgs['sharedAlbumOptions'])) { - $request->setSharedAlbumOptions($optionalArgs['sharedAlbumOptions']); - } - - $requestParams = new RequestParamsHeaderDescriptor([ - 'album_id' => $request->getAlbumId(), - ]); - $optionalArgs['headers'] = isset($optionalArgs['headers']) - ? array_merge($requestParams->getHeader(), $optionalArgs['headers']) - : $requestParams->getHeader(); - - return $this->startCall( - 'ShareAlbum', - ShareAlbumResponse::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * Lists all shared albums available in the Sharing tab of the - * user's Google Photos app. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * // Iterate over pages of elements - * $pagedResponse = $photosLibraryClient->listSharedAlbums(); - * foreach ($pagedResponse->iteratePages() as $page) { - * foreach ($page as $element) { - * // doSomethingWith($element); - * } - * } - * - * - * // Alternatively: - * - * // Iterate through all elements - * $pagedResponse = $photosLibraryClient->listSharedAlbums(); - * foreach ($pagedResponse->iterateAllElements() as $element) { - * // doSomethingWith($element); - * } - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param array $optionalArgs { - * Optional. - * - * @type int $pageSize - * The maximum number of resources contained in the underlying API - * response. The API may return fewer values in a page, even if - * there are additional values to be retrieved. - * @type string $pageToken - * A page token is used to specify a page of values to be returned. - * If no page token is specified (the default), the first page - * of values will be returned. Any page token used here must have - * been generated by a previous call to the API. - * @type bool $excludeNonAppCreatedData - * 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. - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\ApiCore\PagedListResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function listSharedAlbums(array $optionalArgs = []) - { - $request = new ListSharedAlbumsRequest(); - if (isset($optionalArgs['pageSize'])) { - $request->setPageSize($optionalArgs['pageSize']); - } - if (isset($optionalArgs['pageToken'])) { - $request->setPageToken($optionalArgs['pageToken']); - } - if (isset($optionalArgs['excludeNonAppCreatedData'])) { - $request->setExcludeNonAppCreatedData($optionalArgs['excludeNonAppCreatedData']); - } - - return $this->getPagedListResponse( - 'ListSharedAlbums', - $optionalArgs, - ListSharedAlbumsResponse::class, - $request - ); - } - - /** - * 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. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $albumId = ''; - * $response = $photosLibraryClient->unshareAlbum($albumId); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $albumId Identifier of the album to be unshared. This album id must belong to an - * album created by the developer. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Library\V1\UnshareAlbumResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function unshareAlbum($albumId, array $optionalArgs = []) - { - $request = new UnshareAlbumRequest(); - $request->setAlbumId($albumId); - - $requestParams = new RequestParamsHeaderDescriptor([ - 'album_id' => $request->getAlbumId(), - ]); - $optionalArgs['headers'] = isset($optionalArgs['headers']) - ? array_merge($requestParams->getHeader(), $optionalArgs['headers']) - : $requestParams->getHeader(); - - return $this->startCall( - 'UnshareAlbum', - UnshareAlbumResponse::class, - $optionalArgs, - $request - )->wait(); - } - - /** - * 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. - * - * Sample code: - * ``` - * $photosLibraryClient = new PhotosLibraryClient(); - * try { - * $albumId = ''; - * $mediaItemIds = []; - * $response = $photosLibraryClient->batchRemoveMediaItemsFromAlbum($albumId, $mediaItemIds); - * } finally { - * $photosLibraryClient->close(); - * } - * ``` - * - * @param string $albumId Identifier of the [Album][google.photos.types.Album] that the media - * items are to be removed from. - * @param string[] $mediaItemIds 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. - * @param array $optionalArgs { - * Optional. - * - * @type RetrySettings|array $retrySettings - * Retry settings to use for this call. Can be a - * {@see Google\ApiCore\RetrySettings} object, or an associative array - * of retry settings parameters. See the documentation on - * {@see Google\ApiCore\RetrySettings} for example usage. - * } - * - * @return \Google\Photos\Library\V1\BatchRemoveMediaItemsFromAlbumResponse - * - * @throws ApiException if the remote call fails - * @experimental - */ - public function batchRemoveMediaItemsFromAlbum($albumId, $mediaItemIds, array $optionalArgs = []) - { - $request = new BatchRemoveMediaItemsFromAlbumRequest(); - $request->setAlbumId($albumId); - $request->setMediaItemIds($mediaItemIds); - - $requestParams = new RequestParamsHeaderDescriptor([ - 'album_id' => $request->getAlbumId(), - ]); - $optionalArgs['headers'] = isset($optionalArgs['headers']) - ? array_merge($requestParams->getHeader(), $optionalArgs['headers']) - : $requestParams->getHeader(); - - return $this->startCall( - 'BatchRemoveMediaItemsFromAlbum', - BatchRemoveMediaItemsFromAlbumResponse::class, - $optionalArgs, - $request - )->wait(); - } -} diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/GetAlbumRequest.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/GetAlbumRequest.php deleted file mode 100644 index 76f2f13da..000000000 --- a/vendor/google/photos-library/src/Google/Photos/Library/V1/GetAlbumRequest.php +++ /dev/null @@ -1,67 +0,0 @@ -google.photos.library.v1.GetAlbumRequest - */ -class GetAlbumRequest extends \Google\Protobuf\Internal\Message -{ - /** - * Identifier of the album to be requested. - * - * 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 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 @@ - - *

  • Retries are not attempted after a maximum number of attempts, rather than after a - * a total timeout. - *
  • Timeout for each call is constant, rather than over a range. - *
  • In addition to the retryable codes, there are retryable exceptions. - * @package Google\Photos\Library\V1 - */ -class UploadRetrySettings -{ - public $retriesEnabled; - public $maxNumRetries; - public $initialRetryDelayMillis; - public $retryDelayMultiplier; - public $maxRetryDelayMillis; - public $retryableCodes; - public $retryableExceptions; - public $singleTimeoutMillis; - - /** - * Constructs an instance. - * - * @param array $settings { - * Required. Settings for configuring the retry behavior. All parameters are required except - * $retriesEnabled which is optional and it defaults based on the other settings provided. - * - * @type bool $retriesEnabled Optional. Enables retries. If not specified, the value is - * determined using the $retryableCodes setting. If $retryableCodes is empty, - * then $retriesEnabled is set to false; otherwise, it is set to true. - * @type int $maxNumRetries The maximum number of retries to attempt. - * @type array $retryableCodes The Status codes that are retryable. Each status should be - * either one of the string constants defined on {@see \Google\ApiCore\ApiStatus} - * @type array $retryableExceptions The exceptions that are retryable. Each exception - * should be a class in {@see GuzzleHttp\Exception} - * @type int $initialRetryDelayMillis The initial delay of retry in milliseconds. - * @type int $retryDelayMultiplier The exponential multiplier of retry delay. - * @type int $maxRetryDelayMillis The max delay of retry in milliseconds. - * @type int $singleTimeoutMillis The timeout for a single attempt in milliseconds. - * } - */ - public function __construct(array $settings = []) - { - $this->retriesEnabled = array_key_exists('retriesEnabled', $settings) - ? $settings['retriesEnabled'] - : (count($this->retryableCodes) > 0); - - if ($this->retriesEnabled) { - $this->maxNumRetries = $settings['maxNumRetries']; - $this->initialRetryDelayMillis = $settings['initialRetryDelayMillis']; - $this->retryDelayMultiplier = $settings['retryDelayMultiplier']; - $this->maxRetryDelayMillis = $settings['maxRetryDelayMillis']; - $this->retryableCodes = $settings['retryableCodes']; - $this->retryableExceptions = $settings['retryableExceptions']; - $this->singleTimeoutMillis = $settings['singleTimeoutMillis']; - } - } -} diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/resources/photos_library_client_config.json b/vendor/google/photos-library/src/Google/Photos/Library/V1/resources/photos_library_client_config.json deleted file mode 100644 index 8a172b8fc..000000000 --- a/vendor/google/photos-library/src/Google/Photos/Library/V1/resources/photos_library_client_config.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "interfaces": { - "google.photos.library.v1.PhotosLibrary": { - "retry_codes": { - "idempotent": [ - "DEADLINE_EXCEEDED", - "INTERNAL", - "UNAVAILABLE" - ], - "non_idempotent": [] - }, - "retry_params": { - "default": { - "initial_retry_delay_millis": 100, - "retry_delay_multiplier": 1.3, - "max_retry_delay_millis": 60000, - "initial_rpc_timeout_millis": 20000, - "rpc_timeout_multiplier": 1.0, - "max_rpc_timeout_millis": 20000, - "total_timeout_millis": 600000 - } - }, - "methods": { - "CreateAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "BatchCreateMediaItems": { - "timeout_millis": 60000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "BatchAddMediaItemsToAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - }, - "SearchMediaItems": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "ListMediaItems": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "GetMediaItem": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "BatchGetMediaItems": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "ListAlbums": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "GetAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "GetSharedAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "AddEnrichmentToAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "JoinSharedAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "LeaveSharedAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "ShareAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "ListSharedAlbums": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "UnshareAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "non_idempotent", - "retry_params_name": "default" - }, - "BatchRemoveMediaItemsFromAlbum": { - "timeout_millis": 60000, - "retry_codes_name": "idempotent", - "retry_params_name": "default" - } - } - } - } -} diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/resources/photos_library_descriptor_config.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/resources/photos_library_descriptor_config.php deleted file mode 100644 index b704be5f9..000000000 --- a/vendor/google/photos-library/src/Google/Photos/Library/V1/resources/photos_library_descriptor_config.php +++ /dev/null @@ -1,48 +0,0 @@ - [ - 'google.photos.library.v1.PhotosLibrary' => [ - 'SearchMediaItems' => [ - 'pageStreaming' => [ - 'requestPageTokenGetMethod' => 'getPageToken', - 'requestPageTokenSetMethod' => 'setPageToken', - 'requestPageSizeGetMethod' => 'getPageSize', - 'requestPageSizeSetMethod' => 'setPageSize', - 'responsePageTokenGetMethod' => 'getNextPageToken', - 'resourcesGetMethod' => 'getMediaItems', - ], - ], - 'ListMediaItems' => [ - 'pageStreaming' => [ - 'requestPageTokenGetMethod' => 'getPageToken', - 'requestPageTokenSetMethod' => 'setPageToken', - 'requestPageSizeGetMethod' => 'getPageSize', - 'requestPageSizeSetMethod' => 'setPageSize', - 'responsePageTokenGetMethod' => 'getNextPageToken', - 'resourcesGetMethod' => 'getMediaItems', - ], - ], - 'ListAlbums' => [ - 'pageStreaming' => [ - 'requestPageTokenGetMethod' => 'getPageToken', - 'requestPageTokenSetMethod' => 'setPageToken', - 'requestPageSizeGetMethod' => 'getPageSize', - 'requestPageSizeSetMethod' => 'setPageSize', - 'responsePageTokenGetMethod' => 'getNextPageToken', - 'resourcesGetMethod' => 'getAlbums', - ], - ], - 'ListSharedAlbums' => [ - 'pageStreaming' => [ - 'requestPageTokenGetMethod' => 'getPageToken', - 'requestPageTokenSetMethod' => 'setPageToken', - 'requestPageSizeGetMethod' => 'getPageSize', - 'requestPageSizeSetMethod' => 'setPageSize', - 'responsePageTokenGetMethod' => 'getNextPageToken', - 'resourcesGetMethod' => 'getSharedAlbums', - ], - ], - ], - ], -]; diff --git a/vendor/google/photos-library/src/Google/Photos/Library/V1/resources/photos_library_rest_client_config.php b/vendor/google/photos-library/src/Google/Photos/Library/V1/resources/photos_library_rest_client_config.php deleted file mode 100644 index e95e02284..000000000 --- a/vendor/google/photos-library/src/Google/Photos/Library/V1/resources/photos_library_rest_client_config.php +++ /dev/null @@ -1,142 +0,0 @@ - [ - 'google.photos.library.v1.PhotosLibrary' => [ - 'CreateAlbum' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/albums', - 'body' => '*', - ], - 'BatchCreateMediaItems' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/mediaItems:batchCreate', - 'body' => '*', - ], - 'BatchAddMediaItemsToAlbum' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/albums/{album_id=*}:batchAddMediaItems', - 'body' => '*', - 'placeholders' => [ - 'album_id' => [ - 'getters' => [ - 'getAlbumId', - ], - ], - ], - ], - 'SearchMediaItems' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/mediaItems:search', - 'body' => '*', - ], - 'ListMediaItems' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/mediaItems', - ], - 'GetMediaItem' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/mediaItems/{media_item_id=*}', - 'placeholders' => [ - 'media_item_id' => [ - 'getters' => [ - 'getMediaItemId', - ], - ], - ], - ], - 'BatchGetMediaItems' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/mediaItems:batchGet', - ], - 'ListAlbums' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/albums', - ], - 'GetAlbum' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/albums/{album_id=*}', - 'placeholders' => [ - 'album_id' => [ - 'getters' => [ - 'getAlbumId', - ], - ], - ], - ], - 'GetSharedAlbum' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/sharedAlbums/{share_token=*}', - 'placeholders' => [ - 'share_token' => [ - 'getters' => [ - 'getShareToken', - ], - ], - ], - ], - 'AddEnrichmentToAlbum' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/albums/{album_id=*}:addEnrichment', - 'body' => '*', - 'placeholders' => [ - 'album_id' => [ - 'getters' => [ - 'getAlbumId', - ], - ], - ], - ], - 'JoinSharedAlbum' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/sharedAlbums:join', - 'body' => '*', - ], - 'LeaveSharedAlbum' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/sharedAlbums:leave', - 'body' => '*', - ], - 'ShareAlbum' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/albums/{album_id=*}:share', - 'body' => '*', - 'placeholders' => [ - 'album_id' => [ - 'getters' => [ - 'getAlbumId', - ], - ], - ], - ], - 'ListSharedAlbums' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/sharedAlbums', - ], - 'UnshareAlbum' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/albums/{album_id=*}:unshare', - 'body' => '*', - 'placeholders' => [ - 'album_id' => [ - 'getters' => [ - 'getAlbumId', - ], - ], - ], - ], - 'BatchRemoveMediaItemsFromAlbum' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/albums/{album_id=*}:batchRemoveMediaItems', - 'body' => '*', - 'placeholders' => [ - 'album_id' => [ - 'getters' => [ - 'getAlbumId', - ], - ], - ], - ], - ], - ], -]; diff --git a/vendor/google/photos-library/src/Google/Photos/Types/Album.php b/vendor/google/photos-library/src/Google/Photos/Types/Album.php deleted file mode 100644 index fad585269..000000000 --- a/vendor/google/photos-library/src/Google/Photos/Types/Album.php +++ /dev/null @@ -1,371 +0,0 @@ -google.photos.types.Album - */ -class Album extends \Google\Protobuf\Internal\Message -{ - /** - * [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; - */ - 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": - * } - * If the embedded message type is well-known and has a custom JSON - * representation, that representation will be embedded adding a field - * `value` which holds the custom JSON in addition to the `@type` - * field. Example (for message [google.protobuf.Duration][]): - * { - * "@type": "type.googleapis.com/google.protobuf.Duration", - * "value": "1.212s" - * } - * - * Generated from protobuf message 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 `v`, as in - * `google.feature.v1`. For major versions 0 and 1, the suffix can - * be omitted. Zero major versions must only be used for - * experimental, non-GA interfaces. - * - * Generated from protobuf field string 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 `v`, as in - * `google.feature.v1`. For major versions 0 and 1, the suffix can - * be omitted. Zero major versions must only be used for - * experimental, non-GA interfaces. - * @type \Google\Protobuf\SourceContext $source_context - * Source context for the protocol buffer service represented by this - * message. - * @type \Google\Protobuf\Mixin[]|\Google\Protobuf\Internal\RepeatedField $mixins - * Included interfaces. See [Mixin][]. - * @type int $syntax - * The source syntax of the service. - * } - */ - public function __construct($data = NULL) { - \GPBMetadata\Google\Protobuf\Api::initOnce(); - parent::__construct($data); - } - - /** - * The fully qualified name of this interface, including package name - * followed by the interface's simple name. - * - * Generated from protobuf field string 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 `v`, as in - * `google.feature.v1`. For major versions 0 and 1, the suffix can - * be omitted. Zero major versions must only be used for - * experimental, non-GA interfaces. - * - * Generated from protobuf field string 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 `v`, as in - * `google.feature.v1`. For major versions 0 and 1, the suffix can - * be omitted. Zero major versions must only be used for - * experimental, non-GA interfaces. - * - * Generated from protobuf field string 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: - * map map_field = 1; - * The parsed descriptor looks like: - * message MapFieldEntry { - * option map_entry = true; - * optional KeyType key = 1; - * optional ValueType value = 2; - * } - * repeated MapFieldEntry map_field = 1; - * Implementations may choose not to generate the map_entry=true message, but - * use a native map in the target language to hold the keys and values. - * The reflection APIs in such implementations still need to work as - * if the field is a repeated message field. - * NOTE: Do not set the option in .proto files. Always use the maps syntax - * instead. The option should only be implicitly set by the proto compiler - * parser. - * - * Generated from protobuf field optional 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: - * map map_field = 1; - * The parsed descriptor looks like: - * message MapFieldEntry { - * option map_entry = true; - * optional KeyType key = 1; - * optional ValueType value = 2; - * } - * repeated MapFieldEntry map_field = 1; - * Implementations may choose not to generate the map_entry=true message, but - * use a native map in the target language to hold the keys and values. - * The reflection APIs in such implementations still need to work as - * if the field is a repeated message field. - * NOTE: Do not set the option in .proto files. Always use the maps syntax - * instead. The option should only be implicitly set by the proto compiler - * parser. - * @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 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]; - * @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: - * map map_field = 1; - * The parsed descriptor looks like: - * message MapFieldEntry { - * option map_entry = true; - * optional KeyType key = 1; - * optional ValueType value = 2; - * } - * repeated MapFieldEntry map_field = 1; - * Implementations may choose not to generate the map_entry=true message, but - * use a native map in the target language to hold the keys and values. - * The reflection APIs in such implementations still need to work as - * if the field is a repeated message field. - * NOTE: Do not set the option in .proto files. Always use the maps syntax - * instead. The option should only be implicitly set by the proto compiler - * parser. - * - * Generated from protobuf field optional 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: - * map map_field = 1; - * The parsed descriptor looks like: - * message MapFieldEntry { - * option map_entry = true; - * optional KeyType key = 1; - * optional ValueType value = 2; - * } - * repeated MapFieldEntry map_field = 1; - * Implementations may choose not to generate the map_entry=true message, but - * use a native map in the target language to hold the keys and values. - * The reflection APIs in such implementations still need to work as - * if the field is a repeated message field. - * NOTE: Do not set the option in .proto files. Always use the maps syntax - * instead. The option should only be implicitly set by the proto compiler - * parser. - * - * Generated from protobuf field optional 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 fields = 1; - */ - 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 fields = 1; - * @return \Google\Protobuf\Internal\MapField - */ - public function getFields() - { - return $this->fields; - } - - /** - * Unordered map of dynamically typed values. - * - * Generated from protobuf field map fields = 1; - * @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 @@ - - - - - doc - - - doc - - - Google/Protobuf/Internal/MapField.php - Google/Protobuf/Internal/Message.php - Google/Protobuf/Internal/RepeatedField.php - - diff --git a/vendor/grpc/grpc/LICENSE b/vendor/grpc/grpc/LICENSE deleted file mode 100644 index 8dada3eda..000000000 --- a/vendor/grpc/grpc/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - 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/grpc/grpc/README.md b/vendor/grpc/grpc/README.md deleted file mode 100644 index 293c27b07..000000000 --- a/vendor/grpc/grpc/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# gRPC PHP Client Library - -This repository contains only PHP files to support Composer installation. - -This repository is a mirror of [gRPC](https://github.com/grpc/grpc). Any support -requests, bug reports, or development contributions should be directed to -that project. - -To install gRPC for PHP, please see https://github.com/grpc/grpc/tree/master/src/php diff --git a/vendor/grpc/grpc/composer.json b/vendor/grpc/grpc/composer.json deleted file mode 100644 index e5220ee4e..000000000 --- a/vendor/grpc/grpc/composer.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "grpc/grpc", - "type": "library", - "description": "gRPC library for PHP", - "keywords": ["rpc"], - "homepage": "https://grpc.io", - "license": "Apache-2.0", - "version": "1.22.0", - "require": { - "php": ">=5.5.0" - }, - "require-dev": { - "google/auth": "^v1.3.0" - }, - "suggest": { - "ext-protobuf": "For better performance, install the protobuf C extension.", - "google/protobuf": "To get started using grpc quickly, install the native protobuf library." - }, - "autoload": { - "psr-4": { - "Grpc\\": "src/lib/" - } - } -} diff --git a/vendor/grpc/grpc/etc/roots.pem b/vendor/grpc/grpc/etc/roots.pem deleted file mode 100644 index 22bd2ab88..000000000 --- a/vendor/grpc/grpc/etc/roots.pem +++ /dev/null @@ -1,4700 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA -# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA -# Label: "GlobalSign Root CA" -# Serial: 4835703278459707669005204 -# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a -# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c -# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99 ------BEGIN CERTIFICATE----- -MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG -A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv -b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw -MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i -YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT -aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ -jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp -xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp -1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG -snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ -U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 -9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E -BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B -AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz -yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE -38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP -AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad -DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME -HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 -# Label: "GlobalSign Root CA - R2" -# Serial: 4835703278459682885658125 -# MD5 Fingerprint: 94:14:77:7e:3e:5e:fd:8f:30:bd:41:b0:cf:e7:d0:30 -# SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe -# SHA256 Fingerprint: ca:42:dd:41:74:5f:d0:b8:1e:b9:02:36:2c:f9:d8:bf:71:9d:a1:bd:1b:1e:fc:94:6f:5b:4c:99:f4:2c:1b:9e ------BEGIN CERTIFICATE----- -MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G -A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp -Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1 -MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG -A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL -v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8 -eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq -tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd -C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa -zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB -mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH -V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n -bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG -3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs -J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO -291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS -ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd -AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7 -TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg== ------END CERTIFICATE----- - -# Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only -# Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only -# Label: "Verisign Class 3 Public Primary Certification Authority - G3" -# Serial: 206684696279472310254277870180966723415 -# MD5 Fingerprint: cd:68:b6:a7:c7:c4:ce:75:e0:1d:4f:57:44:61:92:09 -# SHA1 Fingerprint: 13:2d:0d:45:53:4b:69:97:cd:b2:d5:c3:39:e2:55:76:60:9b:5c:c6 -# SHA256 Fingerprint: eb:04:cf:5e:b1:f3:9a:fa:76:2f:2b:b1:20:f2:96:cb:a5:20:c1:b9:7d:b1:58:95:65:b8:1c:b9:a1:7b:72:44 ------BEGIN CERTIFICATE----- -MIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQsw -CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl -cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu -LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT -aWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp -dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD -VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT -aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ -bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu -IENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg -LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMu6nFL8eB8aHm8b -N3O9+MlrlBIwT/A2R/XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1EUGO+i2t -KmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGu -kxUccLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc+FSBm -CC+Vk7+qRy+oRpfwEuL+wgorUeZ25rdGt+INpsyow0xZVYnm6FNcHOqd8GIWC6fJ -Xwzw3sJ2zq/3avL6QaaiMxTJ5Xpj055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWu -imi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAERSWwauSCPc/L8my/uRan2Te -2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1+ivbrmAJXx5fj267Cz3qWhMe -DGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii/gt/4uhMdUIaC -/Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT+eo8SGhJouPtmmRQURVyu565p -F4ErWjfJXir0xuKhXFSbplQAz/DxwceYMBo7Nhbbo27q/a2ywtrvAkcTisDxszGt -TxzhT5yvDwyd93gN2PQ1VoDat20Xj50egWTh/sVFuq1ruQp6Tk9LhO5L8X3dEQ== ------END CERTIFICATE----- - -# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited -# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited -# Label: "Entrust.net Premium 2048 Secure Server CA" -# Serial: 946069240 -# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90 -# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31 -# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77 ------BEGIN CERTIFICATE----- -MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML -RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp -bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 -IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp -ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3 -MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 -LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp -YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG -A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq -K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe -sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX -MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT -XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ -HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH -4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV -HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub -j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo -U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf -zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b -u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+ -bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er -fF6adulZkMV8gzURZVE= ------END CERTIFICATE----- - -# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust -# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust -# Label: "Baltimore CyberTrust Root" -# Serial: 33554617 -# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4 -# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74 -# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb ------BEGIN CERTIFICATE----- -MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ -RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD -VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX -DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y -ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy -VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr -mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr -IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK -mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu -XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy -dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye -jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 -BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 -DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 -9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx -jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 -Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz -ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS -R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp ------END CERTIFICATE----- - -# Issuer: CN=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network -# Subject: CN=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network -# Label: "AddTrust External Root" -# Serial: 1 -# MD5 Fingerprint: 1d:35:54:04:85:78:b0:3f:42:42:4d:bf:20:73:0a:3f -# SHA1 Fingerprint: 02:fa:f3:e2:91:43:54:68:60:78:57:69:4d:f5:e4:5b:68:85:18:68 -# SHA256 Fingerprint: 68:7f:a4:51:38:22:78:ff:f0:c8:b1:1f:8d:43:d5:76:67:1c:6e:b2:bc:ea:b4:13:fb:83:d9:65:d0:6d:2f:f2 ------BEGIN CERTIFICATE----- -MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU -MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs -IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290 -MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux -FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h -bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v -dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt -H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9 -uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX -mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX -a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN -E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0 -WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD -VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0 -Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU -cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx -IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN -AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH -YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5 -6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC -Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX -c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a -mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ= ------END CERTIFICATE----- - -# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. -# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. -# Label: "Entrust Root Certification Authority" -# Serial: 1164660820 -# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4 -# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9 -# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c ------BEGIN CERTIFICATE----- -MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC -VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 -Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW -KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl -cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw -NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw -NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy -ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV -BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ -KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo -Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 -4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 -KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI -rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi -94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB -sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi -gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo -kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE -vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA -A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t -O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua -AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP -9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ -eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m -0vdXcDazv/wor3ElhVsT/h5/WrQ8 ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Global CA O=GeoTrust Inc. -# Subject: CN=GeoTrust Global CA O=GeoTrust Inc. -# Label: "GeoTrust Global CA" -# Serial: 144470 -# MD5 Fingerprint: f7:75:ab:29:fb:51:4e:b7:77:5e:ff:05:3c:99:8e:f5 -# SHA1 Fingerprint: de:28:f4:a4:ff:e5:b9:2f:a3:c5:03:d1:a3:49:a7:f9:96:2a:82:12 -# SHA256 Fingerprint: ff:85:6a:2d:25:1d:cd:88:d3:66:56:f4:50:12:67:98:cf:ab:aa:de:40:79:9c:72:2d:e4:d2:b5:db:36:a7:3a ------BEGIN CERTIFICATE----- -MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT -MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i -YWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG -EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg -R2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9 -9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjoBbdq -fnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDv -iS2Aelet8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU -1XupGc1V3sjs0l44U+VcT4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+ -bw8HHa8sHo9gOeL6NlMTOdReJivbPagUvTLrGAMoUgRx5aszPeE4uwc2hGKceeoW -MPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTA -ephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVkDBF9qn1l -uMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKIn -Z57QzxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfS -tQWVYrmm3ok9Nns4d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcF -PseKUgzbFbS9bZvlxrFUaKnjaZC2mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Un -hw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6pXE0zX5IJL4hmXXeXxx12E6nV -5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvmMw== ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Universal CA O=GeoTrust Inc. -# Subject: CN=GeoTrust Universal CA O=GeoTrust Inc. -# Label: "GeoTrust Universal CA" -# Serial: 1 -# MD5 Fingerprint: 92:65:58:8b:a2:1a:31:72:73:68:5c:b4:a5:7a:07:48 -# SHA1 Fingerprint: e6:21:f3:35:43:79:05:9a:4b:68:30:9d:8a:2f:74:22:15:87:ec:79 -# SHA256 Fingerprint: a0:45:9b:9f:63:b2:25:59:f5:fa:5d:4c:6d:b3:f9:f7:2f:f1:93:42:03:35:78:f0:73:bf:1d:1b:46:cb:b9:12 ------BEGIN CERTIFICATE----- -MIIFaDCCA1CgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJVUzEW -MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEeMBwGA1UEAxMVR2VvVHJ1c3QgVW5pdmVy -c2FsIENBMB4XDTA0MDMwNDA1MDAwMFoXDTI5MDMwNDA1MDAwMFowRTELMAkGA1UE -BhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xHjAcBgNVBAMTFUdlb1RydXN0 -IFVuaXZlcnNhbCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKYV -VaCjxuAfjJ0hUNfBvitbtaSeodlyWL0AG0y/YckUHUWCq8YdgNY96xCcOq9tJPi8 -cQGeBvV8Xx7BDlXKg5pZMK4ZyzBIle0iN430SppyZj6tlcDgFgDgEB8rMQ7XlFTT -QjOgNB0eRXbdT8oYN+yFFXoZCPzVx5zw8qkuEKmS5j1YPakWaDwvdSEYfyh3peFh -F7em6fgemdtzbvQKoiFs7tqqhZJmr/Z6a4LauiIINQ/PQvE1+mrufislzDoR5G2v -c7J2Ha3QsnhnGqQ5HFELZ1aD/ThdDc7d8Lsrlh/eezJS/R27tQahsiFepdaVaH/w -mZ7cRQg+59IJDTWU3YBOU5fXtQlEIGQWFwMCTFMNaN7VqnJNk22CDtucvc+081xd -VHppCZbW2xHBjXWotM85yM48vCR85mLK4b19p71XZQvk/iXttmkQ3CgaRr0BHdCX -teGYO8A3ZNY9lO4L4fUorgtWv3GLIylBjobFS1J72HGrH4oVpjuDWtdYAVHGTEHZ -f9hBZ3KiKN9gg6meyHv8U3NyWfWTehd2Ds735VzZC1U0oqpbtWpU5xPKV+yXbfRe -Bi9Fi1jUIxaS5BZuKGNZMN9QAZxjiRqf2xeUgnA3wySemkfWWspOqGmJch+RbNt+ -nhutxx9z3SxPGWX9f5NAEC7S8O08ni4oPmkmM8V7AgMBAAGjYzBhMA8GA1UdEwEB -/wQFMAMBAf8wHQYDVR0OBBYEFNq7LqqwDLiIJlF0XG0D08DYj3rWMB8GA1UdIwQY -MBaAFNq7LqqwDLiIJlF0XG0D08DYj3rWMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG -9w0BAQUFAAOCAgEAMXjmx7XfuJRAyXHEqDXsRh3ChfMoWIawC/yOsjmPRFWrZIRc -aanQmjg8+uUfNeVE44B5lGiku8SfPeE0zTBGi1QrlaXv9z+ZhP015s8xxtxqv6fX -IwjhmF7DWgh2qaavdy+3YL1ERmrvl/9zlcGO6JP7/TG37FcREUWbMPEaiDnBTzyn -ANXH/KttgCJwpQzgXQQpAvvLoJHRfNbDflDVnVi+QTjruXU8FdmbyUqDWcDaU/0z -uzYYm4UPFd3uLax2k7nZAY1IEKj79TiG8dsKxr2EoyNB3tZ3b4XUhRxQ4K5RirqN -Pnbiucon8l+f725ZDQbYKxek0nxru18UGkiPGkzns0ccjkxFKyDuSN/n3QmOGKja -QI2SJhFTYXNd673nxE0pN2HrrDktZy4W1vUAg4WhzH92xH3kt0tm7wNFYGm2DFKW -koRepqO1pD4r2czYG0eq8kTaT/kD6PAUyz/zg97QwVTjt+gKN02LIFkDMBmhLMi9 -ER/frslKxfMnZmaGrGiR/9nmUxwPi1xpZQomyB40w11Re9epnAahNt3ViZS82eQt -DF4JbAiXfKM9fJP/P6EUp8+1Xevb2xzEdt+Iub1FBZUbrvxGakyvSOPOrg/Sfuvm -bJxPgWp6ZKy7PtXny3YuxadIwVyQD8vIP/rmMuGNG2+k5o7Y+SlIis5z/iw= ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Universal CA 2 O=GeoTrust Inc. -# Subject: CN=GeoTrust Universal CA 2 O=GeoTrust Inc. -# Label: "GeoTrust Universal CA 2" -# Serial: 1 -# MD5 Fingerprint: 34:fc:b8:d0:36:db:9e:14:b3:c2:f2:db:8f:e4:94:c7 -# SHA1 Fingerprint: 37:9a:19:7b:41:85:45:35:0c:a6:03:69:f3:3c:2e:af:47:4f:20:79 -# SHA256 Fingerprint: a0:23:4f:3b:c8:52:7c:a5:62:8e:ec:81:ad:5d:69:89:5d:a5:68:0d:c9:1d:1c:b8:47:7f:33:f8:78:b9:5b:0b ------BEGIN CERTIFICATE----- -MIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEW -MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVy -c2FsIENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMjkwMzA0MDUwMDAwWjBHMQswCQYD -VQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1 -c3QgVW5pdmVyc2FsIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC -AQCzVFLByT7y2dyxUxpZKeexw0Uo5dfR7cXFS6GqdHtXr0om/Nj1XqduGdt0DE81 -WzILAePb63p3NeqqWuDW6KFXlPCQo3RWlEQwAx5cTiuFJnSCegx2oG9NzkEtoBUG -FF+3Qs17j1hhNNwqCPkuwwGmIkQcTAeC5lvO0Ep8BNMZcyfwqph/Lq9O64ceJHdq -XbboW0W63MOhBW9Wjo8QJqVJwy7XQYci4E+GymC16qFjwAGXEHm9ADwSbSsVsaxL -se4YuU6W3Nx2/zu+z18DwPw76L5GG//aQMJS9/7jOvdqdzXQ2o3rXhhqMcceujwb -KNZrVMaqW9eiLBsZzKIC9ptZvTdrhrVtgrrY6slWvKk2WP0+GfPtDCapkzj4T8Fd -IgbQl+rhrcZV4IErKIM6+vR7IVEAvlI4zs1meaj0gVbi0IMJR1FbUGrP20gaXT73 -y/Zl92zxlfgCOzJWgjl6W70viRu/obTo/3+NjN8D8WBOWBFM66M/ECuDmgFz2ZRt -hAAnZqzwcEAJQpKtT5MNYQlRJNiS1QuUYbKHsu3/mjX/hVTK7URDrBs8FmtISgoc -QIgfksILAAX/8sgCSqSqqcyZlpwvWOB94b67B9xfBHJcMTTD7F8t4D1kkCLm0ey4 -Lt1ZrtmhN79UNdxzMk+MBB4zsslG8dhcyFVQyWi9qLo2CQIDAQABo2MwYTAPBgNV -HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAfBgNV -HSMEGDAWgBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAOBgNVHQ8BAf8EBAMCAYYwDQYJ -KoZIhvcNAQEFBQADggIBAGbBxiPz2eAubl/oz66wsCVNK/g7WJtAJDday6sWSf+z -dXkzoS9tcBc0kf5nfo/sm+VegqlVHy/c1FEHEv6sFj4sNcZj/NwQ6w2jqtB8zNHQ -L1EuxBRa3ugZ4T7GzKQp5y6EqgYweHZUcyiYWTjgAA1i00J9IZ+uPTqM1fp3DRgr -Fg5fNuH8KrUwJM/gYwx7WBr+mbpCErGR9Hxo4sjoryzqyX6uuyo9DRXcNJW2GHSo -ag/HtPQTxORb7QrSpJdMKu0vbBKJPfEncKpqA1Ihn0CoZ1Dy81of398j9tx4TuaY -T1U6U+Pv8vSfx3zYWK8pIpe44L2RLrB27FcRz+8pRPPphXpgY+RdM4kX2TGq2tbz -GDVyz4crL2MjhF2EjD9XoIj8mZEoJmmZ1I+XRL6O1UixpCgp8RW04eWe3fiPpm8m -1wk8OhwRDqZsN/etRIcsKMfYdIKz0G9KV7s1KSegi+ghp4dkNl3M2Basx7InQJJV -OCiNUW7dFGdTbHFcJoRNdVq2fmBWqU2t+5sel/MN2dKXVHfaPRK34B7vCAas+YWH -6aLcr34YEoP9VhdBLtUpgn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwX -QMAJKOSLakhT2+zNVVXxxvjpoixMptEmX36vWkzaH6byHCx+rgIW0lbQL1dTR+iS ------END CERTIFICATE----- - -# Issuer: CN=AAA Certificate Services O=Comodo CA Limited -# Subject: CN=AAA Certificate Services O=Comodo CA Limited -# Label: "Comodo AAA Services root" -# Serial: 1 -# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0 -# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49 -# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4 ------BEGIN CERTIFICATE----- -MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb -MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow -GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj -YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL -MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE -BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM -GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP -ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua -BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe -3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 -YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR -rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm -ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU -oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF -MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v -QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t -b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF -AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q -GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz -Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 -G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi -l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 -smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== ------END CERTIFICATE----- - -# Issuer: CN=QuoVadis Root Certification Authority O=QuoVadis Limited OU=Root Certification Authority -# Subject: CN=QuoVadis Root Certification Authority O=QuoVadis Limited OU=Root Certification Authority -# Label: "QuoVadis Root CA" -# Serial: 985026699 -# MD5 Fingerprint: 27:de:36:fe:72:b7:00:03:00:9d:f4:f0:1e:6c:04:24 -# SHA1 Fingerprint: de:3f:40:bd:50:93:d3:9b:6c:60:f6:da:bc:07:62:01:00:89:76:c9 -# SHA256 Fingerprint: a4:5e:de:3b:bb:f0:9c:8a:e1:5c:72:ef:c0:72:68:d6:93:a2:1c:99:6f:d5:1e:67:ca:07:94:60:fd:6d:88:73 ------BEGIN CERTIFICATE----- -MIIF0DCCBLigAwIBAgIEOrZQizANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJC -TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDElMCMGA1UECxMcUm9vdCBDZXJ0 -aWZpY2F0aW9uIEF1dGhvcml0eTEuMCwGA1UEAxMlUXVvVmFkaXMgUm9vdCBDZXJ0 -aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMTAzMTkxODMzMzNaFw0yMTAzMTcxODMz -MzNaMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUw -IwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVR -dW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG -9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2G1lVO6V/z68mcLOhrfEYBklbTRvM16z/Yp -li4kVEAkOPcahdxYTMukJ0KX0J+DisPkBgNbAKVRHnAEdOLB1Dqr1607BxgFjv2D -rOpm2RgbaIr1VxqYuvXtdj182d6UajtLF8HVj71lODqV0D1VNk7feVcxKh7YWWVJ -WCCYfqtffp/p1k3sg3Spx2zY7ilKhSoGFPlU5tPaZQeLYzcS19Dsw3sgQUSj7cug -F+FxZc4dZjH3dgEZyH0DWLaVSR2mEiboxgx24ONmy+pdpibu5cxfvWenAScOospU -xbF6lR1xHkopigPcakXBpBlebzbNw6Kwt/5cOOJSvPhEQ+aQuwIDAQABo4ICUjCC -Ak4wPQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzABhiFodHRwczovL29jc3AucXVv -dmFkaXNvZmZzaG9yZS5jb20wDwYDVR0TAQH/BAUwAwEB/zCCARoGA1UdIASCAREw -ggENMIIBCQYJKwYBBAG+WAABMIH7MIHUBggrBgEFBQcCAjCBxxqBxFJlbGlhbmNl -IG9uIHRoZSBRdW9WYWRpcyBSb290IENlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBh -c3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFy -ZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRpb24gcHJh -Y3RpY2VzLCBhbmQgdGhlIFF1b1ZhZGlzIENlcnRpZmljYXRlIFBvbGljeS4wIgYI -KwYBBQUHAgEWFmh0dHA6Ly93d3cucXVvdmFkaXMuYm0wHQYDVR0OBBYEFItLbe3T -KbkGGew5Oanwl4Rqy+/fMIGuBgNVHSMEgaYwgaOAFItLbe3TKbkGGew5Oanwl4Rq -y+/foYGEpIGBMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1p -dGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYD -VQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6tlCL -MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSk -fnIYj9lofFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9Sf8 -7C9TqnN7Az10buYWnuulLsS/VidQK2K6vkscPFVcQR0kvoIgR13VRH56FmjffU1R -cHhXHTMe/QKZnAzNCgVPx7uOpHX6Sm2xgI4JVrmcGmD+XcHXetwReNDWXcG31a0y -mQM6isxUJTkxgXsTIlG6Rmyhu576BGxJJnSP0nPrzDCi5upZIof4l/UO/erMkqQW -xFIY6iHOsfHmhIHluqmGKPJDWl0Snawe2ajlCmqnf6CHKc/yiU3U7MXi5nrQNiOK -SnQ2+Q== ------END CERTIFICATE----- - -# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited -# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited -# Label: "QuoVadis Root CA 2" -# Serial: 1289 -# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b -# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7 -# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86 ------BEGIN CERTIFICATE----- -MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x -GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv -b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV -BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W -YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa -GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg -Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J -WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB -rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp -+ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 -ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i -Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz -PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og -/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH -oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI -yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud -EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 -A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL -MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT -ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f -BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn -g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl -fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K -WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha -B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc -hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR -TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD -mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z -ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y -4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza -8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u ------END CERTIFICATE----- - -# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited -# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited -# Label: "QuoVadis Root CA 3" -# Serial: 1478 -# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf -# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85 -# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35 ------BEGIN CERTIFICATE----- -MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x -GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv -b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV -BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W -YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM -V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB -4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr -H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd -8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv -vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT -mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe -btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc -T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt -WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ -c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A -4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD -VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG -CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0 -aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 -aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu -dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw -czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G -A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC -TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg -Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0 -7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem -d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd -+LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B -4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN -t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x -DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57 -k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s -zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j -Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT -mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK -4SVhM7JZG+Ju1zdXtg2pEto= ------END CERTIFICATE----- - -# Issuer: O=SECOM Trust.net OU=Security Communication RootCA1 -# Subject: O=SECOM Trust.net OU=Security Communication RootCA1 -# Label: "Security Communication Root CA" -# Serial: 0 -# MD5 Fingerprint: f1:bc:63:6a:54:e0:b5:27:f5:cd:e7:1a:e3:4d:6e:4a -# SHA1 Fingerprint: 36:b1:2b:49:f9:81:9e:d7:4c:9e:bc:38:0f:c6:56:8f:5d:ac:b2:f7 -# SHA256 Fingerprint: e7:5e:72:ed:9f:56:0e:ec:6e:b4:80:00:73:a4:3f:c3:ad:19:19:5a:39:22:82:01:78:95:97:4a:99:02:6b:6c ------BEGIN CERTIFICATE----- -MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY -MBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t -dW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5 -WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD -VQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3 -DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8 -9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ -DKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9 -Ms+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N -QV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ -xrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G -A1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T -AQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG -kl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr -Uj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5 -Bw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU -JRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot -RSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw== ------END CERTIFICATE----- - -# Issuer: CN=Sonera Class2 CA O=Sonera -# Subject: CN=Sonera Class2 CA O=Sonera -# Label: "Sonera Class 2 Root CA" -# Serial: 29 -# MD5 Fingerprint: a3:ec:75:0f:2e:88:df:fa:48:01:4e:0b:5c:48:6f:fb -# SHA1 Fingerprint: 37:f7:6d:e6:07:7c:90:c5:b1:3e:93:1a:b7:41:10:b4:f2:e4:9a:27 -# SHA256 Fingerprint: 79:08:b4:03:14:c1:38:10:0b:51:8d:07:35:80:7f:fb:fc:f8:51:8a:00:95:33:71:05:ba:38:6b:15:3d:d9:27 ------BEGIN CERTIFICATE----- -MIIDIDCCAgigAwIBAgIBHTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEP -MA0GA1UEChMGU29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MyIENBMB4XDTAx -MDQwNjA3Mjk0MFoXDTIxMDQwNjA3Mjk0MFowOTELMAkGA1UEBhMCRkkxDzANBgNV -BAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJhIENsYXNzMiBDQTCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBAJAXSjWdyvANlsdE+hY3/Ei9vX+ALTU74W+o -Z6m/AxxNjG8yR9VBaKQTBME1DJqEQ/xcHf+Js+gXGM2RX/uJ4+q/Tl18GybTdXnt -5oTjV+WtKcT0OijnpXuENmmz/V52vaMtmdOQTiMofRhj8VQ7Jp12W5dCsv+u8E7s -3TmVToMGf+dJQMjFAbJUWmYdPfz56TwKnoG4cPABi+QjVHzIrviQHgCWctRUz2Ej -vOr7nQKV0ba5cTppCD8PtOFCx4j1P5iop7oc4HFx71hXgVB6XGt0Rg6DA5jDjqhu -8nYybieDwnPz3BjotJPqdURrBGAgcVeHnfO+oJAjPYok4doh28MCAwEAAaMzMDEw -DwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQISqCqWITTXjwwCwYDVR0PBAQDAgEG -MA0GCSqGSIb3DQEBBQUAA4IBAQBazof5FnIVV0sd2ZvnoiYw7JNn39Yt0jSv9zil -zqsWuasvfDXLrNAPtEwr/IDva4yRXzZ299uzGxnq9LIR/WFxRL8oszodv7ND6J+/ -3DEIcbCdjdY0RzKQxmUk96BKfARzjzlvF4xytb1LyHr4e4PDKE6cCepnP7JnBBvD -FNr450kkkdAdavphOe9r5yF1BgfYErQhIHBCcYHaPJo2vqZbDWpsmh+Re/n570K6 -Tk6ezAyNlNzZRZxe7EJQY670XcSxEtzKO6gunRRaBXW37Ndj4ro1tgQIkejanZz2 -ZrUYrAqmVCY0M9IbwdR/GjqOC6oybtv8TyWf2TLHllpwrN9M ------END CERTIFICATE----- - -# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com -# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com -# Label: "XRamp Global CA Root" -# Serial: 107108908803651509692980124233745014957 -# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1 -# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6 -# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2 ------BEGIN CERTIFICATE----- -MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB -gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk -MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY -UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx -NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3 -dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy -dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB -dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6 -38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP -KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q -DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4 -qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa -JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi -PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P -BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs -jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0 -eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD -ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR -vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt -qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa -IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy -i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ -O+7ETPTsJ3xCwnR8gooJybQDJbw= ------END CERTIFICATE----- - -# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority -# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority -# Label: "Go Daddy Class 2 CA" -# Serial: 0 -# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67 -# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4 -# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4 ------BEGIN CERTIFICATE----- -MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh -MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE -YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 -MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo -ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg -MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN -ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA -PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w -wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi -EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY -avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ -YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE -sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h -/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 -IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj -YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD -ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy -OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P -TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ -HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER -dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf -ReYNnyicsbkqWletNw+vHX/bvZ8= ------END CERTIFICATE----- - -# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority -# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority -# Label: "Starfield Class 2 CA" -# Serial: 0 -# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24 -# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a -# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58 ------BEGIN CERTIFICATE----- -MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl -MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp -U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw -NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE -ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp -ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 -DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf -8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN -+lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 -X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa -K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA -1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G -A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR -zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 -YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD -bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w -DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 -L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D -eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl -xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp -VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY -WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= ------END CERTIFICATE----- - -# Issuer: O=Government Root Certification Authority -# Subject: O=Government Root Certification Authority -# Label: "Taiwan GRCA" -# Serial: 42023070807708724159991140556527066870 -# MD5 Fingerprint: 37:85:44:53:32:45:1f:20:f0:f3:95:e1:25:c4:43:4e -# SHA1 Fingerprint: f4:8b:11:bf:de:ab:be:94:54:20:71:e6:41:de:6b:be:88:2b:40:b9 -# SHA256 Fingerprint: 76:00:29:5e:ef:e8:5b:9e:1f:d6:24:db:76:06:2a:aa:ae:59:81:8a:54:d2:77:4c:d4:c0:b2:c0:11:31:e1:b3 ------BEGIN CERTIFICATE----- -MIIFcjCCA1qgAwIBAgIQH51ZWtcvwgZEpYAIaeNe9jANBgkqhkiG9w0BAQUFADA/ -MQswCQYDVQQGEwJUVzEwMC4GA1UECgwnR292ZXJubWVudCBSb290IENlcnRpZmlj -YXRpb24gQXV0aG9yaXR5MB4XDTAyMTIwNTEzMjMzM1oXDTMyMTIwNTEzMjMzM1ow -PzELMAkGA1UEBhMCVFcxMDAuBgNVBAoMJ0dvdmVybm1lbnQgUm9vdCBDZXJ0aWZp -Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB -AJoluOzMonWoe/fOW1mKydGGEghU7Jzy50b2iPN86aXfTEc2pBsBHH8eV4qNw8XR -IePaJD9IK/ufLqGU5ywck9G/GwGHU5nOp/UKIXZ3/6m3xnOUT0b3EEk3+qhZSV1q -gQdW8or5BtD3cCJNtLdBuTK4sfCxw5w/cP1T3YGq2GN49thTbqGsaoQkclSGxtKy -yhwOeYHWtXBiCAEuTk8O1RGvqa/lmr/czIdtJuTJV6L7lvnM4T9TjGxMfptTCAts -F/tnyMKtsc2AtJfcdgEWFelq16TheEfOhtX7MfP6Mb40qij7cEwdScevLJ1tZqa2 -jWR+tSBqnTuBto9AAGdLiYa4zGX+FVPpBMHWXx1E1wovJ5pGfaENda1UhhXcSTvx -ls4Pm6Dso3pdvtUqdULle96ltqqvKKyskKw4t9VoNSZ63Pc78/1Fm9G7Q3hub/FC -VGqY8A2tl+lSXunVanLeavcbYBT0peS2cWeqH+riTcFCQP5nRhc4L0c/cZyu5SHK -YS1tB6iEfC3uUSXxY5Ce/eFXiGvviiNtsea9P63RPZYLhY3Naye7twWb7LuRqQoH -EgKXTiCQ8P8NHuJBO9NAOueNXdpm5AKwB1KYXA6OM5zCppX7VRluTI6uSw+9wThN -Xo+EHWbNxWCWtFJaBYmOlXqYwZE8lSOyDvR5tMl8wUohAgMBAAGjajBoMB0GA1Ud -DgQWBBTMzO/MKWCkO7GStjz6MmKPrCUVOzAMBgNVHRMEBTADAQH/MDkGBGcqBwAE -MTAvMC0CAQAwCQYFKw4DAhoFADAHBgVnKgMAAAQUA5vwIhP/lSg209yewDL7MTqK -UWUwDQYJKoZIhvcNAQEFBQADggIBAECASvomyc5eMN1PhnR2WPWus4MzeKR6dBcZ -TulStbngCnRiqmjKeKBMmo4sIy7VahIkv9Ro04rQ2JyftB8M3jh+Vzj8jeJPXgyf -qzvS/3WXy6TjZwj/5cAWtUgBfen5Cv8b5Wppv3ghqMKnI6mGq3ZW6A4M9hPdKmaK -ZEk9GhiHkASfQlK3T8v+R0F2Ne//AHY2RTKbxkaFXeIksB7jSJaYV0eUVXoPQbFE -JPPB/hprv4j9wabak2BegUqZIJxIZhm1AHlUD7gsL0u8qV1bYH+Mh6XgUmMqvtg7 -hUAV/h62ZT/FS9p+tXo1KaMuephgIqP0fSdOLeq0dDzpD6QzDxARvBMB1uUO07+1 -EqLhRSPAzAhuYbeJq4PjJB7mXQfnHyA+z2fI56wwbSdLaG5LKlwCCDTb+HbkZ6Mm -nD+iMsJKxYEYMRBWqoTvLQr/uB930r+lWKBi5NdLkXWNiYCYfm3LU05er/ayl4WX -udpVBrkk7tfGOB5jGxI7leFYrPLfhNVfmS8NVVvmONsuP3LpSIXLuykTjx44Vbnz -ssQwmSNOXfJIoRIM3BKQCZBUkQM8R+XVyWXgt0t97EfTsws+rZ7QdAAO671RrcDe -LMDDav7v3Aun+kbfYNucpllQdSNpc5Oy+fwC00fmcc4QAu4njIT/rEUNE1yDMuAl -pYYsfPQS ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Assured ID Root CA" -# Serial: 17154717934120587862167794914071425081 -# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72 -# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43 -# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c ------BEGIN CERTIFICATE----- -MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl -MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 -d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv -b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG -EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl -cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi -MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c -JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP -mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ -wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 -VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ -AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB -AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW -BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun -pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC -dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf -fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm -NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx -H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe -+o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Global Root CA" -# Serial: 10944719598952040374951832963794454346 -# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e -# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36 -# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61 ------BEGIN CERTIFICATE----- -MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh -MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 -d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD -QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT -MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j -b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG -9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB -CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 -nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt -43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P -T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 -gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO -BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR -TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw -DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr -hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg -06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF -PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls -YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk -CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= ------END CERTIFICATE----- - -# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert High Assurance EV Root CA" -# Serial: 3553400076410547919724730734378100087 -# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a -# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25 -# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf ------BEGIN CERTIFICATE----- -MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs -MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 -d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j -ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL -MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 -LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug -RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm -+9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW -PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM -xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB -Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 -hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg -EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF -MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA -FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec -nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z -eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF -hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 -Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe -vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep -+OkuE6N36B9K ------END CERTIFICATE----- - -# Issuer: CN=Class 2 Primary CA O=Certplus -# Subject: CN=Class 2 Primary CA O=Certplus -# Label: "Certplus Class 2 Primary CA" -# Serial: 177770208045934040241468760488327595043 -# MD5 Fingerprint: 88:2c:8c:52:b8:a2:3c:f3:f7:bb:03:ea:ae:ac:42:0b -# SHA1 Fingerprint: 74:20:74:41:72:9c:dd:92:ec:79:31:d8:23:10:8d:c2:81:92:e2:bb -# SHA256 Fingerprint: 0f:99:3c:8a:ef:97:ba:af:56:87:14:0e:d5:9a:d1:82:1b:b4:af:ac:f0:aa:9a:58:b5:d5:7a:33:8a:3a:fb:cb ------BEGIN CERTIFICATE----- -MIIDkjCCAnqgAwIBAgIRAIW9S/PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAw -PTELMAkGA1UEBhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFz -cyAyIFByaW1hcnkgQ0EwHhcNOTkwNzA3MTcwNTAwWhcNMTkwNzA2MjM1OTU5WjA9 -MQswCQYDVQQGEwJGUjERMA8GA1UEChMIQ2VydHBsdXMxGzAZBgNVBAMTEkNsYXNz -IDIgUHJpbWFyeSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANxQ -ltAS+DXSCHh6tlJw/W/uz7kRy1134ezpfgSN1sxvc0NXYKwzCkTsA18cgCSR5aiR -VhKC9+Ar9NuuYS6JEI1rbLqzAr3VNsVINyPi8Fo3UjMXEuLRYE2+L0ER4/YXJQyL -kcAbmXuZVg2v7tK8R1fjeUl7NIknJITesezpWE7+Tt9avkGtrAjFGA7v0lPubNCd -EgETjdyAYveVqUSISnFOYFWe2yMZeVYHDD9jC1yw4r5+FfyUM1hBOHTE4Y+L3yas -H7WLO7dDWWuwJKZtkIvEcupdM5i3y95ee++U8Rs+yskhwcWYAqqi9lt3m/V+llU0 -HGdpwPFC40es/CgcZlUCAwEAAaOBjDCBiTAPBgNVHRMECDAGAQH/AgEKMAsGA1Ud -DwQEAwIBBjAdBgNVHQ4EFgQU43Mt38sOKAze3bOkynm4jrvoMIkwEQYJYIZIAYb4 -QgEBBAQDAgEGMDcGA1UdHwQwMC4wLKAqoCiGJmh0dHA6Ly93d3cuY2VydHBsdXMu -Y29tL0NSTC9jbGFzczIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCnVM+IRBnL39R/ -AN9WM2K191EBkOvDP9GIROkkXe/nFL0gt5o8AP5tn9uQ3Nf0YtaLcF3n5QRIqWh8 -yfFC82x/xXp8HVGIutIKPidd3i1RTtMTZGnkLuPT55sJmabglZvOGtd/vjzOUrMR -FcEPF80Du5wlFbqidon8BvEY0JNLDnyCt6X09l/+7UCmnYR0ObncHoUW2ikbhiMA -ybuJfm6AiB4vFLQDJKgybwOaRywwvlbGp0ICcBvqQNi6BQNwB6SW//1IMwrh3KWB -kJtN3X3n57LNXMhqlfil9o3EXXgIvnsG1knPGTZQIy4I5p4FTUcY1Rbpsda2ENW7 -l7+ijrRU ------END CERTIFICATE----- - -# Issuer: CN=DST Root CA X3 O=Digital Signature Trust Co. -# Subject: CN=DST Root CA X3 O=Digital Signature Trust Co. -# Label: "DST Root CA X3" -# Serial: 91299735575339953335919266965803778155 -# MD5 Fingerprint: 41:03:52:dc:0f:f7:50:1b:16:f0:02:8e:ba:6f:45:c5 -# SHA1 Fingerprint: da:c9:02:4f:54:d8:f6:df:94:93:5f:b1:73:26:38:ca:6a:d7:7c:13 -# SHA256 Fingerprint: 06:87:26:03:31:a7:24:03:d9:09:f1:05:e6:9b:cf:0d:32:e1:bd:24:93:ff:c6:d9:20:6d:11:bc:d6:77:07:39 ------BEGIN CERTIFICATE----- -MIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/ -MSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT -DkRTVCBSb290IENBIFgzMB4XDTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVow -PzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD -Ew5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB -AN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmTrE4O -rz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEq -OLl5CjH9UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9b -xiqKqy69cK3FCxolkHRyxXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw -7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40dutolucbY38EVAjqr2m7xPi71XAicPNaD -aeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV -HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQMA0GCSqG -SIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69 -ikugdB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXr -AvHRAosZy5Q6XkjEGB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZz -R8srzJmwN0jP41ZL9c8PDHIyh8bwRLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5 -JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo -Ob8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ ------END CERTIFICATE----- - -# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG -# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG -# Label: "SwissSign Gold CA - G2" -# Serial: 13492815561806991280 -# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93 -# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61 -# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95 ------BEGIN CERTIFICATE----- -MIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV -BAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2ln -biBHb2xkIENBIC0gRzIwHhcNMDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBF -MQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dpc3NTaWduIEFHMR8wHQYDVQQDExZT -d2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC -CgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8 -76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+ -bbqBHH5CjCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c -6bM8K8vzARO/Ws/BtQpgvd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqE -emA8atufK+ze3gE/bk3lUIbLtK/tREDFylqM2tIrfKjuvqblCqoOpd8FUrdVxyJd -MmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvRAiTysybUa9oEVeXBCsdt -MDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuendjIj3o02y -MszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69y -FGkOpeUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPi -aG59je883WX0XaxR7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxM -gI93e2CaHt+28kgeDrpOVG2Y4OGiGqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCB -qTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUWyV7 -lqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64OfPAeGZe6Drn -8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov -L3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe6 -45R88a7A3hfm5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczO -UYrHUDFu4Up+GC9pWbY9ZIEr44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5 -O1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOfMke6UiI0HTJ6CVanfCU2qT1L2sCC -bwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6mGu6uLftIdxf+u+yv -GPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxpmo/a -77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCC -hdiDyyJkvC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid3 -92qgQmwLOM7XdVAyksLfKzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEpp -Ld6leNcG2mqeSz53OiATIgHQv2ieY2BrNU0LbbqhPcCT4H8js1WtciVORvnSFu+w -ZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6LqjviOvrv1vA+ACOzB2+htt -Qc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ ------END CERTIFICATE----- - -# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG -# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG -# Label: "SwissSign Silver CA - G2" -# Serial: 5700383053117599563 -# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13 -# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb -# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5 ------BEGIN CERTIFICATE----- -MIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UE -BhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWdu -IFNpbHZlciBDQSAtIEcyMB4XDTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0Nlow -RzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMY -U3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A -MIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644N0Mv -Fz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7br -YT7QbNHm+/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieF -nbAVlDLaYQ1HTWBCrpJH6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH -6ATK72oxh9TAtvmUcXtnZLi2kUpCe2UuMGoM9ZDulebyzYLs2aFK7PayS+VFheZt -eJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5hqAaEuSh6XzjZG6k4sIN/ -c8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5FZGkECwJ -MoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRH -HTBsROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTf -jNFusB3hB48IHpmccelM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb6 -5i/4z3GcRm25xBWNOHkDRUjvxF3XCO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOB -rDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU -F6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRBtjpbO8tFnb0c -wpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0 -cDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIB -AHPGgeAn0i0P4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShp -WJHckRE1qTodvBqlYJ7YH39FkWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9 -xCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L3XWgwF15kIwb4FDm3jH+mHtwX6WQ -2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx/uNncqCxv1yL5PqZ -IseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFaDGi8 -aRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2X -em1ZqSqPe97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQR -dAtq/gsD/KNVV4n+SsuuWxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/ -OMpXEA29MC/HpeZBoNquBYeaoKRlbEwJDIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+ -hAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ubDgEj8Z+7fNzcbBGXJbLy -tGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Primary Certification Authority O=GeoTrust Inc. -# Subject: CN=GeoTrust Primary Certification Authority O=GeoTrust Inc. -# Label: "GeoTrust Primary Certification Authority" -# Serial: 32798226551256963324313806436981982369 -# MD5 Fingerprint: 02:26:c3:01:5e:08:30:37:43:a9:d0:7d:cf:37:e6:bf -# SHA1 Fingerprint: 32:3c:11:8e:1b:f7:b8:b6:52:54:e2:e2:10:0d:d6:02:90:37:f0:96 -# SHA256 Fingerprint: 37:d5:10:06:c5:12:ea:ab:62:64:21:f1:ec:8c:92:01:3f:c5:f8:2a:e9:8e:e5:33:eb:46:19:b8:de:b4:d0:6c ------BEGIN CERTIFICATE----- -MIIDfDCCAmSgAwIBAgIQGKy1av1pthU6Y2yv2vrEoTANBgkqhkiG9w0BAQUFADBY -MQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjExMC8GA1UEAxMo -R2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEx -MjcwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMFgxCzAJBgNVBAYTAlVTMRYwFAYDVQQK -Ew1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQcmltYXJ5IENlcnRp -ZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC -AQEAvrgVe//UfH1nrYNke8hCUy3f9oQIIGHWAVlqnEQRr+92/ZV+zmEwu3qDXwK9 -AWbK7hWNb6EwnL2hhZ6UOvNWiAAxz9juapYC2e0DjPt1befquFUWBRaa9OBesYjA -ZIVcFU2Ix7e64HXprQU9nceJSOC7KMgD4TCTZF5SwFlwIjVXiIrxlQqD17wxcwE0 -7e9GceBrAqg1cmuXm2bgyxx5X9gaBGgeRwLmnWDiNpcB3841kt++Z8dtd1k7j53W -kBWUvEI0EME5+bEnPn7WinXFsq+W06Lem+SYvn3h6YGttm/81w7a4DSwDRp35+MI -mO9Y+pyEtzavwt+s0vQQBnBxNQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G -A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQULNVQQZcVi/CPNmFbSvtr2ZnJM5IwDQYJ -KoZIhvcNAQEFBQADggEBAFpwfyzdtzRP9YZRqSa+S7iq8XEN3GHHoOo0Hnp3DwQ1 -6CePbJC/kRYkRj5KTs4rFtULUh38H2eiAkUxT87z+gOneZ1TatnaYzr4gNfTmeGl -4b7UVXGYNTq+k+qurUKykG/g/CFNNWMziUnWm07Kx+dOCQD32sfvmWKZd7aVIl6K -oKv0uHiYyjgZmclynnjNS6yvGaBzEi38wkG6gZHaFloxt/m0cYASSJlyc1pZU8Fj -UjPtp8nSOQJw+uCxQmYpqptR7TBUIhRf2asdweSU8Pj1K/fqynhG1riR/aYNKxoU -AT6A8EKglQdebc3MS6RFjasS6LPeWuWgfOgPIh1a6Vk= ------END CERTIFICATE----- - -# Issuer: CN=thawte Primary Root CA O=thawte, Inc. OU=Certification Services Division/(c) 2006 thawte, Inc. - For authorized use only -# Subject: CN=thawte Primary Root CA O=thawte, Inc. OU=Certification Services Division/(c) 2006 thawte, Inc. - For authorized use only -# Label: "thawte Primary Root CA" -# Serial: 69529181992039203566298953787712940909 -# MD5 Fingerprint: 8c:ca:dc:0b:22:ce:f5:be:72:ac:41:1a:11:a8:d8:12 -# SHA1 Fingerprint: 91:c6:d6:ee:3e:8a:c8:63:84:e5:48:c2:99:29:5c:75:6c:81:7b:81 -# SHA256 Fingerprint: 8d:72:2f:81:a9:c1:13:c0:79:1d:f1:36:a2:96:6d:b2:6c:95:0a:97:1d:b4:6b:41:99:f4:ea:54:b7:8b:fb:9f ------BEGIN CERTIFICATE----- -MIIEIDCCAwigAwIBAgIQNE7VVyDV7exJ9C/ON9srbTANBgkqhkiG9w0BAQUFADCB -qTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf -Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw -MDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNV -BAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwHhcNMDYxMTE3MDAwMDAwWhcNMzYw -NzE2MjM1OTU5WjCBqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5j -LjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYG -A1UECxMvKGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl -IG9ubHkxHzAdBgNVBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwggEiMA0GCSqG -SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsoPD7gFnUnMekz52hWXMJEEUMDSxuaPFs -W0hoSVk3/AszGcJ3f8wQLZU0HObrTQmnHNK4yZc2AreJ1CRfBsDMRJSUjQJib+ta -3RGNKJpchJAQeg29dGYvajig4tVUROsdB58Hum/u6f1OCyn1PoSgAfGcq/gcfomk -6KHYcWUNo1F77rzSImANuVud37r8UVsLr5iy6S7pBOhih94ryNdOwUxkHt3Ph1i6 -Sk/KaAcdHJ1KxtUvkcx8cXIcxcBn6zL9yZJclNqFwJu/U30rCfSMnZEfl2pSy94J -NqR32HuHUETVPm4pafs5SSYeCaWAe0At6+gnhcn+Yf1+5nyXHdWdAgMBAAGjQjBA -MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBR7W0XP -r87Lev0xkhpqtvNG61dIUDANBgkqhkiG9w0BAQUFAAOCAQEAeRHAS7ORtvzw6WfU -DW5FvlXok9LOAz/t2iWwHVfLHjp2oEzsUHboZHIMpKnxuIvW1oeEuzLlQRHAd9mz -YJ3rG9XRbkREqaYB7FViHXe4XI5ISXycO1cRrK1zN44veFyQaEfZYGDm/Ac9IiAX -xPcW6cTYcvnIc3zfFi8VqT79aie2oetaupgf1eNNZAqdE8hhuvU5HIe6uL17In/2 -/qxAeeWsEG89jxt5dovEN7MhGITlNgDrYyCZuen+MwS7QcjBAvlEYyCegc5C09Y/ -LHbTY5xZ3Y+m4Q6gLkH3LpVHz7z9M/P2C2F+fpErgUfCJzDupxBdN49cOSvkBPB7 -jVaMaA== ------END CERTIFICATE----- - -# Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G5 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2006 VeriSign, Inc. - For authorized use only -# Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G5 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2006 VeriSign, Inc. - For authorized use only -# Label: "VeriSign Class 3 Public Primary Certification Authority - G5" -# Serial: 33037644167568058970164719475676101450 -# MD5 Fingerprint: cb:17:e4:31:67:3e:e2:09:fe:45:57:93:f3:0a:fa:1c -# SHA1 Fingerprint: 4e:b6:d5:78:49:9b:1c:cf:5f:58:1e:ad:56:be:3d:9b:67:44:a5:e5 -# SHA256 Fingerprint: 9a:cf:ab:7e:43:c8:d8:80:d0:6b:26:2a:94:de:ee:e4:b4:65:99:89:c3:d0:ca:f1:9b:af:64:05:e4:1a:b7:df ------BEGIN CERTIFICATE----- -MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB -yjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL -ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJp -U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxW -ZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0 -aG9yaXR5IC0gRzUwHhcNMDYxMTA4MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCByjEL -MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW -ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2ln -biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp -U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y -aXR5IC0gRzUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvJAgIKXo1 -nmAMqudLO07cfLw8RRy7K+D+KQL5VwijZIUVJ/XxrcgxiV0i6CqqpkKzj/i5Vbex -t0uz/o9+B1fs70PbZmIVYc9gDaTY3vjgw2IIPVQT60nKWVSFJuUrjxuf6/WhkcIz -SdhDY2pSS9KP6HBRTdGJaXvHcPaz3BJ023tdS1bTlr8Vd6Gw9KIl8q8ckmcY5fQG -BO+QueQA5N06tRn/Arr0PO7gi+s3i+z016zy9vA9r911kTMZHRxAy3QkGSGT2RT+ -rCpSx4/VBEnkjWNHiDxpg8v+R70rfk/Fla4OndTRQ8Bnc+MUCH7lP59zuDMKz10/ -NIeWiu5T6CUVAgMBAAGjgbIwga8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8E -BAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2UvZ2lmMCEwHzAH -BgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVy -aXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFH/TZafC3ey78DAJ80M5+gKv -MzEzMA0GCSqGSIb3DQEBBQUAA4IBAQCTJEowX2LP2BqYLz3q3JktvXf2pXkiOOzE -p6B4Eq1iDkVwZMXnl2YtmAl+X6/WzChl8gGqCBpH3vn5fJJaCGkgDdk+bW48DW7Y -5gaRQBi5+MHt39tBquCWIMnNZBU4gcmU7qKEKQsTb47bDN0lAtukixlE0kF6BWlK -WE9gyn6CagsCqiUXObXbf+eEZSqVir2G3l6BFoMtEMze/aiCKm0oHw0LxOXnGiYZ -4fQRbxC1lfznQgUy286dUV4otp6F01vvpX1FQHKOtw5rDgb7MzVIcbidJ4vEZV8N -hnacRHr2lVz2XTIIM6RUthg/aFzyQkqFOFSDX9HoLPKsEdao7WNq ------END CERTIFICATE----- - -# Issuer: CN=SecureTrust CA O=SecureTrust Corporation -# Subject: CN=SecureTrust CA O=SecureTrust Corporation -# Label: "SecureTrust CA" -# Serial: 17199774589125277788362757014266862032 -# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1 -# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11 -# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73 ------BEGIN CERTIFICATE----- -MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI -MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x -FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz -MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv -cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN -AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz -Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO -0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao -wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj -7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS -8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT -BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB -/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg -JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC -NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 -6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ -3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm -D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS -CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR -3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= ------END CERTIFICATE----- - -# Issuer: CN=Secure Global CA O=SecureTrust Corporation -# Subject: CN=Secure Global CA O=SecureTrust Corporation -# Label: "Secure Global CA" -# Serial: 9751836167731051554232119481456978597 -# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de -# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b -# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69 ------BEGIN CERTIFICATE----- -MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK -MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x -GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx -MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg -Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG -SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ -iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa -/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ -jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI -HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 -sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w -gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF -MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw -KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG -AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L -URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO -H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm -I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY -iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc -f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW ------END CERTIFICATE----- - -# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited -# Subject: CN=COMODO Certification Authority O=COMODO CA Limited -# Label: "COMODO Certification Authority" -# Serial: 104350513648249232941998508985834464573 -# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75 -# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b -# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66 ------BEGIN CERTIFICATE----- -MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB -gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G -A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV -BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw -MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl -YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P -RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 -aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 -UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI -2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 -Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp -+2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ -DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O -nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW -/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g -PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u -QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY -SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv -IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ -RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 -zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd -BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB -ZQ== ------END CERTIFICATE----- - -# Issuer: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C. -# Subject: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C. -# Label: "Network Solutions Certificate Authority" -# Serial: 116697915152937497490437556386812487904 -# MD5 Fingerprint: d3:f3:a6:16:c0:fa:6b:1d:59:b1:2d:96:4d:0e:11:2e -# SHA1 Fingerprint: 74:f8:a3:c3:ef:e7:b3:90:06:4b:83:90:3c:21:64:60:20:e5:df:ce -# SHA256 Fingerprint: 15:f0:ba:00:a3:ac:7a:f3:ac:88:4c:07:2b:10:11:a0:77:bd:77:c0:97:f4:01:64:b2:f8:59:8a:bd:83:86:0c ------BEGIN CERTIFICATE----- -MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi -MQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu -MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp -dHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV -UzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO -ZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG -SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz -c7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP -OCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl -mGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF -BgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4 -qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw -gZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB -BjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu -bmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp -dHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8 -6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/ -h1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH -/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv -wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN -pGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey ------END CERTIFICATE----- - -# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited -# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited -# Label: "COMODO ECC Certification Authority" -# Serial: 41578283867086692638256921589707938090 -# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23 -# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 -# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7 ------BEGIN CERTIFICATE----- -MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL -MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE -BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT -IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw -MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy -ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N -T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv -biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR -FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J -cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW -BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ -BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm -fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv -GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= ------END CERTIFICATE----- - -# Issuer: CN=OISTE WISeKey Global Root GA CA O=WISeKey OU=Copyright (c) 2005/OISTE Foundation Endorsed -# Subject: CN=OISTE WISeKey Global Root GA CA O=WISeKey OU=Copyright (c) 2005/OISTE Foundation Endorsed -# Label: "OISTE WISeKey Global Root GA CA" -# Serial: 86718877871133159090080555911823548314 -# MD5 Fingerprint: bc:6c:51:33:a7:e9:d3:66:63:54:15:72:1b:21:92:93 -# SHA1 Fingerprint: 59:22:a1:e1:5a:ea:16:35:21:f8:98:39:6a:46:46:b0:44:1b:0f:a9 -# SHA256 Fingerprint: 41:c9:23:86:6a:b4:ca:d6:b7:ad:57:80:81:58:2e:02:07:97:a6:cb:df:4f:ff:78:ce:83:96:b3:89:37:d7:f5 ------BEGIN CERTIFICATE----- -MIID8TCCAtmgAwIBAgIQQT1yx/RrH4FDffHSKFTfmjANBgkqhkiG9w0BAQUFADCB -ijELMAkGA1UEBhMCQ0gxEDAOBgNVBAoTB1dJU2VLZXkxGzAZBgNVBAsTEkNvcHly -aWdodCAoYykgMjAwNTEiMCAGA1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNl -ZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwgUm9vdCBHQSBDQTAeFw0w -NTEyMTExNjAzNDRaFw0zNzEyMTExNjA5NTFaMIGKMQswCQYDVQQGEwJDSDEQMA4G -A1UEChMHV0lTZUtleTEbMBkGA1UECxMSQ29weXJpZ2h0IChjKSAyMDA1MSIwIAYD -VQQLExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBX -SVNlS2V5IEdsb2JhbCBSb290IEdBIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A -MIIBCgKCAQEAy0+zAJs9Nt350UlqaxBJH+zYK7LG+DKBKUOVTJoZIyEVRd7jyBxR -VVuuk+g3/ytr6dTqvirdqFEr12bDYVxgAsj1znJ7O7jyTmUIms2kahnBAbtzptf2 -w93NvKSLtZlhuAGio9RN1AU9ka34tAhxZK9w8RxrfvbDd50kc3vkDIzh2TbhmYsF -mQvtRTEJysIA2/dyoJaqlYfQjse2YXMNdmaM3Bu0Y6Kff5MTMPGhJ9vZ/yxViJGg -4E8HsChWjBgbl0SOid3gF27nKu+POQoxhILYQBRJLnpB5Kf+42TMwVlxSywhp1t9 -4B3RLoGbw9ho972WG6xwsRYUC9tguSYBBQIDAQABo1EwTzALBgNVHQ8EBAMCAYYw -DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUswN+rja8sHnR3JQmthG+IbJphpQw -EAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBAEuh/wuHbrP5wUOx -SPMowB0uyQlB+pQAHKSkq0lPjz0e701vvbyk9vImMMkQyh2I+3QZH4VFvbBsUfk2 -ftv1TDI6QU9bR8/oCy22xBmddMVHxjtqD6wU2zz0c5ypBd8A3HR4+vg1YFkCExh8 -vPtNsCBtQ7tgMHpnM1zFmdH4LTlSc/uMqpclXHLZCB6rTjzjgTGfA6b7wP4piFXa -hNVQA7bihKOmNqoROgHhGEvWRGizPflTdISzRpFGlgC3gCy24eMQ4tui5yiPAZZi -Fj4A4xylNoEYokxSdsARo27mHbrjWr42U8U+dY+GaSlYU7Wcu2+fXMUY7N0v4ZjJ -/L7fCg0= ------END CERTIFICATE----- - -# Issuer: CN=Certigna O=Dhimyotis -# Subject: CN=Certigna O=Dhimyotis -# Label: "Certigna" -# Serial: 18364802974209362175 -# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff -# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97 -# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d ------BEGIN CERTIFICATE----- -MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV -BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X -DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ -BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 -DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 -QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny -gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw -zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q -130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 -JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw -DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw -ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT -AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj -AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG -9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h -bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc -fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu -HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w -t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw -WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== ------END CERTIFICATE----- - -# Issuer: CN=Deutsche Telekom Root CA 2 O=Deutsche Telekom AG OU=T-TeleSec Trust Center -# Subject: CN=Deutsche Telekom Root CA 2 O=Deutsche Telekom AG OU=T-TeleSec Trust Center -# Label: "Deutsche Telekom Root CA 2" -# Serial: 38 -# MD5 Fingerprint: 74:01:4a:91:b1:08:c4:58:ce:47:cd:f0:dd:11:53:08 -# SHA1 Fingerprint: 85:a4:08:c0:9c:19:3e:5d:51:58:7d:cd:d6:13:30:fd:8c:de:37:bf -# SHA256 Fingerprint: b6:19:1a:50:d0:c3:97:7f:7d:a9:9b:cd:aa:c8:6a:22:7d:ae:b9:67:9e:c7:0b:a3:b0:c9:d9:22:71:c1:70:d3 ------BEGIN CERTIFICATE----- -MIIDnzCCAoegAwIBAgIBJjANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQGEwJERTEc -MBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2Vj -IFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENB -IDIwHhcNOTkwNzA5MTIxMTAwWhcNMTkwNzA5MjM1OTAwWjBxMQswCQYDVQQGEwJE -RTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxl -U2VjIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290 -IENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrC6M14IspFLEU -ha88EOQ5bzVdSq7d6mGNlUn0b2SjGmBmpKlAIoTZ1KXleJMOaAGtuU1cOs7TuKhC -QN/Po7qCWWqSG6wcmtoIKyUn+WkjR/Hg6yx6m/UTAtB+NHzCnjwAWav12gz1Mjwr -rFDa1sPeg5TKqAyZMg4ISFZbavva4VhYAUlfckE8FQYBjl2tqriTtM2e66foai1S -NNs671x1Udrb8zH57nGYMsRUFUQM+ZtV7a3fGAigo4aKSe5TBY8ZTNXeWHmb0moc -QqvF1afPaA+W5OFhmHZhyJF81j4A4pFQh+GdCuatl9Idxjp9y7zaAzTVjlsB9WoH -txa2bkp/AgMBAAGjQjBAMB0GA1UdDgQWBBQxw3kbuvVT1xfgiXotF2wKsyudMzAP -BgNVHRMECDAGAQH/AgEFMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOC -AQEAlGRZrTlk5ynrE/5aw4sTV8gEJPB0d8Bg42f76Ymmg7+Wgnxu1MM9756Abrsp -tJh6sTtU6zkXR34ajgv8HzFZMQSyzhfzLMdiNlXiItiJVbSYSKpk+tYcNthEeFpa -IzpXl/V6ME+un2pMSyuOoAPjPuCp1NJ70rOo4nI8rZ7/gFnkm0W09juwzTkZmDLl -6iFhkOQxIY40sfcvNUqFENrnijchvllj4PKFiDFT1FQUhXB59C4Gdyd1Lx+4ivn+ -xbrYNuSD7Odlt79jWvNGr4GUN9RBjNYj1h7P9WgbRGOiWrqnNVmh5XAFmw4jV5mU -Cm26OWMohpLzGITY+9HPBVZkVw== ------END CERTIFICATE----- - -# Issuer: CN=Cybertrust Global Root O=Cybertrust, Inc -# Subject: CN=Cybertrust Global Root O=Cybertrust, Inc -# Label: "Cybertrust Global Root" -# Serial: 4835703278459682877484360 -# MD5 Fingerprint: 72:e4:4a:87:e3:69:40:80:77:ea:bc:e3:f4:ff:f0:e1 -# SHA1 Fingerprint: 5f:43:e5:b1:bf:f8:78:8c:ac:1c:c7:ca:4a:9a:c6:22:2b:cc:34:c6 -# SHA256 Fingerprint: 96:0a:df:00:63:e9:63:56:75:0c:29:65:dd:0a:08:67:da:0b:9c:bd:6e:77:71:4a:ea:fb:23:49:ab:39:3d:a3 ------BEGIN CERTIFICATE----- -MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYG -A1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2Jh -bCBSb290MB4XDTA2MTIxNTA4MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UE -ChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBS -b290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+Mi8vRRQZhP/8NN5 -7CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW0ozS -J8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2y -HLtgwEZLAfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iP -t3sMpTjr3kfb1V05/Iin89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNz -FtApD0mpSPCzqrdsxacwOUBdrsTiXSZT8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAY -XSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/ -MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2MDSgMqAw -hi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3Js -MB8GA1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUA -A4IBAQBW7wojoFROlZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMj -Wqd8BfP9IjsO0QbE2zZMcwSO5bAi5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUx -XOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2hO0j9n0Hq0V+09+zv+mKts2o -omcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+TX3EJIrduPuoc -A06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW -WL1WMRJOEcgh4LMRkWXbtKaIOM5V ------END CERTIFICATE----- - -# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority -# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority -# Label: "ePKI Root Certification Authority" -# Serial: 28956088682735189655030529057352760477 -# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3 -# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0 -# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5 ------BEGIN CERTIFICATE----- -MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe -MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 -ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe -Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw -IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL -SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF -AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH -SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh -ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X -DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 -TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ -fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA -sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU -WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS -nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH -dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip -NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC -AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF -MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH -ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB -uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl -PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP -JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ -gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 -j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 -5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB -o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS -/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z -Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE -W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D -hNQ+IIX3Sj0rnP0qCglN6oH4EZw= ------END CERTIFICATE----- - -# Issuer: O=certSIGN OU=certSIGN ROOT CA -# Subject: O=certSIGN OU=certSIGN ROOT CA -# Label: "certSIGN ROOT CA" -# Serial: 35210227249154 -# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17 -# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b -# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb ------BEGIN CERTIFICATE----- -MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT -AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD -QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP -MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC -ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do -0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ -UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d -RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ -OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv -JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C -AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O -BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ -LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY -MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ -44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I -Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw -i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN -9u6wWk5JRFRYX0KD ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Primary Certification Authority - G3 O=GeoTrust Inc. OU=(c) 2008 GeoTrust Inc. - For authorized use only -# Subject: CN=GeoTrust Primary Certification Authority - G3 O=GeoTrust Inc. OU=(c) 2008 GeoTrust Inc. - For authorized use only -# Label: "GeoTrust Primary Certification Authority - G3" -# Serial: 28809105769928564313984085209975885599 -# MD5 Fingerprint: b5:e8:34:36:c9:10:44:58:48:70:6d:2e:83:d4:b8:05 -# SHA1 Fingerprint: 03:9e:ed:b8:0b:e7:a0:3c:69:53:89:3b:20:d2:d9:32:3a:4c:2a:fd -# SHA256 Fingerprint: b4:78:b8:12:25:0d:f8:78:63:5c:2a:a7:ec:7d:15:5e:aa:62:5e:e8:29:16:e2:cd:29:43:61:88:6c:d1:fb:d4 ------BEGIN CERTIFICATE----- -MIID/jCCAuagAwIBAgIQFaxulBmyeUtB9iepwxgPHzANBgkqhkiG9w0BAQsFADCB -mDELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsT -MChjKSAyMDA4IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25s -eTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhv -cml0eSAtIEczMB4XDTA4MDQwMjAwMDAwMFoXDTM3MTIwMTIzNTk1OVowgZgxCzAJ -BgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykg -MjAwOCBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0 -BgNVBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg -LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANziXmJYHTNXOTIz -+uvLh4yn1ErdBojqZI4xmKU4kB6Yzy5jK/BGvESyiaHAKAxJcCGVn2TAppMSAmUm -hsalifD614SgcK9PGpc/BkTVyetyEH3kMSj7HGHmKAdEc5IiaacDiGydY8hS2pgn -5whMcD60yRLBxWeDXTPzAxHsatBT4tG6NmCUgLthY2xbF37fQJQeqw3CIShwiP/W -JmxsYAQlTlV+fe+/lEjetx3dcI0FX4ilm/LC7urRQEFtYjgdVgbFA0dRIBn8exAL -DmKudlW/X3e+PkkBUz2YJQN2JFodtNuJ6nnltrM7P7pMKEF/BqxqjsHQ9gUdfeZC -huOl1UcCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw -HQYDVR0OBBYEFMR5yo6hTgMdHNxr2zFblD4/MH8tMA0GCSqGSIb3DQEBCwUAA4IB -AQAtxRPPVoB7eni9n64smefv2t+UXglpp+duaIy9cr5HqQ6XErhK8WTTOd8lNNTB -zU6B8A8ExCSzNJbGpqow32hhc9f5joWJ7w5elShKKiePEI4ufIbEAp7aDHdlDkQN -kv39sxY2+hENHYwOB4lqKVb3cvTdFZx3NWZXqxNT2I7BQMXXExZacse3aQHEerGD -AWh9jUGhlBjBJVz88P6DAod8DQ3PLghcSkANPuyBYeYk28rgDi0Hsj5W3I31QYUH -SJsMC8tJP33st/3LjWeJGqvtux6jAAgIFyqCXDFdRootD4abdNlF+9RAsXqqaC2G -spki4cErx5z481+oghLrGREt ------END CERTIFICATE----- - -# Issuer: CN=thawte Primary Root CA - G2 O=thawte, Inc. OU=(c) 2007 thawte, Inc. - For authorized use only -# Subject: CN=thawte Primary Root CA - G2 O=thawte, Inc. OU=(c) 2007 thawte, Inc. - For authorized use only -# Label: "thawte Primary Root CA - G2" -# Serial: 71758320672825410020661621085256472406 -# MD5 Fingerprint: 74:9d:ea:60:24:c4:fd:22:53:3e:cc:3a:72:d9:29:4f -# SHA1 Fingerprint: aa:db:bc:22:23:8f:c4:01:a1:27:bb:38:dd:f4:1d:db:08:9e:f0:12 -# SHA256 Fingerprint: a4:31:0d:50:af:18:a6:44:71:90:37:2a:86:af:af:8b:95:1f:fb:43:1d:83:7f:1e:56:88:b4:59:71:ed:15:57 ------BEGIN CERTIFICATE----- -MIICiDCCAg2gAwIBAgIQNfwmXNmET8k9Jj1Xm67XVjAKBggqhkjOPQQDAzCBhDEL -MAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjE4MDYGA1UECxMvKGMp -IDIwMDcgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAi -BgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMjAeFw0wNzExMDUwMDAw -MDBaFw0zODAxMTgyMzU5NTlaMIGEMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhh -d3RlLCBJbmMuMTgwNgYDVQQLEy8oYykgMjAwNyB0aGF3dGUsIEluYy4gLSBGb3Ig -YXV0aG9yaXplZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9v -dCBDQSAtIEcyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEotWcgnuVnfFSeIf+iha/ -BebfowJPDQfGAFG6DAJSLSKkQjnE/o/qycG+1E3/n3qe4rF8mq2nhglzh9HnmuN6 -papu+7qzcMBniKI11KOasf2twu8x+qi58/sIxpHR+ymVo0IwQDAPBgNVHRMBAf8E -BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUmtgAMADna3+FGO6Lts6K -DPgR4bswCgYIKoZIzj0EAwMDaQAwZgIxAN344FdHW6fmCsO99YCKlzUNG4k8VIZ3 -KMqh9HneteY4sPBlcIx/AlTCv//YoT7ZzwIxAMSNlPzcU9LcnXgWHxUzI1NS41ox -XZ3Krr0TKUQNJ1uo52icEvdYPy5yAlejj6EULg== ------END CERTIFICATE----- - -# Issuer: CN=thawte Primary Root CA - G3 O=thawte, Inc. OU=Certification Services Division/(c) 2008 thawte, Inc. - For authorized use only -# Subject: CN=thawte Primary Root CA - G3 O=thawte, Inc. OU=Certification Services Division/(c) 2008 thawte, Inc. - For authorized use only -# Label: "thawte Primary Root CA - G3" -# Serial: 127614157056681299805556476275995414779 -# MD5 Fingerprint: fb:1b:5d:43:8a:94:cd:44:c6:76:f2:43:4b:47:e7:31 -# SHA1 Fingerprint: f1:8b:53:8d:1b:e9:03:b6:a6:f0:56:43:5b:17:15:89:ca:f3:6b:f2 -# SHA256 Fingerprint: 4b:03:f4:58:07:ad:70:f2:1b:fc:2c:ae:71:c9:fd:e4:60:4c:06:4c:f5:ff:b6:86:ba:e5:db:aa:d7:fd:d3:4c ------BEGIN CERTIFICATE----- -MIIEKjCCAxKgAwIBAgIQYAGXt0an6rS0mtZLL/eQ+zANBgkqhkiG9w0BAQsFADCB -rjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf -Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw -MDggdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAiBgNV -BAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMzAeFw0wODA0MDIwMDAwMDBa -Fw0zNzEyMDEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhhd3Rl -LCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9u -MTgwNgYDVQQLEy8oYykgMjAwOCB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXpl -ZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAtIEcz -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsr8nLPvb2FvdeHsbnndm -gcs+vHyu86YnmjSjaDFxODNi5PNxZnmxqWWjpYvVj2AtP0LMqmsywCPLLEHd5N/8 -YZzic7IilRFDGF/Eth9XbAoFWCLINkw6fKXRz4aviKdEAhN0cXMKQlkC+BsUa0Lf -b1+6a4KinVvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS9 -9irY7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2S -zhkGcuYMXDhpxwTWvGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUk -OQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNV -HQ4EFgQUrWyqlGCc7eT/+j4KdCtjA/e2Wb8wDQYJKoZIhvcNAQELBQADggEBABpA -2JVlrAmSicY59BDlqQ5mU1143vokkbvnRFHfxhY0Cu9qRFHqKweKA3rD6z8KLFIW -oCtDuSWQP3CpMyVtRRooOyfPqsMpQhvfO0zAMzRbQYi/aytlryjvsvXDqmbOe1bu -t8jLZ8HJnBoYuMTDSQPxYA5QzUbF83d597YV4Djbxy8ooAw/dyZ02SUS2jHaGh7c -KUGRIjxpp7sC8rZcJwOJ9Abqm+RyguOhCcHpABnTPtRwa7pxpqpYrvS76Wy274fM -m7v/OeZWYdMKp8RcTGB7BXcmer/YB1IsYvdwY9k5vG8cwnncdimvzsUsZAReiDZu -MdRAGmI0Nj81Aa6sY6A= ------END CERTIFICATE----- - -# Issuer: CN=GeoTrust Primary Certification Authority - G2 O=GeoTrust Inc. OU=(c) 2007 GeoTrust Inc. - For authorized use only -# Subject: CN=GeoTrust Primary Certification Authority - G2 O=GeoTrust Inc. OU=(c) 2007 GeoTrust Inc. - For authorized use only -# Label: "GeoTrust Primary Certification Authority - G2" -# Serial: 80682863203381065782177908751794619243 -# MD5 Fingerprint: 01:5e:d8:6b:bd:6f:3d:8e:a1:31:f8:12:e0:98:73:6a -# SHA1 Fingerprint: 8d:17:84:d5:37:f3:03:7d:ec:70:fe:57:8b:51:9a:99:e6:10:d7:b0 -# SHA256 Fingerprint: 5e:db:7a:c4:3b:82:a0:6a:87:61:e8:d7:be:49:79:eb:f2:61:1f:7d:d7:9b:f9:1c:1c:6b:56:6a:21:9e:d7:66 ------BEGIN CERTIFICATE----- -MIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDEL -MAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChj -KSAyMDA3IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2 -MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0 -eSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1OVowgZgxCzAJBgNV -BAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw -NyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV -BAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH -MjB2MBAGByqGSM49AgEGBSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcL -So17VDs6bl8VAsBQps8lL33KSLjHUGMcKiEIfJo22Av+0SbFWDEwKCXzXV2juLal -tJLtbCyf691DiaI8S0iRHVDsJt/WYC69IaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO -BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo/q+EVXVMAoG -CCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY/tsXzjbLkGT -qQ7mndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF+hnMJbn0bWtsuRBmOiBucz -rD6ogRLQy7rQkgu2npaqBA+K ------END CERTIFICATE----- - -# Issuer: CN=VeriSign Universal Root Certification Authority O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2008 VeriSign, Inc. - For authorized use only -# Subject: CN=VeriSign Universal Root Certification Authority O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2008 VeriSign, Inc. - For authorized use only -# Label: "VeriSign Universal Root Certification Authority" -# Serial: 85209574734084581917763752644031726877 -# MD5 Fingerprint: 8e:ad:b5:01:aa:4d:81:e4:8c:1d:d1:e1:14:00:95:19 -# SHA1 Fingerprint: 36:79:ca:35:66:87:72:30:4d:30:a5:fb:87:3b:0f:a7:7b:b7:0d:54 -# SHA256 Fingerprint: 23:99:56:11:27:a5:71:25:de:8c:ef:ea:61:0d:df:2f:a0:78:b5:c8:06:7f:4e:82:82:90:bf:b8:60:e8:4b:3c ------BEGIN CERTIFICATE----- -MIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCB -vTELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL -ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJp -U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MTgwNgYDVQQDEy9W -ZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe -Fw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJVUzEX -MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0 -IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y -IGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh -bCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF -AAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb/1hajCMj1mCOkdeQmIN65lgZOIzF -9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO+k1KxCHfKWGPMiJhgsWH -H26MfF8WIFFE0XBPV+rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn+H -LL729fdC4uW/h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz/u5QGtkjFdN -/BMReYTtXlT2NJ8IAfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPT -rJ9VAMf2CGqUuV/c4DPxhGD5WycRtPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1Ud -EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMG0GCCsGAQUFBwEMBGEwX6FdoFsw -WTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI/l0xqGrI2Oa8PPgGrUSBgs -exkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud -DgQWBBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4 -sAPmLGd75JR3Y8xuTPl9Dg3cyLk1uXBPY/ok+myDjEedO2Pzmvl2MpWRsXe8rJq+ -seQxIcaBlVZaDrHC1LGmWazxY8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y+Oz -4yHJJDnp/RVmRvQbEdBNc6N9Rvk97ahfYtTxP/jgdFcrGJ2BtMQo2pSXpXDrrB2+ -BxHw1dvd5Yzw1TKwg+ZX4o+/vqGqvz0dtdQ46tewXDpPaj+PwGZsY6rp2aQW9IHR -lRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v/D/w1WIg0vvBZIGcfK4mJO3 -7M2CYfE45k+XmCpajQ== ------END CERTIFICATE----- - -# Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G4 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2007 VeriSign, Inc. - For authorized use only -# Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G4 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2007 VeriSign, Inc. - For authorized use only -# Label: "VeriSign Class 3 Public Primary Certification Authority - G4" -# Serial: 63143484348153506665311985501458640051 -# MD5 Fingerprint: 3a:52:e1:e7:fd:6f:3a:e3:6f:f3:6f:99:1b:f9:22:41 -# SHA1 Fingerprint: 22:d5:d8:df:8f:02:31:d1:8d:f7:9d:b7:cf:8a:2d:64:c9:3f:6c:3a -# SHA256 Fingerprint: 69:dd:d7:ea:90:bb:57:c9:3e:13:5d:c8:5e:a6:fc:d5:48:0b:60:32:39:bd:c4:54:fc:75:8b:2a:26:cf:7f:79 ------BEGIN CERTIFICATE----- -MIIDhDCCAwqgAwIBAgIQL4D+I4wOIg9IZxIokYesszAKBggqhkjOPQQDAzCByjEL -MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW -ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2ln -biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp -U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y -aXR5IC0gRzQwHhcNMDcxMTA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCByjELMAkG -A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJp -U2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwg -SW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2ln -biBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 -IC0gRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASnVnp8Utpkmw4tXNherJI9/gHm -GUo9FANL+mAnINmDiWn6VMaaGF5VKmTeBvaNSjutEDxlPZCIBIngMGGzrl0Bp3ve -fLK+ymVhAIau2o970ImtTR1ZmkGxvEeA3J5iw/mjgbIwga8wDwYDVR0TAQH/BAUw -AwEB/zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJ -aW1hZ2UvZ2lmMCEwHzAHBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYj -aHR0cDovL2xvZ28udmVyaXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFLMW -kf3upm7ktS5Jj4d4gYDs5bG1MAoGCCqGSM49BAMDA2gAMGUCMGYhDBgmYFo4e1ZC -4Kf8NoRRkSAsdk1DPcQdhCPQrNZ8NQbOzWm9kA3bbEhCHQ6qQgIxAJw9SDkjOVga -FRJZap7v1VmyHVIsmXHNxynfGyphe3HR3vPA5Q06Sqotp9iGKt0uEA== ------END CERTIFICATE----- - -# Issuer: CN=NetLock Arany (Class Gold) Főtanúsítvány O=NetLock Kft. OU=Tanúsítványkiadók (Certification Services) -# Subject: CN=NetLock Arany (Class Gold) Főtanúsítvány O=NetLock Kft. OU=Tanúsítványkiadók (Certification Services) -# Label: "NetLock Arany (Class Gold) Főtanúsítvány" -# Serial: 80544274841616 -# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88 -# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91 -# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98 ------BEGIN CERTIFICATE----- -MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG -EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 -MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl -cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR -dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB -pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM -b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm -aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz -IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A -MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT -lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz -AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 -VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG -ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 -BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG -AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M -U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh -bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C -+C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC -bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F -uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 -XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= ------END CERTIFICATE----- - -# Issuer: CN=Staat der Nederlanden Root CA - G2 O=Staat der Nederlanden -# Subject: CN=Staat der Nederlanden Root CA - G2 O=Staat der Nederlanden -# Label: "Staat der Nederlanden Root CA - G2" -# Serial: 10000012 -# MD5 Fingerprint: 7c:a5:0f:f8:5b:9a:7d:6d:30:ae:54:5a:e3:42:a2:8a -# SHA1 Fingerprint: 59:af:82:79:91:86:c7:b4:75:07:cb:cf:03:57:46:eb:04:dd:b7:16 -# SHA256 Fingerprint: 66:8c:83:94:7d:a6:3b:72:4b:ec:e1:74:3c:31:a0:e6:ae:d0:db:8e:c5:b3:1b:e3:77:bb:78:4f:91:b6:71:6f ------BEGIN CERTIFICATE----- -MIIFyjCCA7KgAwIBAgIEAJiWjDANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJO -TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFh -dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQSAtIEcyMB4XDTA4MDMyNjExMTgxN1oX -DTIwMDMyNTExMDMxMFowWjELMAkGA1UEBhMCTkwxHjAcBgNVBAoMFVN0YWF0IGRl -ciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5lZGVybGFuZGVuIFJv -b3QgQ0EgLSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMVZ5291 -qj5LnLW4rJ4L5PnZyqtdj7U5EILXr1HgO+EASGrP2uEGQxGZqhQlEq0i6ABtQ8Sp -uOUfiUtnvWFI7/3S4GCI5bkYYCjDdyutsDeqN95kWSpGV+RLufg3fNU254DBtvPU -Z5uW6M7XxgpT0GtJlvOjCwV3SPcl5XCsMBQgJeN/dVrlSPhOewMHBPqCYYdu8DvE -pMfQ9XQ+pV0aCPKbJdL2rAQmPlU6Yiile7Iwr/g3wtG61jj99O9JMDeZJiFIhQGp -5Rbn3JBV3w/oOM2ZNyFPXfUib2rFEhZgF1XyZWampzCROME4HYYEhLoaJXhena/M -UGDWE4dS7WMfbWV9whUYdMrhfmQpjHLYFhN9C0lK8SgbIHRrxT3dsKpICT0ugpTN -GmXZK4iambwYfp/ufWZ8Pr2UuIHOzZgweMFvZ9C+X+Bo7d7iscksWXiSqt8rYGPy -5V6548r6f1CGPqI0GAwJaCgRHOThuVw+R7oyPxjMW4T182t0xHJ04eOLoEq9jWYv -6q012iDTiIJh8BIitrzQ1aTsr1SIJSQ8p22xcik/Plemf1WvbibG/ufMQFxRRIEK -eN5KzlW/HdXZt1bv8Hb/C3m1r737qWmRRpdogBQ2HbN/uymYNqUg+oJgYjOk7Na6 -B6duxc8UpufWkjTYgfX8HV2qXB72o007uPc5AgMBAAGjgZcwgZQwDwYDVR0TAQH/ -BAUwAwEB/zBSBgNVHSAESzBJMEcGBFUdIAAwPzA9BggrBgEFBQcCARYxaHR0cDov -L3d3dy5wa2lvdmVyaGVpZC5ubC9wb2xpY2llcy9yb290LXBvbGljeS1HMjAOBgNV -HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJFoMocVHYnitfGsNig0jQt8YojrMA0GCSqG -SIb3DQEBCwUAA4ICAQCoQUpnKpKBglBu4dfYszk78wIVCVBR7y29JHuIhjv5tLyS -CZa59sCrI2AGeYwRTlHSeYAz+51IvuxBQ4EffkdAHOV6CMqqi3WtFMTC6GY8ggen -5ieCWxjmD27ZUD6KQhgpxrRW/FYQoAUXvQwjf/ST7ZwaUb7dRUG/kSS0H4zpX897 -IZmflZ85OkYcbPnNe5yQzSipx6lVu6xiNGI1E0sUOlWDuYaNkqbG9AclVMwWVxJK -gnjIFNkXgiYtXSAfea7+1HAWFpWD2DU5/1JddRwWxRNVz0fMdWVSSt7wsKfkCpYL -+63C4iWEst3kvX5ZbJvw8NjnyvLplzh+ib7M+zkXYT9y2zqR2GUBGR2tUKRXCnxL -vJxxcypFURmFzI79R6d0lR2o0a9OF7FpJsKqeFdbxU2n5Z4FF5TKsl+gSRiNNOkm -bEgeqmiSBeGCc1qb3AdbCG19ndeNIdn8FCCqwkXfP+cAslHkwvgFuXkajDTznlvk -N1trSt8sV4pAWja63XVECDdCcAz+3F4hoKOKwJCcaNpQ5kUQR3i2TtJlycM33+FC -Y7BXN0Ute4qcvwXqZVUz9zkQxSgqIXobisQk+T8VyJoVIPVVYpbtbZNQvOSqeK3Z -ywplh6ZmwcSBo3c6WB4L7oOLnR7SUqTMHW+wmG2UMbX4cQrcufx9MmDm66+KAQ== ------END CERTIFICATE----- - -# Issuer: CN=Hongkong Post Root CA 1 O=Hongkong Post -# Subject: CN=Hongkong Post Root CA 1 O=Hongkong Post -# Label: "Hongkong Post Root CA 1" -# Serial: 1000 -# MD5 Fingerprint: a8:0d:6f:39:78:b9:43:6d:77:42:6d:98:5a:cc:23:ca -# SHA1 Fingerprint: d6:da:a8:20:8d:09:d2:15:4d:24:b5:2f:cb:34:6e:b2:58:b2:8a:58 -# SHA256 Fingerprint: f9:e6:7d:33:6c:51:00:2a:c0:54:c6:32:02:2d:66:dd:a2:e7:e3:ff:f1:0a:d0:61:ed:31:d8:bb:b4:10:cf:b2 ------BEGIN CERTIFICATE----- -MIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx -FjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg -Um9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG -A1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr -b25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC -AQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ -jVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn -PzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh -ZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9 -nnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h -q5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED -MA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC -mEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3 -7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB -oiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs -EhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO -fMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi -AmvZWg== ------END CERTIFICATE----- - -# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. -# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. -# Label: "SecureSign RootCA11" -# Serial: 1 -# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26 -# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3 -# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12 ------BEGIN CERTIFICATE----- -MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr -MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG -A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0 -MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp -Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD -QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz -i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8 -h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV -MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9 -UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni -8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC -h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD -VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB -AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm -KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ -X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr -QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5 -pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN -QSdJQO7e5iNEOdyhIta6A/I= ------END CERTIFICATE----- - -# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. -# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. -# Label: "Microsec e-Szigno Root CA 2009" -# Serial: 14014712776195784473 -# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1 -# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e -# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78 ------BEGIN CERTIFICATE----- -MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD -VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 -ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G -CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y -OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx -FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp -Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o -dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP -kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc -cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U -fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 -N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC -xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 -+rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G -A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM -Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG -SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h -mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk -ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 -tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c -2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t -HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 -# Label: "GlobalSign Root CA - R3" -# Serial: 4835703278459759426209954 -# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28 -# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad -# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b ------BEGIN CERTIFICATE----- -MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G -A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp -Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 -MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG -A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 -RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT -gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm -KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd -QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ -XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw -DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o -LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU -RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp -jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK -6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX -mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs -Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH -WD9f ------END CERTIFICATE----- - -# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 -# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 -# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" -# Serial: 6047274297262753887 -# MD5 Fingerprint: 73:3a:74:7a:ec:bb:a3:96:a6:c2:e4:e2:c8:9b:c0:c3 -# SHA1 Fingerprint: ae:c5:fb:3f:c8:e1:bf:c4:e5:4f:03:07:5a:9a:e8:00:b7:f7:b6:fa -# SHA256 Fingerprint: 04:04:80:28:bf:1f:28:64:d4:8f:9a:d4:d8:32:94:36:6a:82:88:56:55:3f:3b:14:30:3f:90:14:7f:5d:40:ef ------BEGIN CERTIFICATE----- -MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE -BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h -cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy -MzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg -Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi -MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 -thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM -cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG -L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i -NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h -X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b -m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy -Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja -EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T -KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF -6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh -OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD -VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD -VR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp -cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv -ACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl -AGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF -661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9 -am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1 -ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481 -PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS -3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k -SeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF -3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM -ZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g -StRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz -Q0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB -jLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V ------END CERTIFICATE----- - -# Issuer: CN=Izenpe.com O=IZENPE S.A. -# Subject: CN=Izenpe.com O=IZENPE S.A. -# Label: "Izenpe.com" -# Serial: 917563065490389241595536686991402621 -# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73 -# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19 -# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f ------BEGIN CERTIFICATE----- -MIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4 -MQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6 -ZW5wZS5jb20wHhcNMDcxMjEzMTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYD -VQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5j -b20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ03rKDx6sp4boFmVq -scIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAKClaO -xdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6H -LmYRY2xU+zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFX -uaOKmMPsOzTFlUFpfnXCPCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQD -yCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxTOTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+ -JrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbKF7jJeodWLBoBHmy+E60Q -rLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK0GqfvEyN -BjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8L -hij+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIB -QFqNeb+Lz0vPqhbBleStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+ -HMh3/1uaD7euBUbl8agW7EekFwIDAQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2lu -Zm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+SVpFTlBFIFMuQS4gLSBDSUYg -QTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBGNjIgUzgxQzBB -BgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx -MCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC -AQYwHQYDVR0OBBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUA -A4ICAQB4pgwWSp9MiDrAyw6lFn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb -laQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbgakEyrkgPH7UIBzg/YsfqikuFgba56 -awmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8qhT/AQKM6WfxZSzwo -JNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Csg1lw -LDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCT -VyvehQP5aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGk -LhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb -UjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/ -QnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2+tzJOeRf1SktoA+ -naM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1ZWrOZyGls -QyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw== ------END CERTIFICATE----- - -# Issuer: CN=Chambers of Commerce Root - 2008 O=AC Camerfirma S.A. -# Subject: CN=Chambers of Commerce Root - 2008 O=AC Camerfirma S.A. -# Label: "Chambers of Commerce Root - 2008" -# Serial: 11806822484801597146 -# MD5 Fingerprint: 5e:80:9e:84:5a:0e:65:0b:17:02:f3:55:18:2a:3e:d7 -# SHA1 Fingerprint: 78:6a:74:ac:76:ab:14:7f:9c:6a:30:50:ba:9e:a8:7e:fe:9a:ce:3c -# SHA256 Fingerprint: 06:3e:4a:fa:c4:91:df:d3:32:f3:08:9b:85:42:e9:46:17:d8:93:d7:fe:94:4e:10:a7:93:7e:e2:9d:96:93:c0 ------BEGIN CERTIFICATE----- -MIIHTzCCBTegAwIBAgIJAKPaQn6ksa7aMA0GCSqGSIb3DQEBBQUAMIGuMQswCQYD -VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0 -IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3 -MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xKTAnBgNVBAMTIENoYW1iZXJz -IG9mIENvbW1lcmNlIFJvb3QgLSAyMDA4MB4XDTA4MDgwMTEyMjk1MFoXDTM4MDcz -MTEyMjk1MFowga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNlZSBj -dXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29tL2FkZHJlc3MpMRIw -EAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVyZmlybWEgUy5BLjEp -MCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDgwggIiMA0G -CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCvAMtwNyuAWko6bHiUfaN/Gh/2NdW9 -28sNRHI+JrKQUrpjOyhYb6WzbZSm891kDFX29ufyIiKAXuFixrYp4YFs8r/lfTJq -VKAyGVn+H4vXPWCGhSRv4xGzdz4gljUha7MI2XAuZPeEklPWDrCQiorjh40G072Q -DuKZoRuGDtqaCrsLYVAGUvGef3bsyw/QHg3PmTA9HMRFEFis1tPo1+XqxQEHd9ZR -5gN/ikilTWh1uem8nk4ZcfUyS5xtYBkL+8ydddy/Js2Pk3g5eXNeJQ7KXOt3EgfL -ZEFHcpOrUMPrCXZkNNI5t3YRCQ12RcSprj1qr7V9ZS+UWBDsXHyvfuK2GNnQm05a -Sd+pZgvMPMZ4fKecHePOjlO+Bd5gD2vlGts/4+EhySnB8esHnFIbAURRPHsl18Tl -UlRdJQfKFiC4reRB7noI/plvg6aRArBsNlVq5331lubKgdaX8ZSD6e2wsWsSaR6s -+12pxZjptFtYer49okQ6Y1nUCyXeG0+95QGezdIp1Z8XGQpvvwyQ0wlf2eOKNcx5 -Wk0ZN5K3xMGtr/R5JJqyAQuxr1yW84Ay+1w9mPGgP0revq+ULtlVmhduYJ1jbLhj -ya6BXBg14JC7vjxPNyK5fuvPnnchpj04gftI2jE9K+OJ9dC1vX7gUMQSibMjmhAx -hduub+84Mxh2EQIDAQABo4IBbDCCAWgwEgYDVR0TAQH/BAgwBgEB/wIBDDAdBgNV -HQ4EFgQU+SSsD7K1+HnA+mCIG8TZTQKeFxkwgeMGA1UdIwSB2zCB2IAU+SSsD7K1 -+HnA+mCIG8TZTQKeFxmhgbSkgbEwga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpN -YWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29t -L2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVy -ZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAt -IDIwMDiCCQCj2kJ+pLGu2jAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRV -HSAAMCowKAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20w -DQYJKoZIhvcNAQEFBQADggIBAJASryI1wqM58C7e6bXpeHxIvj99RZJe6dqxGfwW -PJ+0W2aeaufDuV2I6A+tzyMP3iU6XsxPpcG1Lawk0lgH3qLPaYRgM+gQDROpI9CF -5Y57pp49chNyM/WqfcZjHwj0/gF/JM8rLFQJ3uIrbZLGOU8W6jx+ekbURWpGqOt1 -glanq6B8aBMz9p0w8G8nOSQjKpD9kCk18pPfNKXG9/jvjA9iSnyu0/VU+I22mlaH -FoI6M6taIgj3grrqLuBHmrS1RaMFO9ncLkVAO+rcf+g769HsJtg1pDDFOqxXnrN2 -pSB7+R5KBWIBpih1YJeSDW4+TTdDDZIVnBgizVGZoCkaPF+KMjNbMMeJL0eYD6MD -xvbxrN8y8NmBGuScvfaAFPDRLLmF9dijscilIeUcE5fuDr3fKanvNFNb0+RqE4QG -tjICxFKuItLcsiFCGtpA8CnJ7AoMXOLQusxI0zcKzBIKinmwPQN/aUv0NCB9szTq -jktk9T79syNnFQ0EuPAtwQlRPLJsFfClI9eDdOTlLsn+mCdCxqvGnrDQWzilm1De -fhiYtUU79nm06PcaewaD+9CL2rvHvRirCG88gGtAPxkZumWK5r7VXNM21+9AUiRg -OGcEMeyP84LG3rlV8zsxkVrctQgVrXYlCg17LofiDKYGvCYQbTed7N14jHyAxfDZ -d0jQ ------END CERTIFICATE----- - -# Issuer: CN=Global Chambersign Root - 2008 O=AC Camerfirma S.A. -# Subject: CN=Global Chambersign Root - 2008 O=AC Camerfirma S.A. -# Label: "Global Chambersign Root - 2008" -# Serial: 14541511773111788494 -# MD5 Fingerprint: 9e:80:ff:78:01:0c:2e:c1:36:bd:fe:96:90:6e:08:f3 -# SHA1 Fingerprint: 4a:bd:ee:ec:95:0d:35:9c:89:ae:c7:52:a1:2c:5b:29:f6:d6:aa:0c -# SHA256 Fingerprint: 13:63:35:43:93:34:a7:69:80:16:a0:d3:24:de:72:28:4e:07:9d:7b:52:20:bb:8f:bd:74:78:16:ee:be:ba:ca ------BEGIN CERTIFICATE----- -MIIHSTCCBTGgAwIBAgIJAMnN0+nVfSPOMA0GCSqGSIb3DQEBBQUAMIGsMQswCQYD -VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0 -IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3 -MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAlBgNVBAMTHkdsb2JhbCBD -aGFtYmVyc2lnbiBSb290IC0gMjAwODAeFw0wODA4MDExMjMxNDBaFw0zODA3MzEx -MjMxNDBaMIGsMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3Vy -cmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAG -A1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAl -BgNVBAMTHkdsb2JhbCBDaGFtYmVyc2lnbiBSb290IC0gMjAwODCCAiIwDQYJKoZI -hvcNAQEBBQADggIPADCCAgoCggIBAMDfVtPkOpt2RbQT2//BthmLN0EYlVJH6xed -KYiONWwGMi5HYvNJBL99RDaxccy9Wglz1dmFRP+RVyXfXjaOcNFccUMd2drvXNL7 -G706tcuto8xEpw2uIRU/uXpbknXYpBI4iRmKt4DS4jJvVpyR1ogQC7N0ZJJ0YPP2 -zxhPYLIj0Mc7zmFLmY/CDNBAspjcDahOo7kKrmCgrUVSY7pmvWjg+b4aqIG7HkF4 -ddPB/gBVsIdU6CeQNR1MM62X/JcumIS/LMmjv9GYERTtY/jKmIhYF5ntRQOXfjyG -HoiMvvKRhI9lNNgATH23MRdaKXoKGCQwoze1eqkBfSbW+Q6OWfH9GzO1KTsXO0G2 -Id3UwD2ln58fQ1DJu7xsepeY7s2MH/ucUa6LcL0nn3HAa6x9kGbo1106DbDVwo3V -yJ2dwW3Q0L9R5OP4wzg2rtandeavhENdk5IMagfeOx2YItaswTXbo6Al/3K1dh3e -beksZixShNBFks4c5eUzHdwHU1SjqoI7mjcv3N2gZOnm3b2u/GSFHTynyQbehP9r -6GsaPMWis0L7iwk+XwhSx2LE1AVxv8Rk5Pihg+g+EpuoHtQ2TS9x9o0o9oOpE9Jh -wZG7SMA0j0GMS0zbaRL/UJScIINZc+18ofLx/d33SdNDWKBWY8o9PeU1VlnpDsog -zCtLkykPAgMBAAGjggFqMIIBZjASBgNVHRMBAf8ECDAGAQH/AgEMMB0GA1UdDgQW -BBS5CcqcHtvTbDprru1U8VuTBjUuXjCB4QYDVR0jBIHZMIHWgBS5CcqcHtvTbDpr -ru1U8VuTBjUuXqGBsqSBrzCBrDELMAkGA1UEBhMCRVUxQzBBBgNVBAcTOk1hZHJp -ZCAoc2VlIGN1cnJlbnQgYWRkcmVzcyBhdCB3d3cuY2FtZXJmaXJtYS5jb20vYWRk -cmVzcykxEjAQBgNVBAUTCUE4Mjc0MzI4NzEbMBkGA1UEChMSQUMgQ2FtZXJmaXJt -YSBTLkEuMScwJQYDVQQDEx5HbG9iYWwgQ2hhbWJlcnNpZ24gUm9vdCAtIDIwMDiC -CQDJzdPp1X0jzjAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCow -KAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZI -hvcNAQEFBQADggIBAICIf3DekijZBZRG/5BXqfEv3xoNa/p8DhxJJHkn2EaqbylZ -UohwEurdPfWbU1Rv4WCiqAm57OtZfMY18dwY6fFn5a+6ReAJ3spED8IXDneRRXoz -X1+WLGiLwUePmJs9wOzL9dWCkoQ10b42OFZyMVtHLaoXpGNR6woBrX/sdZ7LoR/x -fxKxueRkf2fWIyr0uDldmOghp+G9PUIadJpwr2hsUF1Jz//7Dl3mLEfXgTpZALVz -a2Mg9jFFCDkO9HB+QHBaP9BrQql0PSgvAm11cpUJjUhjxsYjV5KTXjXBjfkK9yyd -Yhz2rXzdpjEetrHHfoUm+qRqtdpjMNHvkzeyZi99Bffnt0uYlDXA2TopwZ2yUDMd -SqlapskD7+3056huirRXhOukP9DuqqqHW2Pok+JrqNS4cnhrG+055F3Lm6qH1U9O -AP7Zap88MQ8oAgF9mOinsKJknnn4SPIVqczmyETrP3iZ8ntxPjzxmKfFGBI/5rso -M0LpRQp8bfKGeS/Fghl9CYl8slR2iK7ewfPM4W7bMdaTrpmg7yVqc5iJWzouE4ge -v8CSlDQb4ye3ix5vQv/n6TebUB0tovkC7stYWDpxvGjjqsGvHCgfotwjZT+B6q6Z -09gwzxMNTxXJhLynSC34MCN32EZLeW32jO06f2ARePTpm67VVMB0gNELQp/B ------END CERTIFICATE----- - -# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. -# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. -# Label: "Go Daddy Root Certificate Authority - G2" -# Serial: 0 -# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01 -# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b -# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da ------BEGIN CERTIFICATE----- -MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx -EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT -EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp -ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz -NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH -EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE -AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw -DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD -E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH -/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy -DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh -GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR -tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA -AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE -FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX -WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu -9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr -gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo -2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO -LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI -4uJEvlz36hz1 ------END CERTIFICATE----- - -# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. -# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. -# Label: "Starfield Root Certificate Authority - G2" -# Serial: 0 -# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96 -# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e -# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5 ------BEGIN CERTIFICATE----- -MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx -EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT -HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs -ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw -MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 -b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj -aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp -Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC -ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg -nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 -HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N -Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN -dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 -HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO -BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G -CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU -sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 -4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg -8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K -pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 -mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 ------END CERTIFICATE----- - -# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. -# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. -# Label: "Starfield Services Root Certificate Authority - G2" -# Serial: 0 -# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2 -# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f -# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5 ------BEGIN CERTIFICATE----- -MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx -EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT -HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs -ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 -MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD -VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy -ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy -dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p -OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 -8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K -Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe -hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk -6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw -DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q -AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI -bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB -ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z -qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd -iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn -0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN -sSi6 ------END CERTIFICATE----- - -# Issuer: CN=AffirmTrust Commercial O=AffirmTrust -# Subject: CN=AffirmTrust Commercial O=AffirmTrust -# Label: "AffirmTrust Commercial" -# Serial: 8608355977964138876 -# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7 -# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7 -# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7 ------BEGIN CERTIFICATE----- -MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE -BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz -dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL -MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp -cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC -AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP -Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr -ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL -MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 -yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr -VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ -nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ -KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG -XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj -vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt -Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g -N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC -nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= ------END CERTIFICATE----- - -# Issuer: CN=AffirmTrust Networking O=AffirmTrust -# Subject: CN=AffirmTrust Networking O=AffirmTrust -# Label: "AffirmTrust Networking" -# Serial: 8957382827206547757 -# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f -# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f -# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b ------BEGIN CERTIFICATE----- -MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE -BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz -dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL -MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp -cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC -AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y -YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua -kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL -QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp -6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG -yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i -QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ -KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO -tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu -QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ -Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u -olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 -x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= ------END CERTIFICATE----- - -# Issuer: CN=AffirmTrust Premium O=AffirmTrust -# Subject: CN=AffirmTrust Premium O=AffirmTrust -# Label: "AffirmTrust Premium" -# Serial: 7893706540734352110 -# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57 -# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27 -# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a ------BEGIN CERTIFICATE----- -MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE -BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz -dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG -A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U -cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf -qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ -JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ -+jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS -s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 -HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 -70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG -V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S -qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S -5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia -C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX -OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE -FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ -BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 -KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg -Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B -8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ -MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc -0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ -u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF -u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH -YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 -GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO -RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e -KeC2uAloGRwYQw== ------END CERTIFICATE----- - -# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust -# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust -# Label: "AffirmTrust Premium ECC" -# Serial: 8401224907861490260 -# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d -# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb -# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23 ------BEGIN CERTIFICATE----- -MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC -VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ -cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ -BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt -VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D -0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 -ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G -A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G -A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs -aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I -flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== ------END CERTIFICATE----- - -# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority -# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority -# Label: "Certum Trusted Network CA" -# Serial: 279744 -# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78 -# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e -# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e ------BEGIN CERTIFICATE----- -MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM -MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D -ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU -cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 -WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg -Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw -IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B -AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH -UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM -TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU -BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM -kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x -AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV -HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV -HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y -sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL -I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 -J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY -VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI -03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= ------END CERTIFICATE----- - -# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA -# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA -# Label: "TWCA Root Certification Authority" -# Serial: 1 -# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79 -# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48 -# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44 ------BEGIN CERTIFICATE----- -MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES -MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU -V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz -WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO -LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm -aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB -AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE -AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH -K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX -RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z -rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx -3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV -HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq -hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC -MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls -XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D -lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn -aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ -YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== ------END CERTIFICATE----- - -# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 -# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 -# Label: "Security Communication RootCA2" -# Serial: 0 -# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43 -# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74 -# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6 ------BEGIN CERTIFICATE----- -MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl -MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe -U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX -DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy -dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj -YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV -OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr -zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM -VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ -hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO -ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw -awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs -OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 -DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF -coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc -okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 -t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy -1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ -SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 ------END CERTIFICATE----- - -# Issuer: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes -# Subject: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes -# Label: "EC-ACC" -# Serial: -23701579247955709139626555126524820479 -# MD5 Fingerprint: eb:f5:9d:29:0d:61:f9:42:1f:7c:c2:ba:6d:e3:15:09 -# SHA1 Fingerprint: 28:90:3a:63:5b:52:80:fa:e6:77:4c:0b:6d:a7:d6:ba:a6:4a:f2:e8 -# SHA256 Fingerprint: 88:49:7f:01:60:2f:31:54:24:6a:e2:8c:4d:5a:ef:10:f1:d8:7e:bb:76:62:6f:4a:e0:b7:f9:5b:a7:96:87:99 ------BEGIN CERTIFICATE----- -MIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB -8zELMAkGA1UEBhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2Vy -dGlmaWNhY2lvIChOSUYgUS0wODAxMTc2LUkpMSgwJgYDVQQLEx9TZXJ2ZWlzIFB1 -YmxpY3MgZGUgQ2VydGlmaWNhY2lvMTUwMwYDVQQLEyxWZWdldSBodHRwczovL3d3 -dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAoYykwMzE1MDMGA1UECxMsSmVyYXJxdWlh -IEVudGl0YXRzIGRlIENlcnRpZmljYWNpbyBDYXRhbGFuZXMxDzANBgNVBAMTBkVD -LUFDQzAeFw0wMzAxMDcyMzAwMDBaFw0zMTAxMDcyMjU5NTlaMIHzMQswCQYDVQQG -EwJFUzE7MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8g -KE5JRiBRLTA4MDExNzYtSSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBD -ZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQu -bmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJhcnF1aWEgRW50aXRhdHMg -ZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUNDMIIBIjAN -BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyLHT+KXQpWIR4NA9h0X84NzJB5R -85iKw5K4/0CQBXCHYMkAqbWUZRkiFRfCQ2xmRJoNBD45b6VLeqpjt4pEndljkYRm -4CgPukLjbo73FCeTae6RDqNfDrHrZqJyTxIThmV6PttPB/SnCWDaOkKZx7J/sxaV -HMf5NLWUhdWZXqBIoH7nF2W4onW4HvPlQn2v7fOKSGRdghST2MDk/7NQcvJ29rNd -QlB50JQ+awwAvthrDk4q7D7SzIKiGGUzE3eeml0aE9jD2z3Il3rucO2n5nzbcc8t -lGLfbdb1OL4/pYUKGbio2Al1QnDE6u/LDsg0qBIimAy4E5S2S+zw0JDnJwIDAQAB -o4HjMIHgMB0GA1UdEQQWMBSBEmVjX2FjY0BjYXRjZXJ0Lm5ldDAPBgNVHRMBAf8E -BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUoMOLRKo3pUW/l4Ba0fF4 -opvpXY0wfwYDVR0gBHgwdjB0BgsrBgEEAfV4AQMBCjBlMCwGCCsGAQUFBwIBFiBo -dHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbDA1BggrBgEFBQcCAjApGidW -ZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAwDQYJKoZIhvcN -AQEFBQADggEBAKBIW4IB9k1IuDlVNZyAelOZ1Vr/sXE7zDkJlF7W2u++AVtd0x7Y -/X1PzaBB4DSTv8vihpw3kpBWHNzrKQXlxJ7HNd+KDM3FIUPpqojlNcAZQmNaAl6k -SBg6hW/cnbw/nZzBh7h6YQjpdwt/cKt63dmXLGQehb+8dJahw3oS7AwaboMMPOhy -Rp/7SNVel+axofjk70YllJyJ22k4vuxcDlbHZVHlUIiIv0LVKz3l+bqeLrPK9HOS -Agu+TGbrIP65y7WZf+a2E/rKS03Z7lNGBjvGTq2TWoF+bCpLagVFjPIhpDGQh2xl -nJ2lYJU6Un/10asIbvPuW/mIPX64b24D5EI= ------END CERTIFICATE----- - -# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority -# Subject: CN=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority -# Label: "Hellenic Academic and Research Institutions RootCA 2011" -# Serial: 0 -# MD5 Fingerprint: 73:9f:4c:4b:73:5b:79:e9:fa:ba:1c:ef:6e:cb:d5:c9 -# SHA1 Fingerprint: fe:45:65:9b:79:03:5b:98:a1:61:b5:51:2e:ac:da:58:09:48:22:4d -# SHA256 Fingerprint: bc:10:4f:15:a4:8b:e7:09:dc:a5:42:a7:e1:d4:b9:df:6f:05:45:27:e8:02:ea:a9:2d:59:54:44:25:8a:fe:71 ------BEGIN CERTIFICATE----- -MIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1Ix -RDBCBgNVBAoTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 -dGlvbnMgQ2VydC4gQXV0aG9yaXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1p -YyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIFJvb3RDQSAyMDExMB4XDTExMTIw -NjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK -EztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl -cnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl -c2VhcmNoIEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEB -BQADggEPADCCAQoCggEBAKlTAOMupvaO+mDYLZU++CwqVE7NuYRhlFhPjz2L5EPz -dYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI1Q+kOilENbgH9mgdVc04UfCMJDGFr4PJ -fel3r+0ae50X+bOdOFAPplp5kYCvN66m0zH7tSYJnTxa71HFK9+WXesyHgLacEns -bgzImjeN9/E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u8yBRQlqD -75O6aRXxYp2fmTmCobd0LovUxQt7L/DICto9eQqakxylKHJzkUOap9FNhYS5qXSP -FEDH3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh+UCAwEAAaOBiTCBhjAPBgNV -HRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC/RNhSiOeCKQp -5dgTBCPuQSUwRwYDVR0eBEAwPqA8MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQu -b3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQub3JnMA0GCSqGSIb3DQEBBQUA -A4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVtXdMiKahsog2p -6z0GW5k6x8zDmjR/qw7IThzh+uTczQ2+vyT+bOdrwg3IBp5OjWEopmr95fZi6hg8 -TqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA+2KIaWuE4ZJwzNzvoc7 -dIsXRSZMFpGD/md9zU1jZ/rzAxKWeAaNsWftjj++n08C9bMJL/NMh98qy5V8Acys -Nnq/onN694/BtZqhFLKPM58N7yLcZnuEvUUXBj08yrl3NI/K6s8/MT7jiOOASSXI -l7WdmplNsDz4SgCbZN2fOUvRJ9e4 ------END CERTIFICATE----- - -# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 -# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 -# Label: "Actalis Authentication Root CA" -# Serial: 6271844772424770508 -# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 -# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac -# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 ------BEGIN CERTIFICATE----- -MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE -BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w -MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 -IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC -SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 -ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB -MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv -UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX -4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 -KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ -gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb -rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ -51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F -be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe -KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F -v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn -fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 -jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz -ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt -ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL -e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 -jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz -WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V -SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j -pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX -X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok -fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R -K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU -ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU -LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT -LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== ------END CERTIFICATE----- - -# Issuer: O=Trustis Limited OU=Trustis FPS Root CA -# Subject: O=Trustis Limited OU=Trustis FPS Root CA -# Label: "Trustis FPS Root CA" -# Serial: 36053640375399034304724988975563710553 -# MD5 Fingerprint: 30:c9:e7:1e:6b:e6:14:eb:65:b2:16:69:20:31:67:4d -# SHA1 Fingerprint: 3b:c0:38:0b:33:c3:f6:a6:0c:86:15:22:93:d9:df:f5:4b:81:c0:04 -# SHA256 Fingerprint: c1:b4:82:99:ab:a5:20:8f:e9:63:0a:ce:55:ca:68:a0:3e:da:5a:51:9c:88:02:a0:d3:a6:73:be:8f:8e:55:7d ------BEGIN CERTIFICATE----- -MIIDZzCCAk+gAwIBAgIQGx+ttiD5JNM2a/fH8YygWTANBgkqhkiG9w0BAQUFADBF -MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPVHJ1c3RpcyBMaW1pdGVkMRwwGgYDVQQL -ExNUcnVzdGlzIEZQUyBSb290IENBMB4XDTAzMTIyMzEyMTQwNloXDTI0MDEyMTEx -MzY1NFowRTELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1RydXN0aXMgTGltaXRlZDEc -MBoGA1UECxMTVHJ1c3RpcyBGUFMgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQAD -ggEPADCCAQoCggEBAMVQe547NdDfxIzNjpvto8A2mfRC6qc+gIMPpqdZh8mQRUN+ -AOqGeSoDvT03mYlmt+WKVoaTnGhLaASMk5MCPjDSNzoiYYkchU59j9WvezX2fihH -iTHcDnlkH5nSW7r+f2C/revnPDgpai/lkQtV/+xvWNUtyd5MZnGPDNcE2gfmHhjj -vSkCqPoc4Vu5g6hBSLwacY3nYuUtsuvffM/bq1rKMfFMIvMFE/eC+XN5DL7XSxzA -0RU8k0Fk0ea+IxciAIleH2ulrG6nS4zto3Lmr2NNL4XSFDWaLk6M6jKYKIahkQlB -OrTh4/L68MkKokHdqeMDx4gVOxzUGpTXn2RZEm0CAwEAAaNTMFEwDwYDVR0TAQH/ -BAUwAwEB/zAfBgNVHSMEGDAWgBS6+nEleYtXQSUhhgtx67JkDoshZzAdBgNVHQ4E -FgQUuvpxJXmLV0ElIYYLceuyZA6LIWcwDQYJKoZIhvcNAQEFBQADggEBAH5Y//01 -GX2cGE+esCu8jowU/yyg2kdbw++BLa8F6nRIW/M+TgfHbcWzk88iNVy2P3UnXwmW -zaD+vkAMXBJV+JOCyinpXj9WV4s4NvdFGkwozZ5BuO1WTISkQMi4sKUraXAEasP4 -1BIy+Q7DsdwyhEQsb8tGD+pmQQ9P8Vilpg0ND2HepZ5dfWWhPBfnqFVO76DH7cZE -f1T1o+CP8HxVIo8ptoGj4W1OLBuAZ+ytIJ8MYmHVl/9D7S3B2l0pKoU/rGXuhg8F -jZBf3+6f9L/uHfuY5H+QK4R4EA5sSVPvFVtlRkpdr7r7OnIdzfYliB6XzCGcKQEN -ZetX2fNXlrtIzYE= ------END CERTIFICATE----- - -# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 -# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 -# Label: "Buypass Class 2 Root CA" -# Serial: 2 -# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29 -# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99 -# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48 ------BEGIN CERTIFICATE----- -MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd -MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg -Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow -TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw -HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB -BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr -6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV -L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 -1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx -MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ -QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB -arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr -Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi -FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS -P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN -9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP -AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz -uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h -9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s -A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t -OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo -+fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 -KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 -DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us -H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ -I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 -5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h -3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz -Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= ------END CERTIFICATE----- - -# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 -# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 -# Label: "Buypass Class 3 Root CA" -# Serial: 2 -# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec -# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57 -# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d ------BEGIN CERTIFICATE----- -MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd -MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg -Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow -TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw -HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB -BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y -ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E -N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 -tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX -0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c -/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X -KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY -zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS -O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D -34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP -K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 -AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv -Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj -QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV -cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS -IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 -HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa -O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv -033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u -dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE -kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 -3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD -u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq -4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= ------END CERTIFICATE----- - -# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center -# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center -# Label: "T-TeleSec GlobalRoot Class 3" -# Serial: 1 -# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef -# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1 -# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd ------BEGIN CERTIFICATE----- -MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx -KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd -BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl -YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 -OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy -aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 -ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G -CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN -8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ -RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 -hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 -ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM -EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj -QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 -A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy -WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ -1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 -6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT -91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml -e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p -TpPDpFQUWw== ------END CERTIFICATE----- - -# Issuer: CN=EE Certification Centre Root CA O=AS Sertifitseerimiskeskus -# Subject: CN=EE Certification Centre Root CA O=AS Sertifitseerimiskeskus -# Label: "EE Certification Centre Root CA" -# Serial: 112324828676200291871926431888494945866 -# MD5 Fingerprint: 43:5e:88:d4:7d:1a:4a:7e:fd:84:2e:52:eb:01:d4:6f -# SHA1 Fingerprint: c9:a8:b9:e7:55:80:5e:58:e3:53:77:a7:25:eb:af:c3:7b:27:cc:d7 -# SHA256 Fingerprint: 3e:84:ba:43:42:90:85:16:e7:75:73:c0:99:2f:09:79:ca:08:4e:46:85:68:1f:f1:95:cc:ba:8a:22:9b:8a:76 ------BEGIN CERTIFICATE----- -MIIEAzCCAuugAwIBAgIQVID5oHPtPwBMyonY43HmSjANBgkqhkiG9w0BAQUFADB1 -MQswCQYDVQQGEwJFRTEiMCAGA1UECgwZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1 -czEoMCYGA1UEAwwfRUUgQ2VydGlmaWNhdGlvbiBDZW50cmUgUm9vdCBDQTEYMBYG -CSqGSIb3DQEJARYJcGtpQHNrLmVlMCIYDzIwMTAxMDMwMTAxMDMwWhgPMjAzMDEy -MTcyMzU5NTlaMHUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKDBlBUyBTZXJ0aWZpdHNl -ZXJpbWlza2Vza3VzMSgwJgYDVQQDDB9FRSBDZXJ0aWZpY2F0aW9uIENlbnRyZSBS -b290IENBMRgwFgYJKoZIhvcNAQkBFglwa2lAc2suZWUwggEiMA0GCSqGSIb3DQEB -AQUAA4IBDwAwggEKAoIBAQDIIMDs4MVLqwd4lfNE7vsLDP90jmG7sWLqI9iroWUy -euuOF0+W2Ap7kaJjbMeMTC55v6kF/GlclY1i+blw7cNRfdCT5mzrMEvhvH2/UpvO -bntl8jixwKIy72KyaOBhU8E2lf/slLo2rpwcpzIP5Xy0xm90/XsY6KxX7QYgSzIw -WFv9zajmofxwvI6Sc9uXp3whrj3B9UiHbCe9nyV0gVWw93X2PaRka9ZP585ArQ/d -MtO8ihJTmMmJ+xAdTX7Nfh9WDSFwhfYggx/2uh8Ej+p3iDXE/+pOoYtNP2MbRMNE -1CV2yreN1x5KZmTNXMWcg+HCCIia7E6j8T4cLNlsHaFLAgMBAAGjgYowgYcwDwYD -VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBLyWj7qVhy/ -zQas8fElyalL1BSZMEUGA1UdJQQ+MDwGCCsGAQUFBwMCBggrBgEFBQcDAQYIKwYB -BQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQEF -BQADggEBAHv25MANqhlHt01Xo/6tu7Fq1Q+e2+RjxY6hUFaTlrg4wCQiZrxTFGGV -v9DHKpY5P30osxBAIWrEr7BSdxjhlthWXePdNl4dp1BUoMUq5KqMlIpPnTX/dqQG -E5Gion0ARD9V04I8GtVbvFZMIi5GQ4okQC3zErg7cBqklrkar4dBGmoYDQZPxz5u -uSlNDUmJEYcyW+ZLBMjkXOZ0c5RdFpgTlf7727FE5TpwrDdr5rMzcijJs1eg9gIW -iAYLtqZLICjU3j2LrTcFU3T+bsy8QxdxXvnFzBqpYe73dgzzcvRyrc9yAjYHR8/v -GVCJYMzpJJUPwssd8m92kMfMdcGWxZ0= ------END CERTIFICATE----- - -# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH -# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH -# Label: "D-TRUST Root Class 3 CA 2 2009" -# Serial: 623603 -# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f -# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 -# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 ------BEGIN CERTIFICATE----- -MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF -MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD -bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha -ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM -HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB -BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 -UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 -tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R -ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM -lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp -/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G -A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G -A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj -dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy -MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl -cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js -L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL -BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni -acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 -o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K -zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 -PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y -Johw1+qRzT65ysCQblrGXnRl11z+o+I= ------END CERTIFICATE----- - -# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH -# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH -# Label: "D-TRUST Root Class 3 CA 2 EV 2009" -# Serial: 623604 -# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 -# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 -# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 ------BEGIN CERTIFICATE----- -MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF -MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD -bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw -NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV -BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI -hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn -ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 -3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z -qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR -p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 -HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw -ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea -HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw -Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh -c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E -RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt -dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku -Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp -3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 -nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF -CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na -xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX -KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 ------END CERTIFICATE----- - -# Issuer: CN=CA Disig Root R2 O=Disig a.s. -# Subject: CN=CA Disig Root R2 O=Disig a.s. -# Label: "CA Disig Root R2" -# Serial: 10572350602393338211 -# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 -# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 -# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 ------BEGIN CERTIFICATE----- -MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV -BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu -MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy -MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx -EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw -ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe -NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH -PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I -x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe -QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR -yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO -QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 -H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ -QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD -i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs -nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 -rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud -DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI -hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM -tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf -GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb -lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka -+elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal -TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i -nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 -gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr -G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os -zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x -L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL ------END CERTIFICATE----- - -# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV -# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV -# Label: "ACCVRAIZ1" -# Serial: 6828503384748696800 -# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 -# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 -# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 ------BEGIN CERTIFICATE----- -MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE -AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw -CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ -BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND -VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb -qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY -HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo -G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA -lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr -IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ -0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH -k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 -4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO -m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa -cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl -uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI -KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls -ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG -AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 -VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT -VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG -CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA -cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA -QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA -7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA -cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA -QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA -czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu -aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt -aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud -DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF -BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp -D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU -JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m -AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD -vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms -tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH -7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h -I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA -h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF -d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H -pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 ------END CERTIFICATE----- - -# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA -# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA -# Label: "TWCA Global Root CA" -# Serial: 3262 -# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 -# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 -# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b ------BEGIN CERTIFICATE----- -MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx -EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT -VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 -NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT -B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF -10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz -0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh -MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH -zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc -46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 -yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi -laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP -oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA -BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE -qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm -4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB -/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL -1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn -LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF -H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo -RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ -nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh -15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW -6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW -nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j -wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz -aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy -KwbQBM0= ------END CERTIFICATE----- - -# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera -# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera -# Label: "TeliaSonera Root CA v1" -# Serial: 199041966741090107964904287217786801558 -# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c -# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 -# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 ------BEGIN CERTIFICATE----- -MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw -NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv -b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD -VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 -MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F -VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 -7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X -Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ -/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs -81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm -dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe -Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu -sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 -pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs -slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ -arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD -VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG -9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl -dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx -0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj -TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed -Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 -Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI -OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 -vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW -t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn -HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx -SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= ------END CERTIFICATE----- - -# Issuer: CN=E-Tugra Certification Authority O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş. OU=E-Tugra Sertifikasyon Merkezi -# Subject: CN=E-Tugra Certification Authority O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş. OU=E-Tugra Sertifikasyon Merkezi -# Label: "E-Tugra Certification Authority" -# Serial: 7667447206703254355 -# MD5 Fingerprint: b8:a1:03:63:b0:bd:21:71:70:8a:6f:13:3a:bb:79:49 -# SHA1 Fingerprint: 51:c6:e7:08:49:06:6e:f3:92:d4:5c:a0:0d:6d:a3:62:8f:c3:52:39 -# SHA256 Fingerprint: b0:bf:d5:2b:b0:d7:d9:bd:92:bf:5d:4d:c1:3d:a2:55:c0:2c:54:2f:37:83:65:ea:89:39:11:f5:5e:55:f2:3c ------BEGIN CERTIFICATE----- -MIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV -BAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC -aWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV -BAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1 -Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz -MDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+ -BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp -em1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN -ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 -MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY -B4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH -D5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF -Q9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo -q1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D -k14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH -fC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut -dEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM -ti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8 -zLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn -rFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX -U8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6 -Jyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5 -XPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF -Nzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR -HTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY -GwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c -77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3 -+GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK -vJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6 -FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl -yb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P -AJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD -y4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d -NL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA== ------END CERTIFICATE----- - -# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center -# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center -# Label: "T-TeleSec GlobalRoot Class 2" -# Serial: 1 -# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a -# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 -# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 ------BEGIN CERTIFICATE----- -MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx -KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd -BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl -YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 -OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy -aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 -ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G -CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd -AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC -FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi -1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq -jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ -wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj -QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ -WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy -NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC -uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw -IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 -g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN -9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP -BSeOE6Fuwg== ------END CERTIFICATE----- - -# Issuer: CN=Atos TrustedRoot 2011 O=Atos -# Subject: CN=Atos TrustedRoot 2011 O=Atos -# Label: "Atos TrustedRoot 2011" -# Serial: 6643877497813316402 -# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 -# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 -# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 ------BEGIN CERTIFICATE----- -MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE -AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG -EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM -FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC -REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp -Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM -VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ -SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ -4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L -cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi -eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV -HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG -A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 -DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j -vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP -DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc -maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D -lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv -KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed ------END CERTIFICATE----- - -# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited -# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited -# Label: "QuoVadis Root CA 1 G3" -# Serial: 687049649626669250736271037606554624078720034195 -# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab -# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 -# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 ------BEGIN CERTIFICATE----- -MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL -BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc -BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 -MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM -aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV -wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe -rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 -68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh -4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp -UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o -abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc -3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G -KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt -hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO -Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt -zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB -BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD -ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC -MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 -cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN -qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 -YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv -b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 -8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k -NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj -ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp -q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt -nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD ------END CERTIFICATE----- - -# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited -# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited -# Label: "QuoVadis Root CA 2 G3" -# Serial: 390156079458959257446133169266079962026824725800 -# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 -# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 -# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 ------BEGIN CERTIFICATE----- -MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL -BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc -BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 -MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM -aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf -qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW -n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym -c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ -O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 -o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j -IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq -IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz -8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh -vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l -7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG -cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB -BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD -ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 -AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC -roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga -W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n -lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE -+V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV -csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd -dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg -KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM -HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 -WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M ------END CERTIFICATE----- - -# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited -# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited -# Label: "QuoVadis Root CA 3 G3" -# Serial: 268090761170461462463995952157327242137089239581 -# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 -# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d -# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 ------BEGIN CERTIFICATE----- -MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL -BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc -BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 -MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM -aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR -/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu -FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR -U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c -ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR -FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k -A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw -eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl -sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp -VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q -A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ -ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB -BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD -ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px -KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI -FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv -oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg -u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP -0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf -3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl -8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ -DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN -PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ -ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Assured ID Root G2" -# Serial: 15385348160840213938643033620894905419 -# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d -# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f -# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 ------BEGIN CERTIFICATE----- -MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl -MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 -d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv -b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG -EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl -cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi -MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA -n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc -biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp -EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA -bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu -YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB -AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW -BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI -QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I -0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni -lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 -B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv -ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo -IhNzbM8m9Yop5w== ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Assured ID Root G3" -# Serial: 15459312981008553731928384953135426796 -# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb -# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 -# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 ------BEGIN CERTIFICATE----- -MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw -CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu -ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg -RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV -UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu -Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq -hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf -Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q -RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ -BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD -AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY -JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv -6pZjamVFkpUBtA== ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Global Root G2" -# Serial: 4293743540046975378534879503202253541 -# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 -# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 -# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f ------BEGIN CERTIFICATE----- -MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh -MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 -d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH -MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT -MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j -b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG -9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI -2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx -1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ -q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz -tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ -vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP -BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV -5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY -1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 -NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG -Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 -8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe -pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl -MrY= ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Global Root G3" -# Serial: 7089244469030293291760083333884364146 -# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca -# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e -# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 ------BEGIN CERTIFICATE----- -MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw -CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu -ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe -Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw -EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x -IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF -K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG -fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO -Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd -BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx -AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ -oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 -sycX ------END CERTIFICATE----- - -# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com -# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com -# Label: "DigiCert Trusted Root G4" -# Serial: 7451500558977370777930084869016614236 -# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 -# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 -# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 ------BEGIN CERTIFICATE----- -MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi -MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 -d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg -RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV -UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu -Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y -ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If -xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV -ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO -DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ -jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ -CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi -EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM -fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY -uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK -chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t -9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB -hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD -ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 -SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd -+SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc -fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa -sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N -cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N -0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie -4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI -r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 -/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm -gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ ------END CERTIFICATE----- - -# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited -# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited -# Label: "COMODO RSA Certification Authority" -# Serial: 101909084537582093308941363524873193117 -# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 -# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 -# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 ------BEGIN CERTIFICATE----- -MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB -hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G -A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV -BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 -MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT -EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR -Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh -dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR -6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X -pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC -9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV -/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf -Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z -+pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w -qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah -SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC -u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf -Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq -crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E -FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB -/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl -wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM -4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV -2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna -FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ -CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK -boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke -jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL -S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb -QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl -0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB -NVOFBkpdn627G190 ------END CERTIFICATE----- - -# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network -# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network -# Label: "USERTrust RSA Certification Authority" -# Serial: 2645093764781058787591871645665788717 -# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 -# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e -# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 ------BEGIN CERTIFICATE----- -MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB -iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl -cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV -BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw -MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV -BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU -aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy -dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK -AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B -3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY -tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ -Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 -VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT -79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 -c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT -Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l -c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee -UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE -Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd -BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G -A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF -Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO -VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 -ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs -8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR -iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze -Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ -XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ -qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB -VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB -L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG -jjxDah2nGN59PRbxYvnKkKj9 ------END CERTIFICATE----- - -# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network -# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network -# Label: "USERTrust ECC Certification Authority" -# Serial: 123013823720199481456569720443997572134 -# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 -# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 -# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a ------BEGIN CERTIFICATE----- -MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl -eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT -JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx -MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT -Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg -VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm -aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo -I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng -o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G -A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD -VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB -zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW -RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 -# Label: "GlobalSign ECC Root CA - R4" -# Serial: 14367148294922964480859022125800977897474 -# MD5 Fingerprint: 20:f0:27:68:d1:7e:a0:9d:0e:e6:2a:ca:df:5c:89:8e -# SHA1 Fingerprint: 69:69:56:2e:40:80:f4:24:a1:e7:19:9f:14:ba:f3:ee:58:ab:6a:bb -# SHA256 Fingerprint: be:c9:49:11:c2:95:56:76:db:6c:0a:55:09:86:d7:6e:3b:a0:05:66:7c:44:2c:97:62:b4:fb:b7:73:de:22:8c ------BEGIN CERTIFICATE----- -MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC+g0mAIwCgYIKoZIzj0EAwIwUDEk -MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpH -bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX -DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD -QSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu -MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprlOQcJ -FspjsbmG+IpXwVfOQvpzofdlQv8ewQCybnMO/8ch5RikqtlxP6jUuc6MHaNCMEAw -DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFFSwe61F -uOJAf/sKbvu+M8k8o4TVMAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGX -kPoUVy0D7O48027KqGx2vKLeuwIgJ6iFJzWbVsaj8kfSt24bAgAXqmemFZHe+pTs -ewv4n4Q= ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 -# Label: "GlobalSign ECC Root CA - R5" -# Serial: 32785792099990507226680698011560947931244 -# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 -# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa -# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 ------BEGIN CERTIFICATE----- -MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk -MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH -bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX -DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD -QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu -MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc -8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke -hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD -VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI -KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg -515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO -xwy8p2Fp8fc74SrL+SvzZpA3 ------END CERTIFICATE----- - -# Issuer: CN=Staat der Nederlanden Root CA - G3 O=Staat der Nederlanden -# Subject: CN=Staat der Nederlanden Root CA - G3 O=Staat der Nederlanden -# Label: "Staat der Nederlanden Root CA - G3" -# Serial: 10003001 -# MD5 Fingerprint: 0b:46:67:07:db:10:2f:19:8c:35:50:60:d1:0b:f4:37 -# SHA1 Fingerprint: d8:eb:6b:41:51:92:59:e0:f3:e7:85:00:c0:3d:b6:88:97:c9:ee:fc -# SHA256 Fingerprint: 3c:4f:b0:b9:5a:b8:b3:00:32:f4:32:b8:6f:53:5f:e1:72:c1:85:d0:fd:39:86:58:37:cf:36:18:7f:a6:f4:28 ------BEGIN CERTIFICATE----- -MIIFdDCCA1ygAwIBAgIEAJiiOTANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJO -TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFh -dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQSAtIEczMB4XDTEzMTExNDExMjg0MloX -DTI4MTExMzIzMDAwMFowWjELMAkGA1UEBhMCTkwxHjAcBgNVBAoMFVN0YWF0IGRl -ciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5lZGVybGFuZGVuIFJv -b3QgQ0EgLSBHMzCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAL4yolQP -cPssXFnrbMSkUeiFKrPMSjTysF/zDsccPVMeiAho2G89rcKezIJnByeHaHE6n3WW -IkYFsO2tx1ueKt6c/DrGlaf1F2cY5y9JCAxcz+bMNO14+1Cx3Gsy8KL+tjzk7FqX -xz8ecAgwoNzFs21v0IJyEavSgWhZghe3eJJg+szeP4TrjTgzkApyI/o1zCZxMdFy -KJLZWyNtZrVtB0LrpjPOktvA9mxjeM3KTj215VKb8b475lRgsGYeCasH/lSJEULR -9yS6YHgamPfJEf0WwTUaVHXvQ9Plrk7O53vDxk5hUUurmkVLoR9BvUhTFXFkC4az -5S6+zqQbwSmEorXLCCN2QyIkHxcE1G6cxvx/K2Ya7Irl1s9N9WMJtxU51nus6+N8 -6U78dULI7ViVDAZCopz35HCz33JvWjdAidiFpNfxC95DGdRKWCyMijmev4SH8RY7 -Ngzp07TKbBlBUgmhHbBqv4LvcFEhMtwFdozL92TkA1CvjJFnq8Xy7ljY3r735zHP -bMk7ccHViLVlvMDoFxcHErVc0qsgk7TmgoNwNsXNo42ti+yjwUOH5kPiNL6VizXt -BznaqB16nzaeErAMZRKQFWDZJkBE41ZgpRDUajz9QdwOWke275dhdU/Z/seyHdTt -XUmzqWrLZoQT1Vyg3N9udwbRcXXIV2+vD3dbAgMBAAGjQjBAMA8GA1UdEwEB/wQF -MAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRUrfrHkleuyjWcLhL75Lpd -INyUVzANBgkqhkiG9w0BAQsFAAOCAgEAMJmdBTLIXg47mAE6iqTnB/d6+Oea31BD -U5cqPco8R5gu4RV78ZLzYdqQJRZlwJ9UXQ4DO1t3ApyEtg2YXzTdO2PCwyiBwpwp -LiniyMMB8jPqKqrMCQj3ZWfGzd/TtiunvczRDnBfuCPRy5FOCvTIeuXZYzbB1N/8 -Ipf3YF3qKS9Ysr1YvY2WTxB1v0h7PVGHoTx0IsL8B3+A3MSs/mrBcDCw6Y5p4ixp -gZQJut3+TcCDjJRYwEYgr5wfAvg1VUkvRtTA8KCWAg8zxXHzniN9lLf9OtMJgwYh -/WA9rjLA0u6NpvDntIJ8CsxwyXmA+P5M9zWEGYox+wrZ13+b8KKaa8MFSu1BYBQw -0aoRQm7TIwIEC8Zl3d1Sd9qBa7Ko+gE4uZbqKmxnl4mUnrzhVNXkanjvSr0rmj1A -fsbAddJu+2gw7OyLnflJNZoaLNmzlTnVHpL3prllL+U9bTpITAjc5CgSKL59NVzq -4BZ+Extq1z7XnvwtdbLBFNUjA9tbbws+eC8N3jONFrdI54OagQ97wUNNVQQXOEpR -1VmiiXTTn74eS9fGbbeIJG9gkaSChVtWQbzQRKtqE77RLFi3EjNYsjdj3BP1lB0/ -QFH1T/U67cjF68IeHRaVesd+QnGTbksVtzDfqu1XhUisHWrdOWnk4Xl4vs4Fv6EM -94B7IWcnMFk= ------END CERTIFICATE----- - -# Issuer: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden -# Subject: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden -# Label: "Staat der Nederlanden EV Root CA" -# Serial: 10000013 -# MD5 Fingerprint: fc:06:af:7b:e8:1a:f1:9a:b4:e8:d2:70:1f:c0:f5:ba -# SHA1 Fingerprint: 76:e2:7e:c1:4f:db:82:c1:c0:a6:75:b5:05:be:3d:29:b4:ed:db:bb -# SHA256 Fingerprint: 4d:24:91:41:4c:fe:95:67:46:ec:4c:ef:a6:cf:6f:72:e2:8a:13:29:43:2f:9d:8a:90:7a:c4:cb:5d:ad:c1:5a ------BEGIN CERTIFICATE----- -MIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJO -TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFh -dCBkZXIgTmVkZXJsYW5kZW4gRVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0y -MjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIg -TmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBS -b290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkkSzrS -M4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nC -UiY4iKTWO0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3d -Z//BYY1jTw+bbRcwJu+r0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46p -rfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13l -pJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gVXJrm0w912fxBmJc+qiXb -j5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr08C+eKxC -KFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS -/ZbV0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0X -cgOPvZuM5l5Tnrmd74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH -1vI4gnPah1vlPNOePqc7nvQDs/nxfRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrP -px9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB -/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwaivsnuL8wbqg7 -MA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI -eK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u -2dfOWBfoqSmuc0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHS -v4ilf0X8rLiltTMMgsT7B/Zq5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTC -wPTxGfARKbalGAKb12NMcIxHowNDXLldRqANb/9Zjr7dn3LDWyvfjFvO5QxGbJKy -CqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tNf1zuacpzEPuKqf2e -vTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi5Dp6 -Z2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIa -Gl6I6lD4WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeL -eG9QgkRQP2YGiqtDhFZKDyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8 -FVdMpEbB4IMeDExNH08GGeL5qPQ6gqGyeUN51q1veieQA6TqJIc/2b3Z6fJfUEkc -7uzXLg== ------END CERTIFICATE----- - -# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust -# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust -# Label: "IdenTrust Commercial Root CA 1" -# Serial: 13298821034946342390520003877796839426 -# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 -# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 -# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae ------BEGIN CERTIFICATE----- -MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK -MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu -VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw -MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw -JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG -SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT -3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU -+ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp -S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 -bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi -T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL -vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK -Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK -dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT -c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv -l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N -iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB -/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD -ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH -6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt -LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 -nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 -+wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK -W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT -AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq -l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG -4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ -mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A -7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H ------END CERTIFICATE----- - -# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust -# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust -# Label: "IdenTrust Public Sector Root CA 1" -# Serial: 13298821034946342390521976156843933698 -# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba -# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd -# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f ------BEGIN CERTIFICATE----- -MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN -MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu -VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN -MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 -MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi -MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 -ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy -RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS -bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF -/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R -3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw -EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy -9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V -GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ -2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV -WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD -W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ -BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN -AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj -t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV -DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 -TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G -lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW -mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df -WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 -+bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ -tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA -GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv -8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c ------END CERTIFICATE----- - -# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only -# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only -# Label: "Entrust Root Certification Authority - G2" -# Serial: 1246989352 -# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 -# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 -# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 ------BEGIN CERTIFICATE----- -MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC -VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 -cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs -IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz -dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy -NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu -dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt -dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 -aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj -YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK -AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T -RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN -cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW -wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 -U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 -jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP -BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN -BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ -jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ -Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v -1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R -nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH -VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== ------END CERTIFICATE----- - -# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only -# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only -# Label: "Entrust Root Certification Authority - EC1" -# Serial: 51543124481930649114116133369 -# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc -# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 -# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 ------BEGIN CERTIFICATE----- -MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG -A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 -d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu -dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq -RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy -MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD -VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 -L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g -Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD -ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi -A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt -ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH -Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O -BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC -R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX -hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G ------END CERTIFICATE----- - -# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority -# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority -# Label: "CFCA EV ROOT" -# Serial: 407555286 -# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 -# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 -# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd ------BEGIN CERTIFICATE----- -MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD -TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y -aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx -MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j -aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP -T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 -sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL -TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 -/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp -7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz -EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt -hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP -a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot -aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg -TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV -PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv -cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL -tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd -BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB -ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT -ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL -jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS -ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy -P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 -xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d -Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN -5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe -/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z -AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ -5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su ------END CERTIFICATE----- - -# Issuer: CN=Certinomis - Root CA O=Certinomis OU=0002 433998903 -# Subject: CN=Certinomis - Root CA O=Certinomis OU=0002 433998903 -# Label: "Certinomis - Root CA" -# Serial: 1 -# MD5 Fingerprint: 14:0a:fd:8d:a8:28:b5:38:69:db:56:7e:61:22:03:3f -# SHA1 Fingerprint: 9d:70:bb:01:a5:a4:a0:18:11:2e:f7:1c:01:b9:32:c5:34:e7:88:a8 -# SHA256 Fingerprint: 2a:99:f5:bc:11:74:b7:3c:bb:1d:62:08:84:e0:1c:34:e5:1c:cb:39:78:da:12:5f:0e:33:26:88:83:bf:41:58 ------BEGIN CERTIFICATE----- -MIIFkjCCA3qgAwIBAgIBATANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJGUjET -MBEGA1UEChMKQ2VydGlub21pczEXMBUGA1UECxMOMDAwMiA0MzM5OTg5MDMxHTAb -BgNVBAMTFENlcnRpbm9taXMgLSBSb290IENBMB4XDTEzMTAyMTA5MTcxOFoXDTMz -MTAyMTA5MTcxOFowWjELMAkGA1UEBhMCRlIxEzARBgNVBAoTCkNlcnRpbm9taXMx -FzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMR0wGwYDVQQDExRDZXJ0aW5vbWlzIC0g -Um9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANTMCQosP5L2 -fxSeC5yaah1AMGT9qt8OHgZbn1CF6s2Nq0Nn3rD6foCWnoR4kkjW4znuzuRZWJfl -LieY6pOod5tK8O90gC3rMB+12ceAnGInkYjwSond3IjmFPnVAy//ldu9n+ws+hQV -WZUKxkd8aRi5pwP5ynapz8dvtF4F/u7BUrJ1Mofs7SlmO/NKFoL21prbcpjp3vDF -TKWrteoB4owuZH9kb/2jJZOLyKIOSY008B/sWEUuNKqEUL3nskoTuLAPrjhdsKkb -5nPJWqHZZkCqqU2mNAKthH6yI8H7KsZn9DS2sJVqM09xRLWtwHkziOC/7aOgFLSc -CbAK42C++PhmiM1b8XcF4LVzbsF9Ri6OSyemzTUK/eVNfaoqoynHWmgE6OXWk6Ri -wsXm9E/G+Z8ajYJJGYrKWUM66A0ywfRMEwNvbqY/kXPLynNvEiCL7sCCeN5LLsJJ -wx3tFvYk9CcbXFcx3FXuqB5vbKziRcxXV4p1VxngtViZSTYxPDMBbRZKzbgqg4SG -m/lg0h9tkQPTYKbVPZrdd5A9NaSfD171UkRpucC63M9933zZxKyGIjK8e2uR73r4 -F2iw4lNVYC2vPsKD2NkJK/DAZNuHi5HMkesE/Xa0lZrmFAYb1TQdvtj/dBxThZng -WVJKYe2InmtJiUZ+IFrZ50rlau7SZRFDAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIB -BjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTvkUz1pcMw6C8I6tNxIqSSaHh0 -2TAfBgNVHSMEGDAWgBTvkUz1pcMw6C8I6tNxIqSSaHh02TANBgkqhkiG9w0BAQsF -AAOCAgEAfj1U2iJdGlg+O1QnurrMyOMaauo++RLrVl89UM7g6kgmJs95Vn6RHJk/ -0KGRHCwPT5iVWVO90CLYiF2cN/z7ZMF4jIuaYAnq1fohX9B0ZedQxb8uuQsLrbWw -F6YSjNRieOpWauwK0kDDPAUwPk2Ut59KA9N9J0u2/kTO+hkzGm2kQtHdzMjI1xZS -g081lLMSVX3l4kLr5JyTCcBMWwerx20RoFAXlCOotQqSD7J6wWAsOMwaplv/8gzj -qh8c3LigkyfeY+N/IZ865Z764BNqdeuWXGKRlI5nU7aJ+BIJy29SWwNyhlCVCNSN -h4YVH5Uk2KRvms6knZtt0rJ2BobGVgjF6wnaNsIbW0G+YSrjcOa4pvi2WsS9Iff/ -ql+hbHY5ZtbqTFXhADObE5hjyW/QASAJN1LnDE8+zbz1X5YnpyACleAu6AdBBR8V -btaw5BngDwKTACdyxYvRVB9dSsNAl35VpnzBMwQUAR1JIGkLGZOdblgi90AMRgwj -Y/M50n92Uaf0yKHxDHYiI0ZSKS3io0EHVmmY0gUJvGnHWmHNj4FgFU2A3ZDifcRQ -8ow7bkrHxuaAKzyBvBGAFhAn1/DNP3nMcyrDflOR1m749fPH0FFNjkulW+YZFzvW -gQncItzujrnEj1PhZ7szuIgVRs/taTX/dQ1G885x4cVrhkIGuUE= ------END CERTIFICATE----- - -# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed -# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed -# Label: "OISTE WISeKey Global Root GB CA" -# Serial: 157768595616588414422159278966750757568 -# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d -# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed -# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 ------BEGIN CERTIFICATE----- -MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt -MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg -Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i -YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x -CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG -b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh -bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 -HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx -WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX -1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk -u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P -99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r -M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw -AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB -BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh -cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 -gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO -ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf -aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic -Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= ------END CERTIFICATE----- - -# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. -# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. -# Label: "SZAFIR ROOT CA2" -# Serial: 357043034767186914217277344587386743377558296292 -# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 -# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de -# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe ------BEGIN CERTIFICATE----- -MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL -BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 -ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw -NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L -cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg -Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN -QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT -3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw -3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 -3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 -BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN -XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD -AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF -AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw -8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG -nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP -oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy -d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg -LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== ------END CERTIFICATE----- - -# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority -# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority -# Label: "Certum Trusted Network CA 2" -# Serial: 44979900017204383099463764357512596969 -# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 -# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 -# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 ------BEGIN CERTIFICATE----- -MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB -gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu -QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG -A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz -OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ -VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp -ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 -b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA -DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn -0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB -OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE -fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E -Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m -o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i -sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW -OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez -Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS -adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n -3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD -AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC -AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ -F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf -CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 -XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm -djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ -WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb -AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq -P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko -b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj -XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P -5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi -DrW5viSP ------END CERTIFICATE----- - -# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority -# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority -# Label: "Hellenic Academic and Research Institutions RootCA 2015" -# Serial: 0 -# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce -# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 -# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 ------BEGIN CERTIFICATE----- -MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix -DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k -IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT -N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v -dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG -A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh -ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx -QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 -dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC -AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA -4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 -AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 -4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C -ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV -9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD -gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 -Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq -NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko -LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc -Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV -HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd -ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I -XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI -M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot -9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V -Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea -j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh -X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ -l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf -bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 -pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK -e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 -vm9qp/UsQu0yrbYhnr68 ------END CERTIFICATE----- - -# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority -# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority -# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" -# Serial: 0 -# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef -# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 -# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 ------BEGIN CERTIFICATE----- -MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN -BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl -c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl -bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv -b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ -BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj -YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 -MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 -dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg -QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa -jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC -MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi -C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep -lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof -TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR ------END CERTIFICATE----- - -# Issuer: CN=ISRG Root X1 O=Internet Security Research Group -# Subject: CN=ISRG Root X1 O=Internet Security Research Group -# Label: "ISRG Root X1" -# Serial: 172886928669790476064670243504169061120 -# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e -# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 -# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 ------BEGIN CERTIFICATE----- -MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw -TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh -cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 -WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu -ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY -MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc -h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ -0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U -A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW -T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH -B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC -B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv -KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn -OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn -jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw -qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI -rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV -HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq -hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL -ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ -3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK -NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 -ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur -TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC -jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc -oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq -4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA -mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d -emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= ------END CERTIFICATE----- - -# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM -# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM -# Label: "AC RAIZ FNMT-RCM" -# Serial: 485876308206448804701554682760554759 -# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d -# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 -# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa ------BEGIN CERTIFICATE----- -MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx -CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ -WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ -BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG -Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ -yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf -BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz -WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF -tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z -374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC -IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL -mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 -wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS -MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 -ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet -UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw -AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H -YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 -LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD -nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 -RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM -LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf -77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N -JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm -fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp -6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp -1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B -9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok -RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv -uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= ------END CERTIFICATE----- - -# Issuer: CN=Amazon Root CA 1 O=Amazon -# Subject: CN=Amazon Root CA 1 O=Amazon -# Label: "Amazon Root CA 1" -# Serial: 143266978916655856878034712317230054538369994 -# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 -# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 -# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e ------BEGIN CERTIFICATE----- -MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF -ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 -b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL -MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv -b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj -ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM -9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw -IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 -VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L -93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm -jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC -AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA -A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI -U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs -N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv -o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU -5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy -rqXRfboQnoZsG4q5WTP468SQvvG5 ------END CERTIFICATE----- - -# Issuer: CN=Amazon Root CA 2 O=Amazon -# Subject: CN=Amazon Root CA 2 O=Amazon -# Label: "Amazon Root CA 2" -# Serial: 143266982885963551818349160658925006970653239 -# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 -# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a -# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 ------BEGIN CERTIFICATE----- -MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF -ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 -b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL -MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv -b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK -gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ -W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg -1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K -8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r -2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me -z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR -8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj -mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz -7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 -+XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI -0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB -Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm -UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 -LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY -+gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS -k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl -7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm -btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl -urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ -fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 -n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE -76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H -9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT -4PsJYGw= ------END CERTIFICATE----- - -# Issuer: CN=Amazon Root CA 3 O=Amazon -# Subject: CN=Amazon Root CA 3 O=Amazon -# Label: "Amazon Root CA 3" -# Serial: 143266986699090766294700635381230934788665930 -# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 -# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e -# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 ------BEGIN CERTIFICATE----- -MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 -MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g -Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG -A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg -Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl -ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j -QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr -ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr -BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM -YyRIHN8wfdVoOw== ------END CERTIFICATE----- - -# Issuer: CN=Amazon Root CA 4 O=Amazon -# Subject: CN=Amazon Root CA 4 O=Amazon -# Label: "Amazon Root CA 4" -# Serial: 143266989758080763974105200630763877849284878 -# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd -# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be -# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 ------BEGIN CERTIFICATE----- -MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 -MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g -Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG -A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg -Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi -9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk -M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB -/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB -MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw -CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW -1KyLa2tJElMzrdfkviT8tQp21KW8EA== ------END CERTIFICATE----- - -# Issuer: CN=LuxTrust Global Root 2 O=LuxTrust S.A. -# Subject: CN=LuxTrust Global Root 2 O=LuxTrust S.A. -# Label: "LuxTrust Global Root 2" -# Serial: 59914338225734147123941058376788110305822489521 -# MD5 Fingerprint: b2:e1:09:00:61:af:f7:f1:91:6f:c4:ad:8d:5e:3b:7c -# SHA1 Fingerprint: 1e:0e:56:19:0a:d1:8b:25:98:b2:04:44:ff:66:8a:04:17:99:5f:3f -# SHA256 Fingerprint: 54:45:5f:71:29:c2:0b:14:47:c4:18:f9:97:16:8f:24:c5:8f:c5:02:3b:f5:da:5b:e2:eb:6e:1d:d8:90:2e:d5 ------BEGIN CERTIFICATE----- -MIIFwzCCA6ugAwIBAgIUCn6m30tEntpqJIWe5rgV0xZ/u7EwDQYJKoZIhvcNAQEL -BQAwRjELMAkGA1UEBhMCTFUxFjAUBgNVBAoMDUx1eFRydXN0IFMuQS4xHzAdBgNV -BAMMFkx1eFRydXN0IEdsb2JhbCBSb290IDIwHhcNMTUwMzA1MTMyMTU3WhcNMzUw -MzA1MTMyMTU3WjBGMQswCQYDVQQGEwJMVTEWMBQGA1UECgwNTHV4VHJ1c3QgUy5B -LjEfMB0GA1UEAwwWTHV4VHJ1c3QgR2xvYmFsIFJvb3QgMjCCAiIwDQYJKoZIhvcN -AQEBBQADggIPADCCAgoCggIBANeFl78RmOnwYoNMPIf5U2o3C/IPPIfOb9wmKb3F -ibrJgz337spbxm1Jc7TJRqMbNBM/wYlFV/TZsfs2ZUv7COJIcRHIbjuend+JZTem -hfY7RBi2xjcwYkSSl2l9QjAk5A0MiWtj3sXh306pFGxT4GHO9hcvHTy95iJMHZP1 -EMShduxq3sVs35a0VkBCwGKSMKEtFZSg0iAGCW5qbeXrt77U8PEVfIvmTroTzEsn -Xpk8F12PgX8zPU/TPxvsXD/wPEx1bvKm1Z3aLQdjAsZy6ZS8TEmVT4hSyNvoaYL4 -zDRbIvCGp4m9SAptZoFtyMhk+wHh9OHe2Z7d21vUKpkmFRseTJIpgp7VkoGSQXAZ -96Tlk0u8d2cx3Rz9MXANF5kM+Qw5GSoXtTBxVdUPrljhPS80m8+f9niFwpN6cj5m -j5wWEWCPnolvZ77gR1o7DJpni89Gxq44o/KnvObWhWszJHAiS8sIm7vI+AIpHb4g -DEa/a4ebsypmQjVGbKq6rfmYe+lQVRQxv7HaLe2ArWgk+2mr2HETMOZns4dA/Yl+ -8kPREd8vZS9kzl8UubG/Mb2HeFpZZYiq/FkySIbWTLkpS5XTdvN3JW1CHDiDTf2j -X5t/Lax5Gw5CMZdjpPuKadUiDTSQMC6otOBttpSsvItO13D8xTiOZCXhTTmQzsmH -hFhxAgMBAAGjgagwgaUwDwYDVR0TAQH/BAUwAwEB/zBCBgNVHSAEOzA5MDcGByuB -KwEBAQowLDAqBggrBgEFBQcCARYeaHR0cHM6Ly9yZXBvc2l0b3J5Lmx1eHRydXN0 -Lmx1MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBT/GCh2+UgFLKGu8SsbK7JT -+Et8szAdBgNVHQ4EFgQU/xgodvlIBSyhrvErGyuyU/hLfLMwDQYJKoZIhvcNAQEL -BQADggIBAGoZFO1uecEsh9QNcH7X9njJCwROxLHOk3D+sFTAMs2ZMGQXvw/l4jP9 -BzZAcg4atmpZ1gDlaCDdLnINH2pkMSCEfUmmWjfrRcmF9dTHF5kH5ptV5AzoqbTO -jFu1EVzPig4N1qx3gf4ynCSecs5U89BvolbW7MM3LGVYvlcAGvI1+ut7MV3CwRI9 -loGIlonBWVx65n9wNOeD4rHh4bhY79SV5GCc8JaXcozrhAIuZY+kt9J/Z93I055c -qqmkoCUUBpvsT34tC38ddfEz2O3OuHVtPlu5mB0xDVbYQw8wkbIEa91WvpWAVWe+ -2M2D2RjuLg+GLZKecBPs3lHJQ3gCpU3I+V/EkVhGFndadKpAvAefMLmx9xIX3eP/ -JEAdemrRTxgKqpAd60Ae36EeRJIQmvKN4dFLRp7oRUKX6kWZ8+xm1QL68qZKJKre -zrnK+T+Tb/mjuuqlPpmt/f97mfVl7vBZKGfXkJWkE4SphMHozs51k2MavDzq1WQf -LSoSOcbDWjLtR5EWDrw4wVDej8oqkDQc7kGUnF4ZLvhFSZl0kbAEb+MEWrGrKqv+ -x9CWttrhSmQGbmBNvUJO/3jaJMobtNeWOWyu8Q6qp31IiyBMz2TWuJdGsE7RKlY6 -oJO9r4Ak4Ap+58rVyuiFVdw2KuGUaJPHZnJED4AhMmwlxyOAgwrr ------END CERTIFICATE----- - -# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM -# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM -# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" -# Serial: 1 -# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 -# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca -# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 ------BEGIN CERTIFICATE----- -MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx -GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp -bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w -KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 -BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy -dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG -EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll -IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU -QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT -TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg -LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 -a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr -LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr -N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X -YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ -iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f -AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH -V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL -BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh -AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf -IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 -lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c -8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf -lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= ------END CERTIFICATE----- - -# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. -# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. -# Label: "GDCA TrustAUTH R5 ROOT" -# Serial: 9009899650740120186 -# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 -# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 -# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 ------BEGIN CERTIFICATE----- -MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE -BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ -IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 -MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV -BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w -HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF -AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj -Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj -TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u -KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj -qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm -MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 -ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP -zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk -L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC -jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA -HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC -AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB -/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg -p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm -DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 -COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry -L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf -JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg -IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io -2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV -09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ -XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq -T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe -MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== ------END CERTIFICATE----- - -# Issuer: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Subject: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Label: "TrustCor RootCert CA-1" -# Serial: 15752444095811006489 -# MD5 Fingerprint: 6e:85:f1:dc:1a:00:d3:22:d5:b2:b2:ac:6b:37:05:45 -# SHA1 Fingerprint: ff:bd:cd:e7:82:c8:43:5e:3c:6f:26:86:5c:ca:a8:3a:45:5b:c3:0a -# SHA256 Fingerprint: d4:0e:9c:86:cd:8f:e4:68:c1:77:69:59:f4:9e:a7:74:fa:54:86:84:b6:c4:06:f3:90:92:61:f4:dc:e2:57:5c ------BEGIN CERTIFICATE----- -MIIEMDCCAxigAwIBAgIJANqb7HHzA7AZMA0GCSqGSIb3DQEBCwUAMIGkMQswCQYD -VQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk -MCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U -cnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRydXN0Q29y -IFJvb3RDZXJ0IENBLTEwHhcNMTYwMjA0MTIzMjE2WhcNMjkxMjMxMTcyMzE2WjCB -pDELMAkGA1UEBhMCUEExDzANBgNVBAgMBlBhbmFtYTEUMBIGA1UEBwwLUGFuYW1h -IENpdHkxJDAiBgNVBAoMG1RydXN0Q29yIFN5c3RlbXMgUy4gZGUgUi5MLjEnMCUG -A1UECwweVHJ1c3RDb3IgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR8wHQYDVQQDDBZU -cnVzdENvciBSb290Q2VydCBDQS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB -CgKCAQEAv463leLCJhJrMxnHQFgKq1mqjQCj/IDHUHuO1CAmujIS2CNUSSUQIpid -RtLByZ5OGy4sDjjzGiVoHKZaBeYei0i/mJZ0PmnK6bV4pQa81QBeCQryJ3pS/C3V -seq0iWEk8xoT26nPUu0MJLq5nux+AHT6k61sKZKuUbS701e/s/OojZz0JEsq1pme -9J7+wH5COucLlVPat2gOkEz7cD+PSiyU8ybdY2mplNgQTsVHCJCZGxdNuWxu72CV -EY4hgLW9oHPY0LJ3xEXqWib7ZnZ2+AYfYW0PVcWDtxBWcgYHpfOxGgMFZA6dWorW -hnAbJN7+KIor0Gqw/Hqi3LJ5DotlDwIDAQABo2MwYTAdBgNVHQ4EFgQU7mtJPHo/ -DeOxCbeKyKsZn3MzUOcwHwYDVR0jBBgwFoAU7mtJPHo/DeOxCbeKyKsZn3MzUOcw -DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQAD -ggEBACUY1JGPE+6PHh0RU9otRCkZoB5rMZ5NDp6tPVxBb5UrJKF5mDo4Nvu7Zp5I -/5CQ7z3UuJu0h3U/IJvOcs+hVcFNZKIZBqEHMwwLKeXx6quj7LUKdJDHfXLy11yf -ke+Ri7fc7Waiz45mO7yfOgLgJ90WmMCV1Aqk5IGadZQ1nJBfiDcGrVmVCrDRZ9MZ -yonnMlo2HD6CqFqTvsbQZJG2z9m2GM/bftJlo6bEjhcxwft+dtvTheNYsnd6djts -L1Ac59v2Z3kf9YKVmgenFK+P3CghZwnS1k1aHBkcjndcw5QkPTJrS37UeJSDvjdN -zl/HHk484IkzlQsPpTLWPFp5LBk= ------END CERTIFICATE----- - -# Issuer: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Subject: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Label: "TrustCor RootCert CA-2" -# Serial: 2711694510199101698 -# MD5 Fingerprint: a2:e1:f8:18:0b:ba:45:d5:c7:41:2a:bb:37:52:45:64 -# SHA1 Fingerprint: b8:be:6d:cb:56:f1:55:b9:63:d4:12:ca:4e:06:34:c7:94:b2:1c:c0 -# SHA256 Fingerprint: 07:53:e9:40:37:8c:1b:d5:e3:83:6e:39:5d:ae:a5:cb:83:9e:50:46:f1:bd:0e:ae:19:51:cf:10:fe:c7:c9:65 ------BEGIN CERTIFICATE----- -MIIGLzCCBBegAwIBAgIIJaHfyjPLWQIwDQYJKoZIhvcNAQELBQAwgaQxCzAJBgNV -BAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw -IgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy -dXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEfMB0GA1UEAwwWVHJ1c3RDb3Ig -Um9vdENlcnQgQ0EtMjAeFw0xNjAyMDQxMjMyMjNaFw0zNDEyMzExNzI2MzlaMIGk -MQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEg -Q2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYD -VQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRy -dXN0Q29yIFJvb3RDZXJ0IENBLTIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK -AoICAQCnIG7CKqJiJJWQdsg4foDSq8GbZQWU9MEKENUCrO2fk8eHyLAnK0IMPQo+ -QVqedd2NyuCb7GgypGmSaIwLgQ5WoD4a3SwlFIIvl9NkRvRUqdw6VC0xK5mC8tkq -1+9xALgxpL56JAfDQiDyitSSBBtlVkxs1Pu2YVpHI7TYabS3OtB0PAx1oYxOdqHp -2yqlO/rOsP9+aij9JxzIsekp8VduZLTQwRVtDr4uDkbIXvRR/u8OYzo7cbrPb1nK -DOObXUm4TOJXsZiKQlecdu/vvdFoqNL0Cbt3Nb4lggjEFixEIFapRBF37120Hape -az6LMvYHL1cEksr1/p3C6eizjkxLAjHZ5DxIgif3GIJ2SDpxsROhOdUuxTTCHWKF -3wP+TfSvPd9cW436cOGlfifHhi5qjxLGhF5DUVCcGZt45vz27Ud+ez1m7xMTiF88 -oWP7+ayHNZ/zgp6kPwqcMWmLmaSISo5uZk3vFsQPeSghYA2FFn3XVDjxklb9tTNM -g9zXEJ9L/cb4Qr26fHMC4P99zVvh1Kxhe1fVSntb1IVYJ12/+CtgrKAmrhQhJ8Z3 -mjOAPF5GP/fDsaOGM8boXg25NSyqRsGFAnWAoOsk+xWq5Gd/bnc/9ASKL3x74xdh -8N0JqSDIvgmk0H5Ew7IwSjiqqewYmgeCK9u4nBit2uBGF6zPXQIDAQABo2MwYTAd -BgNVHQ4EFgQU2f4hQG6UnrybPZx9mCAZ5YwwYrIwHwYDVR0jBBgwFoAU2f4hQG6U -nrybPZx9mCAZ5YwwYrIwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYw -DQYJKoZIhvcNAQELBQADggIBAJ5Fngw7tu/hOsh80QA9z+LqBrWyOrsGS2h60COX -dKcs8AjYeVrXWoSK2BKaG9l9XE1wxaX5q+WjiYndAfrs3fnpkpfbsEZC89NiqpX+ -MWcUaViQCqoL7jcjx1BRtPV+nuN79+TMQjItSQzL/0kMmx40/W5ulop5A7Zv2wnL -/V9lFDfhOPXzYRZY5LVtDQsEGz9QLX+zx3oaFoBg+Iof6Rsqxvm6ARppv9JYx1RX -CI/hOWB3S6xZhBqI8d3LT3jX5+EzLfzuQfogsL7L9ziUwOHQhQ+77Sxzq+3+knYa -ZH9bDTMJBzN7Bj8RpFxwPIXAz+OQqIN3+tvmxYxoZxBnpVIt8MSZj3+/0WvitUfW -2dCFmU2Umw9Lje4AWkcdEQOsQRivh7dvDDqPys/cA8GiCcjl/YBeyGBCARsaU1q7 -N6a3vLqE6R5sGtRk2tRD/pOLS/IseRYQ1JMLiI+h2IYURpFHmygk71dSTlxCnKr3 -Sewn6EAes6aJInKc9Q0ztFijMDvd1GpUk74aTfOTlPf8hAs/hCBcNANExdqtvArB -As8e5ZTZ845b2EzwnexhF7sUMlQMAimTHpKG9n/v55IFDlndmQguLvqcAFLTxWYp -5KeXRKQOKIETNcX2b2TmQcTVL8w0RSXPQQCWPUouwpaYT05KnJe32x+SMsj/D1Fu -1uwJ ------END CERTIFICATE----- - -# Issuer: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Subject: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority -# Label: "TrustCor ECA-1" -# Serial: 9548242946988625984 -# MD5 Fingerprint: 27:92:23:1d:0a:f5:40:7c:e9:e6:6b:9d:d8:f5:e7:6c -# SHA1 Fingerprint: 58:d1:df:95:95:67:6b:63:c0:f0:5b:1c:17:4d:8b:84:0b:c8:78:bd -# SHA256 Fingerprint: 5a:88:5d:b1:9c:01:d9:12:c5:75:93:88:93:8c:af:bb:df:03:1a:b2:d4:8e:91:ee:15:58:9b:42:97:1d:03:9c ------BEGIN CERTIFICATE----- -MIIEIDCCAwigAwIBAgIJAISCLF8cYtBAMA0GCSqGSIb3DQEBCwUAMIGcMQswCQYD -VQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk -MCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U -cnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxFzAVBgNVBAMMDlRydXN0Q29y -IEVDQS0xMB4XDTE2MDIwNDEyMzIzM1oXDTI5MTIzMTE3MjgwN1owgZwxCzAJBgNV -BAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw -IgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy -dXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEXMBUGA1UEAwwOVHJ1c3RDb3Ig -RUNBLTEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPj+ARtZ+odnbb -3w9U73NjKYKtR8aja+3+XzP4Q1HpGjORMRegdMTUpwHmspI+ap3tDvl0mEDTPwOA -BoJA6LHip1GnHYMma6ve+heRK9jGrB6xnhkB1Zem6g23xFUfJ3zSCNV2HykVh0A5 -3ThFEXXQmqc04L/NyFIduUd+Dbi7xgz2c1cWWn5DkR9VOsZtRASqnKmcp0yJF4Ou -owReUoCLHhIlERnXDH19MURB6tuvsBzvgdAsxZohmz3tQjtQJvLsznFhBmIhVE5/ -wZ0+fyCMgMsq2JdiyIMzkX2woloPV+g7zPIlstR8L+xNxqE6FXrntl019fZISjZF -ZtS6mFjBAgMBAAGjYzBhMB0GA1UdDgQWBBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAf -BgNVHSMEGDAWgBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAPBgNVHRMBAf8EBTADAQH/ -MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAQEABT41XBVwm8nHc2Fv -civUwo/yQ10CzsSUuZQRg2dd4mdsdXa/uwyqNsatR5Nj3B5+1t4u/ukZMjgDfxT2 -AHMsWbEhBuH7rBiVDKP/mZb3Kyeb1STMHd3BOuCYRLDE5D53sXOpZCz2HAF8P11F -hcCF5yWPldwX8zyfGm6wyuMdKulMY/okYWLW2n62HGz1Ah3UKt1VkOsqEUc8Ll50 -soIipX1TH0XsJ5F95yIW6MBoNtjG8U+ARDL54dHRHareqKucBK+tIA5kmE2la8BI -WJZpTdwHjFGTot+fDz2LYLSCjaoITmJF4PkL0uDgPFveXHEnJcLmA4GLEFPjx1Wi -tJ/X5g== ------END CERTIFICATE----- - -# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation -# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation -# Label: "SSL.com Root Certification Authority RSA" -# Serial: 8875640296558310041 -# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 -# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb -# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 ------BEGIN CERTIFICATE----- -MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE -BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK -DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp -Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz -OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv -dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv -bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN -AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R -xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX -qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC -C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 -6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh -/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF -YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E -JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc -US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 -ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm -+Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi -M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV -HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G -A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV -cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc -Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs -PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ -q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 -cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr -a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I -H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y -K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu -nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf -oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY -Ic2wBlX7Jz9TkHCpBB5XJ7k= ------END CERTIFICATE----- - -# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation -# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation -# Label: "SSL.com Root Certification Authority ECC" -# Serial: 8495723813297216424 -# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e -# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a -# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 ------BEGIN CERTIFICATE----- -MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC -VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T -U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 -aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz -WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 -b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS -b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB -BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI -7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg -CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud -EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD -VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T -kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ -gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl ------END CERTIFICATE----- - -# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation -# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation -# Label: "SSL.com EV Root Certification Authority RSA R2" -# Serial: 6248227494352943350 -# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 -# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a -# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c ------BEGIN CERTIFICATE----- -MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV -BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE -CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy -dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy -MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G -A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD -DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy -MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq -M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf -OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa -4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 -HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR -aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA -b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ -Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV -PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO -pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu -UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY -MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV -HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 -9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW -s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 -Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg -cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM -79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz -/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt -ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm -Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK -QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ -w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi -S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 -mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== ------END CERTIFICATE----- - -# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation -# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation -# Label: "SSL.com EV Root Certification Authority ECC" -# Serial: 3182246526754555285 -# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 -# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d -# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 ------BEGIN CERTIFICATE----- -MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC -VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T -U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp -Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx -NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv -dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv -bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 -AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA -VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku -WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP -MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX -5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ -ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg -h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== ------END CERTIFICATE----- - -# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 -# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 -# Label: "GlobalSign Root CA - R6" -# Serial: 1417766617973444989252670301619537 -# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae -# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 -# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 ------BEGIN CERTIFICATE----- -MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg -MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh -bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx -MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET -MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ -KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI -xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k -ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD -aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw -LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw -1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX -k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 -SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h -bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n -WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY -rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce -MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD -AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu -bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN -nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt -Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 -55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj -vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf -cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz -oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp -nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs -pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v -JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R -8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 -5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= ------END CERTIFICATE----- - -# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed -# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed -# Label: "OISTE WISeKey Global Root GC CA" -# Serial: 44084345621038548146064804565436152554 -# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 -# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 -# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d ------BEGIN CERTIFICATE----- -MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw -CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 -bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg -Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ -BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu -ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS -b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni -eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W -p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E -BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T -rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV -57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg -Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 ------END CERTIFICATE----- - -# Issuer: CN=GTS Root R1 O=Google Trust Services LLC -# Subject: CN=GTS Root R1 O=Google Trust Services LLC -# Label: "GTS Root R1" -# Serial: 146587175971765017618439757810265552097 -# MD5 Fingerprint: 82:1a:ef:d4:d2:4a:f2:9f:e2:3d:97:06:14:70:72:85 -# SHA1 Fingerprint: e1:c9:50:e6:ef:22:f8:4c:56:45:72:8b:92:20:60:d7:d5:a7:a3:e8 -# SHA256 Fingerprint: 2a:57:54:71:e3:13:40:bc:21:58:1c:bd:2c:f1:3e:15:84:63:20:3e:ce:94:bc:f9:d3:cc:19:6b:f0:9a:54:72 ------BEGIN CERTIFICATE----- -MIIFWjCCA0KgAwIBAgIQbkepxUtHDA3sM9CJuRz04TANBgkqhkiG9w0BAQwFADBH -MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM -QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy -MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl -cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEB -AQUAA4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaM -f/vo27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vX -mX7wCl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7 -zUjwTcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0P -fyblqAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtc -vfaHszVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4 -Zor8Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUsp -zBmkMiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOO -Rc92wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYW -k70paDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+ -DVrNVjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgF -lQIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV -HQ4EFgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBADiW -Cu49tJYeX++dnAsznyvgyv3SjgofQXSlfKqE1OXyHuY3UjKcC9FhHb8owbZEKTV1 -d5iyfNm9dKyKaOOpMQkpAWBz40d8U6iQSifvS9efk+eCNs6aaAyC58/UEBZvXw6Z -XPYfcX3v73svfuo21pdwCxXu11xWajOl40k4DLh9+42FpLFZXvRq4d2h9mREruZR -gyFmxhE+885H7pwoHyXa/6xmld01D1zvICxi/ZG6qcz8WpyTgYMpl0p8WnK0OdC3 -d8t5/Wk6kjftbjhlRn7pYL15iJdfOBL07q9bgsiG1eGZbYwE8na6SfZu6W0eX6Dv -J4J2QPim01hcDyxC2kLGe4g0x8HYRZvBPsVhHdljUEn2NIVq4BjFbkerQUIpm/Zg -DdIx02OYI5NaAIFItO/Nis3Jz5nu2Z6qNuFoS3FJFDYoOj0dzpqPJeaAcWErtXvM -+SUWgeExX6GjfhaknBZqlxi9dnKlC54dNuYvoS++cJEPqOba+MSSQGwlfnuzCdyy -F62ARPBopY+Udf90WuioAnwMCeKpSwughQtiue+hMZL77/ZRBIls6Kl0obsXs7X9 -SQ98POyDGCBDTtWTurQ0sR8WNh8M5mQ5Fkzc4P4dyKliPUDqysU0ArSuiYgzNdws -E3PYJ/HQcu51OyLemGhmW/HGY0dVHLqlCFF1pkgl ------END CERTIFICATE----- - -# Issuer: CN=GTS Root R2 O=Google Trust Services LLC -# Subject: CN=GTS Root R2 O=Google Trust Services LLC -# Label: "GTS Root R2" -# Serial: 146587176055767053814479386953112547951 -# MD5 Fingerprint: 44:ed:9a:0e:a4:09:3b:00:f2:ae:4c:a3:c6:61:b0:8b -# SHA1 Fingerprint: d2:73:96:2a:2a:5e:39:9f:73:3f:e1:c7:1e:64:3f:03:38:34:fc:4d -# SHA256 Fingerprint: c4:5d:7b:b0:8e:6d:67:e6:2e:42:35:11:0b:56:4e:5f:78:fd:92:ef:05:8c:84:0a:ea:4e:64:55:d7:58:5c:60 ------BEGIN CERTIFICATE----- -MIIFWjCCA0KgAwIBAgIQbkepxlqz5yDFMJo/aFLybzANBgkqhkiG9w0BAQwFADBH -MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM -QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy -MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl -cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEB -AQUAA4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3Lv -CvptnfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3Kg -GjSY6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9Bu -XvAuMC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOd -re7kRXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXu -PuWgf9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1 -mKPV+3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K -8YzodDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqj -x5RWIr9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsR -nTKaG73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0 -kzCqgc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9Ok -twIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV -HQ4EFgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBALZp -8KZ3/p7uC4Gt4cCpx/k1HUCCq+YEtN/L9x0Pg/B+E02NjO7jMyLDOfxA325BS0JT -vhaI8dI4XsRomRyYUpOM52jtG2pzegVATX9lO9ZY8c6DR2Dj/5epnGB3GFW1fgiT -z9D2PGcDFWEJ+YF59exTpJ/JjwGLc8R3dtyDovUMSRqodt6Sm2T4syzFJ9MHwAiA -pJiS4wGWAqoC7o87xdFtCjMwc3i5T1QWvwsHoaRc5svJXISPD+AVdyx+Jn7axEvb -pxZ3B7DNdehyQtaVhJ2Gg/LkkM0JR9SLA3DaWsYDQvTtN6LwG1BUSw7YhN4ZKJmB -R64JGz9I0cNv4rBgF/XuIwKl2gBbbZCr7qLpGzvpx0QnRY5rn/WkhLx3+WuXrD5R -RaIRpsyF7gpo8j5QOHokYh4XIDdtak23CZvJ/KRY9bb7nE4Yu5UC56GtmwfuNmsk -0jmGwZODUNKBRqhfYlcsu2xkiAhu7xNUX90txGdj08+JN7+dIPT7eoOboB6BAFDC -5AwiWVIQ7UNWhwD4FFKnHYuTjKJNRn8nxnGbJN7k2oaLDX5rIMHAnuFl2GqjpuiF -izoHCBy69Y9Vmhh1fuXsgWbRIXOhNUQLgD1bnF5vKheW0YMjiGZt5obicDIvUiLn -yOd/xCxgXS/Dr55FBcOEArf9LAhST4Ldo/DUhgkC ------END CERTIFICATE----- - -# Issuer: CN=GTS Root R3 O=Google Trust Services LLC -# Subject: CN=GTS Root R3 O=Google Trust Services LLC -# Label: "GTS Root R3" -# Serial: 146587176140553309517047991083707763997 -# MD5 Fingerprint: 1a:79:5b:6b:04:52:9c:5d:c7:74:33:1b:25:9a:f9:25 -# SHA1 Fingerprint: 30:d4:24:6f:07:ff:db:91:89:8a:0b:e9:49:66:11:eb:8c:5e:46:e5 -# SHA256 Fingerprint: 15:d5:b8:77:46:19:ea:7d:54:ce:1c:a6:d0:b0:c4:03:e0:37:a9:17:f1:31:e8:a0:4e:1e:6b:7a:71:ba:bc:e5 ------BEGIN CERTIFICATE----- -MIICDDCCAZGgAwIBAgIQbkepx2ypcyRAiQ8DVd2NHTAKBggqhkjOPQQDAzBHMQsw -CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU -MBIGA1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw -MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp -Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQA -IgNiAAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout -736GjOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2A -DDL24CejQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud -DgQWBBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEAgFuk -fCPAlaUs3L6JbyO5o91lAFJekazInXJ0glMLfalAvWhgxeG4VDvBNhcl2MG9AjEA -njWSdIUlUfUk7GRSJFClH9voy8l27OyCbvWFGFPouOOaKaqW04MjyaR7YbPMAuhd ------END CERTIFICATE----- - -# Issuer: CN=GTS Root R4 O=Google Trust Services LLC -# Subject: CN=GTS Root R4 O=Google Trust Services LLC -# Label: "GTS Root R4" -# Serial: 146587176229350439916519468929765261721 -# MD5 Fingerprint: 5d:b6:6a:c4:60:17:24:6a:1a:99:a8:4b:ee:5e:b4:26 -# SHA1 Fingerprint: 2a:1d:60:27:d9:4a:b1:0a:1c:4d:91:5c:cd:33:a0:cb:3e:2d:54:cb -# SHA256 Fingerprint: 71:cc:a5:39:1f:9e:79:4b:04:80:25:30:b3:63:e1:21:da:8a:30:43:bb:26:66:2f:ea:4d:ca:7f:c9:51:a4:bd ------BEGIN CERTIFICATE----- -MIICCjCCAZGgAwIBAgIQbkepyIuUtui7OyrYorLBmTAKBggqhkjOPQQDAzBHMQsw -CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU -MBIGA1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw -MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp -Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQA -IgNiAATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzu -hXyiQHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/l -xKvRHYqjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud -DgQWBBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNnADBkAjBqUFJ0 -CMRw3J5QdCHojXohw0+WbhXRIjVhLfoIN+4Zba3bssx9BzT1YBkstTTZbyACMANx -sbqjYAuG7ZoIapVon+Kz4ZNkfF6Tpt95LY2F45TPI11xzPKwTdb+mciUqXWi4w== ------END CERTIFICATE----- - -# Issuer: CN=UCA Global G2 Root O=UniTrust -# Subject: CN=UCA Global G2 Root O=UniTrust -# Label: "UCA Global G2 Root" -# Serial: 124779693093741543919145257850076631279 -# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 -# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a -# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c ------BEGIN CERTIFICATE----- -MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 -MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH -bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x -CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds -b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr -b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 -kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm -VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R -VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc -C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj -tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY -D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv -j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl -NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 -iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP -O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ -BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV -ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj -L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 -1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl -1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU -b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV -PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj -y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb -EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg -DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI -+Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy -YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX -UB+K+wb1whnw0A== ------END CERTIFICATE----- - -# Issuer: CN=UCA Extended Validation Root O=UniTrust -# Subject: CN=UCA Extended Validation Root O=UniTrust -# Label: "UCA Extended Validation Root" -# Serial: 106100277556486529736699587978573607008 -# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 -# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a -# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 ------BEGIN CERTIFICATE----- -MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH -MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF -eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx -MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV -BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB -AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog -D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS -sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop -O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk -sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi -c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj -VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz -KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ -TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G -sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs -1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD -fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T -AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN -l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR -ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ -VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 -c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp -4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s -t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj -2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO -vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C -xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx -cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM -fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax ------END CERTIFICATE----- - -# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 -# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 -# Label: "Certigna Root CA" -# Serial: 269714418870597844693661054334862075617 -# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 -# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 -# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 ------BEGIN CERTIFICATE----- -MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw -WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw -MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x -MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD -VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX -BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw -ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO -ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M -CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu -I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm -TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh -C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf -ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz -IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT -Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k -JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 -hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB -GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE -FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of -1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov -L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo -dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr -aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq -hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L -6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG -HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 -0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB -lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi -o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 -gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v -faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 -Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh -jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw -3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= ------END CERTIFICATE----- - -# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI -# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI -# Label: "emSign Root CA - G1" -# Serial: 235931866688319308814040 -# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac -# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c -# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 ------BEGIN CERTIFICATE----- -MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD -VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU -ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH -MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO -MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv -Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN -BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz -f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO -8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq -d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM -tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt -Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB -o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD -AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x -PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM -wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d -GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH -6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby -RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx -iN66zB+Afko= ------END CERTIFICATE----- - -# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI -# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI -# Label: "emSign ECC Root CA - G3" -# Serial: 287880440101571086945156 -# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 -# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 -# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b ------BEGIN CERTIFICATE----- -MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG -EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo -bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g -RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ -TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s -b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw -djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 -WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS -fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB -zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq -hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB -CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD -+JbNR6iC8hZVdyR+EhCVBCyj ------END CERTIFICATE----- - -# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI -# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI -# Label: "emSign Root CA - C1" -# Serial: 825510296613316004955058 -# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 -# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 -# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f ------BEGIN CERTIFICATE----- -MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG -A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg -SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw -MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln -biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v -dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ -BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ -HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH -3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH -GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c -xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 -aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq -TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL -BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 -/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 -kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG -YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT -+xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo -WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= ------END CERTIFICATE----- - -# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI -# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI -# Label: "emSign ECC Root CA - C3" -# Serial: 582948710642506000014504 -# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 -# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 -# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 ------BEGIN CERTIFICATE----- -MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG -EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx -IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw -MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln -biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND -IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci -MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti -sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O -BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB -Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c -3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J -0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== ------END CERTIFICATE----- - -# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post -# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post -# Label: "Hongkong Post Root CA 3" -# Serial: 46170865288971385588281144162979347873371282084 -# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 -# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 -# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 ------BEGIN CERTIFICATE----- -MIIFzzCCA7egAwIBAgIUCBZfikyl7ADJk0DfxMauI7gcWqQwDQYJKoZIhvcNAQEL -BQAwbzELMAkGA1UEBhMCSEsxEjAQBgNVBAgTCUhvbmcgS29uZzESMBAGA1UEBxMJ -SG9uZyBLb25nMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25n -a29uZyBQb3N0IFJvb3QgQ0EgMzAeFw0xNzA2MDMwMjI5NDZaFw00MjA2MDMwMjI5 -NDZaMG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcT -CUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMXSG9u -Z2tvbmcgUG9zdCBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK -AoICAQCziNfqzg8gTr7m1gNt7ln8wlffKWihgw4+aMdoWJwcYEuJQwy51BWy7sFO -dem1p+/l6TWZ5Mwc50tfjTMwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AViiE3CWu4mI -VoBc+L0sPOFMV4i707mV78vH9toxdCim5lSJ9UExyuUmGs2C4HDaOym71QP1mbpV -9WTRYA6ziUm4ii8F0oRFKHyPaFASePwLtVPLwpgchKOesL4jpNrcyCse2m5FHomY -2vkALgbpDDtw1VAliJnLzXNg99X/NWfFobxeq81KuEXryGgeDQ0URhLj0mRiikKY -vLTGCAj4/ahMZJx2Ab0vqWwzD9g/KLg8aQFChn5pwckGyuV6RmXpwtZQQS4/t+Tt -bNe/JgERohYpSms0BpDsE9K2+2p20jzt8NYt3eEV7KObLyzJPivkaTv/ciWxNoZb -x39ri1UbSsUgYT2uy1DhCDq+sI9jQVMwCFk8mB13umOResoQUGC/8Ne8lYePl8X+ -l2oBlKN8W4UdKjk60FSh0Tlxnf0h+bV78OLgAo9uliQlLKAeLKjEiafv7ZkGL7YK -TE/bosw3Gq9HhS2KX8Q0NEwA/RiTZxPRN+ZItIsGxVd7GYYKecsAyVKvQv83j+Gj -Hno9UKtjBucVtT+2RTeUN7F+8kjDf8V1/peNRY8apxpyKBpADwIDAQABo2MwYTAP -BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQXnc0e -i9Y5K3DTXNSguB+wAPzFYTAdBgNVHQ4EFgQUF53NHovWOStw01zUoLgfsAD8xWEw -DQYJKoZIhvcNAQELBQADggIBAFbVe27mIgHSQpsY1Q7XZiNc4/6gx5LS6ZStS6LG -7BJ8dNVI0lkUmcDrudHr9EgwW62nV3OZqdPlt9EuWSRY3GguLmLYauRwCy0gUCCk -MpXRAJi70/33MvJJrsZ64Ee+bs7Lo3I6LWldy8joRTnU+kLBEUx3XZL7av9YROXr -gZ6voJmtvqkBZss4HTzfQx/0TW60uhdG/H39h4F5ag0zD/ov+BS5gLNdTaqX4fnk -GMX41TiMJjz98iji7lpJiCzfeT2OnpA8vUFKOt1b9pq0zj8lMH8yfaIDlNDceqFS -3m6TjRgm/VWsvY+b0s+v54Ysyx8Jb6NvqYTUc79NoXQbTiNg8swOqn+knEwlqLJm -Ozj/2ZQw9nKEvmhVEA/GcywWaZMH/rFF7buiVWqw2rVKAiUnhde3t4ZEFolsgCs+ -l6mc1X5VTMbeRRAc6uk7nwNT7u56AQIWeNTowr5GdogTPyK7SBIdUgC0An4hGh6c -JfTzPV4e0hz5sy229zdcxsshTrD3mUcYhcErulWuBurQB7Lcq9CClnXO0lD+mefP -L5/ndtFhKvshuzHQqp9HpLIiyhY6UFfEW0NnxWViA0kB60PZ2Pierc+xYw5F9KBa -LJstxabArahH9CdMOA0uG0k7UvToiIMrVCjU8jVStDKDYmlkDJGcn5fqdBb9HxEG -mpv0 ------END CERTIFICATE----- diff --git a/vendor/grpc/grpc/src/lib/AbstractCall.php b/vendor/grpc/grpc/src/lib/AbstractCall.php deleted file mode 100644 index d1c75cb20..000000000 --- a/vendor/grpc/grpc/src/lib/AbstractCall.php +++ /dev/null @@ -1,166 +0,0 @@ -add($delta); - } else { - $deadline = Timeval::infFuture(); - } - $this->call = new Call($channel, $method, $deadline); - $this->deserialize = $deserialize; - $this->metadata = null; - $this->trailing_metadata = null; - if (array_key_exists('call_credentials_callback', $options) && - is_callable($call_credentials_callback = - $options['call_credentials_callback']) - ) { - $call_credentials = CallCredentials::createFromPlugin( - $call_credentials_callback - ); - $this->call->setCredentials($call_credentials); - } - } - - /** - * @return mixed The metadata sent by the server - */ - public function getMetadata() - { - return $this->metadata; - } - - /** - * @return mixed The trailing metadata sent by the server - */ - public function getTrailingMetadata() - { - return $this->trailing_metadata; - } - - /** - * @return string The URI of the endpoint - */ - public function getPeer() - { - return $this->call->getPeer(); - } - - /** - * Cancels the call. - */ - public function cancel() - { - $this->call->cancel(); - } - - /** - * Serialize a message to the protobuf binary format. - * - * @param mixed $data The Protobuf message - * - * @return string The protobuf binary format - */ - protected function _serializeMessage($data) - { - // Proto3 implementation - if (method_exists($data, 'encode')) { - return $data->encode(); - } elseif (method_exists($data, 'serializeToString')) { - return $data->serializeToString(); - } - - // Protobuf-PHP implementation - return $data->serialize(); - } - - /** - * Deserialize a response value to an object. - * - * @param string $value The binary value to deserialize - * - * @return mixed The deserialized value - */ - protected function _deserializeResponse($value) - { - if ($value === null) { - return; - } - - // Proto3 implementation - if (is_array($this->deserialize)) { - list($className, $deserializeFunc) = $this->deserialize; - $obj = new $className(); - if (method_exists($obj, $deserializeFunc)) { - $obj->$deserializeFunc($value); - } else { - $obj->mergeFromString($value); - } - - return $obj; - } - - // Protobuf-PHP implementation - return call_user_func($this->deserialize, $value); - } - - /** - * Set the CallCredentials for the underlying Call. - * - * @param CallCredentials $call_credentials The CallCredentials object - */ - public function setCallCredentials($call_credentials) - { - $this->call->setCredentials($call_credentials); - } -} diff --git a/vendor/grpc/grpc/src/lib/BaseStub.php b/vendor/grpc/grpc/src/lib/BaseStub.php deleted file mode 100644 index 96051653c..000000000 --- a/vendor/grpc/grpc/src/lib/BaseStub.php +++ /dev/null @@ -1,611 +0,0 @@ -hostname = $hostname; - $this->update_metadata = null; - if (isset($opts['update_metadata'])) { - if (is_callable($opts['update_metadata'])) { - $this->update_metadata = $opts['update_metadata']; - } - unset($opts['update_metadata']); - } - if (!empty($opts['grpc.ssl_target_name_override'])) { - $this->hostname_override = $opts['grpc.ssl_target_name_override']; - } - if (isset($opts['grpc_call_invoker'])) { - $this->call_invoker = $opts['grpc_call_invoker']; - unset($opts['grpc_call_invoker']); - $channel_opts = $this->updateOpts($opts); - // If the grpc_call_invoker is defined, use the channel created by the call invoker. - $this->channel = $this->call_invoker->createChannelFactory($hostname, $channel_opts); - return; - } - $this->call_invoker = new DefaultCallInvoker(); - if ($channel) { - if (!is_a($channel, 'Grpc\Channel') && - !is_a($channel, 'Grpc\Internal\InterceptorChannel')) { - throw new \Exception('The channel argument is not a Channel object '. - 'or an InterceptorChannel object created by '. - 'Interceptor::intercept($channel, Interceptor|Interceptor[] $interceptors)'); - } - $this->channel = $channel; - return; - } - - $this->channel = static::getDefaultChannel($hostname, $opts); - } - - private static function updateOpts($opts) { - if (!file_exists($composerFile = __DIR__.'/../../composer.json')) { - // for grpc/grpc-php subpackage - $composerFile = __DIR__.'/../composer.json'; - } - $package_config = json_decode(file_get_contents($composerFile), true); - if (!empty($opts['grpc.primary_user_agent'])) { - $opts['grpc.primary_user_agent'] .= ' '; - } else { - $opts['grpc.primary_user_agent'] = ''; - } - $opts['grpc.primary_user_agent'] .= - 'grpc-php/'.$package_config['version']; - if (!array_key_exists('credentials', $opts)) { - throw new \Exception("The opts['credentials'] key is now ". - 'required. Please see one of the '. - 'ChannelCredentials::create methods'); - } - return $opts; - } - - /** - * Creates and returns the default Channel - * - * @param array $opts Channel constructor options - * - * @return Channel The channel - */ - public static function getDefaultChannel($hostname, array $opts) - { - $channel_opts = self::updateOpts($opts); - return new Channel($hostname, $opts); - } - - /** - * @return string The URI of the endpoint - */ - public function getTarget() - { - return $this->channel->getTarget(); - } - - /** - * @param bool $try_to_connect (optional) - * - * @return int The grpc connectivity state - */ - public function getConnectivityState($try_to_connect = false) - { - return $this->channel->getConnectivityState($try_to_connect); - } - - /** - * @param int $timeout in microseconds - * - * @return bool true if channel is ready - * @throw Exception if channel is in FATAL_ERROR state - */ - public function waitForReady($timeout) - { - $new_state = $this->getConnectivityState(true); - if ($this->_checkConnectivityState($new_state)) { - return true; - } - - $now = Timeval::now(); - $delta = new Timeval($timeout); - $deadline = $now->add($delta); - - while ($this->channel->watchConnectivityState($new_state, $deadline)) { - // state has changed before deadline - $new_state = $this->getConnectivityState(); - if ($this->_checkConnectivityState($new_state)) { - return true; - } - } - // deadline has passed - $new_state = $this->getConnectivityState(); - - return $this->_checkConnectivityState($new_state); - } - - /** - * Close the communication channel associated with this stub. - */ - public function close() - { - $this->channel->close(); - } - - /** - * @param $new_state Connect state - * - * @return bool true if state is CHANNEL_READY - * @throw Exception if state is CHANNEL_FATAL_FAILURE - */ - private function _checkConnectivityState($new_state) - { - if ($new_state == \Grpc\CHANNEL_READY) { - return true; - } - if ($new_state == \Grpc\CHANNEL_FATAL_FAILURE) { - throw new \Exception('Failed to connect to server'); - } - - return false; - } - - /** - * constructs the auth uri for the jwt. - * - * @param string $method The method string - * - * @return string The URL string - */ - private function _get_jwt_aud_uri($method) - { - // TODO(jtattermusch): This is not the correct implementation - // of extracting JWT "aud" claim. We should rely on - // grpc_metadata_credentials_plugin which - // also provides the correct value of "aud" claim - // in the grpc_auth_metadata_context.service_url field. - // Trying to do the construction of "aud" field ourselves - // is bad. - $last_slash_idx = strrpos($method, '/'); - if ($last_slash_idx === false) { - throw new \InvalidArgumentException( - 'service name must have a slash' - ); - } - $service_name = substr($method, 0, $last_slash_idx); - - if ($this->hostname_override) { - $hostname = $this->hostname_override; - } else { - $hostname = $this->hostname; - } - - // Remove the port if it is 443 - // See https://github.com/grpc/grpc/blob/07c9f7a36b2a0d34fcffebc85649cf3b8c339b5d/src/core/lib/security/transport/client_auth_filter.cc#L205 - if ((strlen($hostname) > 4) && (substr($hostname, -4) === ":443")) { - $hostname = substr($hostname, 0, -4); - } - - return 'https://'.$hostname.$service_name; - } - - /** - * validate and normalize the metadata array. - * - * @param array $metadata The metadata map - * - * @return array $metadata Validated and key-normalized metadata map - * @throw InvalidArgumentException if key contains invalid characters - */ - private function _validate_and_normalize_metadata($metadata) - { - $metadata_copy = []; - foreach ($metadata as $key => $value) { - if (!preg_match('/^[.A-Za-z\d_-]+$/', $key)) { - throw new \InvalidArgumentException( - 'Metadata keys must be nonempty strings containing only '. - 'alphanumeric characters, hyphens, underscores and dots' - ); - } - $metadata_copy[strtolower($key)] = $value; - } - - return $metadata_copy; - } - - /** - * Create a function which can be used to create UnaryCall - * - * @param Channel|InterceptorChannel $channel - * @param callable $deserialize A function that deserializes the response - * - * @return \Closure - */ - private function _GrpcUnaryUnary($channel) - { - return function ($method, - $argument, - $deserialize, - array $metadata = [], - array $options = []) use ($channel) { - $call = $this->call_invoker->UnaryCall( - $channel, - $method, - $deserialize, - $options - ); - $jwt_aud_uri = $this->_get_jwt_aud_uri($method); - if (is_callable($this->update_metadata)) { - $metadata = call_user_func( - $this->update_metadata, - $metadata, - $jwt_aud_uri - ); - } - $metadata = $this->_validate_and_normalize_metadata( - $metadata - ); - $call->start($argument, $metadata, $options); - return $call; - }; - } - - /** - * Create a function which can be used to create ServerStreamingCall - * - * @param Channel|InterceptorChannel $channel - * @param callable $deserialize A function that deserializes the response - * - * @return \Closure - */ - private function _GrpcStreamUnary($channel) - { - return function ($method, - $deserialize, - array $metadata = [], - array $options = []) use ($channel) { - $call = $this->call_invoker->ClientStreamingCall( - $channel, - $method, - $deserialize, - $options - ); - $jwt_aud_uri = $this->_get_jwt_aud_uri($method); - if (is_callable($this->update_metadata)) { - $metadata = call_user_func( - $this->update_metadata, - $metadata, - $jwt_aud_uri - ); - } - $metadata = $this->_validate_and_normalize_metadata( - $metadata - ); - $call->start($metadata); - return $call; - }; - } - - /** - * Create a function which can be used to create ClientStreamingCall - * - * @param Channel|InterceptorChannel $channel - * @param callable $deserialize A function that deserializes the response - * - * @return \Closure - */ - private function _GrpcUnaryStream($channel) - { - return function ($method, - $argument, - $deserialize, - array $metadata = [], - array $options = []) use ($channel) { - $call = $this->call_invoker->ServerStreamingCall( - $channel, - $method, - $deserialize, - $options - ); - $jwt_aud_uri = $this->_get_jwt_aud_uri($method); - if (is_callable($this->update_metadata)) { - $metadata = call_user_func( - $this->update_metadata, - $metadata, - $jwt_aud_uri - ); - } - $metadata = $this->_validate_and_normalize_metadata( - $metadata - ); - $call->start($argument, $metadata, $options); - return $call; - }; - } - - /** - * Create a function which can be used to create BidiStreamingCall - * - * @param Channel|InterceptorChannel $channel - * @param callable $deserialize A function that deserializes the response - * - * @return \Closure - */ - private function _GrpcStreamStream($channel) - { - return function ($method, - $deserialize, - array $metadata = [], - array $options = []) use ($channel) { - $call = $this->call_invoker->BidiStreamingCall( - $channel, - $method, - $deserialize, - $options - ); - $jwt_aud_uri = $this->_get_jwt_aud_uri($method); - if (is_callable($this->update_metadata)) { - $metadata = call_user_func( - $this->update_metadata, - $metadata, - $jwt_aud_uri - ); - } - $metadata = $this->_validate_and_normalize_metadata( - $metadata - ); - $call->start($metadata); - - return $call; - }; - } - - /** - * Create a function which can be used to create UnaryCall - * - * @param Channel|InterceptorChannel $channel - * @param callable $deserialize A function that deserializes the response - * - * @return \Closure - */ - private function _UnaryUnaryCallFactory($channel) - { - if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) { - return function ($method, - $argument, - $deserialize, - array $metadata = [], - array $options = []) use ($channel) { - return $channel->getInterceptor()->interceptUnaryUnary( - $method, - $argument, - $deserialize, - $metadata, - $options, - $this->_UnaryUnaryCallFactory($channel->getNext()) - ); - }; - } - return $this->_GrpcUnaryUnary($channel); - } - - /** - * Create a function which can be used to create ServerStreamingCall - * - * @param Channel|InterceptorChannel $channel - * @param callable $deserialize A function that deserializes the response - * - * @return \Closure - */ - private function _UnaryStreamCallFactory($channel) - { - if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) { - return function ($method, - $argument, - $deserialize, - array $metadata = [], - array $options = []) use ($channel) { - return $channel->getInterceptor()->interceptUnaryStream( - $method, - $argument, - $deserialize, - $metadata, - $options, - $this->_UnaryStreamCallFactory($channel->getNext()) - ); - }; - } - return $this->_GrpcUnaryStream($channel); - } - - /** - * Create a function which can be used to create ClientStreamingCall - * - * @param Channel|InterceptorChannel $channel - * @param callable $deserialize A function that deserializes the response - * - * @return \Closure - */ - private function _StreamUnaryCallFactory($channel) - { - if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) { - return function ($method, - $deserialize, - array $metadata = [], - array $options = []) use ($channel) { - return $channel->getInterceptor()->interceptStreamUnary( - $method, - $deserialize, - $metadata, - $options, - $this->_StreamUnaryCallFactory($channel->getNext()) - ); - }; - } - return $this->_GrpcStreamUnary($channel); - } - - /** - * Create a function which can be used to create BidiStreamingCall - * - * @param Channel|InterceptorChannel $channel - * @param callable $deserialize A function that deserializes the response - * - * @return \Closure - */ - private function _StreamStreamCallFactory($channel) - { - if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) { - return function ($method, - $deserialize, - array $metadata = [], - array $options = []) use ($channel) { - return $channel->getInterceptor()->interceptStreamStream( - $method, - $deserialize, - $metadata, - $options, - $this->_StreamStreamCallFactory($channel->getNext()) - ); - }; - } - return $this->_GrpcStreamStream($channel); - } - - /* This class is intended to be subclassed by generated code, so - * all functions begin with "_" to avoid name collisions. */ - /** - * Call a remote method that takes a single argument and has a - * single output. - * - * @param string $method The name of the method to call - * @param mixed $argument The argument to the method - * @param callable $deserialize A function that deserializes the response - * @param array $metadata A metadata map to send to the server - * (optional) - * @param array $options An array of options (optional) - * - * @return UnaryCall The active call object - */ - protected function _simpleRequest( - $method, - $argument, - $deserialize, - array $metadata = [], - array $options = [] - ) { - $call_factory = $this->_UnaryUnaryCallFactory($this->channel); - $call = $call_factory($method, $argument, $deserialize, $metadata, $options); - return $call; - } - - /** - * Call a remote method that takes a stream of arguments and has a single - * output. - * - * @param string $method The name of the method to call - * @param callable $deserialize A function that deserializes the response - * @param array $metadata A metadata map to send to the server - * (optional) - * @param array $options An array of options (optional) - * - * @return ClientStreamingCall The active call object - */ - protected function _clientStreamRequest( - $method, - $deserialize, - array $metadata = [], - array $options = [] - ) { - $call_factory = $this->_StreamUnaryCallFactory($this->channel); - $call = $call_factory($method, $deserialize, $metadata, $options); - return $call; - } - - /** - * Call a remote method that takes a single argument and returns a stream - * of responses. - * - * @param string $method The name of the method to call - * @param mixed $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 ServerStreamingCall The active call object - */ - protected function _serverStreamRequest( - $method, - $argument, - $deserialize, - array $metadata = [], - array $options = [] - ) { - $call_factory = $this->_UnaryStreamCallFactory($this->channel); - $call = $call_factory($method, $argument, $deserialize, $metadata, $options); - return $call; - } - - /** - * Call a remote method with messages streaming in both directions. - * - * @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 BidiStreamingCall The active call object - */ - protected function _bidiRequest( - $method, - $deserialize, - array $metadata = [], - array $options = [] - ) { - $call_factory = $this->_StreamStreamCallFactory($this->channel); - $call = $call_factory($method, $deserialize, $metadata, $options); - return $call; - } -} diff --git a/vendor/grpc/grpc/src/lib/BidiStreamingCall.php b/vendor/grpc/grpc/src/lib/BidiStreamingCall.php deleted file mode 100644 index 2c0aa9f8d..000000000 --- a/vendor/grpc/grpc/src/lib/BidiStreamingCall.php +++ /dev/null @@ -1,105 +0,0 @@ -call->startBatch([ - OP_SEND_INITIAL_METADATA => $metadata, - ]); - } - - /** - * Reads the next value from the server. - * - * @return mixed The next value from the server, or null if there is none - */ - public function read() - { - $batch = [OP_RECV_MESSAGE => true]; - if ($this->metadata === null) { - $batch[OP_RECV_INITIAL_METADATA] = true; - } - $read_event = $this->call->startBatch($batch); - if ($this->metadata === null) { - $this->metadata = $read_event->metadata; - } - - return $this->_deserializeResponse($read_event->message); - } - - /** - * Write a single message to the server. This cannot be called after - * writesDone is called. - * - * @param ByteBuffer $data The data to write - * @param array $options An array of options, possible keys: - * 'flags' => a number (optional) - */ - public function write($data, array $options = []) - { - $message_array = ['message' => $this->_serializeMessage($data)]; - if (array_key_exists('flags', $options)) { - $message_array['flags'] = $options['flags']; - } - $this->call->startBatch([ - OP_SEND_MESSAGE => $message_array, - ]); - } - - /** - * Indicate that no more writes will be sent. - */ - public function writesDone() - { - $this->call->startBatch([ - OP_SEND_CLOSE_FROM_CLIENT => true, - ]); - } - - /** - * Wait for the server to send the status, and return it. - * - * @return \stdClass The status object, with integer $code, string - * $details, and array $metadata members - */ - public function getStatus() - { - $status_event = $this->call->startBatch([ - OP_RECV_STATUS_ON_CLIENT => true, - ]); - - $this->trailing_metadata = $status_event->status->metadata; - - return $status_event->status; - } -} diff --git a/vendor/grpc/grpc/src/lib/CallInvoker.php b/vendor/grpc/grpc/src/lib/CallInvoker.php deleted file mode 100644 index a1b455321..000000000 --- a/vendor/grpc/grpc/src/lib/CallInvoker.php +++ /dev/null @@ -1,33 +0,0 @@ -call->startBatch([ - OP_SEND_INITIAL_METADATA => $metadata, - ]); - } - - /** - * Write a single message to the server. This cannot be called after - * wait is called. - * - * @param ByteBuffer $data The data to write - * @param array $options An array of options, possible keys: - * 'flags' => a number (optional) - */ - public function write($data, array $options = []) - { - $message_array = ['message' => $this->_serializeMessage($data)]; - if (array_key_exists('flags', $options)) { - $message_array['flags'] = $options['flags']; - } - $this->call->startBatch([ - OP_SEND_MESSAGE => $message_array, - ]); - } - - /** - * Wait for the server to respond with data and a status. - * - * @return array [response data, status] - */ - public function wait() - { - $event = $this->call->startBatch([ - OP_SEND_CLOSE_FROM_CLIENT => true, - OP_RECV_INITIAL_METADATA => true, - OP_RECV_MESSAGE => true, - OP_RECV_STATUS_ON_CLIENT => true, - ]); - $this->metadata = $event->metadata; - - $status = $event->status; - $this->trailing_metadata = $status->metadata; - - return [$this->_deserializeResponse($event->message), $status]; - } -} diff --git a/vendor/grpc/grpc/src/lib/DefaultCallInvoker.php b/vendor/grpc/grpc/src/lib/DefaultCallInvoker.php deleted file mode 100644 index e5b1e13a6..000000000 --- a/vendor/grpc/grpc/src/lib/DefaultCallInvoker.php +++ /dev/null @@ -1,47 +0,0 @@ -= 0; $i--) { - $channel = new Internal\InterceptorChannel($channel, $interceptors[$i]); - } - } else { - $channel = new Internal\InterceptorChannel($channel, $interceptors); - } - return $channel; - } -} - diff --git a/vendor/grpc/grpc/src/lib/Internal/InterceptorChannel.php b/vendor/grpc/grpc/src/lib/Internal/InterceptorChannel.php deleted file mode 100644 index 2f85c35fe..000000000 --- a/vendor/grpc/grpc/src/lib/Internal/InterceptorChannel.php +++ /dev/null @@ -1,76 +0,0 @@ -interceptor = $interceptor; - $this->next = $channel; - } - - public function getNext() - { - return $this->next; - } - - public function getInterceptor() - { - return $this->interceptor; - } - - public function getTarget() - { - return $this->getNext()->getTarget(); - } - - public function watchConnectivityState($new_state, $deadline) - { - return $this->getNext()->watchConnectivityState($new_state, $deadline); - } - - public function getConnectivityState($try_to_connect = false) - { - return $this->getNext()->getConnectivityState($try_to_connect); - } - - public function close() - { - return $this->getNext()->close(); - } -} diff --git a/vendor/grpc/grpc/src/lib/ServerStreamingCall.php b/vendor/grpc/grpc/src/lib/ServerStreamingCall.php deleted file mode 100644 index f8fddfea0..000000000 --- a/vendor/grpc/grpc/src/lib/ServerStreamingCall.php +++ /dev/null @@ -1,100 +0,0 @@ - a number (optional) - */ - public function start($data, array $metadata = [], array $options = []) - { - $message_array = ['message' => $this->_serializeMessage($data)]; - if (array_key_exists('flags', $options)) { - $message_array['flags'] = $options['flags']; - } - $this->call->startBatch([ - OP_SEND_INITIAL_METADATA => $metadata, - OP_SEND_MESSAGE => $message_array, - OP_SEND_CLOSE_FROM_CLIENT => true, - ]); - } - - /** - * @return mixed An iterator of response values - */ - public function responses() - { - $batch = [OP_RECV_MESSAGE => true]; - if ($this->metadata === null) { - $batch[OP_RECV_INITIAL_METADATA] = true; - } - $read_event = $this->call->startBatch($batch); - if ($this->metadata === null) { - $this->metadata = $read_event->metadata; - } - $response = $read_event->message; - while ($response !== null) { - yield $this->_deserializeResponse($response); - $response = $this->call->startBatch([ - OP_RECV_MESSAGE => true, - ])->message; - } - } - - /** - * Wait for the server to send the status, and return it. - * - * @return \stdClass The status object, with integer $code, string - * $details, and array $metadata members - */ - public function getStatus() - { - $status_event = $this->call->startBatch([ - OP_RECV_STATUS_ON_CLIENT => true, - ]); - - $this->trailing_metadata = $status_event->status->metadata; - - return $status_event->status; - } - - /** - * @return mixed The metadata sent by the server - */ - public function getMetadata() - { - if ($this->metadata === null) { - $event = $this->call->startBatch([OP_RECV_INITIAL_METADATA => true]); - $this->metadata = $event->metadata; - } - return $this->metadata; - } -} diff --git a/vendor/grpc/grpc/src/lib/UnaryCall.php b/vendor/grpc/grpc/src/lib/UnaryCall.php deleted file mode 100644 index e8496492b..000000000 --- a/vendor/grpc/grpc/src/lib/UnaryCall.php +++ /dev/null @@ -1,85 +0,0 @@ - a number (optional) - */ - public function start($data, array $metadata = [], array $options = []) - { - $message_array = ['message' => $this->_serializeMessage($data)]; - if (isset($options['flags'])) { - $message_array['flags'] = $options['flags']; - } - $this->call->startBatch([ - OP_SEND_INITIAL_METADATA => $metadata, - OP_SEND_MESSAGE => $message_array, - OP_SEND_CLOSE_FROM_CLIENT => true, - ]); - } - - /** - * Wait for the server to respond with data and a status. - * - * @return array [response data, status] - */ - public function wait() - { - $batch = [ - OP_RECV_MESSAGE => true, - OP_RECV_STATUS_ON_CLIENT => true, - ]; - if ($this->metadata === null) { - $batch[OP_RECV_INITIAL_METADATA] = true; - } - $event = $this->call->startBatch($batch); - if ($this->metadata === null) { - $this->metadata = $event->metadata; - } - $status = $event->status; - $this->trailing_metadata = $status->metadata; - - return [$this->_deserializeResponse($event->message), $status]; - } - - /** - * @return mixed The metadata sent by the server - */ - public function getMetadata() - { - if ($this->metadata === null) { - $event = $this->call->startBatch([OP_RECV_INITIAL_METADATA => true]); - $this->metadata = $event->metadata; - } - return $this->metadata; - } -} diff --git a/vendor/microsoft/microsoft-graph/.travis.yml b/vendor/microsoft/microsoft-graph/.travis.yml new file mode 100644 index 000000000..e8952d355 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/.travis.yml @@ -0,0 +1,18 @@ +language: php + +matrix: + include: + - php: 5.6 + - php: 7.0 + - php: 7.1 + - php: 5.6 + env: COMPOSER_FLAGS="--prefer-lowest" + +before_install: + - composer self-update + +install: + - composer update --prefer-source --no-interaction --no-progress --no-suggest $COMPOSER_FLAGS + +script: + - vendor/bin/phpunit --exclude-group functional diff --git a/vendor/microsoft/microsoft-graph/CONTRIBUTING.md b/vendor/microsoft/microsoft-graph/CONTRIBUTING.md new file mode 100644 index 000000000..fe9be02cd --- /dev/null +++ b/vendor/microsoft/microsoft-graph/CONTRIBUTING.md @@ -0,0 +1,37 @@ +# Contributing to the Microsoft Graph PHP SDK +Thanks for considering making a contribution! Read over our guidelines and we will do our best to see your PRs merged successfully. + +**NOTE**: A signed a contribution license agreement is required for all contributions and is checked automatically on new pull requests. You will be asked to read and sign the agreement https://cla.microsoft.com/ after submitting a request to this repository. + +There are a few different recommended paths to get contributions into the released version of this library. + +## File issues +The best way to get started with a contribution is to start a dialog with us. Sometimes features will be under development or out of scope for this library and it's best to check before starting work on contribution, especially for large work items. + +## Pull requests +If you are making documentation changes, feel free to submit a pull request against the **master** branch. All other pull requests should be submitted against the **dev** branch or a specific feature branch. The master branch is intended to represent the code released in the most-recent composer package. + +When a new package is about to be released, changes in dev will be merged into master. The package will be generated from master. + +Some things to note about this project: + +### How the library is built +The PHP SDK has a handwritten set of core files and a folder of autogenerated models. These models are generated using the [MSGraph SDK Code Generator](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator). **Changes made to the ```Models``` folder will be overwritten** the next time the generator is run. + +If you would like to make changes to the models, you can either file an issue or make a PR in the [MSGraph SDK Code Generator](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator) to the [templates](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/tree/master/Templates/PHP/Model). Although there is a lot of logic in the generator, the code used for PHP is fairly minimal. + +### How the generator works +You can view the [README](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/blob/master/README.md) for a full run-through of its capabilities. + +For the purposes of the PHP library, the generator runs through an OData-compliant metadata file published by Microsoft Graph (https://graph.microsoft.com/v1.0/$metadata) and builds up a list of models. These models are converted into PHP code using T4 templates, which use C# to programmatically define what PHP code is written to the file. + +### When new features are added to the library +Generation happens as part of a manual process that occurs once a significant change or set of changes has been added to the Graph. This may include: + - A new workload comes to v1.0 of Graph (Microsoft Teams, Batching, etc.) + - There is significant addition of functionality (Delta Queries, etc.) + +However, this is evaluated on a case-by-case basis. If the library is missing v1.0 Graph functionality that you wish to utilize, please [file an issue](https://github.com/microsoftgraph/msgraph-sdk-php/issues). + +We do our best to prevent breaking changes from being introduced into the library during this process. If you find a breaking change, please file an issue and we will work to get this resolved ASAP. + + diff --git a/vendor/microsoft/microsoft-graph/LICENSE b/vendor/microsoft/microsoft-graph/LICENSE new file mode 100644 index 000000000..63b7e2392 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/LICENSE @@ -0,0 +1,13 @@ +microsoftgraph-msgraph-sdk-php + +Copyright (c) Microsoft Corporation + +All rights reserved.  + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/README.md b/vendor/microsoft/microsoft-graph/README.md new file mode 100644 index 000000000..980f19994 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/README.md @@ -0,0 +1,124 @@ +# Get started with the Microsoft Graph SDK for PHP + +[![Build Status](https://travis-ci.org/microsoftgraph/msgraph-sdk-php.svg?branch=master)](https://travis-ci.org/microsoftgraph/msgraph-sdk-php) +[![Latest Stable Version](https://poser.pugx.org/microsoft/microsoft-graph/version)](https://packagist.org/packages/microsoft/microsoft-graph) + +## Get started with the PHP Connect Sample +If you want to play around with the PHP library, you can get up and running quickly with the [PHP Connect Sample](https://github.com/microsoftgraph/php-connect-sample). This sample will start you with a little Laravel project that helps you with registration, authentication, and making a simple call to the service. + +## Install the SDK +You can install the PHP SDK with Composer, either run `composer require microsoft/microsoft-graph`, or edit your `composer.json` file: +``` +{ + "require": { + "microsoft/microsoft-graph": "^1.5" + } +} +``` +## Get started with Microsoft Graph + +### Register your application + +Register your application to use the Microsoft Graph API by using one of the following +supported authentication portals: + +* [Microsoft Application Registration Portal](https://apps.dev.microsoft.com) (**Recommended**): + Register a new application that authenticates using the v2.0 authentication endpoint. This endpoint authenticates both personal (Microsoft) and work or school (Azure Active Directory) accounts. +* [Microsoft Azure Active Directory](https://manage.windowsazure.com): Register + a new application in your tenant's Active Directory to support work or school + users for your tenant, or multiple tenants. + +### Authenticate with the Microsoft Graph service + +The Microsoft Graph SDK for PHP does not include any default authentication implementations. The [`thephpleague/oauth2-client`](https://github.com/thephpleague/oauth2-client) library will handle the OAuth2 flow for you and provide a usable token for querying the Graph. + +To authenticate as an application you can use the [Guzzle HTTP client](http://docs.guzzlephp.org/en/stable/), which comes preinstalled with this library, for example like this: +```php +$guzzle = new \GuzzleHttp\Client(); +$url = 'https://login.microsoftonline.com/' . $tenantId . '/oauth2/token?api-version=1.0'; +$token = json_decode($guzzle->post($url, [ + 'form_params' => [ + 'client_id' => $clientId, + 'client_secret' => $clientSecret, + 'resource' => 'https://graph.microsoft.com/', + 'grant_type' => 'client_credentials', + ], +])->getBody()->getContents()); +$accessToken = $token->access_token; +``` +For an integrated example on how to use Oauth2 in a Laravel application and use the Graph, see the [PHP Connect Sample](https://github.com/microsoftgraph/php-connect-sample). + +### Call Microsoft Graph + +The following is an example that shows how to call Microsoft Graph. + +```php +use Microsoft\Graph\Graph; +use Microsoft\Graph\Model; + +class UsageExample +{ + public function run() + { + $accessToken = 'xxx'; + + $graph = new Graph(); + $graph->setAccessToken($accessToken); + + $user = $graph->createRequest("GET", "/me") + ->setReturnType(Model\User::class) + ->execute(); + + echo "Hello, I am $user->getGivenName() "; + } +} +``` + +## Develop + +### Debug +You can use the library with a proxy such as [Fiddler](http://www.telerik.com/fiddler) or [Charles Proxy](https://www.charlesproxy.com/) to debug requests and responses as they come across the wire. Set the proxy port on the Graph object like this: +```php +$graph->setProxyPort("localhost:8888"); +``` +Then, open your proxy client to view the requests & responses sent using the library. + +![Screenshot of Fiddler /me/sendmail request and response](https://github.com/microsoftgraph/msgraph-sdk-php/blob/master/docs/images/Fiddler.PNG) + +This is especially helpful when the library does not return the results you expected to determine whether there are bugs in the API or this SDK. Therefore, you may be asked to provide this information when attempting to triage an issue you file. + +### Run Tests + +Run +```php +vendor/bin/phpunit --exclude-group functional +``` +from the base directory. + +*The set of functional tests are meant to be run against a test account. Currently, the +tests to do not restore state of the account.* + + +## Documentation and resources + +* [Documentation](https://github.com/microsoftgraph/msgraph-sdk-php/blob/master/docs/index.html) + +* [Wiki](https://github.com/microsoftgraph/msgraph-sdk-php/wiki) + +* [Examples](https://github.com/microsoftgraph/msgraph-sdk-php/wiki/Example-calls) + +* [Microsoft Graph website](https://developer.microsoft.com/en-us/graph/) + +## Issues + +View or log issues on the [Issues](https://github.com/microsoftgraph/msgraph-sdk-php/issues) tab in the repo. + +## Contribute + +Please read our [Contributing](https://github.com/microsoftgraph/msgraph-sdk-php/blob/master/CONTRIBUTING.md) guidelines carefully for advice on how to contribute to this repo. + +## Copyright and license + +Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT [license](LICENSE). + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/vendor/microsoft/microsoft-graph/THIRD PARTY NOTICES b/vendor/microsoft/microsoft-graph/THIRD PARTY NOTICES new file mode 100644 index 000000000..e9a6e84b3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/THIRD PARTY NOTICES @@ -0,0 +1,19 @@ +This file is based on or incorporates material from the projects listed below (Third Party OSS). The original copyright notice and the license under which Microsoft received such Third Party OSS, are set forth below. Such licenses and notices are provided for informational purposes only. Microsoft licenses the Third Party OSS to you under the licensing terms for the Microsoft product or service. Microsoft +reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise. + +guzzlehttp guzzle - 6.3.0 +Copyright (c) 2011-2016 Michael Dowling, https://github.com/mtdowling + +phpdocumentor - 2.9.0 +Copyright (c) 2010 Mike van Riel + +Provided for Informational Purposes Only + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/vendor/microsoft/microsoft-graph/composer.json b/vendor/microsoft/microsoft-graph/composer.json new file mode 100644 index 000000000..80549837e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/composer.json @@ -0,0 +1,29 @@ +{ + "name": "microsoft/microsoft-graph", + "type": "library", + "description": "The Microsoft Graph SDK for PHP", + "homepage": "https://graph.microsoft.io/en-us/", + "license": "MIT", + "authors": [ + { + "name": "Michael Mainer", + "email": "mmainer@microsoft.com", + "role": "Developer" + } + ], + "require": { + "php": "^5.6 || ^7.0", + "guzzlehttp/guzzle": "^6.2" + }, + "require-dev": { + "phpunit/phpunit": "^5.5", + "phpdocumentor/phpdocumentor": "^2.9", + "mikey179/vfsStream": "^1.2" + }, + "autoload": { + "psr-4": { + "Microsoft\\Graph\\": "src/", + "Microsoft\\Graph\\Test\\": "tests/Functional/" + } + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/phpunit.xml b/vendor/microsoft/microsoft-graph/phpunit.xml new file mode 100644 index 000000000..1ed2ecfa8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/phpunit.xml @@ -0,0 +1,17 @@ + + + + + tests + + + + + src + src/Model + + + + + + \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Core/Enum.php b/vendor/microsoft/microsoft-graph/src/Core/Enum.php new file mode 100644 index 000000000..6ff3f6b1b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Core/Enum.php @@ -0,0 +1,104 @@ +_value = $value; + } + + /** + * Check if the enum has the given value + * + * @param string $value + * @return bool the enum has the value + */ + public function has($value) + { + return in_array($value, self::toArray(), true); + } + + /** + * Check if the enum is defined + * + * @param string $value the value of the enum + * + * @return bool True if the value is defined + */ + public function is($value) + { + return $this->_value === $value; + } + + /** + * Create a new class for the enum in question + * + * @return mixed + * @throws \ReflectionException + */ + public function toArray() + { + $class = get_called_class(); + + if (!(array_key_exists($class, self::$constants))) + { + $reflectionObj = new \ReflectionClass($class); + self::$constants[$class] = $reflectionObj->getConstants(); + } + return self::$constants[$class]; + } + + /** + * Get the value of the enum + * + * @return string value of the enum + */ + public function value() + { + return $this->_value; + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Core/GraphConstants.php b/vendor/microsoft/microsoft-graph/src/Core/GraphConstants.php new file mode 100644 index 000000000..70d207602 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Core/GraphConstants.php @@ -0,0 +1,47 @@ +code}]: {$this->message}\n"; + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Graph.php b/vendor/microsoft/microsoft-graph/src/Graph.php new file mode 100644 index 000000000..f4836666c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Graph.php @@ -0,0 +1,172 @@ +_apiVersion = GraphConstants::API_VERSION; + $this->_baseUrl = GraphConstants::REST_ENDPOINT; + } + + /** + * Sets the Base URL to call (defaults to https://graph.microsoft.com) + * + * @param string $baseUrl The URL to call + * + * @return Graph object + */ + public function setBaseUrl($baseUrl) + { + $this->_baseUrl = $baseUrl; + return $this; + } + + /** + * Sets the API version to use, e.g. "beta" (defaults to v1.0) + * + * @param string $apiVersion The API version to use + * + * @return Graph object + */ + public function setApiVersion($apiVersion) + { + $this->_apiVersion = $apiVersion; + return $this; + } + + /** + * Sets the access token. A valid access token is required + * to run queries against Graph + * + * @param string $accessToken The user's access token, retrieved from + * MS auth + * + * @return Graph object + */ + public function setAccessToken($accessToken) + { + $this->_accessToken = $accessToken; + return $this; + } + + /** + * Sets the proxy port. This allows you + * to use tools such as Fiddler to view + * requests and responses made with Guzzle + * + * @param string port The port number to use + * + * @return Graph object + */ + public function setProxyPort($port) + { + $this->_proxyPort = $port; + return $this; + } + + /** + * Creates a new request object with the given Graph information + * + * @param string $requestType The HTTP method to use, e.g. "GET" or "POST" + * @param string $endpoint The Graph endpoint to call + * + * @return GraphRequest The request object, which can be used to + * make queries against Graph + * @throws Exception\GraphException + */ + public function createRequest($requestType, $endpoint) + { + return new GraphRequest( + $requestType, + $endpoint, + $this->_accessToken, + $this->_baseUrl, + $this->_apiVersion, + $this->_proxyPort + ); + } + + /** + * Creates a new collection request object with the given + * Graph information + * + * @param string $requestType The HTTP method to use, e.g. "GET" or "POST" + * @param string $endpoint The Graph endpoint to call + * + * @return GraphCollectionRequest The request object, which can be + * used to make queries against Graph + * @throws Exception\GraphException + */ + public function createCollectionRequest($requestType, $endpoint) + { + return new GraphCollectionRequest( + $requestType, + $endpoint, + $this->_accessToken, + $this->_baseUrl, + $this->_apiVersion, + $this->_proxyPort + ); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Http/GraphCollectionRequest.php b/vendor/microsoft/microsoft-graph/src/Http/GraphCollectionRequest.php new file mode 100644 index 000000000..0034cdc00 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Http/GraphCollectionRequest.php @@ -0,0 +1,243 @@ +end = false; + } + + /** + * Gets the number of entries in the collection + * + * @return int the number of entries + * @throws GraphException + */ + public function count() + { + $query = '$count=true'; + $request = new GraphRequest( + $this->requestType, + $this->endpoint . $this->getConcatenator() . $query, + $this->accessToken, + $this->baseUrl, + $this->apiVersion, + $this->proxyPort + ); + $result = $request->execute()->getBody(); + + if (array_key_exists("@odata.count", $result)) { + return $result['@odata.count']; + } + + /* The $count query parameter for the Graph API + is available on several models but not all */ + trigger_error('Count unavailable for this collection'); + } + + /** + * Sets the number of results to return with each call + * to "getPage()" + * + * @param int $pageSize The page size + * + * @throws GraphException if the requested page size exceeds + * the Graph's defined page size limit + * @return GraphCollectionRequest object + */ + public function setPageSize($pageSize) + { + if ($pageSize > GraphConstants::MAX_PAGE_SIZE) { + throw new GraphException(GraphConstants::MAX_PAGE_SIZE_ERROR); + } + $this->pageSize = $pageSize; + return $this; + } + + /** + * Gets the next page of results + * + * @param bool $prev When true, get the previous page + * + * @return array of objects of class $returnType + * @throws GraphException + */ + public function getPage() + { + $this->setPageCallInfo(); + $response = $this->execute(); + + return $this->processPageCallReturn($response); + } + + /** + * Sets the required query information to get a new page + * + * @param bool $prev Set to true for the previous page + * + * @return GraphCollectionRequest + */ + public function setPageCallInfo() + { + // Store these to add temporary query data to request + $this->originalReturnType = $this->returnType; + + /* This allows processPageCallReturn to receive + all of the response data, not just the objects */ + $this->returnType = null; + + if ($this->end) { + trigger_error('Reached end of collection'); + } + + if ($this->nextLink) { + $baseLength = strlen($this->baseUrl) + strlen($this->apiVersion); + $this->endpoint = substr($this->nextLink, $baseLength); + } else { + // This is the first request to the endpoint + if ($this->pageSize) { + $this->endpoint .= $this->getConcatenator() . '$top=' . $this->pageSize; + } + } + return $this; + } + + /** + * Clean up after making a page call request + * + * @param GraphResponse $response The GraphResponse returned + * after making a page call + * + * @return mixed result of the call, formatted according + * to the returnType set by the user + */ + public function processPageCallReturn($response) + { + $this->nextLink = $response->getNextLink(); + $this->deltaLink = $response->getDeltaLink(); + + /* If no skip token is returned, we have reached the end + of the collection */ + if (!$this->nextLink) { + $this->end = true; + } + + $result = $response->getBody(); + + // Cast as user-defined model + if ($this->originalReturnType) { + $result = $response->getResponseAsObject($this->originalReturnType); + } + + // Restore user-defined parameters + $this->returnType = $this->originalReturnType; + + return $result; + } + + /** + * Gets whether the user has reached the end of the collection + * + * @return bool The end + */ + public function isEnd() + { + return $this->end; + } + + /** + * Gets a delta link to use with subsequent + * calls to /delta + * + * @return string|null The delta link + */ + public function getDeltaLink() + { + return $this->deltaLink; + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Http/GraphRequest.php b/vendor/microsoft/microsoft-graph/src/Http/GraphRequest.php new file mode 100644 index 000000000..efab03b7c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Http/GraphRequest.php @@ -0,0 +1,470 @@ + string) + */ + protected $headers; + /** + * The body of the request (optional) + * + * @var string + */ + protected $requestBody; + /** + * The type of request to make ("GET", "POST", etc.) + * + * @var object + */ + protected $requestType; + /** + * True if the response should be returned as + * a stream + * + * @var bool + */ + protected $returnsStream; + /** + * The return type to cast the response as + * + * @var object + */ + protected $returnType; + /** + * The timeout, in seconds + * + * @var string + */ + protected $timeout; + /** + * The proxy port to use. Null to disable + * + * @var string + */ + protected $proxyPort; + + /** + * Constructs a new Graph Request object + * + * @param string $requestType The HTTP method to use, e.g. "GET" or "POST" + * @param string $endpoint The Graph endpoint to call + * @param string $accessToken A valid access token to validate the Graph call + * @param string $baseUrl The base URL to call + * @param string $apiVersion The API version to use + * @param string $proxyPort The url where to proxy through + * @throws GraphException when no access token is provided + */ + public function __construct($requestType, $endpoint, $accessToken, $baseUrl, $apiVersion, $proxyPort = null) + { + $this->requestType = $requestType; + $this->endpoint = $endpoint; + $this->accessToken = $accessToken; + + if (!$this->accessToken) { + throw new GraphException(GraphConstants::NO_ACCESS_TOKEN); + } + + $this->baseUrl = $baseUrl; + $this->apiVersion = $apiVersion; + $this->timeout = 0; + $this->headers = $this->_getDefaultHeaders(); + $this->proxyPort = $proxyPort; + } + + /** + * Sets a new accessToken + * + * @param string $accessToken A valid access token to validate the Graph call + * + * @return GraphRequest object + */ + public function setAccessToken($accessToken) + { + $this->accessToken = $accessToken; + $this->headers['Authorization'] = 'Bearer ' . $this->accessToken; + return $this; + } + + /** + * Sets the return type of the response object + * + * @param mixed $returnClass The object class to use + * + * @return GraphRequest object + */ + public function setReturnType($returnClass) + { + $this->returnType = $returnClass; + if ($this->returnType == "GuzzleHttp\Psr7\Stream") { + $this->returnsStream = true; + } else { + $this->returnsStream = false; + } + return $this; + } + + /** + * Adds custom headers to the request + * + * @param array $headers An array of custom headers + * + * @return GraphRequest object + */ + public function addHeaders($headers) + { + $this->headers = array_merge($this->headers, $headers); + return $this; + } + + /** + * Get the request headers + * + * @return array of headers + */ + public function getHeaders() + { + return $this->headers; + } + + /** + * Attach a body to the request. Will JSON encode + * any Microsoft\Graph\Model objects as well as arrays + * + * @param mixed $obj The object to include in the request + * + * @return GraphRequest object + */ + public function attachBody($obj) + { + // Attach streams & JSON automatically + if (is_string($obj) || is_a($obj, 'GuzzleHttp\\Psr7\\Stream')) { + $this->requestBody = $obj; + } + // By default, JSON-encode + else { + $this->requestBody = json_encode($obj); + } + return $this; + } + + /** + * Get the body of the request + * + * @return mixed request body of any type + */ + public function getBody() + { + return $this->requestBody; + } + + /** + * Sets the timeout limit of the cURL request + * + * @param string $timeout The timeout in ms + * + * @return GraphRequest object + */ + public function setTimeout($timeout) + { + $this->timeout = $timeout; + return $this; + } + + /** + * Executes the HTTP request using Guzzle + * + * @param mixed $client The client to use in the request + * + * @throws GraphException if response is invalid + * + * @return mixed object or array of objects + * of class $returnType + */ + public function execute($client = null) + { + if (is_null($client)) { + $client = $this->createGuzzleClient(); + } + + $result = $client->request( + $this->requestType, + $this->_getRequestUrl(), + [ + 'body' => $this->requestBody, + 'timeout' => $this->timeout + ] + ); + + // Check to see if returnType is a stream, if so return it immediately + if($this->returnsStream) { + return $result->getBody(); + } + + // Wrap response in GraphResponse layer + $response = new GraphResponse( + $this, + $result->getBody(), + $result->getStatusCode(), + $result->getHeaders() + ); + + // If no return type is specified, return GraphResponse + $returnObj = $response; + + if ($this->returnType) { + $returnObj = $response->getResponseAsObject($this->returnType); + } + return $returnObj; + } + + /** + * Executes the HTTP request asynchronously using Guzzle + * + * @param mixed $client The client to use in the request + * + * @return mixed object or array of objects + * of class $returnType + */ + public function executeAsync($client = null) + { + if (is_null($client)) { + $client = $this->createGuzzleClient(); + } + + $promise = $client->requestAsync( + $this->requestType, + $this->_getRequestUrl(), + [ + 'body' => $this->requestBody, + 'timeout' => $this->timeout + ] + )->then( + // On success, return the result/response + function ($result) { + + // Check to see if returnType is a stream, if so return it immediately + if($this->returnsStream) { + return $result->getBody(); + } + + $response = new GraphResponse( + $this, + $result->getBody(), + $result->getStatusCode(), + $result->getHeaders() + ); + $returnObject = $response; + if ($this->returnType) { + $returnObject = $response->getResponseAsObject( + $this->returnType + ); + } + return $returnObject; + }, + // On fail, log the error and return null + function ($reason) { + trigger_error("Async call failed: " . $reason->getMessage()); + return null; + } + ); + return $promise; + } + + /** + * Download a file from OneDrive to a given location + * + * @param string $path The path to download the file to + * @param mixed $client The client to use in the request + * + * @throws GraphException if file path is invalid + * + * @return null + */ + public function download($path, $client = null) + { + if (is_null($client)) { + $client = $this->createGuzzleClient(); + } + try { + $file = fopen($path, 'w'); + if (!$file) { + throw new GraphException(GraphConstants::INVALID_FILE); + } + + $client->request( + $this->requestType, + $this->_getRequestUrl(), + [ + 'body' => $this->requestBody, + 'sink' => $file + ] + ); + if(is_resource($file)){ + fclose($file); + } + + } catch(GraphException $e) { + throw new GraphException(GraphConstants::INVALID_FILE); + } + + return null; + } + + /** + * Upload a file to OneDrive from a given location + * + * @param string $path The path of the file to upload + * @param mixed $client The client to use in the request + * + * @throws GraphException if file is invalid + * + * @return mixed DriveItem or array of DriveItems + */ + public function upload($path, $client = null) + { + if (is_null($client)) { + $client = $this->createGuzzleClient(); + } + try { + if (file_exists($path) && is_readable($path)) { + $file = fopen($path, 'r'); + $stream = \GuzzleHttp\Psr7\stream_for($file); + $this->requestBody = $stream; + return $this->execute($client); + } else { + throw new GraphException(GraphConstants::INVALID_FILE); + } + } catch(GraphException $e) { + throw new GraphException(GraphConstants::INVALID_FILE); + } + } + + /** + * Get a list of headers for the request + * + * @return array The headers for the request + */ + private function _getDefaultHeaders() + { + $headers = [ + 'Host' => $this->baseUrl, + 'Content-Type' => 'application/json', + 'SdkVersion' => 'Graph-php-' . GraphConstants::SDK_VERSION, + 'Authorization' => 'Bearer ' . $this->accessToken + ]; + return $headers; + } + + /** + * Get the concatenated request URL + * + * @return string request URL + */ + private function _getRequestUrl() + { + //Send request with opaque URL + if (stripos($this->endpoint, "http") === 0) { + return $this->endpoint; + } + + return $this->apiVersion . $this->endpoint; + } + + /** + * Checks whether the endpoint currently contains query + * parameters and returns the relevant concatenator for + * the new query string + * + * @return string "?" or "&" + */ + protected function getConcatenator() + { + if (stripos($this->endpoint, "?") === false) { + return "?"; + } + return "&"; + } + + /** + * Create a new Guzzle client + * To allow for user flexibility, the + * client is not reused. This allows the user + * to set and change headers on a per-request + * basis + * + * If a proxyPort was passed in the constructor, all + * requests will be forwared through this proxy. + * + * @return \GuzzleHttp\Client The new client + */ + protected function createGuzzleClient() + { + $clientSettings = [ + 'base_uri' => $this->baseUrl, + 'headers' => $this->headers + ]; + if ($this->proxyPort !== null) { + $clientSettings['verify'] = false; + $clientSettings['proxy'] = $this->proxyPort; + } + $client = new Client($clientSettings); + + return $client; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Http/GraphResponse.php b/vendor/microsoft/microsoft-graph/src/Http/GraphResponse.php new file mode 100644 index 000000000..4c9b18e89 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Http/GraphResponse.php @@ -0,0 +1,191 @@ +_request = $request; + $this->_body = $body; + $this->_httpStatusCode = $httpStatusCode; + $this->_headers = $headers; + $this->_decodedBody = $this->_decodeBody(); + } + + /** + * Decode the JSON response into an array + * + * @return array The decoded response + */ + private function _decodeBody() + { + $decodedBody = json_decode($this->_body, true); + if ($decodedBody === null) { + $decodedBody = array(); + } + return $decodedBody; + } + + /** + * Get the decoded body of the HTTP response + * + * @return array The decoded body + */ + public function getBody() + { + return $this->_decodedBody; + } + + /** + * Get the undecoded body of the HTTP response + * + * @return array The undecoded body + */ + public function getRawBody() + { + return $this->_body; + } + + /** + * Get the status of the HTTP response + * + * @return string The HTTP status + */ + public function getStatus() + { + return $this->_httpStatusCode; + } + + /** + * Get the headers of the response + * + * @return array The response headers + */ + public function getHeaders() + { + return $this->_headers; + } + + /** + * Converts the response JSON object to a Graph SDK object + * + * @param mixed $returnType The type to convert the object(s) to + * + * @return mixed object or array of objects of type $returnType + */ + public function getResponseAsObject($returnType) + { + $class = $returnType; + $result = $this->getBody(); + + //If more than one object is returned + if (array_key_exists('value', $result)) { + $objArray = array(); + $values = $result['value']; + + //Check that this is an object array instead of a value called "value" + if ($values && is_array($values)) { + foreach ($values as $obj) { + $objArray[] = new $class($obj); + } + } else { + return new $class($result); + } + return $objArray; + } else { + return new $class($result); + } + } + + /** + * Gets the next link of a response object from OData + * If the nextLink is null, there are no more pages + * + * @return string nextLink, if provided + */ + public function getNextLink() + { + if (array_key_exists("@odata.nextLink", $this->getBody())) { + $nextLink = $this->getBody()['@odata.nextLink']; + return $nextLink; + } + return null; + } + + /** + * Gets the delta link of a response object from OData + * If the deltaLink is null, there are more pages in the collection; + * use nextLink to obtain more + * + * @return string|null deltaLink + */ + public function getDeltaLink() + { + if (array_key_exists("@odata.deltaLink", $this->getBody())) { + $deltaLink = $this->getBody()['@odata.deltaLink']; + return $deltaLink; + } + return null; + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AccessAction.php b/vendor/microsoft/microsoft-graph/src/Model/AccessAction.php new file mode 100644 index 000000000..a7784b4dc --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AccessAction.php @@ -0,0 +1,28 @@ +_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\Status")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new Status($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Set by the server. A status code used to identify valid objects. Values: active, updated, deleted, ignored. + * + * @param Status $val The status + * + * @return ActivityHistoryItem + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the activeDurationSeconds + * Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime. + * + * @return int The activeDurationSeconds + */ + public function getActiveDurationSeconds() + { + if (array_key_exists("activeDurationSeconds", $this->_propDict)) { + return $this->_propDict["activeDurationSeconds"]; + } else { + return null; + } + } + + /** + * Sets the activeDurationSeconds + * Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime. + * + * @param int $val The activeDurationSeconds + * + * @return ActivityHistoryItem + */ + public function setActiveDurationSeconds($val) + { + $this->_propDict["activeDurationSeconds"] = intval($val); + return $this; + } + + /** + * Gets the createdDateTime + * Set by the server. DateTime in UTC when the object was created on the server. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Set by the server. DateTime in UTC when the object was created on the server. + * + * @param \DateTime $val The createdDateTime + * + * @return ActivityHistoryItem + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastActiveDateTime + * Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing. + * + * @return \DateTime The lastActiveDateTime + */ + public function getLastActiveDateTime() + { + if (array_key_exists("lastActiveDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastActiveDateTime"], "\DateTime")) { + return $this->_propDict["lastActiveDateTime"]; + } else { + $this->_propDict["lastActiveDateTime"] = new \DateTime($this->_propDict["lastActiveDateTime"]); + return $this->_propDict["lastActiveDateTime"]; + } + } + return null; + } + + /** + * Sets the lastActiveDateTime + * Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing. + * + * @param \DateTime $val The lastActiveDateTime + * + * @return ActivityHistoryItem + */ + public function setLastActiveDateTime($val) + { + $this->_propDict["lastActiveDateTime"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Set by the server. DateTime in UTC when the object was modified on the server. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Set by the server. DateTime in UTC when the object was modified on the server. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return ActivityHistoryItem + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the expirationDateTime + * Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client. + * + * @return \DateTime The expirationDateTime + */ + public function getExpirationDateTime() + { + if (array_key_exists("expirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["expirationDateTime"], "\DateTime")) { + return $this->_propDict["expirationDateTime"]; + } else { + $this->_propDict["expirationDateTime"] = new \DateTime($this->_propDict["expirationDateTime"]); + return $this->_propDict["expirationDateTime"]; + } + } + return null; + } + + /** + * Sets the expirationDateTime + * Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client. + * + * @param \DateTime $val The expirationDateTime + * + * @return ActivityHistoryItem + */ + public function setExpirationDateTime($val) + { + $this->_propDict["expirationDateTime"] = $val; + return $this; + } + + /** + * Gets the startedDateTime + * Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history. + * + * @return \DateTime The startedDateTime + */ + public function getStartedDateTime() + { + if (array_key_exists("startedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["startedDateTime"], "\DateTime")) { + return $this->_propDict["startedDateTime"]; + } else { + $this->_propDict["startedDateTime"] = new \DateTime($this->_propDict["startedDateTime"]); + return $this->_propDict["startedDateTime"]; + } + } + return null; + } + + /** + * Sets the startedDateTime + * Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history. + * + * @param \DateTime $val The startedDateTime + * + * @return ActivityHistoryItem + */ + public function setStartedDateTime($val) + { + $this->_propDict["startedDateTime"] = $val; + return $this; + } + + /** + * Gets the userTimezone + * Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation. + * + * @return string The userTimezone + */ + public function getUserTimezone() + { + if (array_key_exists("userTimezone", $this->_propDict)) { + return $this->_propDict["userTimezone"]; + } else { + return null; + } + } + + /** + * Sets the userTimezone + * Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation. + * + * @param string $val The userTimezone + * + * @return ActivityHistoryItem + */ + public function setUserTimezone($val) + { + $this->_propDict["userTimezone"] = $val; + return $this; + } + + /** + * Gets the activity + * Optional. NavigationProperty/Containment; navigation property to the associated activity. + * + * @return UserActivity The activity + */ + public function getActivity() + { + if (array_key_exists("activity", $this->_propDict)) { + if (is_a($this->_propDict["activity"], "Microsoft\Graph\Model\UserActivity")) { + return $this->_propDict["activity"]; + } else { + $this->_propDict["activity"] = new UserActivity($this->_propDict["activity"]); + return $this->_propDict["activity"]; + } + } + return null; + } + + /** + * Sets the activity + * Optional. NavigationProperty/Containment; navigation property to the associated activity. + * + * @param UserActivity $val The activity + * + * @return ActivityHistoryItem + */ + public function setActivity($val) + { + $this->_propDict["activity"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AdministrativeUnit.php b/vendor/microsoft/microsoft-graph/src/Model/AdministrativeUnit.php new file mode 100644 index 000000000..c43cd2ac3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AdministrativeUnit.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["activityGroupName"]; + } else { + return null; + } + } + + /** + * Sets the activityGroupName + * Name or alias of the activity group (attacker) this alert is attributed to. + * + * @param string $val The activityGroupName + * + * @return Alert + */ + public function setActivityGroupName($val) + { + $this->_propDict["activityGroupName"] = $val; + return $this; + } + + /** + * Gets the assignedTo + * Name of the analyst the alert is assigned to for triage, investigation, or remediation (supports update). + * + * @return string The assignedTo + */ + public function getAssignedTo() + { + if (array_key_exists("assignedTo", $this->_propDict)) { + return $this->_propDict["assignedTo"]; + } else { + return null; + } + } + + /** + * Sets the assignedTo + * Name of the analyst the alert is assigned to for triage, investigation, or remediation (supports update). + * + * @param string $val The assignedTo + * + * @return Alert + */ + public function setAssignedTo($val) + { + $this->_propDict["assignedTo"] = $val; + return $this; + } + + /** + * Gets the azureSubscriptionId + * Azure subscription ID, present if this alert is related to an Azure resource. + * + * @return string The azureSubscriptionId + */ + public function getAzureSubscriptionId() + { + if (array_key_exists("azureSubscriptionId", $this->_propDict)) { + return $this->_propDict["azureSubscriptionId"]; + } else { + return null; + } + } + + /** + * Sets the azureSubscriptionId + * Azure subscription ID, present if this alert is related to an Azure resource. + * + * @param string $val The azureSubscriptionId + * + * @return Alert + */ + public function setAzureSubscriptionId($val) + { + $this->_propDict["azureSubscriptionId"] = $val; + return $this; + } + + /** + * Gets the azureTenantId + * Azure Active Directory tenant ID. Required. + * + * @return string The azureTenantId + */ + public function getAzureTenantId() + { + if (array_key_exists("azureTenantId", $this->_propDict)) { + return $this->_propDict["azureTenantId"]; + } else { + return null; + } + } + + /** + * Sets the azureTenantId + * Azure Active Directory tenant ID. Required. + * + * @param string $val The azureTenantId + * + * @return Alert + */ + public function setAzureTenantId($val) + { + $this->_propDict["azureTenantId"] = $val; + return $this; + } + + /** + * Gets the category + * Category of the alert (for example, credentialTheft, ransomware, etc.). + * + * @return string The category + */ + public function getCategory() + { + if (array_key_exists("category", $this->_propDict)) { + return $this->_propDict["category"]; + } else { + return null; + } + } + + /** + * Sets the category + * Category of the alert (for example, credentialTheft, ransomware, etc.). + * + * @param string $val The category + * + * @return Alert + */ + public function setCategory($val) + { + $this->_propDict["category"] = $val; + return $this; + } + + /** + * Gets the closedDateTime + * Time at which the alert was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' (supports update). + * + * @return \DateTime The closedDateTime + */ + public function getClosedDateTime() + { + if (array_key_exists("closedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["closedDateTime"], "\DateTime")) { + return $this->_propDict["closedDateTime"]; + } else { + $this->_propDict["closedDateTime"] = new \DateTime($this->_propDict["closedDateTime"]); + return $this->_propDict["closedDateTime"]; + } + } + return null; + } + + /** + * Sets the closedDateTime + * Time at which the alert was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' (supports update). + * + * @param \DateTime $val The closedDateTime + * + * @return Alert + */ + public function setClosedDateTime($val) + { + $this->_propDict["closedDateTime"] = $val; + return $this; + } + + + /** + * Gets the cloudAppStates + * Security-related stateful information generated by the provider about the cloud application/s related to this alert. + * + * @return array The cloudAppStates + */ + public function getCloudAppStates() + { + if (array_key_exists("cloudAppStates", $this->_propDict)) { + return $this->_propDict["cloudAppStates"]; + } else { + return null; + } + } + + /** + * Sets the cloudAppStates + * Security-related stateful information generated by the provider about the cloud application/s related to this alert. + * + * @param CloudAppSecurityState $val The cloudAppStates + * + * @return Alert + */ + public function setCloudAppStates($val) + { + $this->_propDict["cloudAppStates"] = $val; + return $this; + } + + /** + * Gets the comments + * Customer-provided comments on alert (for customer alert management) (supports update). + * + * @return string The comments + */ + public function getComments() + { + if (array_key_exists("comments", $this->_propDict)) { + return $this->_propDict["comments"]; + } else { + return null; + } + } + + /** + * Sets the comments + * Customer-provided comments on alert (for customer alert management) (supports update). + * + * @param string $val The comments + * + * @return Alert + */ + public function setComments($val) + { + $this->_propDict["comments"] = $val; + return $this; + } + + /** + * Gets the confidence + * Confidence of the detection logic (percentage between 1-100). + * + * @return int The confidence + */ + public function getConfidence() + { + if (array_key_exists("confidence", $this->_propDict)) { + return $this->_propDict["confidence"]; + } else { + return null; + } + } + + /** + * Sets the confidence + * Confidence of the detection logic (percentage between 1-100). + * + * @param int $val The confidence + * + * @return Alert + */ + public function setConfidence($val) + { + $this->_propDict["confidence"] = intval($val); + return $this; + } + + /** + * Gets the createdDateTime + * Time at which the alert was created by the alert provider. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Time at which the alert was created by the alert provider. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required. + * + * @param \DateTime $val The createdDateTime + * + * @return Alert + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the description + * Alert description. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Alert description. + * + * @param string $val The description + * + * @return Alert + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the detectionIds + * Set of alerts related to this alert entity (each alert is pushed to the SIEM as a separate record). + * + * @return string The detectionIds + */ + public function getDetectionIds() + { + if (array_key_exists("detectionIds", $this->_propDict)) { + return $this->_propDict["detectionIds"]; + } else { + return null; + } + } + + /** + * Sets the detectionIds + * Set of alerts related to this alert entity (each alert is pushed to the SIEM as a separate record). + * + * @param string $val The detectionIds + * + * @return Alert + */ + public function setDetectionIds($val) + { + $this->_propDict["detectionIds"] = $val; + return $this; + } + + /** + * Gets the eventDateTime + * Time at which the event(s) that served as the trigger(s) to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required. + * + * @return \DateTime The eventDateTime + */ + public function getEventDateTime() + { + if (array_key_exists("eventDateTime", $this->_propDict)) { + if (is_a($this->_propDict["eventDateTime"], "\DateTime")) { + return $this->_propDict["eventDateTime"]; + } else { + $this->_propDict["eventDateTime"] = new \DateTime($this->_propDict["eventDateTime"]); + return $this->_propDict["eventDateTime"]; + } + } + return null; + } + + /** + * Sets the eventDateTime + * Time at which the event(s) that served as the trigger(s) to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required. + * + * @param \DateTime $val The eventDateTime + * + * @return Alert + */ + public function setEventDateTime($val) + { + $this->_propDict["eventDateTime"] = $val; + return $this; + } + + /** + * Gets the feedback + * Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. (supports update) + * + * @return AlertFeedback The feedback + */ + public function getFeedback() + { + if (array_key_exists("feedback", $this->_propDict)) { + if (is_a($this->_propDict["feedback"], "Microsoft\Graph\Model\AlertFeedback")) { + return $this->_propDict["feedback"]; + } else { + $this->_propDict["feedback"] = new AlertFeedback($this->_propDict["feedback"]); + return $this->_propDict["feedback"]; + } + } + return null; + } + + /** + * Sets the feedback + * Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. (supports update) + * + * @param AlertFeedback $val The feedback + * + * @return Alert + */ + public function setFeedback($val) + { + $this->_propDict["feedback"] = $val; + return $this; + } + + + /** + * Gets the fileStates + * Security-related stateful information generated by the provider about the file(s) related to this alert. + * + * @return array The fileStates + */ + public function getFileStates() + { + if (array_key_exists("fileStates", $this->_propDict)) { + return $this->_propDict["fileStates"]; + } else { + return null; + } + } + + /** + * Sets the fileStates + * Security-related stateful information generated by the provider about the file(s) related to this alert. + * + * @param FileSecurityState $val The fileStates + * + * @return Alert + */ + public function setFileStates($val) + { + $this->_propDict["fileStates"] = $val; + return $this; + } + + + /** + * Gets the historyStates + * + * @return array The historyStates + */ + public function getHistoryStates() + { + if (array_key_exists("historyStates", $this->_propDict)) { + return $this->_propDict["historyStates"]; + } else { + return null; + } + } + + /** + * Sets the historyStates + * + * @param AlertHistoryState $val The historyStates + * + * @return Alert + */ + public function setHistoryStates($val) + { + $this->_propDict["historyStates"] = $val; + return $this; + } + + + /** + * Gets the hostStates + * Security-related stateful information generated by the provider about the host(s) related to this alert. + * + * @return array The hostStates + */ + public function getHostStates() + { + if (array_key_exists("hostStates", $this->_propDict)) { + return $this->_propDict["hostStates"]; + } else { + return null; + } + } + + /** + * Sets the hostStates + * Security-related stateful information generated by the provider about the host(s) related to this alert. + * + * @param HostSecurityState $val The hostStates + * + * @return Alert + */ + public function setHostStates($val) + { + $this->_propDict["hostStates"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Time at which the alert entity was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Time at which the alert entity was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return Alert + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + + /** + * Gets the malwareStates + * Threat Intelligence pertaining to malware related to this alert. + * + * @return array The malwareStates + */ + public function getMalwareStates() + { + if (array_key_exists("malwareStates", $this->_propDict)) { + return $this->_propDict["malwareStates"]; + } else { + return null; + } + } + + /** + * Sets the malwareStates + * Threat Intelligence pertaining to malware related to this alert. + * + * @param MalwareState $val The malwareStates + * + * @return Alert + */ + public function setMalwareStates($val) + { + $this->_propDict["malwareStates"] = $val; + return $this; + } + + + /** + * Gets the networkConnections + * Security-related stateful information generated by the provider about the network connection(s) related to this alert. + * + * @return array The networkConnections + */ + public function getNetworkConnections() + { + if (array_key_exists("networkConnections", $this->_propDict)) { + return $this->_propDict["networkConnections"]; + } else { + return null; + } + } + + /** + * Sets the networkConnections + * Security-related stateful information generated by the provider about the network connection(s) related to this alert. + * + * @param NetworkConnection $val The networkConnections + * + * @return Alert + */ + public function setNetworkConnections($val) + { + $this->_propDict["networkConnections"] = $val; + return $this; + } + + + /** + * Gets the processes + * Security-related stateful information generated by the provider about the process or processes related to this alert. + * + * @return array The processes + */ + public function getProcesses() + { + if (array_key_exists("processes", $this->_propDict)) { + return $this->_propDict["processes"]; + } else { + return null; + } + } + + /** + * Sets the processes + * Security-related stateful information generated by the provider about the process or processes related to this alert. + * + * @param Process $val The processes + * + * @return Alert + */ + public function setProcesses($val) + { + $this->_propDict["processes"] = $val; + return $this; + } + + /** + * Gets the recommendedActions + * Vendor/provider recommended action(s) to take as a result of the alert (for example, isolate machine, enforce2FA, reimage host). + * + * @return string The recommendedActions + */ + public function getRecommendedActions() + { + if (array_key_exists("recommendedActions", $this->_propDict)) { + return $this->_propDict["recommendedActions"]; + } else { + return null; + } + } + + /** + * Sets the recommendedActions + * Vendor/provider recommended action(s) to take as a result of the alert (for example, isolate machine, enforce2FA, reimage host). + * + * @param string $val The recommendedActions + * + * @return Alert + */ + public function setRecommendedActions($val) + { + $this->_propDict["recommendedActions"] = $val; + return $this; + } + + + /** + * Gets the registryKeyStates + * Security-related stateful information generated by the provider about the registry keys related to this alert. + * + * @return array The registryKeyStates + */ + public function getRegistryKeyStates() + { + if (array_key_exists("registryKeyStates", $this->_propDict)) { + return $this->_propDict["registryKeyStates"]; + } else { + return null; + } + } + + /** + * Sets the registryKeyStates + * Security-related stateful information generated by the provider about the registry keys related to this alert. + * + * @param RegistryKeyState $val The registryKeyStates + * + * @return Alert + */ + public function setRegistryKeyStates($val) + { + $this->_propDict["registryKeyStates"] = $val; + return $this; + } + + /** + * Gets the severity + * Alert severity - set by vendor/provider. Possible values are: unknown, informational, low, medium, high. Required. + * + * @return AlertSeverity The severity + */ + public function getSeverity() + { + if (array_key_exists("severity", $this->_propDict)) { + if (is_a($this->_propDict["severity"], "Microsoft\Graph\Model\AlertSeverity")) { + return $this->_propDict["severity"]; + } else { + $this->_propDict["severity"] = new AlertSeverity($this->_propDict["severity"]); + return $this->_propDict["severity"]; + } + } + return null; + } + + /** + * Sets the severity + * Alert severity - set by vendor/provider. Possible values are: unknown, informational, low, medium, high. Required. + * + * @param AlertSeverity $val The severity + * + * @return Alert + */ + public function setSeverity($val) + { + $this->_propDict["severity"] = $val; + return $this; + } + + /** + * Gets the sourceMaterials + * Hyperlinks (URIs) to the source material related to the alert, for example, provider's user interface for alerts or log search, etc. + * + * @return string The sourceMaterials + */ + public function getSourceMaterials() + { + if (array_key_exists("sourceMaterials", $this->_propDict)) { + return $this->_propDict["sourceMaterials"]; + } else { + return null; + } + } + + /** + * Sets the sourceMaterials + * Hyperlinks (URIs) to the source material related to the alert, for example, provider's user interface for alerts or log search, etc. + * + * @param string $val The sourceMaterials + * + * @return Alert + */ + public function setSourceMaterials($val) + { + $this->_propDict["sourceMaterials"] = $val; + return $this; + } + + /** + * Gets the status + * Alert lifecycle status (stage). Possible values are: unknown, newAlert, inProgress, resolved. (supports update). Required. + * + * @return AlertStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\AlertStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new AlertStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Alert lifecycle status (stage). Possible values are: unknown, newAlert, inProgress, resolved. (supports update). Required. + * + * @param AlertStatus $val The status + * + * @return Alert + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the tags + * User-definable labels that can be applied to an alert and can serve as filter conditions (for example 'HVA', 'SAW', etc.) (supports update). + * + * @return string The tags + */ + public function getTags() + { + if (array_key_exists("tags", $this->_propDict)) { + return $this->_propDict["tags"]; + } else { + return null; + } + } + + /** + * Sets the tags + * User-definable labels that can be applied to an alert and can serve as filter conditions (for example 'HVA', 'SAW', etc.) (supports update). + * + * @param string $val The tags + * + * @return Alert + */ + public function setTags($val) + { + $this->_propDict["tags"] = $val; + return $this; + } + + /** + * Gets the title + * Alert title. Required. + * + * @return string The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * Alert title. Required. + * + * @param string $val The title + * + * @return Alert + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + + + /** + * Gets the triggers + * Security-related information about the specific properties that triggered the alert (properties appearing in the alert). Alerts might contain information about multiple users, hosts, files, ip addresses. This field indicates which properties triggered the alert generation. + * + * @return array The triggers + */ + public function getTriggers() + { + if (array_key_exists("triggers", $this->_propDict)) { + return $this->_propDict["triggers"]; + } else { + return null; + } + } + + /** + * Sets the triggers + * Security-related information about the specific properties that triggered the alert (properties appearing in the alert). Alerts might contain information about multiple users, hosts, files, ip addresses. This field indicates which properties triggered the alert generation. + * + * @param AlertTrigger $val The triggers + * + * @return Alert + */ + public function setTriggers($val) + { + $this->_propDict["triggers"] = $val; + return $this; + } + + + /** + * Gets the userStates + * Security-related stateful information generated by the provider about the user accounts related to this alert. + * + * @return array The userStates + */ + public function getUserStates() + { + if (array_key_exists("userStates", $this->_propDict)) { + return $this->_propDict["userStates"]; + } else { + return null; + } + } + + /** + * Sets the userStates + * Security-related stateful information generated by the provider about the user accounts related to this alert. + * + * @param UserSecurityState $val The userStates + * + * @return Alert + */ + public function setUserStates($val) + { + $this->_propDict["userStates"] = $val; + return $this; + } + + /** + * Gets the vendorInformation + * Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=Windows Defender ATP; subProvider=AppLocker). Required. + * + * @return SecurityVendorInformation The vendorInformation + */ + public function getVendorInformation() + { + if (array_key_exists("vendorInformation", $this->_propDict)) { + if (is_a($this->_propDict["vendorInformation"], "Microsoft\Graph\Model\SecurityVendorInformation")) { + return $this->_propDict["vendorInformation"]; + } else { + $this->_propDict["vendorInformation"] = new SecurityVendorInformation($this->_propDict["vendorInformation"]); + return $this->_propDict["vendorInformation"]; + } + } + return null; + } + + /** + * Sets the vendorInformation + * Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=Windows Defender ATP; subProvider=AppLocker). Required. + * + * @param SecurityVendorInformation $val The vendorInformation + * + * @return Alert + */ + public function setVendorInformation($val) + { + $this->_propDict["vendorInformation"] = $val; + return $this; + } + + + /** + * Gets the vulnerabilityStates + * Threat intelligence pertaining to one or more vulnerabilities related to this alert. + * + * @return array The vulnerabilityStates + */ + public function getVulnerabilityStates() + { + if (array_key_exists("vulnerabilityStates", $this->_propDict)) { + return $this->_propDict["vulnerabilityStates"]; + } else { + return null; + } + } + + /** + * Sets the vulnerabilityStates + * Threat intelligence pertaining to one or more vulnerabilities related to this alert. + * + * @param VulnerabilityState $val The vulnerabilityStates + * + * @return Alert + */ + public function setVulnerabilityStates($val) + { + $this->_propDict["vulnerabilityStates"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AlertFeedback.php b/vendor/microsoft/microsoft-graph/src/Model/AlertFeedback.php new file mode 100644 index 000000000..b6dc4b665 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AlertFeedback.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["appId"]; + } else { + return null; + } + } + + /** + * Sets the appId + * + * @param string $val The value of the appId + * + * @return AlertHistoryState + */ + public function setAppId($val) + { + $this->_propDict["appId"] = $val; + return $this; + } + /** + * Gets the assignedTo + * + * @return string The assignedTo + */ + public function getAssignedTo() + { + if (array_key_exists("assignedTo", $this->_propDict)) { + return $this->_propDict["assignedTo"]; + } else { + return null; + } + } + + /** + * Sets the assignedTo + * + * @param string $val The value of the assignedTo + * + * @return AlertHistoryState + */ + public function setAssignedTo($val) + { + $this->_propDict["assignedTo"] = $val; + return $this; + } + /** + * Gets the comments + * + * @return string The comments + */ + public function getComments() + { + if (array_key_exists("comments", $this->_propDict)) { + return $this->_propDict["comments"]; + } else { + return null; + } + } + + /** + * Sets the comments + * + * @param string $val The value of the comments + * + * @return AlertHistoryState + */ + public function setComments($val) + { + $this->_propDict["comments"] = $val; + return $this; + } + + /** + * Gets the feedback + * + * @return AlertFeedback The feedback + */ + public function getFeedback() + { + if (array_key_exists("feedback", $this->_propDict)) { + if (is_a($this->_propDict["feedback"], "Microsoft\Graph\Model\AlertFeedback")) { + return $this->_propDict["feedback"]; + } else { + $this->_propDict["feedback"] = new AlertFeedback($this->_propDict["feedback"]); + return $this->_propDict["feedback"]; + } + } + return null; + } + + /** + * Sets the feedback + * + * @param AlertFeedback $val The value to assign to the feedback + * + * @return AlertHistoryState The AlertHistoryState + */ + public function setFeedback($val) + { + $this->_propDict["feedback"] = $val; + return $this; + } + + /** + * Gets the status + * + * @return AlertStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\AlertStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new AlertStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * + * @param AlertStatus $val The value to assign to the status + * + * @return AlertHistoryState The AlertHistoryState + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the updatedDateTime + * + * @return \DateTime The updatedDateTime + */ + public function getUpdatedDateTime() + { + if (array_key_exists("updatedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["updatedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["updatedDateTime"]; + } else { + $this->_propDict["updatedDateTime"] = new \DateTime($this->_propDict["updatedDateTime"]); + return $this->_propDict["updatedDateTime"]; + } + } + return null; + } + + /** + * Sets the updatedDateTime + * + * @param \DateTime $val The value to assign to the updatedDateTime + * + * @return AlertHistoryState The AlertHistoryState + */ + public function setUpdatedDateTime($val) + { + $this->_propDict["updatedDateTime"] = $val; + return $this; + } + /** + * Gets the user + * + * @return string The user + */ + public function getUser() + { + if (array_key_exists("user", $this->_propDict)) { + return $this->_propDict["user"]; + } else { + return null; + } + } + + /** + * Sets the user + * + * @param string $val The value of the user + * + * @return AlertHistoryState + */ + public function setUser($val) + { + $this->_propDict["user"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AlertSeverity.php b/vendor/microsoft/microsoft-graph/src/Model/AlertSeverity.php new file mode 100644 index 000000000..34051da05 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AlertSeverity.php @@ -0,0 +1,40 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Name of the property serving as a detection trigger. + * + * @param string $val The value of the name + * + * @return AlertTrigger + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the type + * Type of the property in the key:value pair for interpretation. For example, String, Boolean, etc. + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * Type of the property in the key:value pair for interpretation. For example, String, Boolean, etc. + * + * @param string $val The value of the type + * + * @return AlertTrigger + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the value + * Value of the property serving as a detection trigger. + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Value of the property serving as a detection trigger. + * + * @param string $val The value of the value + * + * @return AlertTrigger + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AllDevicesAssignmentTarget.php b/vendor/microsoft/microsoft-graph/src/Model/AllDevicesAssignmentTarget.php new file mode 100644 index 000000000..cf852bd3e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AllDevicesAssignmentTarget.php @@ -0,0 +1,37 @@ +setODataType("#microsoft.graph.allDevicesAssignmentTarget"); + } + +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AllLicensedUsersAssignmentTarget.php b/vendor/microsoft/microsoft-graph/src/Model/AllLicensedUsersAssignmentTarget.php new file mode 100644 index 000000000..5ad1d48fd --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AllLicensedUsersAssignmentTarget.php @@ -0,0 +1,37 @@ +setODataType("#microsoft.graph.allLicensedUsersAssignmentTarget"); + } + +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AlternativeSecurityId.php b/vendor/microsoft/microsoft-graph/src/Model/AlternativeSecurityId.php new file mode 100644 index 000000000..aafccc899 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AlternativeSecurityId.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * For internal use only + * + * @param int $val The value of the type + * + * @return AlternativeSecurityId + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the identityProvider + * For internal use only + * + * @return string The identityProvider + */ + public function getIdentityProvider() + { + if (array_key_exists("identityProvider", $this->_propDict)) { + return $this->_propDict["identityProvider"]; + } else { + return null; + } + } + + /** + * Sets the identityProvider + * For internal use only + * + * @param string $val The value of the identityProvider + * + * @return AlternativeSecurityId + */ + public function setIdentityProvider($val) + { + $this->_propDict["identityProvider"] = $val; + return $this; + } + + /** + * Gets the key + * For internal use only + * + * @return \GuzzleHttp\Psr7\Stream The key + */ + public function getKey() + { + if (array_key_exists("key", $this->_propDict)) { + if (is_a($this->_propDict["key"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["key"]; + } else { + $this->_propDict["key"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["key"]); + return $this->_propDict["key"]; + } + } + return null; + } + + /** + * Sets the key + * For internal use only + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the key + * + * @return AlternativeSecurityId The AlternativeSecurityId + */ + public function setKey($val) + { + $this->_propDict["key"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidCompliancePolicy.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidCompliancePolicy.php new file mode 100644 index 000000000..192a7f0ce --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidCompliancePolicy.php @@ -0,0 +1,646 @@ +_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Require a password to unlock device. + * + * @param bool $val The passwordRequired + * + * @return AndroidCompliancePolicy + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * Minimum password length. Valid values 4 to 16 + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * Minimum password length. Valid values 4 to 16 + * + * @param int $val The passwordMinimumLength + * + * @return AndroidCompliancePolicy + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * Type of characters in password. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any. + * + * @return AndroidRequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\AndroidRequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new AndroidRequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * Type of characters in password. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any. + * + * @param AndroidRequiredPasswordType $val The passwordRequiredType + * + * @return AndroidCompliancePolicy + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @return int The passwordMinutesOfInactivityBeforeLock + */ + public function getPasswordMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @param int $val The passwordMinutesOfInactivityBeforeLock + * + * @return AndroidCompliancePolicy + */ + public function setPasswordMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 365 + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 365 + * + * @param int $val The passwordExpirationDays + * + * @return AndroidCompliancePolicy + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 1 to 24 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 1 to 24 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return AndroidCompliancePolicy + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the securityPreventInstallAppsFromUnknownSources + * Require that devices disallow installation of apps from unknown sources. + * + * @return bool The securityPreventInstallAppsFromUnknownSources + */ + public function getSecurityPreventInstallAppsFromUnknownSources() + { + if (array_key_exists("securityPreventInstallAppsFromUnknownSources", $this->_propDict)) { + return $this->_propDict["securityPreventInstallAppsFromUnknownSources"]; + } else { + return null; + } + } + + /** + * Sets the securityPreventInstallAppsFromUnknownSources + * Require that devices disallow installation of apps from unknown sources. + * + * @param bool $val The securityPreventInstallAppsFromUnknownSources + * + * @return AndroidCompliancePolicy + */ + public function setSecurityPreventInstallAppsFromUnknownSources($val) + { + $this->_propDict["securityPreventInstallAppsFromUnknownSources"] = boolval($val); + return $this; + } + + /** + * Gets the securityDisableUsbDebugging + * Disable USB debugging on Android devices. + * + * @return bool The securityDisableUsbDebugging + */ + public function getSecurityDisableUsbDebugging() + { + if (array_key_exists("securityDisableUsbDebugging", $this->_propDict)) { + return $this->_propDict["securityDisableUsbDebugging"]; + } else { + return null; + } + } + + /** + * Sets the securityDisableUsbDebugging + * Disable USB debugging on Android devices. + * + * @param bool $val The securityDisableUsbDebugging + * + * @return AndroidCompliancePolicy + */ + public function setSecurityDisableUsbDebugging($val) + { + $this->_propDict["securityDisableUsbDebugging"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireVerifyApps + * Require the Android Verify apps feature is turned on. + * + * @return bool The securityRequireVerifyApps + */ + public function getSecurityRequireVerifyApps() + { + if (array_key_exists("securityRequireVerifyApps", $this->_propDict)) { + return $this->_propDict["securityRequireVerifyApps"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireVerifyApps + * Require the Android Verify apps feature is turned on. + * + * @param bool $val The securityRequireVerifyApps + * + * @return AndroidCompliancePolicy + */ + public function setSecurityRequireVerifyApps($val) + { + $this->_propDict["securityRequireVerifyApps"] = boolval($val); + return $this; + } + + /** + * Gets the deviceThreatProtectionEnabled + * Require that devices have enabled device threat protection. + * + * @return bool The deviceThreatProtectionEnabled + */ + public function getDeviceThreatProtectionEnabled() + { + if (array_key_exists("deviceThreatProtectionEnabled", $this->_propDict)) { + return $this->_propDict["deviceThreatProtectionEnabled"]; + } else { + return null; + } + } + + /** + * Sets the deviceThreatProtectionEnabled + * Require that devices have enabled device threat protection. + * + * @param bool $val The deviceThreatProtectionEnabled + * + * @return AndroidCompliancePolicy + */ + public function setDeviceThreatProtectionEnabled($val) + { + $this->_propDict["deviceThreatProtectionEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the deviceThreatProtectionRequiredSecurityLevel + * Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. + * + * @return DeviceThreatProtectionLevel The deviceThreatProtectionRequiredSecurityLevel + */ + public function getDeviceThreatProtectionRequiredSecurityLevel() + { + if (array_key_exists("deviceThreatProtectionRequiredSecurityLevel", $this->_propDict)) { + if (is_a($this->_propDict["deviceThreatProtectionRequiredSecurityLevel"], "Microsoft\Graph\Model\DeviceThreatProtectionLevel")) { + return $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]; + } else { + $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"] = new DeviceThreatProtectionLevel($this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]); + return $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]; + } + } + return null; + } + + /** + * Sets the deviceThreatProtectionRequiredSecurityLevel + * Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. + * + * @param DeviceThreatProtectionLevel $val The deviceThreatProtectionRequiredSecurityLevel + * + * @return AndroidCompliancePolicy + */ + public function setDeviceThreatProtectionRequiredSecurityLevel($val) + { + $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"] = $val; + return $this; + } + + /** + * Gets the securityBlockJailbrokenDevices + * Devices must not be jailbroken or rooted. + * + * @return bool The securityBlockJailbrokenDevices + */ + public function getSecurityBlockJailbrokenDevices() + { + if (array_key_exists("securityBlockJailbrokenDevices", $this->_propDict)) { + return $this->_propDict["securityBlockJailbrokenDevices"]; + } else { + return null; + } + } + + /** + * Sets the securityBlockJailbrokenDevices + * Devices must not be jailbroken or rooted. + * + * @param bool $val The securityBlockJailbrokenDevices + * + * @return AndroidCompliancePolicy + */ + public function setSecurityBlockJailbrokenDevices($val) + { + $this->_propDict["securityBlockJailbrokenDevices"] = boolval($val); + return $this; + } + + /** + * Gets the osMinimumVersion + * Minimum Android version. + * + * @return string The osMinimumVersion + */ + public function getOsMinimumVersion() + { + if (array_key_exists("osMinimumVersion", $this->_propDict)) { + return $this->_propDict["osMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMinimumVersion + * Minimum Android version. + * + * @param string $val The osMinimumVersion + * + * @return AndroidCompliancePolicy + */ + public function setOsMinimumVersion($val) + { + $this->_propDict["osMinimumVersion"] = $val; + return $this; + } + + /** + * Gets the osMaximumVersion + * Maximum Android version. + * + * @return string The osMaximumVersion + */ + public function getOsMaximumVersion() + { + if (array_key_exists("osMaximumVersion", $this->_propDict)) { + return $this->_propDict["osMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMaximumVersion + * Maximum Android version. + * + * @param string $val The osMaximumVersion + * + * @return AndroidCompliancePolicy + */ + public function setOsMaximumVersion($val) + { + $this->_propDict["osMaximumVersion"] = $val; + return $this; + } + + /** + * Gets the minAndroidSecurityPatchLevel + * Minimum Android security patch level. + * + * @return string The minAndroidSecurityPatchLevel + */ + public function getMinAndroidSecurityPatchLevel() + { + if (array_key_exists("minAndroidSecurityPatchLevel", $this->_propDict)) { + return $this->_propDict["minAndroidSecurityPatchLevel"]; + } else { + return null; + } + } + + /** + * Sets the minAndroidSecurityPatchLevel + * Minimum Android security patch level. + * + * @param string $val The minAndroidSecurityPatchLevel + * + * @return AndroidCompliancePolicy + */ + public function setMinAndroidSecurityPatchLevel($val) + { + $this->_propDict["minAndroidSecurityPatchLevel"] = $val; + return $this; + } + + /** + * Gets the storageRequireEncryption + * Require encryption on Android devices. + * + * @return bool The storageRequireEncryption + */ + public function getStorageRequireEncryption() + { + if (array_key_exists("storageRequireEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireEncryption + * Require encryption on Android devices. + * + * @param bool $val The storageRequireEncryption + * + * @return AndroidCompliancePolicy + */ + public function setStorageRequireEncryption($val) + { + $this->_propDict["storageRequireEncryption"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireSafetyNetAttestationBasicIntegrity + * Require the device to pass the SafetyNet basic integrity check. + * + * @return bool The securityRequireSafetyNetAttestationBasicIntegrity + */ + public function getSecurityRequireSafetyNetAttestationBasicIntegrity() + { + if (array_key_exists("securityRequireSafetyNetAttestationBasicIntegrity", $this->_propDict)) { + return $this->_propDict["securityRequireSafetyNetAttestationBasicIntegrity"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireSafetyNetAttestationBasicIntegrity + * Require the device to pass the SafetyNet basic integrity check. + * + * @param bool $val The securityRequireSafetyNetAttestationBasicIntegrity + * + * @return AndroidCompliancePolicy + */ + public function setSecurityRequireSafetyNetAttestationBasicIntegrity($val) + { + $this->_propDict["securityRequireSafetyNetAttestationBasicIntegrity"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireSafetyNetAttestationCertifiedDevice + * Require the device to pass the SafetyNet certified device check. + * + * @return bool The securityRequireSafetyNetAttestationCertifiedDevice + */ + public function getSecurityRequireSafetyNetAttestationCertifiedDevice() + { + if (array_key_exists("securityRequireSafetyNetAttestationCertifiedDevice", $this->_propDict)) { + return $this->_propDict["securityRequireSafetyNetAttestationCertifiedDevice"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireSafetyNetAttestationCertifiedDevice + * Require the device to pass the SafetyNet certified device check. + * + * @param bool $val The securityRequireSafetyNetAttestationCertifiedDevice + * + * @return AndroidCompliancePolicy + */ + public function setSecurityRequireSafetyNetAttestationCertifiedDevice($val) + { + $this->_propDict["securityRequireSafetyNetAttestationCertifiedDevice"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireGooglePlayServices + * Require Google Play Services to be installed and enabled on the device. + * + * @return bool The securityRequireGooglePlayServices + */ + public function getSecurityRequireGooglePlayServices() + { + if (array_key_exists("securityRequireGooglePlayServices", $this->_propDict)) { + return $this->_propDict["securityRequireGooglePlayServices"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireGooglePlayServices + * Require Google Play Services to be installed and enabled on the device. + * + * @param bool $val The securityRequireGooglePlayServices + * + * @return AndroidCompliancePolicy + */ + public function setSecurityRequireGooglePlayServices($val) + { + $this->_propDict["securityRequireGooglePlayServices"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireUpToDateSecurityProviders + * Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date. + * + * @return bool The securityRequireUpToDateSecurityProviders + */ + public function getSecurityRequireUpToDateSecurityProviders() + { + if (array_key_exists("securityRequireUpToDateSecurityProviders", $this->_propDict)) { + return $this->_propDict["securityRequireUpToDateSecurityProviders"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireUpToDateSecurityProviders + * Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date. + * + * @param bool $val The securityRequireUpToDateSecurityProviders + * + * @return AndroidCompliancePolicy + */ + public function setSecurityRequireUpToDateSecurityProviders($val) + { + $this->_propDict["securityRequireUpToDateSecurityProviders"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireCompanyPortalAppIntegrity + * Require the device to pass the Company Portal client app runtime integrity check. + * + * @return bool The securityRequireCompanyPortalAppIntegrity + */ + public function getSecurityRequireCompanyPortalAppIntegrity() + { + if (array_key_exists("securityRequireCompanyPortalAppIntegrity", $this->_propDict)) { + return $this->_propDict["securityRequireCompanyPortalAppIntegrity"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireCompanyPortalAppIntegrity + * Require the device to pass the Company Portal client app runtime integrity check. + * + * @param bool $val The securityRequireCompanyPortalAppIntegrity + * + * @return AndroidCompliancePolicy + */ + public function setSecurityRequireCompanyPortalAppIntegrity($val) + { + $this->_propDict["securityRequireCompanyPortalAppIntegrity"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidCustomConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidCustomConfiguration.php new file mode 100644 index 000000000..fbaa94d40 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidCustomConfiguration.php @@ -0,0 +1,59 @@ +_propDict)) { + return $this->_propDict["omaSettings"]; + } else { + return null; + } + } + + /** + * Sets the omaSettings + * OMA settings. This collection can contain a maximum of 1000 elements. + * + * @param OmaSetting $val The omaSettings + * + * @return AndroidCustomConfiguration + */ + public function setOmaSettings($val) + { + $this->_propDict["omaSettings"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidGeneralDeviceConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidGeneralDeviceConfiguration.php new file mode 100644 index 000000000..1832aa5a6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidGeneralDeviceConfiguration.php @@ -0,0 +1,1438 @@ +_propDict)) { + return $this->_propDict["appsBlockClipboardSharing"]; + } else { + return null; + } + } + + /** + * Sets the appsBlockClipboardSharing + * Indicates whether or not to block clipboard sharing to copy and paste between applications. + * + * @param bool $val The appsBlockClipboardSharing + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setAppsBlockClipboardSharing($val) + { + $this->_propDict["appsBlockClipboardSharing"] = boolval($val); + return $this; + } + + /** + * Gets the appsBlockCopyPaste + * Indicates whether or not to block copy and paste within applications. + * + * @return bool The appsBlockCopyPaste + */ + public function getAppsBlockCopyPaste() + { + if (array_key_exists("appsBlockCopyPaste", $this->_propDict)) { + return $this->_propDict["appsBlockCopyPaste"]; + } else { + return null; + } + } + + /** + * Sets the appsBlockCopyPaste + * Indicates whether or not to block copy and paste within applications. + * + * @param bool $val The appsBlockCopyPaste + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setAppsBlockCopyPaste($val) + { + $this->_propDict["appsBlockCopyPaste"] = boolval($val); + return $this; + } + + /** + * Gets the appsBlockYouTube + * Indicates whether or not to block the YouTube app. + * + * @return bool The appsBlockYouTube + */ + public function getAppsBlockYouTube() + { + if (array_key_exists("appsBlockYouTube", $this->_propDict)) { + return $this->_propDict["appsBlockYouTube"]; + } else { + return null; + } + } + + /** + * Sets the appsBlockYouTube + * Indicates whether or not to block the YouTube app. + * + * @param bool $val The appsBlockYouTube + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setAppsBlockYouTube($val) + { + $this->_propDict["appsBlockYouTube"] = boolval($val); + return $this; + } + + /** + * Gets the bluetoothBlocked + * Indicates whether or not to block Bluetooth. + * + * @return bool The bluetoothBlocked + */ + public function getBluetoothBlocked() + { + if (array_key_exists("bluetoothBlocked", $this->_propDict)) { + return $this->_propDict["bluetoothBlocked"]; + } else { + return null; + } + } + + /** + * Sets the bluetoothBlocked + * Indicates whether or not to block Bluetooth. + * + * @param bool $val The bluetoothBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setBluetoothBlocked($val) + { + $this->_propDict["bluetoothBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the cameraBlocked + * Indicates whether or not to block the use of the camera. + * + * @return bool The cameraBlocked + */ + public function getCameraBlocked() + { + if (array_key_exists("cameraBlocked", $this->_propDict)) { + return $this->_propDict["cameraBlocked"]; + } else { + return null; + } + } + + /** + * Sets the cameraBlocked + * Indicates whether or not to block the use of the camera. + * + * @param bool $val The cameraBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setCameraBlocked($val) + { + $this->_propDict["cameraBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockDataRoaming + * Indicates whether or not to block data roaming. + * + * @return bool The cellularBlockDataRoaming + */ + public function getCellularBlockDataRoaming() + { + if (array_key_exists("cellularBlockDataRoaming", $this->_propDict)) { + return $this->_propDict["cellularBlockDataRoaming"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockDataRoaming + * Indicates whether or not to block data roaming. + * + * @param bool $val The cellularBlockDataRoaming + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setCellularBlockDataRoaming($val) + { + $this->_propDict["cellularBlockDataRoaming"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockMessaging + * Indicates whether or not to block SMS/MMS messaging. + * + * @return bool The cellularBlockMessaging + */ + public function getCellularBlockMessaging() + { + if (array_key_exists("cellularBlockMessaging", $this->_propDict)) { + return $this->_propDict["cellularBlockMessaging"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockMessaging + * Indicates whether or not to block SMS/MMS messaging. + * + * @param bool $val The cellularBlockMessaging + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setCellularBlockMessaging($val) + { + $this->_propDict["cellularBlockMessaging"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockVoiceRoaming + * Indicates whether or not to block voice roaming. + * + * @return bool The cellularBlockVoiceRoaming + */ + public function getCellularBlockVoiceRoaming() + { + if (array_key_exists("cellularBlockVoiceRoaming", $this->_propDict)) { + return $this->_propDict["cellularBlockVoiceRoaming"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockVoiceRoaming + * Indicates whether or not to block voice roaming. + * + * @param bool $val The cellularBlockVoiceRoaming + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setCellularBlockVoiceRoaming($val) + { + $this->_propDict["cellularBlockVoiceRoaming"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockWiFiTethering + * Indicates whether or not to block syncing Wi-Fi tethering. + * + * @return bool The cellularBlockWiFiTethering + */ + public function getCellularBlockWiFiTethering() + { + if (array_key_exists("cellularBlockWiFiTethering", $this->_propDict)) { + return $this->_propDict["cellularBlockWiFiTethering"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockWiFiTethering + * Indicates whether or not to block syncing Wi-Fi tethering. + * + * @param bool $val The cellularBlockWiFiTethering + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setCellularBlockWiFiTethering($val) + { + $this->_propDict["cellularBlockWiFiTethering"] = boolval($val); + return $this; + } + + + /** + * Gets the compliantAppsList + * List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. + * + * @return array The compliantAppsList + */ + public function getCompliantAppsList() + { + if (array_key_exists("compliantAppsList", $this->_propDict)) { + return $this->_propDict["compliantAppsList"]; + } else { + return null; + } + } + + /** + * Sets the compliantAppsList + * List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. + * + * @param AppListItem $val The compliantAppsList + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setCompliantAppsList($val) + { + $this->_propDict["compliantAppsList"] = $val; + return $this; + } + + /** + * Gets the compliantAppListType + * Type of list that is in the CompliantAppsList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @return AppListType The compliantAppListType + */ + public function getCompliantAppListType() + { + if (array_key_exists("compliantAppListType", $this->_propDict)) { + if (is_a($this->_propDict["compliantAppListType"], "Microsoft\Graph\Model\AppListType")) { + return $this->_propDict["compliantAppListType"]; + } else { + $this->_propDict["compliantAppListType"] = new AppListType($this->_propDict["compliantAppListType"]); + return $this->_propDict["compliantAppListType"]; + } + } + return null; + } + + /** + * Sets the compliantAppListType + * Type of list that is in the CompliantAppsList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @param AppListType $val The compliantAppListType + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setCompliantAppListType($val) + { + $this->_propDict["compliantAppListType"] = $val; + return $this; + } + + /** + * Gets the diagnosticDataBlockSubmission + * Indicates whether or not to block diagnostic data submission. + * + * @return bool The diagnosticDataBlockSubmission + */ + public function getDiagnosticDataBlockSubmission() + { + if (array_key_exists("diagnosticDataBlockSubmission", $this->_propDict)) { + return $this->_propDict["diagnosticDataBlockSubmission"]; + } else { + return null; + } + } + + /** + * Sets the diagnosticDataBlockSubmission + * Indicates whether or not to block diagnostic data submission. + * + * @param bool $val The diagnosticDataBlockSubmission + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setDiagnosticDataBlockSubmission($val) + { + $this->_propDict["diagnosticDataBlockSubmission"] = boolval($val); + return $this; + } + + /** + * Gets the locationServicesBlocked + * Indicates whether or not to block location services. + * + * @return bool The locationServicesBlocked + */ + public function getLocationServicesBlocked() + { + if (array_key_exists("locationServicesBlocked", $this->_propDict)) { + return $this->_propDict["locationServicesBlocked"]; + } else { + return null; + } + } + + /** + * Sets the locationServicesBlocked + * Indicates whether or not to block location services. + * + * @param bool $val The locationServicesBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setLocationServicesBlocked($val) + { + $this->_propDict["locationServicesBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the googleAccountBlockAutoSync + * Indicates whether or not to block Google account auto sync. + * + * @return bool The googleAccountBlockAutoSync + */ + public function getGoogleAccountBlockAutoSync() + { + if (array_key_exists("googleAccountBlockAutoSync", $this->_propDict)) { + return $this->_propDict["googleAccountBlockAutoSync"]; + } else { + return null; + } + } + + /** + * Sets the googleAccountBlockAutoSync + * Indicates whether or not to block Google account auto sync. + * + * @param bool $val The googleAccountBlockAutoSync + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setGoogleAccountBlockAutoSync($val) + { + $this->_propDict["googleAccountBlockAutoSync"] = boolval($val); + return $this; + } + + /** + * Gets the googlePlayStoreBlocked + * Indicates whether or not to block the Google Play store. + * + * @return bool The googlePlayStoreBlocked + */ + public function getGooglePlayStoreBlocked() + { + if (array_key_exists("googlePlayStoreBlocked", $this->_propDict)) { + return $this->_propDict["googlePlayStoreBlocked"]; + } else { + return null; + } + } + + /** + * Sets the googlePlayStoreBlocked + * Indicates whether or not to block the Google Play store. + * + * @param bool $val The googlePlayStoreBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setGooglePlayStoreBlocked($val) + { + $this->_propDict["googlePlayStoreBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeBlockSleepButton + * Indicates whether or not to block the screen sleep button while in Kiosk Mode. + * + * @return bool The kioskModeBlockSleepButton + */ + public function getKioskModeBlockSleepButton() + { + if (array_key_exists("kioskModeBlockSleepButton", $this->_propDict)) { + return $this->_propDict["kioskModeBlockSleepButton"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeBlockSleepButton + * Indicates whether or not to block the screen sleep button while in Kiosk Mode. + * + * @param bool $val The kioskModeBlockSleepButton + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setKioskModeBlockSleepButton($val) + { + $this->_propDict["kioskModeBlockSleepButton"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeBlockVolumeButtons + * Indicates whether or not to block the volume buttons while in Kiosk Mode. + * + * @return bool The kioskModeBlockVolumeButtons + */ + public function getKioskModeBlockVolumeButtons() + { + if (array_key_exists("kioskModeBlockVolumeButtons", $this->_propDict)) { + return $this->_propDict["kioskModeBlockVolumeButtons"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeBlockVolumeButtons + * Indicates whether or not to block the volume buttons while in Kiosk Mode. + * + * @param bool $val The kioskModeBlockVolumeButtons + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setKioskModeBlockVolumeButtons($val) + { + $this->_propDict["kioskModeBlockVolumeButtons"] = boolval($val); + return $this; + } + + + /** + * Gets the kioskModeApps + * A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements. + * + * @return array The kioskModeApps + */ + public function getKioskModeApps() + { + if (array_key_exists("kioskModeApps", $this->_propDict)) { + return $this->_propDict["kioskModeApps"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeApps + * A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements. + * + * @param AppListItem $val The kioskModeApps + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setKioskModeApps($val) + { + $this->_propDict["kioskModeApps"] = $val; + return $this; + } + + /** + * Gets the nfcBlocked + * Indicates whether or not to block Near-Field Communication. + * + * @return bool The nfcBlocked + */ + public function getNfcBlocked() + { + if (array_key_exists("nfcBlocked", $this->_propDict)) { + return $this->_propDict["nfcBlocked"]; + } else { + return null; + } + } + + /** + * Sets the nfcBlocked + * Indicates whether or not to block Near-Field Communication. + * + * @param bool $val The nfcBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setNfcBlocked($val) + { + $this->_propDict["nfcBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the passwordBlockFingerprintUnlock + * Indicates whether or not to block fingerprint unlock. + * + * @return bool The passwordBlockFingerprintUnlock + */ + public function getPasswordBlockFingerprintUnlock() + { + if (array_key_exists("passwordBlockFingerprintUnlock", $this->_propDict)) { + return $this->_propDict["passwordBlockFingerprintUnlock"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockFingerprintUnlock + * Indicates whether or not to block fingerprint unlock. + * + * @param bool $val The passwordBlockFingerprintUnlock + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPasswordBlockFingerprintUnlock($val) + { + $this->_propDict["passwordBlockFingerprintUnlock"] = boolval($val); + return $this; + } + + /** + * Gets the passwordBlockTrustAgents + * Indicates whether or not to block Smart Lock and other trust agents. + * + * @return bool The passwordBlockTrustAgents + */ + public function getPasswordBlockTrustAgents() + { + if (array_key_exists("passwordBlockTrustAgents", $this->_propDict)) { + return $this->_propDict["passwordBlockTrustAgents"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockTrustAgents + * Indicates whether or not to block Smart Lock and other trust agents. + * + * @param bool $val The passwordBlockTrustAgents + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPasswordBlockTrustAgents($val) + { + $this->_propDict["passwordBlockTrustAgents"] = boolval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 365 + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 365 + * + * @param int $val The passwordExpirationDays + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * Minimum length of passwords. Valid values 4 to 16 + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * Minimum length of passwords. Valid values 4 to 16 + * + * @param int $val The passwordMinimumLength + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before the screen times out. + * + * @return int The passwordMinutesOfInactivityBeforeScreenTimeout + */ + public function getPasswordMinutesOfInactivityBeforeScreenTimeout() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before the screen times out. + * + * @param int $val The passwordMinutesOfInactivityBeforeScreenTimeout + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPasswordMinutesOfInactivityBeforeScreenTimeout($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"] = intval($val); + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 0 to 24 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 0 to 24 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordSignInFailureCountBeforeFactoryReset + * Number of sign in failures allowed before factory reset. Valid values 1 to 16 + * + * @return int The passwordSignInFailureCountBeforeFactoryReset + */ + public function getPasswordSignInFailureCountBeforeFactoryReset() + { + if (array_key_exists("passwordSignInFailureCountBeforeFactoryReset", $this->_propDict)) { + return $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"]; + } else { + return null; + } + } + + /** + * Sets the passwordSignInFailureCountBeforeFactoryReset + * Number of sign in failures allowed before factory reset. Valid values 1 to 16 + * + * @param int $val The passwordSignInFailureCountBeforeFactoryReset + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPasswordSignInFailureCountBeforeFactoryReset($val) + { + $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * Type of password that is required. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any. + * + * @return AndroidRequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\AndroidRequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new AndroidRequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * Type of password that is required. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any. + * + * @param AndroidRequiredPasswordType $val The passwordRequiredType + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordRequired + * Indicates whether or not to require a password. + * + * @return bool The passwordRequired + */ + public function getPasswordRequired() + { + if (array_key_exists("passwordRequired", $this->_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Indicates whether or not to require a password. + * + * @param bool $val The passwordRequired + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the powerOffBlocked + * Indicates whether or not to block powering off the device. + * + * @return bool The powerOffBlocked + */ + public function getPowerOffBlocked() + { + if (array_key_exists("powerOffBlocked", $this->_propDict)) { + return $this->_propDict["powerOffBlocked"]; + } else { + return null; + } + } + + /** + * Sets the powerOffBlocked + * Indicates whether or not to block powering off the device. + * + * @param bool $val The powerOffBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setPowerOffBlocked($val) + { + $this->_propDict["powerOffBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the factoryResetBlocked + * Indicates whether or not to block user performing a factory reset. + * + * @return bool The factoryResetBlocked + */ + public function getFactoryResetBlocked() + { + if (array_key_exists("factoryResetBlocked", $this->_propDict)) { + return $this->_propDict["factoryResetBlocked"]; + } else { + return null; + } + } + + /** + * Sets the factoryResetBlocked + * Indicates whether or not to block user performing a factory reset. + * + * @param bool $val The factoryResetBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setFactoryResetBlocked($val) + { + $this->_propDict["factoryResetBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the screenCaptureBlocked + * Indicates whether or not to block screenshots. + * + * @return bool The screenCaptureBlocked + */ + public function getScreenCaptureBlocked() + { + if (array_key_exists("screenCaptureBlocked", $this->_propDict)) { + return $this->_propDict["screenCaptureBlocked"]; + } else { + return null; + } + } + + /** + * Sets the screenCaptureBlocked + * Indicates whether or not to block screenshots. + * + * @param bool $val The screenCaptureBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setScreenCaptureBlocked($val) + { + $this->_propDict["screenCaptureBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the deviceSharingAllowed + * Indicates whether or not to allow device sharing mode. + * + * @return bool The deviceSharingAllowed + */ + public function getDeviceSharingAllowed() + { + if (array_key_exists("deviceSharingAllowed", $this->_propDict)) { + return $this->_propDict["deviceSharingAllowed"]; + } else { + return null; + } + } + + /** + * Sets the deviceSharingAllowed + * Indicates whether or not to allow device sharing mode. + * + * @param bool $val The deviceSharingAllowed + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setDeviceSharingAllowed($val) + { + $this->_propDict["deviceSharingAllowed"] = boolval($val); + return $this; + } + + /** + * Gets the storageBlockGoogleBackup + * Indicates whether or not to block Google Backup. + * + * @return bool The storageBlockGoogleBackup + */ + public function getStorageBlockGoogleBackup() + { + if (array_key_exists("storageBlockGoogleBackup", $this->_propDict)) { + return $this->_propDict["storageBlockGoogleBackup"]; + } else { + return null; + } + } + + /** + * Sets the storageBlockGoogleBackup + * Indicates whether or not to block Google Backup. + * + * @param bool $val The storageBlockGoogleBackup + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setStorageBlockGoogleBackup($val) + { + $this->_propDict["storageBlockGoogleBackup"] = boolval($val); + return $this; + } + + /** + * Gets the storageBlockRemovableStorage + * Indicates whether or not to block removable storage usage. + * + * @return bool The storageBlockRemovableStorage + */ + public function getStorageBlockRemovableStorage() + { + if (array_key_exists("storageBlockRemovableStorage", $this->_propDict)) { + return $this->_propDict["storageBlockRemovableStorage"]; + } else { + return null; + } + } + + /** + * Sets the storageBlockRemovableStorage + * Indicates whether or not to block removable storage usage. + * + * @param bool $val The storageBlockRemovableStorage + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setStorageBlockRemovableStorage($val) + { + $this->_propDict["storageBlockRemovableStorage"] = boolval($val); + return $this; + } + + /** + * Gets the storageRequireDeviceEncryption + * Indicates whether or not to require device encryption. + * + * @return bool The storageRequireDeviceEncryption + */ + public function getStorageRequireDeviceEncryption() + { + if (array_key_exists("storageRequireDeviceEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireDeviceEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireDeviceEncryption + * Indicates whether or not to require device encryption. + * + * @param bool $val The storageRequireDeviceEncryption + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setStorageRequireDeviceEncryption($val) + { + $this->_propDict["storageRequireDeviceEncryption"] = boolval($val); + return $this; + } + + /** + * Gets the storageRequireRemovableStorageEncryption + * Indicates whether or not to require removable storage encryption. + * + * @return bool The storageRequireRemovableStorageEncryption + */ + public function getStorageRequireRemovableStorageEncryption() + { + if (array_key_exists("storageRequireRemovableStorageEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireRemovableStorageEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireRemovableStorageEncryption + * Indicates whether or not to require removable storage encryption. + * + * @param bool $val The storageRequireRemovableStorageEncryption + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setStorageRequireRemovableStorageEncryption($val) + { + $this->_propDict["storageRequireRemovableStorageEncryption"] = boolval($val); + return $this; + } + + /** + * Gets the voiceAssistantBlocked + * Indicates whether or not to block the use of the Voice Assistant. + * + * @return bool The voiceAssistantBlocked + */ + public function getVoiceAssistantBlocked() + { + if (array_key_exists("voiceAssistantBlocked", $this->_propDict)) { + return $this->_propDict["voiceAssistantBlocked"]; + } else { + return null; + } + } + + /** + * Sets the voiceAssistantBlocked + * Indicates whether or not to block the use of the Voice Assistant. + * + * @param bool $val The voiceAssistantBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setVoiceAssistantBlocked($val) + { + $this->_propDict["voiceAssistantBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the voiceDialingBlocked + * Indicates whether or not to block voice dialing. + * + * @return bool The voiceDialingBlocked + */ + public function getVoiceDialingBlocked() + { + if (array_key_exists("voiceDialingBlocked", $this->_propDict)) { + return $this->_propDict["voiceDialingBlocked"]; + } else { + return null; + } + } + + /** + * Sets the voiceDialingBlocked + * Indicates whether or not to block voice dialing. + * + * @param bool $val The voiceDialingBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setVoiceDialingBlocked($val) + { + $this->_propDict["voiceDialingBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the webBrowserBlockPopups + * Indicates whether or not to block popups within the web browser. + * + * @return bool The webBrowserBlockPopups + */ + public function getWebBrowserBlockPopups() + { + if (array_key_exists("webBrowserBlockPopups", $this->_propDict)) { + return $this->_propDict["webBrowserBlockPopups"]; + } else { + return null; + } + } + + /** + * Sets the webBrowserBlockPopups + * Indicates whether or not to block popups within the web browser. + * + * @param bool $val The webBrowserBlockPopups + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setWebBrowserBlockPopups($val) + { + $this->_propDict["webBrowserBlockPopups"] = boolval($val); + return $this; + } + + /** + * Gets the webBrowserBlockAutofill + * Indicates whether or not to block the web browser's auto fill feature. + * + * @return bool The webBrowserBlockAutofill + */ + public function getWebBrowserBlockAutofill() + { + if (array_key_exists("webBrowserBlockAutofill", $this->_propDict)) { + return $this->_propDict["webBrowserBlockAutofill"]; + } else { + return null; + } + } + + /** + * Sets the webBrowserBlockAutofill + * Indicates whether or not to block the web browser's auto fill feature. + * + * @param bool $val The webBrowserBlockAutofill + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setWebBrowserBlockAutofill($val) + { + $this->_propDict["webBrowserBlockAutofill"] = boolval($val); + return $this; + } + + /** + * Gets the webBrowserBlockJavaScript + * Indicates whether or not to block JavaScript within the web browser. + * + * @return bool The webBrowserBlockJavaScript + */ + public function getWebBrowserBlockJavaScript() + { + if (array_key_exists("webBrowserBlockJavaScript", $this->_propDict)) { + return $this->_propDict["webBrowserBlockJavaScript"]; + } else { + return null; + } + } + + /** + * Sets the webBrowserBlockJavaScript + * Indicates whether or not to block JavaScript within the web browser. + * + * @param bool $val The webBrowserBlockJavaScript + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setWebBrowserBlockJavaScript($val) + { + $this->_propDict["webBrowserBlockJavaScript"] = boolval($val); + return $this; + } + + /** + * Gets the webBrowserBlocked + * Indicates whether or not to block the web browser. + * + * @return bool The webBrowserBlocked + */ + public function getWebBrowserBlocked() + { + if (array_key_exists("webBrowserBlocked", $this->_propDict)) { + return $this->_propDict["webBrowserBlocked"]; + } else { + return null; + } + } + + /** + * Sets the webBrowserBlocked + * Indicates whether or not to block the web browser. + * + * @param bool $val The webBrowserBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setWebBrowserBlocked($val) + { + $this->_propDict["webBrowserBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the webBrowserCookieSettings + * Cookie settings within the web browser. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways. + * + * @return WebBrowserCookieSettings The webBrowserCookieSettings + */ + public function getWebBrowserCookieSettings() + { + if (array_key_exists("webBrowserCookieSettings", $this->_propDict)) { + if (is_a($this->_propDict["webBrowserCookieSettings"], "Microsoft\Graph\Model\WebBrowserCookieSettings")) { + return $this->_propDict["webBrowserCookieSettings"]; + } else { + $this->_propDict["webBrowserCookieSettings"] = new WebBrowserCookieSettings($this->_propDict["webBrowserCookieSettings"]); + return $this->_propDict["webBrowserCookieSettings"]; + } + } + return null; + } + + /** + * Sets the webBrowserCookieSettings + * Cookie settings within the web browser. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways. + * + * @param WebBrowserCookieSettings $val The webBrowserCookieSettings + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setWebBrowserCookieSettings($val) + { + $this->_propDict["webBrowserCookieSettings"] = $val; + return $this; + } + + /** + * Gets the wiFiBlocked + * Indicates whether or not to block syncing Wi-Fi. + * + * @return bool The wiFiBlocked + */ + public function getWiFiBlocked() + { + if (array_key_exists("wiFiBlocked", $this->_propDict)) { + return $this->_propDict["wiFiBlocked"]; + } else { + return null; + } + } + + /** + * Sets the wiFiBlocked + * Indicates whether or not to block syncing Wi-Fi. + * + * @param bool $val The wiFiBlocked + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setWiFiBlocked($val) + { + $this->_propDict["wiFiBlocked"] = boolval($val); + return $this; + } + + + /** + * Gets the appsInstallAllowList + * List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements. + * + * @return array The appsInstallAllowList + */ + public function getAppsInstallAllowList() + { + if (array_key_exists("appsInstallAllowList", $this->_propDict)) { + return $this->_propDict["appsInstallAllowList"]; + } else { + return null; + } + } + + /** + * Sets the appsInstallAllowList + * List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements. + * + * @param AppListItem $val The appsInstallAllowList + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setAppsInstallAllowList($val) + { + $this->_propDict["appsInstallAllowList"] = $val; + return $this; + } + + + /** + * Gets the appsLaunchBlockList + * List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements. + * + * @return array The appsLaunchBlockList + */ + public function getAppsLaunchBlockList() + { + if (array_key_exists("appsLaunchBlockList", $this->_propDict)) { + return $this->_propDict["appsLaunchBlockList"]; + } else { + return null; + } + } + + /** + * Sets the appsLaunchBlockList + * List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements. + * + * @param AppListItem $val The appsLaunchBlockList + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setAppsLaunchBlockList($val) + { + $this->_propDict["appsLaunchBlockList"] = $val; + return $this; + } + + + /** + * Gets the appsHideList + * List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements. + * + * @return array The appsHideList + */ + public function getAppsHideList() + { + if (array_key_exists("appsHideList", $this->_propDict)) { + return $this->_propDict["appsHideList"]; + } else { + return null; + } + } + + /** + * Sets the appsHideList + * List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements. + * + * @param AppListItem $val The appsHideList + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setAppsHideList($val) + { + $this->_propDict["appsHideList"] = $val; + return $this; + } + + /** + * Gets the securityRequireVerifyApps + * Require the Android Verify apps feature is turned on. + * + * @return bool The securityRequireVerifyApps + */ + public function getSecurityRequireVerifyApps() + { + if (array_key_exists("securityRequireVerifyApps", $this->_propDict)) { + return $this->_propDict["securityRequireVerifyApps"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireVerifyApps + * Require the Android Verify apps feature is turned on. + * + * @param bool $val The securityRequireVerifyApps + * + * @return AndroidGeneralDeviceConfiguration + */ + public function setSecurityRequireVerifyApps($val) + { + $this->_propDict["securityRequireVerifyApps"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidLobApp.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidLobApp.php new file mode 100644 index 000000000..6778a95b4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidLobApp.php @@ -0,0 +1,149 @@ +_propDict)) { + return $this->_propDict["packageId"]; + } else { + return null; + } + } + + /** + * Sets the packageId + * The package identifier. + * + * @param string $val The packageId + * + * @return AndroidLobApp + */ + public function setPackageId($val) + { + $this->_propDict["packageId"] = $val; + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @return AndroidMinimumOperatingSystem The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\AndroidMinimumOperatingSystem")) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new AndroidMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @param AndroidMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return AndroidLobApp + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + + /** + * Gets the versionName + * The version name of Android Line of Business (LoB) app. + * + * @return string The versionName + */ + public function getVersionName() + { + if (array_key_exists("versionName", $this->_propDict)) { + return $this->_propDict["versionName"]; + } else { + return null; + } + } + + /** + * Sets the versionName + * The version name of Android Line of Business (LoB) app. + * + * @param string $val The versionName + * + * @return AndroidLobApp + */ + public function setVersionName($val) + { + $this->_propDict["versionName"] = $val; + return $this; + } + + /** + * Gets the versionCode + * The version code of Android Line of Business (LoB) app. + * + * @return string The versionCode + */ + public function getVersionCode() + { + if (array_key_exists("versionCode", $this->_propDict)) { + return $this->_propDict["versionCode"]; + } else { + return null; + } + } + + /** + * Sets the versionCode + * The version code of Android Line of Business (LoB) app. + * + * @param string $val The versionCode + * + * @return AndroidLobApp + */ + public function setVersionCode($val) + { + $this->_propDict["versionCode"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidManagedAppProtection.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidManagedAppProtection.php new file mode 100644 index 000000000..288519ab6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidManagedAppProtection.php @@ -0,0 +1,266 @@ +_propDict)) { + return $this->_propDict["screenCaptureBlocked"]; + } else { + return null; + } + } + + /** + * Sets the screenCaptureBlocked + * Indicates whether a managed user can take screen captures of managed apps + * + * @param bool $val The screenCaptureBlocked + * + * @return AndroidManagedAppProtection + */ + public function setScreenCaptureBlocked($val) + { + $this->_propDict["screenCaptureBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the disableAppEncryptionIfDeviceEncryptionIsEnabled + * When this setting is enabled, app level encryption is disabled if device level encryption is enabled + * + * @return bool The disableAppEncryptionIfDeviceEncryptionIsEnabled + */ + public function getDisableAppEncryptionIfDeviceEncryptionIsEnabled() + { + if (array_key_exists("disableAppEncryptionIfDeviceEncryptionIsEnabled", $this->_propDict)) { + return $this->_propDict["disableAppEncryptionIfDeviceEncryptionIsEnabled"]; + } else { + return null; + } + } + + /** + * Sets the disableAppEncryptionIfDeviceEncryptionIsEnabled + * When this setting is enabled, app level encryption is disabled if device level encryption is enabled + * + * @param bool $val The disableAppEncryptionIfDeviceEncryptionIsEnabled + * + * @return AndroidManagedAppProtection + */ + public function setDisableAppEncryptionIfDeviceEncryptionIsEnabled($val) + { + $this->_propDict["disableAppEncryptionIfDeviceEncryptionIsEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the encryptAppData + * Indicates whether application data for managed apps should be encrypted + * + * @return bool The encryptAppData + */ + public function getEncryptAppData() + { + if (array_key_exists("encryptAppData", $this->_propDict)) { + return $this->_propDict["encryptAppData"]; + } else { + return null; + } + } + + /** + * Sets the encryptAppData + * Indicates whether application data for managed apps should be encrypted + * + * @param bool $val The encryptAppData + * + * @return AndroidManagedAppProtection + */ + public function setEncryptAppData($val) + { + $this->_propDict["encryptAppData"] = boolval($val); + return $this; + } + + /** + * Gets the deployedAppCount + * Count of apps to which the current policy is deployed. + * + * @return int The deployedAppCount + */ + public function getDeployedAppCount() + { + if (array_key_exists("deployedAppCount", $this->_propDict)) { + return $this->_propDict["deployedAppCount"]; + } else { + return null; + } + } + + /** + * Sets the deployedAppCount + * Count of apps to which the current policy is deployed. + * + * @param int $val The deployedAppCount + * + * @return AndroidManagedAppProtection + */ + public function setDeployedAppCount($val) + { + $this->_propDict["deployedAppCount"] = intval($val); + return $this; + } + + /** + * Gets the minimumRequiredPatchVersion + * Define the oldest required Android security patch level a user can have to gain secure access to the app. + * + * @return string The minimumRequiredPatchVersion + */ + public function getMinimumRequiredPatchVersion() + { + if (array_key_exists("minimumRequiredPatchVersion", $this->_propDict)) { + return $this->_propDict["minimumRequiredPatchVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumRequiredPatchVersion + * Define the oldest required Android security patch level a user can have to gain secure access to the app. + * + * @param string $val The minimumRequiredPatchVersion + * + * @return AndroidManagedAppProtection + */ + public function setMinimumRequiredPatchVersion($val) + { + $this->_propDict["minimumRequiredPatchVersion"] = $val; + return $this; + } + + /** + * Gets the minimumWarningPatchVersion + * Define the oldest recommended Android security patch level a user can have for secure access to the app. + * + * @return string The minimumWarningPatchVersion + */ + public function getMinimumWarningPatchVersion() + { + if (array_key_exists("minimumWarningPatchVersion", $this->_propDict)) { + return $this->_propDict["minimumWarningPatchVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumWarningPatchVersion + * Define the oldest recommended Android security patch level a user can have for secure access to the app. + * + * @param string $val The minimumWarningPatchVersion + * + * @return AndroidManagedAppProtection + */ + public function setMinimumWarningPatchVersion($val) + { + $this->_propDict["minimumWarningPatchVersion"] = $val; + return $this; + } + + + /** + * Gets the apps + * List of apps to which the policy is deployed. + * + * @return array The apps + */ + public function getApps() + { + if (array_key_exists("apps", $this->_propDict)) { + return $this->_propDict["apps"]; + } else { + return null; + } + } + + /** + * Sets the apps + * List of apps to which the policy is deployed. + * + * @param ManagedMobileApp $val The apps + * + * @return AndroidManagedAppProtection + */ + public function setApps($val) + { + $this->_propDict["apps"] = $val; + return $this; + } + + /** + * Gets the deploymentSummary + * Navigation property to deployment summary of the configuration. + * + * @return ManagedAppPolicyDeploymentSummary The deploymentSummary + */ + public function getDeploymentSummary() + { + if (array_key_exists("deploymentSummary", $this->_propDict)) { + if (is_a($this->_propDict["deploymentSummary"], "Microsoft\Graph\Model\ManagedAppPolicyDeploymentSummary")) { + return $this->_propDict["deploymentSummary"]; + } else { + $this->_propDict["deploymentSummary"] = new ManagedAppPolicyDeploymentSummary($this->_propDict["deploymentSummary"]); + return $this->_propDict["deploymentSummary"]; + } + } + return null; + } + + /** + * Sets the deploymentSummary + * Navigation property to deployment summary of the configuration. + * + * @param ManagedAppPolicyDeploymentSummary $val The deploymentSummary + * + * @return AndroidManagedAppProtection + */ + public function setDeploymentSummary($val) + { + $this->_propDict["deploymentSummary"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidManagedAppRegistration.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidManagedAppRegistration.php new file mode 100644 index 000000000..0bfb5bf20 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidManagedAppRegistration.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["v40"]; + } else { + return null; + } + } + + /** + * Sets the v4_0 + * Version 4.0 or later. + * + * @param bool $val The value of the v4_0 + * + * @return AndroidMinimumOperatingSystem + */ + public function setV4_0($val) + { + $this->_propDict["v40"] = $val; + return $this; + } + /** + * Gets the v4_0_3 + * Version 4.0.3 or later. + * + * @return bool The v4_0_3 + */ + public function getV4_0_3() + { + if (array_key_exists("v403", $this->_propDict)) { + return $this->_propDict["v403"]; + } else { + return null; + } + } + + /** + * Sets the v4_0_3 + * Version 4.0.3 or later. + * + * @param bool $val The value of the v4_0_3 + * + * @return AndroidMinimumOperatingSystem + */ + public function setV4_0_3($val) + { + $this->_propDict["v403"] = $val; + return $this; + } + /** + * Gets the v4_1 + * Version 4.1 or later. + * + * @return bool The v4_1 + */ + public function getV4_1() + { + if (array_key_exists("v41", $this->_propDict)) { + return $this->_propDict["v41"]; + } else { + return null; + } + } + + /** + * Sets the v4_1 + * Version 4.1 or later. + * + * @param bool $val The value of the v4_1 + * + * @return AndroidMinimumOperatingSystem + */ + public function setV4_1($val) + { + $this->_propDict["v41"] = $val; + return $this; + } + /** + * Gets the v4_2 + * Version 4.2 or later. + * + * @return bool The v4_2 + */ + public function getV4_2() + { + if (array_key_exists("v42", $this->_propDict)) { + return $this->_propDict["v42"]; + } else { + return null; + } + } + + /** + * Sets the v4_2 + * Version 4.2 or later. + * + * @param bool $val The value of the v4_2 + * + * @return AndroidMinimumOperatingSystem + */ + public function setV4_2($val) + { + $this->_propDict["v42"] = $val; + return $this; + } + /** + * Gets the v4_3 + * Version 4.3 or later. + * + * @return bool The v4_3 + */ + public function getV4_3() + { + if (array_key_exists("v43", $this->_propDict)) { + return $this->_propDict["v43"]; + } else { + return null; + } + } + + /** + * Sets the v4_3 + * Version 4.3 or later. + * + * @param bool $val The value of the v4_3 + * + * @return AndroidMinimumOperatingSystem + */ + public function setV4_3($val) + { + $this->_propDict["v43"] = $val; + return $this; + } + /** + * Gets the v4_4 + * Version 4.4 or later. + * + * @return bool The v4_4 + */ + public function getV4_4() + { + if (array_key_exists("v44", $this->_propDict)) { + return $this->_propDict["v44"]; + } else { + return null; + } + } + + /** + * Sets the v4_4 + * Version 4.4 or later. + * + * @param bool $val The value of the v4_4 + * + * @return AndroidMinimumOperatingSystem + */ + public function setV4_4($val) + { + $this->_propDict["v44"] = $val; + return $this; + } + /** + * Gets the v5_0 + * Version 5.0 or later. + * + * @return bool The v5_0 + */ + public function getV5_0() + { + if (array_key_exists("v50", $this->_propDict)) { + return $this->_propDict["v50"]; + } else { + return null; + } + } + + /** + * Sets the v5_0 + * Version 5.0 or later. + * + * @param bool $val The value of the v5_0 + * + * @return AndroidMinimumOperatingSystem + */ + public function setV5_0($val) + { + $this->_propDict["v50"] = $val; + return $this; + } + /** + * Gets the v5_1 + * Version 5.1 or later. + * + * @return bool The v5_1 + */ + public function getV5_1() + { + if (array_key_exists("v51", $this->_propDict)) { + return $this->_propDict["v51"]; + } else { + return null; + } + } + + /** + * Sets the v5_1 + * Version 5.1 or later. + * + * @param bool $val The value of the v5_1 + * + * @return AndroidMinimumOperatingSystem + */ + public function setV5_1($val) + { + $this->_propDict["v51"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidMobileAppIdentifier.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidMobileAppIdentifier.php new file mode 100644 index 000000000..f9856b21f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidMobileAppIdentifier.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.androidMobileAppIdentifier"); + } + + /** + * Gets the packageId + * The identifier for an app, as specified in the play store. + * + * @return string The packageId + */ + public function getPackageId() + { + if (array_key_exists("packageId", $this->_propDict)) { + return $this->_propDict["packageId"]; + } else { + return null; + } + } + + /** + * Sets the packageId + * The identifier for an app, as specified in the play store. + * + * @param string $val The value of the packageId + * + * @return AndroidMobileAppIdentifier + */ + public function setPackageId($val) + { + $this->_propDict["packageId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidRequiredPasswordType.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidRequiredPasswordType.php new file mode 100644 index 000000000..5f786e25d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidRequiredPasswordType.php @@ -0,0 +1,42 @@ +_propDict)) { + return $this->_propDict["packageId"]; + } else { + return null; + } + } + + /** + * Sets the packageId + * The package identifier. + * + * @param string $val The packageId + * + * @return AndroidStoreApp + */ + public function setPackageId($val) + { + $this->_propDict["packageId"] = $val; + return $this; + } + + /** + * Gets the appStoreUrl + * The Android app store URL. + * + * @return string The appStoreUrl + */ + public function getAppStoreUrl() + { + if (array_key_exists("appStoreUrl", $this->_propDict)) { + return $this->_propDict["appStoreUrl"]; + } else { + return null; + } + } + + /** + * Sets the appStoreUrl + * The Android app store URL. + * + * @param string $val The appStoreUrl + * + * @return AndroidStoreApp + */ + public function setAppStoreUrl($val) + { + $this->_propDict["appStoreUrl"] = $val; + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @return AndroidMinimumOperatingSystem The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\AndroidMinimumOperatingSystem")) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new AndroidMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @param AndroidMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return AndroidStoreApp + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileCompliancePolicy.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileCompliancePolicy.php new file mode 100644 index 000000000..4ac2df121 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileCompliancePolicy.php @@ -0,0 +1,646 @@ +_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Require a password to unlock device. + * + * @param bool $val The passwordRequired + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * Minimum password length. Valid values 4 to 16 + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * Minimum password length. Valid values 4 to 16 + * + * @param int $val The passwordMinimumLength + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * Type of characters in password. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any. + * + * @return AndroidRequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\AndroidRequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new AndroidRequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * Type of characters in password. Possible values are: deviceDefault, alphabetic, alphanumeric, alphanumericWithSymbols, lowSecurityBiometric, numeric, numericComplex, any. + * + * @param AndroidRequiredPasswordType $val The passwordRequiredType + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @return int The passwordMinutesOfInactivityBeforeLock + */ + public function getPasswordMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @param int $val The passwordMinutesOfInactivityBeforeLock + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setPasswordMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 365 + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 365 + * + * @param int $val The passwordExpirationDays + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 1 to 24 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 1 to 24 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the securityPreventInstallAppsFromUnknownSources + * Require that devices disallow installation of apps from unknown sources. + * + * @return bool The securityPreventInstallAppsFromUnknownSources + */ + public function getSecurityPreventInstallAppsFromUnknownSources() + { + if (array_key_exists("securityPreventInstallAppsFromUnknownSources", $this->_propDict)) { + return $this->_propDict["securityPreventInstallAppsFromUnknownSources"]; + } else { + return null; + } + } + + /** + * Sets the securityPreventInstallAppsFromUnknownSources + * Require that devices disallow installation of apps from unknown sources. + * + * @param bool $val The securityPreventInstallAppsFromUnknownSources + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setSecurityPreventInstallAppsFromUnknownSources($val) + { + $this->_propDict["securityPreventInstallAppsFromUnknownSources"] = boolval($val); + return $this; + } + + /** + * Gets the securityDisableUsbDebugging + * Disable USB debugging on Android devices. + * + * @return bool The securityDisableUsbDebugging + */ + public function getSecurityDisableUsbDebugging() + { + if (array_key_exists("securityDisableUsbDebugging", $this->_propDict)) { + return $this->_propDict["securityDisableUsbDebugging"]; + } else { + return null; + } + } + + /** + * Sets the securityDisableUsbDebugging + * Disable USB debugging on Android devices. + * + * @param bool $val The securityDisableUsbDebugging + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setSecurityDisableUsbDebugging($val) + { + $this->_propDict["securityDisableUsbDebugging"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireVerifyApps + * Require the Android Verify apps feature is turned on. + * + * @return bool The securityRequireVerifyApps + */ + public function getSecurityRequireVerifyApps() + { + if (array_key_exists("securityRequireVerifyApps", $this->_propDict)) { + return $this->_propDict["securityRequireVerifyApps"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireVerifyApps + * Require the Android Verify apps feature is turned on. + * + * @param bool $val The securityRequireVerifyApps + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setSecurityRequireVerifyApps($val) + { + $this->_propDict["securityRequireVerifyApps"] = boolval($val); + return $this; + } + + /** + * Gets the deviceThreatProtectionEnabled + * Require that devices have enabled device threat protection. + * + * @return bool The deviceThreatProtectionEnabled + */ + public function getDeviceThreatProtectionEnabled() + { + if (array_key_exists("deviceThreatProtectionEnabled", $this->_propDict)) { + return $this->_propDict["deviceThreatProtectionEnabled"]; + } else { + return null; + } + } + + /** + * Sets the deviceThreatProtectionEnabled + * Require that devices have enabled device threat protection. + * + * @param bool $val The deviceThreatProtectionEnabled + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setDeviceThreatProtectionEnabled($val) + { + $this->_propDict["deviceThreatProtectionEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the deviceThreatProtectionRequiredSecurityLevel + * Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. + * + * @return DeviceThreatProtectionLevel The deviceThreatProtectionRequiredSecurityLevel + */ + public function getDeviceThreatProtectionRequiredSecurityLevel() + { + if (array_key_exists("deviceThreatProtectionRequiredSecurityLevel", $this->_propDict)) { + if (is_a($this->_propDict["deviceThreatProtectionRequiredSecurityLevel"], "Microsoft\Graph\Model\DeviceThreatProtectionLevel")) { + return $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]; + } else { + $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"] = new DeviceThreatProtectionLevel($this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]); + return $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]; + } + } + return null; + } + + /** + * Sets the deviceThreatProtectionRequiredSecurityLevel + * Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. + * + * @param DeviceThreatProtectionLevel $val The deviceThreatProtectionRequiredSecurityLevel + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setDeviceThreatProtectionRequiredSecurityLevel($val) + { + $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"] = $val; + return $this; + } + + /** + * Gets the securityBlockJailbrokenDevices + * Devices must not be jailbroken or rooted. + * + * @return bool The securityBlockJailbrokenDevices + */ + public function getSecurityBlockJailbrokenDevices() + { + if (array_key_exists("securityBlockJailbrokenDevices", $this->_propDict)) { + return $this->_propDict["securityBlockJailbrokenDevices"]; + } else { + return null; + } + } + + /** + * Sets the securityBlockJailbrokenDevices + * Devices must not be jailbroken or rooted. + * + * @param bool $val The securityBlockJailbrokenDevices + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setSecurityBlockJailbrokenDevices($val) + { + $this->_propDict["securityBlockJailbrokenDevices"] = boolval($val); + return $this; + } + + /** + * Gets the osMinimumVersion + * Minimum Android version. + * + * @return string The osMinimumVersion + */ + public function getOsMinimumVersion() + { + if (array_key_exists("osMinimumVersion", $this->_propDict)) { + return $this->_propDict["osMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMinimumVersion + * Minimum Android version. + * + * @param string $val The osMinimumVersion + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setOsMinimumVersion($val) + { + $this->_propDict["osMinimumVersion"] = $val; + return $this; + } + + /** + * Gets the osMaximumVersion + * Maximum Android version. + * + * @return string The osMaximumVersion + */ + public function getOsMaximumVersion() + { + if (array_key_exists("osMaximumVersion", $this->_propDict)) { + return $this->_propDict["osMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMaximumVersion + * Maximum Android version. + * + * @param string $val The osMaximumVersion + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setOsMaximumVersion($val) + { + $this->_propDict["osMaximumVersion"] = $val; + return $this; + } + + /** + * Gets the minAndroidSecurityPatchLevel + * Minimum Android security patch level. + * + * @return string The minAndroidSecurityPatchLevel + */ + public function getMinAndroidSecurityPatchLevel() + { + if (array_key_exists("minAndroidSecurityPatchLevel", $this->_propDict)) { + return $this->_propDict["minAndroidSecurityPatchLevel"]; + } else { + return null; + } + } + + /** + * Sets the minAndroidSecurityPatchLevel + * Minimum Android security patch level. + * + * @param string $val The minAndroidSecurityPatchLevel + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setMinAndroidSecurityPatchLevel($val) + { + $this->_propDict["minAndroidSecurityPatchLevel"] = $val; + return $this; + } + + /** + * Gets the storageRequireEncryption + * Require encryption on Android devices. + * + * @return bool The storageRequireEncryption + */ + public function getStorageRequireEncryption() + { + if (array_key_exists("storageRequireEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireEncryption + * Require encryption on Android devices. + * + * @param bool $val The storageRequireEncryption + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setStorageRequireEncryption($val) + { + $this->_propDict["storageRequireEncryption"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireSafetyNetAttestationBasicIntegrity + * Require the device to pass the SafetyNet basic integrity check. + * + * @return bool The securityRequireSafetyNetAttestationBasicIntegrity + */ + public function getSecurityRequireSafetyNetAttestationBasicIntegrity() + { + if (array_key_exists("securityRequireSafetyNetAttestationBasicIntegrity", $this->_propDict)) { + return $this->_propDict["securityRequireSafetyNetAttestationBasicIntegrity"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireSafetyNetAttestationBasicIntegrity + * Require the device to pass the SafetyNet basic integrity check. + * + * @param bool $val The securityRequireSafetyNetAttestationBasicIntegrity + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setSecurityRequireSafetyNetAttestationBasicIntegrity($val) + { + $this->_propDict["securityRequireSafetyNetAttestationBasicIntegrity"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireSafetyNetAttestationCertifiedDevice + * Require the device to pass the SafetyNet certified device check. + * + * @return bool The securityRequireSafetyNetAttestationCertifiedDevice + */ + public function getSecurityRequireSafetyNetAttestationCertifiedDevice() + { + if (array_key_exists("securityRequireSafetyNetAttestationCertifiedDevice", $this->_propDict)) { + return $this->_propDict["securityRequireSafetyNetAttestationCertifiedDevice"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireSafetyNetAttestationCertifiedDevice + * Require the device to pass the SafetyNet certified device check. + * + * @param bool $val The securityRequireSafetyNetAttestationCertifiedDevice + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setSecurityRequireSafetyNetAttestationCertifiedDevice($val) + { + $this->_propDict["securityRequireSafetyNetAttestationCertifiedDevice"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireGooglePlayServices + * Require Google Play Services to be installed and enabled on the device. + * + * @return bool The securityRequireGooglePlayServices + */ + public function getSecurityRequireGooglePlayServices() + { + if (array_key_exists("securityRequireGooglePlayServices", $this->_propDict)) { + return $this->_propDict["securityRequireGooglePlayServices"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireGooglePlayServices + * Require Google Play Services to be installed and enabled on the device. + * + * @param bool $val The securityRequireGooglePlayServices + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setSecurityRequireGooglePlayServices($val) + { + $this->_propDict["securityRequireGooglePlayServices"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireUpToDateSecurityProviders + * Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date. + * + * @return bool The securityRequireUpToDateSecurityProviders + */ + public function getSecurityRequireUpToDateSecurityProviders() + { + if (array_key_exists("securityRequireUpToDateSecurityProviders", $this->_propDict)) { + return $this->_propDict["securityRequireUpToDateSecurityProviders"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireUpToDateSecurityProviders + * Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date. + * + * @param bool $val The securityRequireUpToDateSecurityProviders + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setSecurityRequireUpToDateSecurityProviders($val) + { + $this->_propDict["securityRequireUpToDateSecurityProviders"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireCompanyPortalAppIntegrity + * Require the device to pass the Company Portal client app runtime integrity check. + * + * @return bool The securityRequireCompanyPortalAppIntegrity + */ + public function getSecurityRequireCompanyPortalAppIntegrity() + { + if (array_key_exists("securityRequireCompanyPortalAppIntegrity", $this->_propDict)) { + return $this->_propDict["securityRequireCompanyPortalAppIntegrity"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireCompanyPortalAppIntegrity + * Require the device to pass the Company Portal client app runtime integrity check. + * + * @param bool $val The securityRequireCompanyPortalAppIntegrity + * + * @return AndroidWorkProfileCompliancePolicy + */ + public function setSecurityRequireCompanyPortalAppIntegrity($val) + { + $this->_propDict["securityRequireCompanyPortalAppIntegrity"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileCrossProfileDataSharingType.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileCrossProfileDataSharingType.php new file mode 100644 index 000000000..23ef0ff9e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileCrossProfileDataSharingType.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["omaSettings"]; + } else { + return null; + } + } + + /** + * Sets the omaSettings + * OMA settings. This collection can contain a maximum of 500 elements. + * + * @param OmaSetting $val The omaSettings + * + * @return AndroidWorkProfileCustomConfiguration + */ + public function setOmaSettings($val) + { + $this->_propDict["omaSettings"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileDefaultAppPermissionPolicyType.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileDefaultAppPermissionPolicyType.php new file mode 100644 index 000000000..86bf71594 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileDefaultAppPermissionPolicyType.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["passwordBlockFingerprintUnlock"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockFingerprintUnlock + * Indicates whether or not to block fingerprint unlock. + * + * @param bool $val The passwordBlockFingerprintUnlock + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setPasswordBlockFingerprintUnlock($val) + { + $this->_propDict["passwordBlockFingerprintUnlock"] = boolval($val); + return $this; + } + + /** + * Gets the passwordBlockTrustAgents + * Indicates whether or not to block Smart Lock and other trust agents. + * + * @return bool The passwordBlockTrustAgents + */ + public function getPasswordBlockTrustAgents() + { + if (array_key_exists("passwordBlockTrustAgents", $this->_propDict)) { + return $this->_propDict["passwordBlockTrustAgents"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockTrustAgents + * Indicates whether or not to block Smart Lock and other trust agents. + * + * @param bool $val The passwordBlockTrustAgents + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setPasswordBlockTrustAgents($val) + { + $this->_propDict["passwordBlockTrustAgents"] = boolval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 365 + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 365 + * + * @param int $val The passwordExpirationDays + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * Minimum length of passwords. Valid values 4 to 16 + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * Minimum length of passwords. Valid values 4 to 16 + * + * @param int $val The passwordMinimumLength + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before the screen times out. + * + * @return int The passwordMinutesOfInactivityBeforeScreenTimeout + */ + public function getPasswordMinutesOfInactivityBeforeScreenTimeout() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before the screen times out. + * + * @param int $val The passwordMinutesOfInactivityBeforeScreenTimeout + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setPasswordMinutesOfInactivityBeforeScreenTimeout($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"] = intval($val); + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 0 to 24 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 0 to 24 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordSignInFailureCountBeforeFactoryReset + * Number of sign in failures allowed before factory reset. Valid values 1 to 16 + * + * @return int The passwordSignInFailureCountBeforeFactoryReset + */ + public function getPasswordSignInFailureCountBeforeFactoryReset() + { + if (array_key_exists("passwordSignInFailureCountBeforeFactoryReset", $this->_propDict)) { + return $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"]; + } else { + return null; + } + } + + /** + * Sets the passwordSignInFailureCountBeforeFactoryReset + * Number of sign in failures allowed before factory reset. Valid values 1 to 16 + * + * @param int $val The passwordSignInFailureCountBeforeFactoryReset + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setPasswordSignInFailureCountBeforeFactoryReset($val) + { + $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * Type of password that is required. Possible values are: deviceDefault, lowSecurityBiometric, required, atLeastNumeric, numericComplex, atLeastAlphabetic, atLeastAlphanumeric, alphanumericWithSymbols. + * + * @return AndroidWorkProfileRequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\AndroidWorkProfileRequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new AndroidWorkProfileRequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * Type of password that is required. Possible values are: deviceDefault, lowSecurityBiometric, required, atLeastNumeric, numericComplex, atLeastAlphabetic, atLeastAlphanumeric, alphanumericWithSymbols. + * + * @param AndroidWorkProfileRequiredPasswordType $val The passwordRequiredType + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the workProfileDataSharingType + * Type of data sharing that is allowed. Possible values are: deviceDefault, preventAny, allowPersonalToWork, noRestrictions. + * + * @return AndroidWorkProfileCrossProfileDataSharingType The workProfileDataSharingType + */ + public function getWorkProfileDataSharingType() + { + if (array_key_exists("workProfileDataSharingType", $this->_propDict)) { + if (is_a($this->_propDict["workProfileDataSharingType"], "Microsoft\Graph\Model\AndroidWorkProfileCrossProfileDataSharingType")) { + return $this->_propDict["workProfileDataSharingType"]; + } else { + $this->_propDict["workProfileDataSharingType"] = new AndroidWorkProfileCrossProfileDataSharingType($this->_propDict["workProfileDataSharingType"]); + return $this->_propDict["workProfileDataSharingType"]; + } + } + return null; + } + + /** + * Sets the workProfileDataSharingType + * Type of data sharing that is allowed. Possible values are: deviceDefault, preventAny, allowPersonalToWork, noRestrictions. + * + * @param AndroidWorkProfileCrossProfileDataSharingType $val The workProfileDataSharingType + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileDataSharingType($val) + { + $this->_propDict["workProfileDataSharingType"] = $val; + return $this; + } + + /** + * Gets the workProfileBlockNotificationsWhileDeviceLocked + * Indicates whether or not to block notifications while device locked. + * + * @return bool The workProfileBlockNotificationsWhileDeviceLocked + */ + public function getWorkProfileBlockNotificationsWhileDeviceLocked() + { + if (array_key_exists("workProfileBlockNotificationsWhileDeviceLocked", $this->_propDict)) { + return $this->_propDict["workProfileBlockNotificationsWhileDeviceLocked"]; + } else { + return null; + } + } + + /** + * Sets the workProfileBlockNotificationsWhileDeviceLocked + * Indicates whether or not to block notifications while device locked. + * + * @param bool $val The workProfileBlockNotificationsWhileDeviceLocked + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileBlockNotificationsWhileDeviceLocked($val) + { + $this->_propDict["workProfileBlockNotificationsWhileDeviceLocked"] = boolval($val); + return $this; + } + + /** + * Gets the workProfileBlockAddingAccounts + * Block users from adding/removing accounts in work profile. + * + * @return bool The workProfileBlockAddingAccounts + */ + public function getWorkProfileBlockAddingAccounts() + { + if (array_key_exists("workProfileBlockAddingAccounts", $this->_propDict)) { + return $this->_propDict["workProfileBlockAddingAccounts"]; + } else { + return null; + } + } + + /** + * Sets the workProfileBlockAddingAccounts + * Block users from adding/removing accounts in work profile. + * + * @param bool $val The workProfileBlockAddingAccounts + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileBlockAddingAccounts($val) + { + $this->_propDict["workProfileBlockAddingAccounts"] = boolval($val); + return $this; + } + + /** + * Gets the workProfileBluetoothEnableContactSharing + * Allow bluetooth devices to access enterprise contacts. + * + * @return bool The workProfileBluetoothEnableContactSharing + */ + public function getWorkProfileBluetoothEnableContactSharing() + { + if (array_key_exists("workProfileBluetoothEnableContactSharing", $this->_propDict)) { + return $this->_propDict["workProfileBluetoothEnableContactSharing"]; + } else { + return null; + } + } + + /** + * Sets the workProfileBluetoothEnableContactSharing + * Allow bluetooth devices to access enterprise contacts. + * + * @param bool $val The workProfileBluetoothEnableContactSharing + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileBluetoothEnableContactSharing($val) + { + $this->_propDict["workProfileBluetoothEnableContactSharing"] = boolval($val); + return $this; + } + + /** + * Gets the workProfileBlockScreenCapture + * Block screen capture in work profile. + * + * @return bool The workProfileBlockScreenCapture + */ + public function getWorkProfileBlockScreenCapture() + { + if (array_key_exists("workProfileBlockScreenCapture", $this->_propDict)) { + return $this->_propDict["workProfileBlockScreenCapture"]; + } else { + return null; + } + } + + /** + * Sets the workProfileBlockScreenCapture + * Block screen capture in work profile. + * + * @param bool $val The workProfileBlockScreenCapture + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileBlockScreenCapture($val) + { + $this->_propDict["workProfileBlockScreenCapture"] = boolval($val); + return $this; + } + + /** + * Gets the workProfileBlockCrossProfileCallerId + * Block display work profile caller ID in personal profile. + * + * @return bool The workProfileBlockCrossProfileCallerId + */ + public function getWorkProfileBlockCrossProfileCallerId() + { + if (array_key_exists("workProfileBlockCrossProfileCallerId", $this->_propDict)) { + return $this->_propDict["workProfileBlockCrossProfileCallerId"]; + } else { + return null; + } + } + + /** + * Sets the workProfileBlockCrossProfileCallerId + * Block display work profile caller ID in personal profile. + * + * @param bool $val The workProfileBlockCrossProfileCallerId + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileBlockCrossProfileCallerId($val) + { + $this->_propDict["workProfileBlockCrossProfileCallerId"] = boolval($val); + return $this; + } + + /** + * Gets the workProfileBlockCamera + * Block work profile camera. + * + * @return bool The workProfileBlockCamera + */ + public function getWorkProfileBlockCamera() + { + if (array_key_exists("workProfileBlockCamera", $this->_propDict)) { + return $this->_propDict["workProfileBlockCamera"]; + } else { + return null; + } + } + + /** + * Sets the workProfileBlockCamera + * Block work profile camera. + * + * @param bool $val The workProfileBlockCamera + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileBlockCamera($val) + { + $this->_propDict["workProfileBlockCamera"] = boolval($val); + return $this; + } + + /** + * Gets the workProfileBlockCrossProfileContactsSearch + * Block work profile contacts availability in personal profile. + * + * @return bool The workProfileBlockCrossProfileContactsSearch + */ + public function getWorkProfileBlockCrossProfileContactsSearch() + { + if (array_key_exists("workProfileBlockCrossProfileContactsSearch", $this->_propDict)) { + return $this->_propDict["workProfileBlockCrossProfileContactsSearch"]; + } else { + return null; + } + } + + /** + * Sets the workProfileBlockCrossProfileContactsSearch + * Block work profile contacts availability in personal profile. + * + * @param bool $val The workProfileBlockCrossProfileContactsSearch + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileBlockCrossProfileContactsSearch($val) + { + $this->_propDict["workProfileBlockCrossProfileContactsSearch"] = boolval($val); + return $this; + } + + /** + * Gets the workProfileBlockCrossProfileCopyPaste + * Boolean that indicates if the setting disallow cross profile copy/paste is enabled. + * + * @return bool The workProfileBlockCrossProfileCopyPaste + */ + public function getWorkProfileBlockCrossProfileCopyPaste() + { + if (array_key_exists("workProfileBlockCrossProfileCopyPaste", $this->_propDict)) { + return $this->_propDict["workProfileBlockCrossProfileCopyPaste"]; + } else { + return null; + } + } + + /** + * Sets the workProfileBlockCrossProfileCopyPaste + * Boolean that indicates if the setting disallow cross profile copy/paste is enabled. + * + * @param bool $val The workProfileBlockCrossProfileCopyPaste + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileBlockCrossProfileCopyPaste($val) + { + $this->_propDict["workProfileBlockCrossProfileCopyPaste"] = boolval($val); + return $this; + } + + /** + * Gets the workProfileDefaultAppPermissionPolicy + * Type of password that is required. Possible values are: deviceDefault, prompt, autoGrant, autoDeny. + * + * @return AndroidWorkProfileDefaultAppPermissionPolicyType The workProfileDefaultAppPermissionPolicy + */ + public function getWorkProfileDefaultAppPermissionPolicy() + { + if (array_key_exists("workProfileDefaultAppPermissionPolicy", $this->_propDict)) { + if (is_a($this->_propDict["workProfileDefaultAppPermissionPolicy"], "Microsoft\Graph\Model\AndroidWorkProfileDefaultAppPermissionPolicyType")) { + return $this->_propDict["workProfileDefaultAppPermissionPolicy"]; + } else { + $this->_propDict["workProfileDefaultAppPermissionPolicy"] = new AndroidWorkProfileDefaultAppPermissionPolicyType($this->_propDict["workProfileDefaultAppPermissionPolicy"]); + return $this->_propDict["workProfileDefaultAppPermissionPolicy"]; + } + } + return null; + } + + /** + * Sets the workProfileDefaultAppPermissionPolicy + * Type of password that is required. Possible values are: deviceDefault, prompt, autoGrant, autoDeny. + * + * @param AndroidWorkProfileDefaultAppPermissionPolicyType $val The workProfileDefaultAppPermissionPolicy + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileDefaultAppPermissionPolicy($val) + { + $this->_propDict["workProfileDefaultAppPermissionPolicy"] = $val; + return $this; + } + + /** + * Gets the workProfilePasswordBlockFingerprintUnlock + * Indicates whether or not to block fingerprint unlock for work profile. + * + * @return bool The workProfilePasswordBlockFingerprintUnlock + */ + public function getWorkProfilePasswordBlockFingerprintUnlock() + { + if (array_key_exists("workProfilePasswordBlockFingerprintUnlock", $this->_propDict)) { + return $this->_propDict["workProfilePasswordBlockFingerprintUnlock"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordBlockFingerprintUnlock + * Indicates whether or not to block fingerprint unlock for work profile. + * + * @param bool $val The workProfilePasswordBlockFingerprintUnlock + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordBlockFingerprintUnlock($val) + { + $this->_propDict["workProfilePasswordBlockFingerprintUnlock"] = boolval($val); + return $this; + } + + /** + * Gets the workProfilePasswordBlockTrustAgents + * Indicates whether or not to block Smart Lock and other trust agents for work profile. + * + * @return bool The workProfilePasswordBlockTrustAgents + */ + public function getWorkProfilePasswordBlockTrustAgents() + { + if (array_key_exists("workProfilePasswordBlockTrustAgents", $this->_propDict)) { + return $this->_propDict["workProfilePasswordBlockTrustAgents"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordBlockTrustAgents + * Indicates whether or not to block Smart Lock and other trust agents for work profile. + * + * @param bool $val The workProfilePasswordBlockTrustAgents + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordBlockTrustAgents($val) + { + $this->_propDict["workProfilePasswordBlockTrustAgents"] = boolval($val); + return $this; + } + + /** + * Gets the workProfilePasswordExpirationDays + * Number of days before the work profile password expires. Valid values 1 to 365 + * + * @return int The workProfilePasswordExpirationDays + */ + public function getWorkProfilePasswordExpirationDays() + { + if (array_key_exists("workProfilePasswordExpirationDays", $this->_propDict)) { + return $this->_propDict["workProfilePasswordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordExpirationDays + * Number of days before the work profile password expires. Valid values 1 to 365 + * + * @param int $val The workProfilePasswordExpirationDays + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordExpirationDays($val) + { + $this->_propDict["workProfilePasswordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordMinimumLength + * Minimum length of work profile password. Valid values 4 to 16 + * + * @return int The workProfilePasswordMinimumLength + */ + public function getWorkProfilePasswordMinimumLength() + { + if (array_key_exists("workProfilePasswordMinimumLength", $this->_propDict)) { + return $this->_propDict["workProfilePasswordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordMinimumLength + * Minimum length of work profile password. Valid values 4 to 16 + * + * @param int $val The workProfilePasswordMinimumLength + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordMinimumLength($val) + { + $this->_propDict["workProfilePasswordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordMinNumericCharacters + * Minimum # of numeric characters required in work profile password. Valid values 1 to 10 + * + * @return int The workProfilePasswordMinNumericCharacters + */ + public function getWorkProfilePasswordMinNumericCharacters() + { + if (array_key_exists("workProfilePasswordMinNumericCharacters", $this->_propDict)) { + return $this->_propDict["workProfilePasswordMinNumericCharacters"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordMinNumericCharacters + * Minimum # of numeric characters required in work profile password. Valid values 1 to 10 + * + * @param int $val The workProfilePasswordMinNumericCharacters + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordMinNumericCharacters($val) + { + $this->_propDict["workProfilePasswordMinNumericCharacters"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordMinNonLetterCharacters + * Minimum # of non-letter characters required in work profile password. Valid values 1 to 10 + * + * @return int The workProfilePasswordMinNonLetterCharacters + */ + public function getWorkProfilePasswordMinNonLetterCharacters() + { + if (array_key_exists("workProfilePasswordMinNonLetterCharacters", $this->_propDict)) { + return $this->_propDict["workProfilePasswordMinNonLetterCharacters"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordMinNonLetterCharacters + * Minimum # of non-letter characters required in work profile password. Valid values 1 to 10 + * + * @param int $val The workProfilePasswordMinNonLetterCharacters + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordMinNonLetterCharacters($val) + { + $this->_propDict["workProfilePasswordMinNonLetterCharacters"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordMinLetterCharacters + * Minimum # of letter characters required in work profile password. Valid values 1 to 10 + * + * @return int The workProfilePasswordMinLetterCharacters + */ + public function getWorkProfilePasswordMinLetterCharacters() + { + if (array_key_exists("workProfilePasswordMinLetterCharacters", $this->_propDict)) { + return $this->_propDict["workProfilePasswordMinLetterCharacters"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordMinLetterCharacters + * Minimum # of letter characters required in work profile password. Valid values 1 to 10 + * + * @param int $val The workProfilePasswordMinLetterCharacters + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordMinLetterCharacters($val) + { + $this->_propDict["workProfilePasswordMinLetterCharacters"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordMinLowerCaseCharacters + * Minimum # of lower-case characters required in work profile password. Valid values 1 to 10 + * + * @return int The workProfilePasswordMinLowerCaseCharacters + */ + public function getWorkProfilePasswordMinLowerCaseCharacters() + { + if (array_key_exists("workProfilePasswordMinLowerCaseCharacters", $this->_propDict)) { + return $this->_propDict["workProfilePasswordMinLowerCaseCharacters"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordMinLowerCaseCharacters + * Minimum # of lower-case characters required in work profile password. Valid values 1 to 10 + * + * @param int $val The workProfilePasswordMinLowerCaseCharacters + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordMinLowerCaseCharacters($val) + { + $this->_propDict["workProfilePasswordMinLowerCaseCharacters"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordMinUpperCaseCharacters + * Minimum # of upper-case characters required in work profile password. Valid values 1 to 10 + * + * @return int The workProfilePasswordMinUpperCaseCharacters + */ + public function getWorkProfilePasswordMinUpperCaseCharacters() + { + if (array_key_exists("workProfilePasswordMinUpperCaseCharacters", $this->_propDict)) { + return $this->_propDict["workProfilePasswordMinUpperCaseCharacters"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordMinUpperCaseCharacters + * Minimum # of upper-case characters required in work profile password. Valid values 1 to 10 + * + * @param int $val The workProfilePasswordMinUpperCaseCharacters + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordMinUpperCaseCharacters($val) + { + $this->_propDict["workProfilePasswordMinUpperCaseCharacters"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordMinSymbolCharacters + * Minimum # of symbols required in work profile password. Valid values 1 to 10 + * + * @return int The workProfilePasswordMinSymbolCharacters + */ + public function getWorkProfilePasswordMinSymbolCharacters() + { + if (array_key_exists("workProfilePasswordMinSymbolCharacters", $this->_propDict)) { + return $this->_propDict["workProfilePasswordMinSymbolCharacters"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordMinSymbolCharacters + * Minimum # of symbols required in work profile password. Valid values 1 to 10 + * + * @param int $val The workProfilePasswordMinSymbolCharacters + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordMinSymbolCharacters($val) + { + $this->_propDict["workProfilePasswordMinSymbolCharacters"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before the screen times out. + * + * @return int The workProfilePasswordMinutesOfInactivityBeforeScreenTimeout + */ + public function getWorkProfilePasswordMinutesOfInactivityBeforeScreenTimeout() + { + if (array_key_exists("workProfilePasswordMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { + return $this->_propDict["workProfilePasswordMinutesOfInactivityBeforeScreenTimeout"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before the screen times out. + * + * @param int $val The workProfilePasswordMinutesOfInactivityBeforeScreenTimeout + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordMinutesOfInactivityBeforeScreenTimeout($val) + { + $this->_propDict["workProfilePasswordMinutesOfInactivityBeforeScreenTimeout"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordPreviousPasswordBlockCount + * Number of previous work profile passwords to block. Valid values 0 to 24 + * + * @return int The workProfilePasswordPreviousPasswordBlockCount + */ + public function getWorkProfilePasswordPreviousPasswordBlockCount() + { + if (array_key_exists("workProfilePasswordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["workProfilePasswordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordPreviousPasswordBlockCount + * Number of previous work profile passwords to block. Valid values 0 to 24 + * + * @param int $val The workProfilePasswordPreviousPasswordBlockCount + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["workProfilePasswordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordSignInFailureCountBeforeFactoryReset + * Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16 + * + * @return int The workProfilePasswordSignInFailureCountBeforeFactoryReset + */ + public function getWorkProfilePasswordSignInFailureCountBeforeFactoryReset() + { + if (array_key_exists("workProfilePasswordSignInFailureCountBeforeFactoryReset", $this->_propDict)) { + return $this->_propDict["workProfilePasswordSignInFailureCountBeforeFactoryReset"]; + } else { + return null; + } + } + + /** + * Sets the workProfilePasswordSignInFailureCountBeforeFactoryReset + * Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16 + * + * @param int $val The workProfilePasswordSignInFailureCountBeforeFactoryReset + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordSignInFailureCountBeforeFactoryReset($val) + { + $this->_propDict["workProfilePasswordSignInFailureCountBeforeFactoryReset"] = intval($val); + return $this; + } + + /** + * Gets the workProfilePasswordRequiredType + * Type of work profile password that is required. Possible values are: deviceDefault, lowSecurityBiometric, required, atLeastNumeric, numericComplex, atLeastAlphabetic, atLeastAlphanumeric, alphanumericWithSymbols. + * + * @return AndroidWorkProfileRequiredPasswordType The workProfilePasswordRequiredType + */ + public function getWorkProfilePasswordRequiredType() + { + if (array_key_exists("workProfilePasswordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["workProfilePasswordRequiredType"], "Microsoft\Graph\Model\AndroidWorkProfileRequiredPasswordType")) { + return $this->_propDict["workProfilePasswordRequiredType"]; + } else { + $this->_propDict["workProfilePasswordRequiredType"] = new AndroidWorkProfileRequiredPasswordType($this->_propDict["workProfilePasswordRequiredType"]); + return $this->_propDict["workProfilePasswordRequiredType"]; + } + } + return null; + } + + /** + * Sets the workProfilePasswordRequiredType + * Type of work profile password that is required. Possible values are: deviceDefault, lowSecurityBiometric, required, atLeastNumeric, numericComplex, atLeastAlphabetic, atLeastAlphanumeric, alphanumericWithSymbols. + * + * @param AndroidWorkProfileRequiredPasswordType $val The workProfilePasswordRequiredType + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfilePasswordRequiredType($val) + { + $this->_propDict["workProfilePasswordRequiredType"] = $val; + return $this; + } + + /** + * Gets the workProfileRequirePassword + * Password is required or not for work profile + * + * @return bool The workProfileRequirePassword + */ + public function getWorkProfileRequirePassword() + { + if (array_key_exists("workProfileRequirePassword", $this->_propDict)) { + return $this->_propDict["workProfileRequirePassword"]; + } else { + return null; + } + } + + /** + * Sets the workProfileRequirePassword + * Password is required or not for work profile + * + * @param bool $val The workProfileRequirePassword + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setWorkProfileRequirePassword($val) + { + $this->_propDict["workProfileRequirePassword"] = boolval($val); + return $this; + } + + /** + * Gets the securityRequireVerifyApps + * Require the Android Verify apps feature is turned on. + * + * @return bool The securityRequireVerifyApps + */ + public function getSecurityRequireVerifyApps() + { + if (array_key_exists("securityRequireVerifyApps", $this->_propDict)) { + return $this->_propDict["securityRequireVerifyApps"]; + } else { + return null; + } + } + + /** + * Sets the securityRequireVerifyApps + * Require the Android Verify apps feature is turned on. + * + * @param bool $val The securityRequireVerifyApps + * + * @return AndroidWorkProfileGeneralDeviceConfiguration + */ + public function setSecurityRequireVerifyApps($val) + { + $this->_propDict["securityRequireVerifyApps"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileRequiredPasswordType.php b/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileRequiredPasswordType.php new file mode 100644 index 000000000..8e7ee5542 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AndroidWorkProfileRequiredPasswordType.php @@ -0,0 +1,42 @@ +_propDict)) { + return $this->_propDict["teamsApps"]; + } else { + return null; + } + } + + /** + * Sets the teamsApps + * + * @param TeamsApp $val The teamsApps + * + * @return AppCatalogs + */ + public function setTeamsApps($val) + { + $this->_propDict["teamsApps"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AppConfigurationSettingItem.php b/vendor/microsoft/microsoft-graph/src/Model/AppConfigurationSettingItem.php new file mode 100644 index 000000000..d4d2a7130 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AppConfigurationSettingItem.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["appConfigKey"]; + } else { + return null; + } + } + + /** + * Sets the appConfigKey + * app configuration key. + * + * @param string $val The value of the appConfigKey + * + * @return AppConfigurationSettingItem + */ + public function setAppConfigKey($val) + { + $this->_propDict["appConfigKey"] = $val; + return $this; + } + + /** + * Gets the appConfigKeyType + * app configuration key type. Possible values are: stringType, integerType, realType, booleanType, tokenType. + * + * @return MdmAppConfigKeyType The appConfigKeyType + */ + public function getAppConfigKeyType() + { + if (array_key_exists("appConfigKeyType", $this->_propDict)) { + if (is_a($this->_propDict["appConfigKeyType"], "Microsoft\Graph\Model\MdmAppConfigKeyType")) { + return $this->_propDict["appConfigKeyType"]; + } else { + $this->_propDict["appConfigKeyType"] = new MdmAppConfigKeyType($this->_propDict["appConfigKeyType"]); + return $this->_propDict["appConfigKeyType"]; + } + } + return null; + } + + /** + * Sets the appConfigKeyType + * app configuration key type. Possible values are: stringType, integerType, realType, booleanType, tokenType. + * + * @param MdmAppConfigKeyType $val The value to assign to the appConfigKeyType + * + * @return AppConfigurationSettingItem The AppConfigurationSettingItem + */ + public function setAppConfigKeyType($val) + { + $this->_propDict["appConfigKeyType"] = $val; + return $this; + } + /** + * Gets the appConfigKeyValue + * app configuration key value. + * + * @return string The appConfigKeyValue + */ + public function getAppConfigKeyValue() + { + if (array_key_exists("appConfigKeyValue", $this->_propDict)) { + return $this->_propDict["appConfigKeyValue"]; + } else { + return null; + } + } + + /** + * Sets the appConfigKeyValue + * app configuration key value. + * + * @param string $val The value of the appConfigKeyValue + * + * @return AppConfigurationSettingItem + */ + public function setAppConfigKeyValue($val) + { + $this->_propDict["appConfigKeyValue"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AppIdentity.php b/vendor/microsoft/microsoft-graph/src/Model/AppIdentity.php new file mode 100644 index 000000000..0077bf309 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AppIdentity.php @@ -0,0 +1,140 @@ +_propDict)) { + return $this->_propDict["appId"]; + } else { + return null; + } + } + + /** + * Sets the appId + * Refers to the Unique GUID representing Application Id in the Azure Active Directory. + * + * @param string $val The value of the appId + * + * @return AppIdentity + */ + public function setAppId($val) + { + $this->_propDict["appId"] = $val; + return $this; + } + /** + * Gets the displayName + * Refers to the Application Name displayed in the Azure Portal. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Refers to the Application Name displayed in the Azure Portal. + * + * @param string $val The value of the displayName + * + * @return AppIdentity + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the servicePrincipalId + * Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + * + * @return string The servicePrincipalId + */ + public function getServicePrincipalId() + { + if (array_key_exists("servicePrincipalId", $this->_propDict)) { + return $this->_propDict["servicePrincipalId"]; + } else { + return null; + } + } + + /** + * Sets the servicePrincipalId + * Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + * + * @param string $val The value of the servicePrincipalId + * + * @return AppIdentity + */ + public function setServicePrincipalId($val) + { + $this->_propDict["servicePrincipalId"] = $val; + return $this; + } + /** + * Gets the servicePrincipalName + * Refers to the Service Principal Name is the Application name in the tenant. + * + * @return string The servicePrincipalName + */ + public function getServicePrincipalName() + { + if (array_key_exists("servicePrincipalName", $this->_propDict)) { + return $this->_propDict["servicePrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the servicePrincipalName + * Refers to the Service Principal Name is the Application name in the tenant. + * + * @param string $val The value of the servicePrincipalName + * + * @return AppIdentity + */ + public function setServicePrincipalName($val) + { + $this->_propDict["servicePrincipalName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AppListItem.php b/vendor/microsoft/microsoft-graph/src/Model/AppListItem.php new file mode 100644 index 000000000..448652121 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AppListItem.php @@ -0,0 +1,140 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The application name + * + * @param string $val The value of the name + * + * @return AppListItem + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the publisher + * The publisher of the application + * + * @return string The publisher + */ + public function getPublisher() + { + if (array_key_exists("publisher", $this->_propDict)) { + return $this->_propDict["publisher"]; + } else { + return null; + } + } + + /** + * Sets the publisher + * The publisher of the application + * + * @param string $val The value of the publisher + * + * @return AppListItem + */ + public function setPublisher($val) + { + $this->_propDict["publisher"] = $val; + return $this; + } + /** + * Gets the appStoreUrl + * The Store URL of the application + * + * @return string The appStoreUrl + */ + public function getAppStoreUrl() + { + if (array_key_exists("appStoreUrl", $this->_propDict)) { + return $this->_propDict["appStoreUrl"]; + } else { + return null; + } + } + + /** + * Sets the appStoreUrl + * The Store URL of the application + * + * @param string $val The value of the appStoreUrl + * + * @return AppListItem + */ + public function setAppStoreUrl($val) + { + $this->_propDict["appStoreUrl"] = $val; + return $this; + } + /** + * Gets the appId + * The application or bundle identifier of the application + * + * @return string The appId + */ + public function getAppId() + { + if (array_key_exists("appId", $this->_propDict)) { + return $this->_propDict["appId"]; + } else { + return null; + } + } + + /** + * Sets the appId + * The application or bundle identifier of the application + * + * @param string $val The value of the appId + * + * @return AppListItem + */ + public function setAppId($val) + { + $this->_propDict["appId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AppListType.php b/vendor/microsoft/microsoft-graph/src/Model/AppListType.php new file mode 100644 index 000000000..3633bc942 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AppListType.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["appleIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the appleIdentifier + * Apple Id of the account used to create the MDM push certificate. + * + * @param string $val The appleIdentifier + * + * @return ApplePushNotificationCertificate + */ + public function setAppleIdentifier($val) + { + $this->_propDict["appleIdentifier"] = $val; + return $this; + } + + /** + * Gets the topicIdentifier + * Topic Id. + * + * @return string The topicIdentifier + */ + public function getTopicIdentifier() + { + if (array_key_exists("topicIdentifier", $this->_propDict)) { + return $this->_propDict["topicIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the topicIdentifier + * Topic Id. + * + * @param string $val The topicIdentifier + * + * @return ApplePushNotificationCertificate + */ + public function setTopicIdentifier($val) + { + $this->_propDict["topicIdentifier"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Last modified date and time for Apple push notification certificate. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Last modified date and time for Apple push notification certificate. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return ApplePushNotificationCertificate + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the expirationDateTime + * The expiration date and time for Apple push notification certificate. + * + * @return \DateTime The expirationDateTime + */ + public function getExpirationDateTime() + { + if (array_key_exists("expirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["expirationDateTime"], "\DateTime")) { + return $this->_propDict["expirationDateTime"]; + } else { + $this->_propDict["expirationDateTime"] = new \DateTime($this->_propDict["expirationDateTime"]); + return $this->_propDict["expirationDateTime"]; + } + } + return null; + } + + /** + * Sets the expirationDateTime + * The expiration date and time for Apple push notification certificate. + * + * @param \DateTime $val The expirationDateTime + * + * @return ApplePushNotificationCertificate + */ + public function setExpirationDateTime($val) + { + $this->_propDict["expirationDateTime"] = $val; + return $this; + } + + /** + * Gets the certificate + * Not yet documented + * + * @return string The certificate + */ + public function getCertificate() + { + if (array_key_exists("certificate", $this->_propDict)) { + return $this->_propDict["certificate"]; + } else { + return null; + } + } + + /** + * Sets the certificate + * Not yet documented + * + * @param string $val The certificate + * + * @return ApplePushNotificationCertificate + */ + public function setCertificate($val) + { + $this->_propDict["certificate"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ApplicationGuardBlockClipboardSharingType.php b/vendor/microsoft/microsoft-graph/src/Model/ApplicationGuardBlockClipboardSharingType.php new file mode 100644 index 000000000..8ef6f9ad7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ApplicationGuardBlockClipboardSharingType.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * Unique GUID of the conditional access polic.y + * + * @param string $val The value of the id + * + * @return AppliedConditionalAccessPolicy + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + /** + * Gets the displayName + * Refers to the Name of the conditional access policy (example: 'Require MFA for Salesforce'). + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Refers to the Name of the conditional access policy (example: 'Require MFA for Salesforce'). + * + * @param string $val The value of the displayName + * + * @return AppliedConditionalAccessPolicy + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the enforcedGrantControls + * Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication'). + * + * @return string The enforcedGrantControls + */ + public function getEnforcedGrantControls() + { + if (array_key_exists("enforcedGrantControls", $this->_propDict)) { + return $this->_propDict["enforcedGrantControls"]; + } else { + return null; + } + } + + /** + * Sets the enforcedGrantControls + * Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication'). + * + * @param string $val The value of the enforcedGrantControls + * + * @return AppliedConditionalAccessPolicy + */ + public function setEnforcedGrantControls($val) + { + $this->_propDict["enforcedGrantControls"] = $val; + return $this; + } + /** + * Gets the enforcedSessionControls + * Refers to the session controls enforced by the conditional access policy (example: 'Require app enforced controls'). + * + * @return string The enforcedSessionControls + */ + public function getEnforcedSessionControls() + { + if (array_key_exists("enforcedSessionControls", $this->_propDict)) { + return $this->_propDict["enforcedSessionControls"]; + } else { + return null; + } + } + + /** + * Sets the enforcedSessionControls + * Refers to the session controls enforced by the conditional access policy (example: 'Require app enforced controls'). + * + * @param string $val The value of the enforcedSessionControls + * + * @return AppliedConditionalAccessPolicy + */ + public function setEnforcedSessionControls($val) + { + $this->_propDict["enforcedSessionControls"] = $val; + return $this; + } + + /** + * Gets the result + * Indicates the result of the CA policy that was triggered. Possible values are:successfailurenotApplied - Policy isn't applied because policy conditions were not met.notEnabled - This is due to the policy in disabled state. + * + * @return AppliedConditionalAccessPolicyResult The result + */ + public function getResult() + { + if (array_key_exists("result", $this->_propDict)) { + if (is_a($this->_propDict["result"], "Microsoft\Graph\Model\AppliedConditionalAccessPolicyResult")) { + return $this->_propDict["result"]; + } else { + $this->_propDict["result"] = new AppliedConditionalAccessPolicyResult($this->_propDict["result"]); + return $this->_propDict["result"]; + } + } + return null; + } + + /** + * Sets the result + * Indicates the result of the CA policy that was triggered. Possible values are:successfailurenotApplied - Policy isn't applied because policy conditions were not met.notEnabled - This is due to the policy in disabled state. + * + * @param AppliedConditionalAccessPolicyResult $val The value to assign to the result + * + * @return AppliedConditionalAccessPolicy The AppliedConditionalAccessPolicy + */ + public function setResult($val) + { + $this->_propDict["result"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AppliedConditionalAccessPolicyResult.php b/vendor/microsoft/microsoft-graph/src/Model/AppliedConditionalAccessPolicyResult.php new file mode 100644 index 000000000..96f7f069b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AppliedConditionalAccessPolicyResult.php @@ -0,0 +1,40 @@ +_propDict)) { + return $this->_propDict["disabledPlans"]; + } else { + return null; + } + } + + /** + * Sets the disabledPlans + * A collection of the unique identifiers for plans that have been disabled. + * + * @param string $val The value of the disabledPlans + * + * @return AssignedLicense + */ + public function setDisabledPlans($val) + { + $this->_propDict["disabledPlans"] = $val; + return $this; + } + /** + * Gets the skuId + * The unique identifier for the SKU. + * + * @return string The skuId + */ + public function getSkuId() + { + if (array_key_exists("skuId", $this->_propDict)) { + return $this->_propDict["skuId"]; + } else { + return null; + } + } + + /** + * Sets the skuId + * The unique identifier for the SKU. + * + * @param string $val The value of the skuId + * + * @return AssignedLicense + */ + public function setSkuId($val) + { + $this->_propDict["skuId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AssignedPlan.php b/vendor/microsoft/microsoft-graph/src/Model/AssignedPlan.php new file mode 100644 index 000000000..3866dc775 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AssignedPlan.php @@ -0,0 +1,145 @@ +_propDict)) { + if (is_a($this->_propDict["assignedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["assignedDateTime"]; + } else { + $this->_propDict["assignedDateTime"] = new \DateTime($this->_propDict["assignedDateTime"]); + return $this->_propDict["assignedDateTime"]; + } + } + return null; + } + + /** + * Sets the assignedDateTime + * The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The value to assign to the assignedDateTime + * + * @return AssignedPlan The AssignedPlan + */ + public function setAssignedDateTime($val) + { + $this->_propDict["assignedDateTime"] = $val; + return $this; + } + /** + * Gets the capabilityStatus + * For example, 'Enabled'. + * + * @return string The capabilityStatus + */ + public function getCapabilityStatus() + { + if (array_key_exists("capabilityStatus", $this->_propDict)) { + return $this->_propDict["capabilityStatus"]; + } else { + return null; + } + } + + /** + * Sets the capabilityStatus + * For example, 'Enabled'. + * + * @param string $val The value of the capabilityStatus + * + * @return AssignedPlan + */ + public function setCapabilityStatus($val) + { + $this->_propDict["capabilityStatus"] = $val; + return $this; + } + /** + * Gets the service + * The name of the service; for example, 'Exchange'. + * + * @return string The service + */ + public function getService() + { + if (array_key_exists("service", $this->_propDict)) { + return $this->_propDict["service"]; + } else { + return null; + } + } + + /** + * Sets the service + * The name of the service; for example, 'Exchange'. + * + * @param string $val The value of the service + * + * @return AssignedPlan + */ + public function setService($val) + { + $this->_propDict["service"] = $val; + return $this; + } + /** + * Gets the servicePlanId + * A GUID that identifies the service plan. + * + * @return string The servicePlanId + */ + public function getServicePlanId() + { + if (array_key_exists("servicePlanId", $this->_propDict)) { + return $this->_propDict["servicePlanId"]; + } else { + return null; + } + } + + /** + * Sets the servicePlanId + * A GUID that identifies the service plan. + * + * @param string $val The value of the servicePlanId + * + * @return AssignedPlan + */ + public function setServicePlanId($val) + { + $this->_propDict["servicePlanId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Attachment.php b/vendor/microsoft/microsoft-graph/src/Model/Attachment.php new file mode 100644 index 000000000..37595501f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Attachment.php @@ -0,0 +1,178 @@ +_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return Attachment + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the name + * The attachment's file name. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The attachment's file name. + * + * @param string $val The name + * + * @return Attachment + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the contentType + * The MIME type. + * + * @return string The contentType + */ + public function getContentType() + { + if (array_key_exists("contentType", $this->_propDict)) { + return $this->_propDict["contentType"]; + } else { + return null; + } + } + + /** + * Sets the contentType + * The MIME type. + * + * @param string $val The contentType + * + * @return Attachment + */ + public function setContentType($val) + { + $this->_propDict["contentType"] = $val; + return $this; + } + + /** + * Gets the size + * The length of the attachment in bytes. + * + * @return int The size + */ + public function getSize() + { + if (array_key_exists("size", $this->_propDict)) { + return $this->_propDict["size"]; + } else { + return null; + } + } + + /** + * Sets the size + * The length of the attachment in bytes. + * + * @param int $val The size + * + * @return Attachment + */ + public function setSize($val) + { + $this->_propDict["size"] = intval($val); + return $this; + } + + /** + * Gets the isInline + * true if the attachment is an inline attachment; otherwise, false. + * + * @return bool The isInline + */ + public function getIsInline() + { + if (array_key_exists("isInline", $this->_propDict)) { + return $this->_propDict["isInline"]; + } else { + return null; + } + } + + /** + * Sets the isInline + * true if the attachment is an inline attachment; otherwise, false. + * + * @param bool $val The isInline + * + * @return Attachment + */ + public function setIsInline($val) + { + $this->_propDict["isInline"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Attendee.php b/vendor/microsoft/microsoft-graph/src/Model/Attendee.php new file mode 100644 index 000000000..4c33a38d8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Attendee.php @@ -0,0 +1,61 @@ +_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\ResponseStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new ResponseStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent. + * + * @param ResponseStatus $val The value to assign to the status + * + * @return Attendee The Attendee + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AttendeeAvailability.php b/vendor/microsoft/microsoft-graph/src/Model/AttendeeAvailability.php new file mode 100644 index 000000000..bb408c483 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AttendeeAvailability.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["attendee"], "Microsoft\Graph\Model\AttendeeBase")) { + return $this->_propDict["attendee"]; + } else { + $this->_propDict["attendee"] = new AttendeeBase($this->_propDict["attendee"]); + return $this->_propDict["attendee"]; + } + } + return null; + } + + /** + * Sets the attendee + * The email address and type of attendee - whether it's a person or a resource, and whether required or optional if it's a person. + * + * @param AttendeeBase $val The value to assign to the attendee + * + * @return AttendeeAvailability The AttendeeAvailability + */ + public function setAttendee($val) + { + $this->_propDict["attendee"] = $val; + return $this; + } + + /** + * Gets the availability + * The availability status of the attendee. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * + * @return FreeBusyStatus The availability + */ + public function getAvailability() + { + if (array_key_exists("availability", $this->_propDict)) { + if (is_a($this->_propDict["availability"], "Microsoft\Graph\Model\FreeBusyStatus")) { + return $this->_propDict["availability"]; + } else { + $this->_propDict["availability"] = new FreeBusyStatus($this->_propDict["availability"]); + return $this->_propDict["availability"]; + } + } + return null; + } + + /** + * Sets the availability + * The availability status of the attendee. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * + * @param FreeBusyStatus $val The value to assign to the availability + * + * @return AttendeeAvailability The AttendeeAvailability + */ + public function setAvailability($val) + { + $this->_propDict["availability"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AttendeeBase.php b/vendor/microsoft/microsoft-graph/src/Model/AttendeeBase.php new file mode 100644 index 000000000..0a7b29c0c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AttendeeBase.php @@ -0,0 +1,61 @@ +_propDict)) { + if (is_a($this->_propDict["type"], "Microsoft\Graph\Model\AttendeeType")) { + return $this->_propDict["type"]; + } else { + $this->_propDict["type"] = new AttendeeType($this->_propDict["type"]); + return $this->_propDict["type"]; + } + } + return null; + } + + /** + * Sets the type + * The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type. + * + * @param AttendeeType $val The value to assign to the type + * + * @return AttendeeBase The AttendeeBase + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AttendeeType.php b/vendor/microsoft/microsoft-graph/src/Model/AttendeeType.php new file mode 100644 index 000000000..1cb688209 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AttendeeType.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["album"]; + } else { + return null; + } + } + + /** + * Sets the album + * The title of the album for this audio file. + * + * @param string $val The value of the album + * + * @return Audio + */ + public function setAlbum($val) + { + $this->_propDict["album"] = $val; + return $this; + } + /** + * Gets the albumArtist + * The artist named on the album for the audio file. + * + * @return string The albumArtist + */ + public function getAlbumArtist() + { + if (array_key_exists("albumArtist", $this->_propDict)) { + return $this->_propDict["albumArtist"]; + } else { + return null; + } + } + + /** + * Sets the albumArtist + * The artist named on the album for the audio file. + * + * @param string $val The value of the albumArtist + * + * @return Audio + */ + public function setAlbumArtist($val) + { + $this->_propDict["albumArtist"] = $val; + return $this; + } + /** + * Gets the artist + * The performing artist for the audio file. + * + * @return string The artist + */ + public function getArtist() + { + if (array_key_exists("artist", $this->_propDict)) { + return $this->_propDict["artist"]; + } else { + return null; + } + } + + /** + * Sets the artist + * The performing artist for the audio file. + * + * @param string $val The value of the artist + * + * @return Audio + */ + public function setArtist($val) + { + $this->_propDict["artist"] = $val; + return $this; + } + /** + * Gets the bitrate + * Bitrate expressed in kbps. + * + * @return int The bitrate + */ + public function getBitrate() + { + if (array_key_exists("bitrate", $this->_propDict)) { + return $this->_propDict["bitrate"]; + } else { + return null; + } + } + + /** + * Sets the bitrate + * Bitrate expressed in kbps. + * + * @param int $val The value of the bitrate + * + * @return Audio + */ + public function setBitrate($val) + { + $this->_propDict["bitrate"] = $val; + return $this; + } + /** + * Gets the composers + * The name of the composer of the audio file. + * + * @return string The composers + */ + public function getComposers() + { + if (array_key_exists("composers", $this->_propDict)) { + return $this->_propDict["composers"]; + } else { + return null; + } + } + + /** + * Sets the composers + * The name of the composer of the audio file. + * + * @param string $val The value of the composers + * + * @return Audio + */ + public function setComposers($val) + { + $this->_propDict["composers"] = $val; + return $this; + } + /** + * Gets the copyright + * Copyright information for the audio file. + * + * @return string The copyright + */ + public function getCopyright() + { + if (array_key_exists("copyright", $this->_propDict)) { + return $this->_propDict["copyright"]; + } else { + return null; + } + } + + /** + * Sets the copyright + * Copyright information for the audio file. + * + * @param string $val The value of the copyright + * + * @return Audio + */ + public function setCopyright($val) + { + $this->_propDict["copyright"] = $val; + return $this; + } + /** + * Gets the disc + * The number of the disc this audio file came from. + * + * @return int The disc + */ + public function getDisc() + { + if (array_key_exists("disc", $this->_propDict)) { + return $this->_propDict["disc"]; + } else { + return null; + } + } + + /** + * Sets the disc + * The number of the disc this audio file came from. + * + * @param int $val The value of the disc + * + * @return Audio + */ + public function setDisc($val) + { + $this->_propDict["disc"] = $val; + return $this; + } + /** + * Gets the discCount + * The total number of discs in this album. + * + * @return int The discCount + */ + public function getDiscCount() + { + if (array_key_exists("discCount", $this->_propDict)) { + return $this->_propDict["discCount"]; + } else { + return null; + } + } + + /** + * Sets the discCount + * The total number of discs in this album. + * + * @param int $val The value of the discCount + * + * @return Audio + */ + public function setDiscCount($val) + { + $this->_propDict["discCount"] = $val; + return $this; + } + /** + * Gets the duration + * Duration of the audio file, expressed in milliseconds + * + * @return int The duration + */ + public function getDuration() + { + if (array_key_exists("duration", $this->_propDict)) { + return $this->_propDict["duration"]; + } else { + return null; + } + } + + /** + * Sets the duration + * Duration of the audio file, expressed in milliseconds + * + * @param int $val The value of the duration + * + * @return Audio + */ + public function setDuration($val) + { + $this->_propDict["duration"] = $val; + return $this; + } + /** + * Gets the genre + * The genre of this audio file. + * + * @return string The genre + */ + public function getGenre() + { + if (array_key_exists("genre", $this->_propDict)) { + return $this->_propDict["genre"]; + } else { + return null; + } + } + + /** + * Sets the genre + * The genre of this audio file. + * + * @param string $val The value of the genre + * + * @return Audio + */ + public function setGenre($val) + { + $this->_propDict["genre"] = $val; + return $this; + } + /** + * Gets the hasDrm + * Indicates if the file is protected with digital rights management. + * + * @return bool The hasDrm + */ + public function getHasDrm() + { + if (array_key_exists("hasDrm", $this->_propDict)) { + return $this->_propDict["hasDrm"]; + } else { + return null; + } + } + + /** + * Sets the hasDrm + * Indicates if the file is protected with digital rights management. + * + * @param bool $val The value of the hasDrm + * + * @return Audio + */ + public function setHasDrm($val) + { + $this->_propDict["hasDrm"] = $val; + return $this; + } + /** + * Gets the isVariableBitrate + * Indicates if the file is encoded with a variable bitrate. + * + * @return bool The isVariableBitrate + */ + public function getIsVariableBitrate() + { + if (array_key_exists("isVariableBitrate", $this->_propDict)) { + return $this->_propDict["isVariableBitrate"]; + } else { + return null; + } + } + + /** + * Sets the isVariableBitrate + * Indicates if the file is encoded with a variable bitrate. + * + * @param bool $val The value of the isVariableBitrate + * + * @return Audio + */ + public function setIsVariableBitrate($val) + { + $this->_propDict["isVariableBitrate"] = $val; + return $this; + } + /** + * Gets the title + * The title of the audio file. + * + * @return string The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * The title of the audio file. + * + * @param string $val The value of the title + * + * @return Audio + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + /** + * Gets the track + * The number of the track on the original disc for this audio file. + * + * @return int The track + */ + public function getTrack() + { + if (array_key_exists("track", $this->_propDict)) { + return $this->_propDict["track"]; + } else { + return null; + } + } + + /** + * Sets the track + * The number of the track on the original disc for this audio file. + * + * @param int $val The value of the track + * + * @return Audio + */ + public function setTrack($val) + { + $this->_propDict["track"] = $val; + return $this; + } + /** + * Gets the trackCount + * The total number of tracks on the original disc for this audio file. + * + * @return int The trackCount + */ + public function getTrackCount() + { + if (array_key_exists("trackCount", $this->_propDict)) { + return $this->_propDict["trackCount"]; + } else { + return null; + } + } + + /** + * Sets the trackCount + * The total number of tracks on the original disc for this audio file. + * + * @param int $val The value of the trackCount + * + * @return Audio + */ + public function setTrackCount($val) + { + $this->_propDict["trackCount"] = $val; + return $this; + } + /** + * Gets the year + * The year the audio file was recorded. + * + * @return int The year + */ + public function getYear() + { + if (array_key_exists("year", $this->_propDict)) { + return $this->_propDict["year"]; + } else { + return null; + } + } + + /** + * Sets the year + * The year the audio file was recorded. + * + * @param int $val The value of the year + * + * @return Audio + */ + public function setYear($val) + { + $this->_propDict["year"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AuditActivityInitiator.php b/vendor/microsoft/microsoft-graph/src/Model/AuditActivityInitiator.php new file mode 100644 index 000000000..5cb7eb1b8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AuditActivityInitiator.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["user"], "Microsoft\Graph\Model\UserIdentity")) { + return $this->_propDict["user"]; + } else { + $this->_propDict["user"] = new UserIdentity($this->_propDict["user"]); + return $this->_propDict["user"]; + } + } + return null; + } + + /** + * Sets the user + * If the resource initiating the activity is a user, this property Indicates all the user related information like userId, Name, UserPrinicpalName. + * + * @param UserIdentity $val The value to assign to the user + * + * @return AuditActivityInitiator The AuditActivityInitiator + */ + public function setUser($val) + { + $this->_propDict["user"] = $val; + return $this; + } + + /** + * Gets the app + * If the resource initiating the activity is an app, this property indicates all the app related information like appId, Name, servicePrincipalId, Name. + * + * @return AppIdentity The app + */ + public function getApp() + { + if (array_key_exists("app", $this->_propDict)) { + if (is_a($this->_propDict["app"], "Microsoft\Graph\Model\AppIdentity")) { + return $this->_propDict["app"]; + } else { + $this->_propDict["app"] = new AppIdentity($this->_propDict["app"]); + return $this->_propDict["app"]; + } + } + return null; + } + + /** + * Sets the app + * If the resource initiating the activity is an app, this property indicates all the app related information like appId, Name, servicePrincipalId, Name. + * + * @param AppIdentity $val The value to assign to the app + * + * @return AuditActivityInitiator The AuditActivityInitiator + */ + public function setApp($val) + { + $this->_propDict["app"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AuditLogRoot.php b/vendor/microsoft/microsoft-graph/src/Model/AuditLogRoot.php new file mode 100644 index 000000000..993085d9c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AuditLogRoot.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["signIns"]; + } else { + return null; + } + } + + /** + * Sets the signIns + * Read-only. Nullable. + * + * @param SignIn $val The signIns + * + * @return AuditLogRoot + */ + public function setSignIns($val) + { + $this->_propDict["signIns"] = $val; + return $this; + } + + + /** + * Gets the directoryAudits + * Read-only. Nullable. + * + * @return array The directoryAudits + */ + public function getDirectoryAudits() + { + if (array_key_exists("directoryAudits", $this->_propDict)) { + return $this->_propDict["directoryAudits"]; + } else { + return null; + } + } + + /** + * Sets the directoryAudits + * Read-only. Nullable. + * + * @param DirectoryAudit $val The directoryAudits + * + * @return AuditLogRoot + */ + public function setDirectoryAudits($val) + { + $this->_propDict["directoryAudits"] = $val; + return $this; + } + + + /** + * Gets the restrictedSignIns + * + * @return array The restrictedSignIns + */ + public function getRestrictedSignIns() + { + if (array_key_exists("restrictedSignIns", $this->_propDict)) { + return $this->_propDict["restrictedSignIns"]; + } else { + return null; + } + } + + /** + * Sets the restrictedSignIns + * + * @param RestrictedSignIn $val The restrictedSignIns + * + * @return AuditLogRoot + */ + public function setRestrictedSignIns($val) + { + $this->_propDict["restrictedSignIns"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/AutomaticRepliesMailTips.php b/vendor/microsoft/microsoft-graph/src/Model/AutomaticRepliesMailTips.php new file mode 100644 index 000000000..a5b9d9ecd --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AutomaticRepliesMailTips.php @@ -0,0 +1,155 @@ +_propDict)) { + return $this->_propDict["message"]; + } else { + return null; + } + } + + /** + * Sets the message + * The automatic reply message. + * + * @param string $val The value of the message + * + * @return AutomaticRepliesMailTips + */ + public function setMessage($val) + { + $this->_propDict["message"] = $val; + return $this; + } + + /** + * Gets the messageLanguage + * The language that the automatic reply message is in. + * + * @return LocaleInfo The messageLanguage + */ + public function getMessageLanguage() + { + if (array_key_exists("messageLanguage", $this->_propDict)) { + if (is_a($this->_propDict["messageLanguage"], "Microsoft\Graph\Model\LocaleInfo")) { + return $this->_propDict["messageLanguage"]; + } else { + $this->_propDict["messageLanguage"] = new LocaleInfo($this->_propDict["messageLanguage"]); + return $this->_propDict["messageLanguage"]; + } + } + return null; + } + + /** + * Sets the messageLanguage + * The language that the automatic reply message is in. + * + * @param LocaleInfo $val The value to assign to the messageLanguage + * + * @return AutomaticRepliesMailTips The AutomaticRepliesMailTips + */ + public function setMessageLanguage($val) + { + $this->_propDict["messageLanguage"] = $val; + return $this; + } + + /** + * Gets the scheduledStartTime + * The date and time that automatic replies are set to begin. + * + * @return DateTimeTimeZone The scheduledStartTime + */ + public function getScheduledStartTime() + { + if (array_key_exists("scheduledStartTime", $this->_propDict)) { + if (is_a($this->_propDict["scheduledStartTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["scheduledStartTime"]; + } else { + $this->_propDict["scheduledStartTime"] = new DateTimeTimeZone($this->_propDict["scheduledStartTime"]); + return $this->_propDict["scheduledStartTime"]; + } + } + return null; + } + + /** + * Sets the scheduledStartTime + * The date and time that automatic replies are set to begin. + * + * @param DateTimeTimeZone $val The value to assign to the scheduledStartTime + * + * @return AutomaticRepliesMailTips The AutomaticRepliesMailTips + */ + public function setScheduledStartTime($val) + { + $this->_propDict["scheduledStartTime"] = $val; + return $this; + } + + /** + * Gets the scheduledEndTime + * The date and time that automatic replies are set to end. + * + * @return DateTimeTimeZone The scheduledEndTime + */ + public function getScheduledEndTime() + { + if (array_key_exists("scheduledEndTime", $this->_propDict)) { + if (is_a($this->_propDict["scheduledEndTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["scheduledEndTime"]; + } else { + $this->_propDict["scheduledEndTime"] = new DateTimeTimeZone($this->_propDict["scheduledEndTime"]); + return $this->_propDict["scheduledEndTime"]; + } + } + return null; + } + + /** + * Sets the scheduledEndTime + * The date and time that automatic replies are set to end. + * + * @param DateTimeTimeZone $val The value to assign to the scheduledEndTime + * + * @return AutomaticRepliesMailTips The AutomaticRepliesMailTips + */ + public function setScheduledEndTime($val) + { + $this->_propDict["scheduledEndTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AutomaticRepliesSetting.php b/vendor/microsoft/microsoft-graph/src/Model/AutomaticRepliesSetting.php new file mode 100644 index 000000000..44b6c1c3c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AutomaticRepliesSetting.php @@ -0,0 +1,216 @@ +_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\AutomaticRepliesStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new AutomaticRepliesStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled. + * + * @param AutomaticRepliesStatus $val The value to assign to the status + * + * @return AutomaticRepliesSetting The AutomaticRepliesSetting + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the externalAudience + * The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all. + * + * @return ExternalAudienceScope The externalAudience + */ + public function getExternalAudience() + { + if (array_key_exists("externalAudience", $this->_propDict)) { + if (is_a($this->_propDict["externalAudience"], "Microsoft\Graph\Model\ExternalAudienceScope")) { + return $this->_propDict["externalAudience"]; + } else { + $this->_propDict["externalAudience"] = new ExternalAudienceScope($this->_propDict["externalAudience"]); + return $this->_propDict["externalAudience"]; + } + } + return null; + } + + /** + * Sets the externalAudience + * The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all. + * + * @param ExternalAudienceScope $val The value to assign to the externalAudience + * + * @return AutomaticRepliesSetting The AutomaticRepliesSetting + */ + public function setExternalAudience($val) + { + $this->_propDict["externalAudience"] = $val; + return $this; + } + + /** + * Gets the scheduledStartDateTime + * The date and time that automatic replies are set to begin, if Status is set to Scheduled. + * + * @return DateTimeTimeZone The scheduledStartDateTime + */ + public function getScheduledStartDateTime() + { + if (array_key_exists("scheduledStartDateTime", $this->_propDict)) { + if (is_a($this->_propDict["scheduledStartDateTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["scheduledStartDateTime"]; + } else { + $this->_propDict["scheduledStartDateTime"] = new DateTimeTimeZone($this->_propDict["scheduledStartDateTime"]); + return $this->_propDict["scheduledStartDateTime"]; + } + } + return null; + } + + /** + * Sets the scheduledStartDateTime + * The date and time that automatic replies are set to begin, if Status is set to Scheduled. + * + * @param DateTimeTimeZone $val The value to assign to the scheduledStartDateTime + * + * @return AutomaticRepliesSetting The AutomaticRepliesSetting + */ + public function setScheduledStartDateTime($val) + { + $this->_propDict["scheduledStartDateTime"] = $val; + return $this; + } + + /** + * Gets the scheduledEndDateTime + * The date and time that automatic replies are set to end, if Status is set to Scheduled. + * + * @return DateTimeTimeZone The scheduledEndDateTime + */ + public function getScheduledEndDateTime() + { + if (array_key_exists("scheduledEndDateTime", $this->_propDict)) { + if (is_a($this->_propDict["scheduledEndDateTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["scheduledEndDateTime"]; + } else { + $this->_propDict["scheduledEndDateTime"] = new DateTimeTimeZone($this->_propDict["scheduledEndDateTime"]); + return $this->_propDict["scheduledEndDateTime"]; + } + } + return null; + } + + /** + * Sets the scheduledEndDateTime + * The date and time that automatic replies are set to end, if Status is set to Scheduled. + * + * @param DateTimeTimeZone $val The value to assign to the scheduledEndDateTime + * + * @return AutomaticRepliesSetting The AutomaticRepliesSetting + */ + public function setScheduledEndDateTime($val) + { + $this->_propDict["scheduledEndDateTime"] = $val; + return $this; + } + /** + * Gets the internalReplyMessage + * The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled. + * + * @return string The internalReplyMessage + */ + public function getInternalReplyMessage() + { + if (array_key_exists("internalReplyMessage", $this->_propDict)) { + return $this->_propDict["internalReplyMessage"]; + } else { + return null; + } + } + + /** + * Sets the internalReplyMessage + * The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled. + * + * @param string $val The value of the internalReplyMessage + * + * @return AutomaticRepliesSetting + */ + public function setInternalReplyMessage($val) + { + $this->_propDict["internalReplyMessage"] = $val; + return $this; + } + /** + * Gets the externalReplyMessage + * The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled. + * + * @return string The externalReplyMessage + */ + public function getExternalReplyMessage() + { + if (array_key_exists("externalReplyMessage", $this->_propDict)) { + return $this->_propDict["externalReplyMessage"]; + } else { + return null; + } + } + + /** + * Sets the externalReplyMessage + * The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled. + * + * @param string $val The value of the externalReplyMessage + * + * @return AutomaticRepliesSetting + */ + public function setExternalReplyMessage($val) + { + $this->_propDict["externalReplyMessage"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/AutomaticRepliesStatus.php b/vendor/microsoft/microsoft-graph/src/Model/AutomaticRepliesStatus.php new file mode 100644 index 000000000..50f837a86 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/AutomaticRepliesStatus.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["averageScore"]; + } else { + return null; + } + } + + /** + * Sets the averageScore + * Average score within specified basis. + * + * @param float $val The value of the averageScore + * + * @return AverageComparativeScore + */ + public function setAverageScore($val) + { + $this->_propDict["averageScore"] = $val; + return $this; + } + /** + * Gets the basis + * Scope type. The possible values are: AllTenants, TotalSeats, IndustryTypes. + * + * @return string The basis + */ + public function getBasis() + { + if (array_key_exists("basis", $this->_propDict)) { + return $this->_propDict["basis"]; + } else { + return null; + } + } + + /** + * Sets the basis + * Scope type. The possible values are: AllTenants, TotalSeats, IndustryTypes. + * + * @param string $val The value of the basis + * + * @return AverageComparativeScore + */ + public function setBasis($val) + { + $this->_propDict["basis"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/BaseItem.php b/vendor/microsoft/microsoft-graph/src/Model/BaseItem.php new file mode 100644 index 000000000..c2857f220 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/BaseItem.php @@ -0,0 +1,376 @@ +_propDict)) { + if (is_a($this->_propDict["createdBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["createdBy"]; + } else { + $this->_propDict["createdBy"] = new IdentitySet($this->_propDict["createdBy"]); + return $this->_propDict["createdBy"]; + } + } + return null; + } + + /** + * Sets the createdBy + * Identity of the user, device, or application which created the item. Read-only. + * + * @param IdentitySet $val The createdBy + * + * @return BaseItem + */ + public function setCreatedBy($val) + { + $this->_propDict["createdBy"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * Date and time of item creation. Read-only. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Date and time of item creation. Read-only. + * + * @param \DateTime $val The createdDateTime + * + * @return BaseItem + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the description + * Provides a user-visible description of the item. Optional. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Provides a user-visible description of the item. Optional. + * + * @param string $val The description + * + * @return BaseItem + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the eTag + * ETag for the item. Read-only. + * + * @return string The eTag + */ + public function getETag() + { + if (array_key_exists("eTag", $this->_propDict)) { + return $this->_propDict["eTag"]; + } else { + return null; + } + } + + /** + * Sets the eTag + * ETag for the item. Read-only. + * + * @param string $val The eTag + * + * @return BaseItem + */ + public function setETag($val) + { + $this->_propDict["eTag"] = $val; + return $this; + } + + /** + * Gets the lastModifiedBy + * Identity of the user, device, and application which last modified the item. Read-only. + * + * @return IdentitySet The lastModifiedBy + */ + public function getLastModifiedBy() + { + if (array_key_exists("lastModifiedBy", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["lastModifiedBy"]; + } else { + $this->_propDict["lastModifiedBy"] = new IdentitySet($this->_propDict["lastModifiedBy"]); + return $this->_propDict["lastModifiedBy"]; + } + } + return null; + } + + /** + * Sets the lastModifiedBy + * Identity of the user, device, and application which last modified the item. Read-only. + * + * @param IdentitySet $val The lastModifiedBy + * + * @return BaseItem + */ + public function setLastModifiedBy($val) + { + $this->_propDict["lastModifiedBy"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Date and time the item was last modified. Read-only. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Date and time the item was last modified. Read-only. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return BaseItem + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the name + * The name of the item. Read-write. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The name of the item. Read-write. + * + * @param string $val The name + * + * @return BaseItem + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the parentReference + * Parent information, if the item has a parent. Read-write. + * + * @return ItemReference The parentReference + */ + public function getParentReference() + { + if (array_key_exists("parentReference", $this->_propDict)) { + if (is_a($this->_propDict["parentReference"], "Microsoft\Graph\Model\ItemReference")) { + return $this->_propDict["parentReference"]; + } else { + $this->_propDict["parentReference"] = new ItemReference($this->_propDict["parentReference"]); + return $this->_propDict["parentReference"]; + } + } + return null; + } + + /** + * Sets the parentReference + * Parent information, if the item has a parent. Read-write. + * + * @param ItemReference $val The parentReference + * + * @return BaseItem + */ + public function setParentReference($val) + { + $this->_propDict["parentReference"] = $val; + return $this; + } + + /** + * Gets the webUrl + * URL that displays the resource in the browser. Read-only. + * + * @return string The webUrl + */ + public function getWebUrl() + { + if (array_key_exists("webUrl", $this->_propDict)) { + return $this->_propDict["webUrl"]; + } else { + return null; + } + } + + /** + * Sets the webUrl + * URL that displays the resource in the browser. Read-only. + * + * @param string $val The webUrl + * + * @return BaseItem + */ + public function setWebUrl($val) + { + $this->_propDict["webUrl"] = $val; + return $this; + } + + /** + * Gets the createdByUser + * Identity of the user who created the item. Read-only. + * + * @return User The createdByUser + */ + public function getCreatedByUser() + { + if (array_key_exists("createdByUser", $this->_propDict)) { + if (is_a($this->_propDict["createdByUser"], "Microsoft\Graph\Model\User")) { + return $this->_propDict["createdByUser"]; + } else { + $this->_propDict["createdByUser"] = new User($this->_propDict["createdByUser"]); + return $this->_propDict["createdByUser"]; + } + } + return null; + } + + /** + * Sets the createdByUser + * Identity of the user who created the item. Read-only. + * + * @param User $val The createdByUser + * + * @return BaseItem + */ + public function setCreatedByUser($val) + { + $this->_propDict["createdByUser"] = $val; + return $this; + } + + /** + * Gets the lastModifiedByUser + * Identity of the user who last modified the item. Read-only. + * + * @return User The lastModifiedByUser + */ + public function getLastModifiedByUser() + { + if (array_key_exists("lastModifiedByUser", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedByUser"], "Microsoft\Graph\Model\User")) { + return $this->_propDict["lastModifiedByUser"]; + } else { + $this->_propDict["lastModifiedByUser"] = new User($this->_propDict["lastModifiedByUser"]); + return $this->_propDict["lastModifiedByUser"]; + } + } + return null; + } + + /** + * Sets the lastModifiedByUser + * Identity of the user who last modified the item. Read-only. + * + * @param User $val The lastModifiedByUser + * + * @return BaseItem + */ + public function setLastModifiedByUser($val) + { + $this->_propDict["lastModifiedByUser"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/BaseItemVersion.php b/vendor/microsoft/microsoft-graph/src/Model/BaseItemVersion.php new file mode 100644 index 000000000..54ff8bc2a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/BaseItemVersion.php @@ -0,0 +1,128 @@ +_propDict)) { + if (is_a($this->_propDict["lastModifiedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["lastModifiedBy"]; + } else { + $this->_propDict["lastModifiedBy"] = new IdentitySet($this->_propDict["lastModifiedBy"]); + return $this->_propDict["lastModifiedBy"]; + } + } + return null; + } + + /** + * Sets the lastModifiedBy + * Identity of the user which last modified the version. Read-only. + * + * @param IdentitySet $val The lastModifiedBy + * + * @return BaseItemVersion + */ + public function setLastModifiedBy($val) + { + $this->_propDict["lastModifiedBy"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Date and time the version was last modified. Read-only. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Date and time the version was last modified. Read-only. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return BaseItemVersion + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the publication + * Indicates the publication status of this particular version. Read-only. + * + * @return PublicationFacet The publication + */ + public function getPublication() + { + if (array_key_exists("publication", $this->_propDict)) { + if (is_a($this->_propDict["publication"], "Microsoft\Graph\Model\PublicationFacet")) { + return $this->_propDict["publication"]; + } else { + $this->_propDict["publication"] = new PublicationFacet($this->_propDict["publication"]); + return $this->_propDict["publication"]; + } + } + return null; + } + + /** + * Sets the publication + * Indicates the publication status of this particular version. Read-only. + * + * @param PublicationFacet $val The publication + * + * @return BaseItemVersion + */ + public function setPublication($val) + { + $this->_propDict["publication"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/BitLockerEncryptionMethod.php b/vendor/microsoft/microsoft-graph/src/Model/BitLockerEncryptionMethod.php new file mode 100644 index 000000000..6cdde8857 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/BitLockerEncryptionMethod.php @@ -0,0 +1,38 @@ +_propDict)) { + if (is_a($this->_propDict["encryptionMethod"], "Microsoft\Graph\Model\BitLockerEncryptionMethod")) { + return $this->_propDict["encryptionMethod"]; + } else { + $this->_propDict["encryptionMethod"] = new BitLockerEncryptionMethod($this->_propDict["encryptionMethod"]); + return $this->_propDict["encryptionMethod"]; + } + } + return null; + } + + /** + * Sets the encryptionMethod + * Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. + * + * @param BitLockerEncryptionMethod $val The value to assign to the encryptionMethod + * + * @return BitLockerRemovableDrivePolicy The BitLockerRemovableDrivePolicy + */ + public function setEncryptionMethod($val) + { + $this->_propDict["encryptionMethod"] = $val; + return $this; + } + /** + * Gets the requireEncryptionForWriteAccess + * Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect. + * + * @return bool The requireEncryptionForWriteAccess + */ + public function getRequireEncryptionForWriteAccess() + { + if (array_key_exists("requireEncryptionForWriteAccess", $this->_propDict)) { + return $this->_propDict["requireEncryptionForWriteAccess"]; + } else { + return null; + } + } + + /** + * Sets the requireEncryptionForWriteAccess + * Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect. + * + * @param bool $val The value of the requireEncryptionForWriteAccess + * + * @return BitLockerRemovableDrivePolicy + */ + public function setRequireEncryptionForWriteAccess($val) + { + $this->_propDict["requireEncryptionForWriteAccess"] = $val; + return $this; + } + /** + * Gets the blockCrossOrganizationWriteAccess + * This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer. + * + * @return bool The blockCrossOrganizationWriteAccess + */ + public function getBlockCrossOrganizationWriteAccess() + { + if (array_key_exists("blockCrossOrganizationWriteAccess", $this->_propDict)) { + return $this->_propDict["blockCrossOrganizationWriteAccess"]; + } else { + return null; + } + } + + /** + * Sets the blockCrossOrganizationWriteAccess + * This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer. + * + * @param bool $val The value of the blockCrossOrganizationWriteAccess + * + * @return BitLockerRemovableDrivePolicy + */ + public function setBlockCrossOrganizationWriteAccess($val) + { + $this->_propDict["blockCrossOrganizationWriteAccess"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/BodyType.php b/vendor/microsoft/microsoft-graph/src/Model/BodyType.php new file mode 100644 index 000000000..d7a1edfd3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/BodyType.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["format"]; + } else { + return null; + } + } + + /** + * Sets the format + * For dateTime output types, the format of the value. Must be one of dateOnly or dateTime. + * + * @param string $val The value of the format + * + * @return CalculatedColumn + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + /** + * Gets the formula + * The formula used to compute the value for this column. + * + * @return string The formula + */ + public function getFormula() + { + if (array_key_exists("formula", $this->_propDict)) { + return $this->_propDict["formula"]; + } else { + return null; + } + } + + /** + * Sets the formula + * The formula used to compute the value for this column. + * + * @param string $val The value of the formula + * + * @return CalculatedColumn + */ + public function setFormula($val) + { + $this->_propDict["formula"] = $val; + return $this; + } + /** + * Gets the outputType + * The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text. + * + * @return string The outputType + */ + public function getOutputType() + { + if (array_key_exists("outputType", $this->_propDict)) { + return $this->_propDict["outputType"]; + } else { + return null; + } + } + + /** + * Sets the outputType + * The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text. + * + * @param string $val The value of the outputType + * + * @return CalculatedColumn + */ + public function setOutputType($val) + { + $this->_propDict["outputType"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Calendar.php b/vendor/microsoft/microsoft-graph/src/Model/Calendar.php new file mode 100644 index 000000000..da176f85d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Calendar.php @@ -0,0 +1,360 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The calendar name. + * + * @param string $val The name + * + * @return Calendar + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the color + * Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: LightBlue=0, LightGreen=1, LightOrange=2, LightGray=3, LightYellow=4, LightTeal=5, LightPink=6, LightBrown=7, LightRed=8, MaxColor=9, Auto=-1 + * + * @return CalendarColor The color + */ + public function getColor() + { + if (array_key_exists("color", $this->_propDict)) { + if (is_a($this->_propDict["color"], "Microsoft\Graph\Model\CalendarColor")) { + return $this->_propDict["color"]; + } else { + $this->_propDict["color"] = new CalendarColor($this->_propDict["color"]); + return $this->_propDict["color"]; + } + } + return null; + } + + /** + * Sets the color + * Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: LightBlue=0, LightGreen=1, LightOrange=2, LightGray=3, LightYellow=4, LightTeal=5, LightPink=6, LightBrown=7, LightRed=8, MaxColor=9, Auto=-1 + * + * @param CalendarColor $val The color + * + * @return Calendar + */ + public function setColor($val) + { + $this->_propDict["color"] = $val; + return $this; + } + + /** + * Gets the changeKey + * Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. + * + * @return string The changeKey + */ + public function getChangeKey() + { + if (array_key_exists("changeKey", $this->_propDict)) { + return $this->_propDict["changeKey"]; + } else { + return null; + } + } + + /** + * Sets the changeKey + * Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. + * + * @param string $val The changeKey + * + * @return Calendar + */ + public function setChangeKey($val) + { + $this->_propDict["changeKey"] = $val; + return $this; + } + + /** + * Gets the canShare + * True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. + * + * @return bool The canShare + */ + public function getCanShare() + { + if (array_key_exists("canShare", $this->_propDict)) { + return $this->_propDict["canShare"]; + } else { + return null; + } + } + + /** + * Sets the canShare + * True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. + * + * @param bool $val The canShare + * + * @return Calendar + */ + public function setCanShare($val) + { + $this->_propDict["canShare"] = boolval($val); + return $this; + } + + /** + * Gets the canViewPrivateItems + * True if the user can read calendar items that have been marked private, false otherwise. + * + * @return bool The canViewPrivateItems + */ + public function getCanViewPrivateItems() + { + if (array_key_exists("canViewPrivateItems", $this->_propDict)) { + return $this->_propDict["canViewPrivateItems"]; + } else { + return null; + } + } + + /** + * Sets the canViewPrivateItems + * True if the user can read calendar items that have been marked private, false otherwise. + * + * @param bool $val The canViewPrivateItems + * + * @return Calendar + */ + public function setCanViewPrivateItems($val) + { + $this->_propDict["canViewPrivateItems"] = boolval($val); + return $this; + } + + /** + * Gets the canEdit + * True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access. + * + * @return bool The canEdit + */ + public function getCanEdit() + { + if (array_key_exists("canEdit", $this->_propDict)) { + return $this->_propDict["canEdit"]; + } else { + return null; + } + } + + /** + * Sets the canEdit + * True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access. + * + * @param bool $val The canEdit + * + * @return Calendar + */ + public function setCanEdit($val) + { + $this->_propDict["canEdit"] = boolval($val); + return $this; + } + + /** + * Gets the owner + * If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. + * + * @return EmailAddress The owner + */ + public function getOwner() + { + if (array_key_exists("owner", $this->_propDict)) { + if (is_a($this->_propDict["owner"], "Microsoft\Graph\Model\EmailAddress")) { + return $this->_propDict["owner"]; + } else { + $this->_propDict["owner"] = new EmailAddress($this->_propDict["owner"]); + return $this->_propDict["owner"]; + } + } + return null; + } + + /** + * Sets the owner + * If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. + * + * @param EmailAddress $val The owner + * + * @return Calendar + */ + public function setOwner($val) + { + $this->_propDict["owner"] = $val; + return $this; + } + + + /** + * Gets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the calendar. Read-only. Nullable. + * + * @return array The singleValueExtendedProperties + */ + public function getSingleValueExtendedProperties() + { + if (array_key_exists("singleValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["singleValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the calendar. Read-only. Nullable. + * + * @param SingleValueLegacyExtendedProperty $val The singleValueExtendedProperties + * + * @return Calendar + */ + public function setSingleValueExtendedProperties($val) + { + $this->_propDict["singleValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the calendar. Read-only. Nullable. + * + * @return array The multiValueExtendedProperties + */ + public function getMultiValueExtendedProperties() + { + if (array_key_exists("multiValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["multiValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the calendar. Read-only. Nullable. + * + * @param MultiValueLegacyExtendedProperty $val The multiValueExtendedProperties + * + * @return Calendar + */ + public function setMultiValueExtendedProperties($val) + { + $this->_propDict["multiValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the events + * The events in the calendar. Navigation property. Read-only. + * + * @return array The events + */ + public function getEvents() + { + if (array_key_exists("events", $this->_propDict)) { + return $this->_propDict["events"]; + } else { + return null; + } + } + + /** + * Sets the events + * The events in the calendar. Navigation property. Read-only. + * + * @param Event $val The events + * + * @return Calendar + */ + public function setEvents($val) + { + $this->_propDict["events"] = $val; + return $this; + } + + + /** + * Gets the calendarView + * The calendar view for the calendar. Navigation property. Read-only. + * + * @return array The calendarView + */ + public function getCalendarView() + { + if (array_key_exists("calendarView", $this->_propDict)) { + return $this->_propDict["calendarView"]; + } else { + return null; + } + } + + /** + * Sets the calendarView + * The calendar view for the calendar. Navigation property. Read-only. + * + * @param Event $val The calendarView + * + * @return Calendar + */ + public function setCalendarView($val) + { + $this->_propDict["calendarView"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/CalendarColor.php b/vendor/microsoft/microsoft-graph/src/Model/CalendarColor.php new file mode 100644 index 000000000..8257aac15 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/CalendarColor.php @@ -0,0 +1,45 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The group name. + * + * @param string $val The name + * + * @return CalendarGroup + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the classId + * The class identifier. Read-only. + * + * @return string The classId + */ + public function getClassId() + { + if (array_key_exists("classId", $this->_propDict)) { + return $this->_propDict["classId"]; + } else { + return null; + } + } + + /** + * Sets the classId + * The class identifier. Read-only. + * + * @param string $val The classId + * + * @return CalendarGroup + */ + public function setClassId($val) + { + $this->_propDict["classId"] = $val; + return $this; + } + + /** + * Gets the changeKey + * Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. + * + * @return string The changeKey + */ + public function getChangeKey() + { + if (array_key_exists("changeKey", $this->_propDict)) { + return $this->_propDict["changeKey"]; + } else { + return null; + } + } + + /** + * Sets the changeKey + * Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. + * + * @param string $val The changeKey + * + * @return CalendarGroup + */ + public function setChangeKey($val) + { + $this->_propDict["changeKey"] = $val; + return $this; + } + + + /** + * Gets the calendars + * The calendars in the calendar group. Navigation property. Read-only. Nullable. + * + * @return array The calendars + */ + public function getCalendars() + { + if (array_key_exists("calendars", $this->_propDict)) { + return $this->_propDict["calendars"]; + } else { + return null; + } + } + + /** + * Sets the calendars + * The calendars in the calendar group. Navigation property. Read-only. Nullable. + * + * @param Calendar $val The calendars + * + * @return CalendarGroup + */ + public function setCalendars($val) + { + $this->_propDict["calendars"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/CategoryColor.php b/vendor/microsoft/microsoft-graph/src/Model/CategoryColor.php new file mode 100644 index 000000000..d15aea13e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/CategoryColor.php @@ -0,0 +1,60 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Certification control name + * + * @param string $val The value of the name + * + * @return CertificationControl + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the url + * URL for the Microsoft Service Trust Portal + * + * @return string The url + */ + public function getUrl() + { + if (array_key_exists("url", $this->_propDict)) { + return $this->_propDict["url"]; + } else { + return null; + } + } + + /** + * Sets the url + * URL for the Microsoft Service Trust Portal + * + * @param string $val The value of the url + * + * @return CertificationControl + */ + public function setUrl($val) + { + $this->_propDict["url"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Channel.php b/vendor/microsoft/microsoft-graph/src/Model/Channel.php new file mode 100644 index 000000000..10b20468a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Channel.php @@ -0,0 +1,175 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Channel name as it will appear to the user in Microsoft Teams. + * + * @param string $val The displayName + * + * @return Channel + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * Optional textual description for the channel. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Optional textual description for the channel. + * + * @param string $val The description + * + * @return Channel + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the email + * The email address for sending messages to the channel. Read-only. + * + * @return string The email + */ + public function getEmail() + { + if (array_key_exists("email", $this->_propDict)) { + return $this->_propDict["email"]; + } else { + return null; + } + } + + /** + * Sets the email + * The email address for sending messages to the channel. Read-only. + * + * @param string $val The email + * + * @return Channel + */ + public function setEmail($val) + { + $this->_propDict["email"] = $val; + return $this; + } + + /** + * Gets the webUrl + * A hyperlink that will navigate to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only. + * + * @return string The webUrl + */ + public function getWebUrl() + { + if (array_key_exists("webUrl", $this->_propDict)) { + return $this->_propDict["webUrl"]; + } else { + return null; + } + } + + /** + * Sets the webUrl + * A hyperlink that will navigate to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only. + * + * @param string $val The webUrl + * + * @return Channel + */ + public function setWebUrl($val) + { + $this->_propDict["webUrl"] = $val; + return $this; + } + + + /** + * Gets the tabs + * A collection of all the tabs in the channel. A navigation property. + * + * @return array The tabs + */ + public function getTabs() + { + if (array_key_exists("tabs", $this->_propDict)) { + return $this->_propDict["tabs"]; + } else { + return null; + } + } + + /** + * Sets the tabs + * A collection of all the tabs in the channel. A navigation property. + * + * @param TeamsTab $val The tabs + * + * @return Channel + */ + public function setTabs($val) + { + $this->_propDict["tabs"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ChoiceColumn.php b/vendor/microsoft/microsoft-graph/src/Model/ChoiceColumn.php new file mode 100644 index 000000000..8d9d4feaa --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ChoiceColumn.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["allowTextEntry"]; + } else { + return null; + } + } + + /** + * Sets the allowTextEntry + * If true, allows custom values that aren't in the configured choices. + * + * @param bool $val The value of the allowTextEntry + * + * @return ChoiceColumn + */ + public function setAllowTextEntry($val) + { + $this->_propDict["allowTextEntry"] = $val; + return $this; + } + /** + * Gets the choices + * The list of values available for this column. + * + * @return string The choices + */ + public function getChoices() + { + if (array_key_exists("choices", $this->_propDict)) { + return $this->_propDict["choices"]; + } else { + return null; + } + } + + /** + * Sets the choices + * The list of values available for this column. + * + * @param string $val The value of the choices + * + * @return ChoiceColumn + */ + public function setChoices($val) + { + $this->_propDict["choices"] = $val; + return $this; + } + /** + * Gets the displayAs + * How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons + * + * @return string The displayAs + */ + public function getDisplayAs() + { + if (array_key_exists("displayAs", $this->_propDict)) { + return $this->_propDict["displayAs"]; + } else { + return null; + } + } + + /** + * Sets the displayAs + * How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons + * + * @param string $val The value of the displayAs + * + * @return ChoiceColumn + */ + public function setDisplayAs($val) + { + $this->_propDict["displayAs"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ClonableTeamParts.php b/vendor/microsoft/microsoft-graph/src/Model/ClonableTeamParts.php new file mode 100644 index 000000000..efa71f618 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ClonableTeamParts.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["destinationServiceIp"]; + } else { + return null; + } + } + + /** + * Sets the destinationServiceIp + * Destination IP Address of the connection to the cloud application/service. + * + * @param string $val The value of the destinationServiceIp + * + * @return CloudAppSecurityState + */ + public function setDestinationServiceIp($val) + { + $this->_propDict["destinationServiceIp"] = $val; + return $this; + } + /** + * Gets the destinationServiceName + * Cloud application/service name (for example 'Salesforce', 'DropBox', etc.). + * + * @return string The destinationServiceName + */ + public function getDestinationServiceName() + { + if (array_key_exists("destinationServiceName", $this->_propDict)) { + return $this->_propDict["destinationServiceName"]; + } else { + return null; + } + } + + /** + * Sets the destinationServiceName + * Cloud application/service name (for example 'Salesforce', 'DropBox', etc.). + * + * @param string $val The value of the destinationServiceName + * + * @return CloudAppSecurityState + */ + public function setDestinationServiceName($val) + { + $this->_propDict["destinationServiceName"] = $val; + return $this; + } + /** + * Gets the riskScore + * Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage. + * + * @return string The riskScore + */ + public function getRiskScore() + { + if (array_key_exists("riskScore", $this->_propDict)) { + return $this->_propDict["riskScore"]; + } else { + return null; + } + } + + /** + * Sets the riskScore + * Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage. + * + * @param string $val The value of the riskScore + * + * @return CloudAppSecurityState + */ + public function setRiskScore($val) + { + $this->_propDict["riskScore"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ColumnDefinition.php b/vendor/microsoft/microsoft-graph/src/Model/ColumnDefinition.php new file mode 100644 index 000000000..593340401 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ColumnDefinition.php @@ -0,0 +1,620 @@ +_propDict)) { + if (is_a($this->_propDict["boolean"], "Microsoft\Graph\Model\BooleanColumn")) { + return $this->_propDict["boolean"]; + } else { + $this->_propDict["boolean"] = new BooleanColumn($this->_propDict["boolean"]); + return $this->_propDict["boolean"]; + } + } + return null; + } + + /** + * Sets the boolean + * This column stores boolean values. + * + * @param BooleanColumn $val The boolean + * + * @return ColumnDefinition + */ + public function setBoolean($val) + { + $this->_propDict["boolean"] = $val; + return $this; + } + + /** + * Gets the calculated + * This column's data is calculated based on other columns. + * + * @return CalculatedColumn The calculated + */ + public function getCalculated() + { + if (array_key_exists("calculated", $this->_propDict)) { + if (is_a($this->_propDict["calculated"], "Microsoft\Graph\Model\CalculatedColumn")) { + return $this->_propDict["calculated"]; + } else { + $this->_propDict["calculated"] = new CalculatedColumn($this->_propDict["calculated"]); + return $this->_propDict["calculated"]; + } + } + return null; + } + + /** + * Sets the calculated + * This column's data is calculated based on other columns. + * + * @param CalculatedColumn $val The calculated + * + * @return ColumnDefinition + */ + public function setCalculated($val) + { + $this->_propDict["calculated"] = $val; + return $this; + } + + /** + * Gets the choice + * This column stores data from a list of choices. + * + * @return ChoiceColumn The choice + */ + public function getChoice() + { + if (array_key_exists("choice", $this->_propDict)) { + if (is_a($this->_propDict["choice"], "Microsoft\Graph\Model\ChoiceColumn")) { + return $this->_propDict["choice"]; + } else { + $this->_propDict["choice"] = new ChoiceColumn($this->_propDict["choice"]); + return $this->_propDict["choice"]; + } + } + return null; + } + + /** + * Sets the choice + * This column stores data from a list of choices. + * + * @param ChoiceColumn $val The choice + * + * @return ColumnDefinition + */ + public function setChoice($val) + { + $this->_propDict["choice"] = $val; + return $this; + } + + /** + * Gets the columnGroup + * For site columns, the name of the group this column belongs to. Helps organize related columns. + * + * @return string The columnGroup + */ + public function getColumnGroup() + { + if (array_key_exists("columnGroup", $this->_propDict)) { + return $this->_propDict["columnGroup"]; + } else { + return null; + } + } + + /** + * Sets the columnGroup + * For site columns, the name of the group this column belongs to. Helps organize related columns. + * + * @param string $val The columnGroup + * + * @return ColumnDefinition + */ + public function setColumnGroup($val) + { + $this->_propDict["columnGroup"] = $val; + return $this; + } + + /** + * Gets the currency + * This column stores currency values. + * + * @return CurrencyColumn The currency + */ + public function getCurrency() + { + if (array_key_exists("currency", $this->_propDict)) { + if (is_a($this->_propDict["currency"], "Microsoft\Graph\Model\CurrencyColumn")) { + return $this->_propDict["currency"]; + } else { + $this->_propDict["currency"] = new CurrencyColumn($this->_propDict["currency"]); + return $this->_propDict["currency"]; + } + } + return null; + } + + /** + * Sets the currency + * This column stores currency values. + * + * @param CurrencyColumn $val The currency + * + * @return ColumnDefinition + */ + public function setCurrency($val) + { + $this->_propDict["currency"] = $val; + return $this; + } + + /** + * Gets the dateTime + * This column stores DateTime values. + * + * @return DateTimeColumn The dateTime + */ + public function getDateTime() + { + if (array_key_exists("dateTime", $this->_propDict)) { + if (is_a($this->_propDict["dateTime"], "Microsoft\Graph\Model\DateTimeColumn")) { + return $this->_propDict["dateTime"]; + } else { + $this->_propDict["dateTime"] = new DateTimeColumn($this->_propDict["dateTime"]); + return $this->_propDict["dateTime"]; + } + } + return null; + } + + /** + * Sets the dateTime + * This column stores DateTime values. + * + * @param DateTimeColumn $val The dateTime + * + * @return ColumnDefinition + */ + public function setDateTime($val) + { + $this->_propDict["dateTime"] = $val; + return $this; + } + + /** + * Gets the defaultValue + * The default value for this column. + * + * @return DefaultColumnValue The defaultValue + */ + public function getDefaultValue() + { + if (array_key_exists("defaultValue", $this->_propDict)) { + if (is_a($this->_propDict["defaultValue"], "Microsoft\Graph\Model\DefaultColumnValue")) { + return $this->_propDict["defaultValue"]; + } else { + $this->_propDict["defaultValue"] = new DefaultColumnValue($this->_propDict["defaultValue"]); + return $this->_propDict["defaultValue"]; + } + } + return null; + } + + /** + * Sets the defaultValue + * The default value for this column. + * + * @param DefaultColumnValue $val The defaultValue + * + * @return ColumnDefinition + */ + public function setDefaultValue($val) + { + $this->_propDict["defaultValue"] = $val; + return $this; + } + + /** + * Gets the description + * The user-facing description of the column. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * The user-facing description of the column. + * + * @param string $val The description + * + * @return ColumnDefinition + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the displayName + * The user-facing name of the column. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The user-facing name of the column. + * + * @param string $val The displayName + * + * @return ColumnDefinition + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the enforceUniqueValues + * If true, no two list items may have the same value for this column. + * + * @return bool The enforceUniqueValues + */ + public function getEnforceUniqueValues() + { + if (array_key_exists("enforceUniqueValues", $this->_propDict)) { + return $this->_propDict["enforceUniqueValues"]; + } else { + return null; + } + } + + /** + * Sets the enforceUniqueValues + * If true, no two list items may have the same value for this column. + * + * @param bool $val The enforceUniqueValues + * + * @return ColumnDefinition + */ + public function setEnforceUniqueValues($val) + { + $this->_propDict["enforceUniqueValues"] = boolval($val); + return $this; + } + + /** + * Gets the hidden + * Specifies whether the column is displayed in the user interface. + * + * @return bool The hidden + */ + public function getHidden() + { + if (array_key_exists("hidden", $this->_propDict)) { + return $this->_propDict["hidden"]; + } else { + return null; + } + } + + /** + * Sets the hidden + * Specifies whether the column is displayed in the user interface. + * + * @param bool $val The hidden + * + * @return ColumnDefinition + */ + public function setHidden($val) + { + $this->_propDict["hidden"] = boolval($val); + return $this; + } + + /** + * Gets the indexed + * Specifies whether the column values can used for sorting and searching. + * + * @return bool The indexed + */ + public function getIndexed() + { + if (array_key_exists("indexed", $this->_propDict)) { + return $this->_propDict["indexed"]; + } else { + return null; + } + } + + /** + * Sets the indexed + * Specifies whether the column values can used for sorting and searching. + * + * @param bool $val The indexed + * + * @return ColumnDefinition + */ + public function setIndexed($val) + { + $this->_propDict["indexed"] = boolval($val); + return $this; + } + + /** + * Gets the lookup + * This column's data is looked up from another source in the site. + * + * @return LookupColumn The lookup + */ + public function getLookup() + { + if (array_key_exists("lookup", $this->_propDict)) { + if (is_a($this->_propDict["lookup"], "Microsoft\Graph\Model\LookupColumn")) { + return $this->_propDict["lookup"]; + } else { + $this->_propDict["lookup"] = new LookupColumn($this->_propDict["lookup"]); + return $this->_propDict["lookup"]; + } + } + return null; + } + + /** + * Sets the lookup + * This column's data is looked up from another source in the site. + * + * @param LookupColumn $val The lookup + * + * @return ColumnDefinition + */ + public function setLookup($val) + { + $this->_propDict["lookup"] = $val; + return $this; + } + + /** + * Gets the name + * The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName. + * + * @param string $val The name + * + * @return ColumnDefinition + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the number + * This column stores number values. + * + * @return NumberColumn The number + */ + public function getNumber() + { + if (array_key_exists("number", $this->_propDict)) { + if (is_a($this->_propDict["number"], "Microsoft\Graph\Model\NumberColumn")) { + return $this->_propDict["number"]; + } else { + $this->_propDict["number"] = new NumberColumn($this->_propDict["number"]); + return $this->_propDict["number"]; + } + } + return null; + } + + /** + * Sets the number + * This column stores number values. + * + * @param NumberColumn $val The number + * + * @return ColumnDefinition + */ + public function setNumber($val) + { + $this->_propDict["number"] = $val; + return $this; + } + + /** + * Gets the personOrGroup + * This column stores Person or Group values. + * + * @return PersonOrGroupColumn The personOrGroup + */ + public function getPersonOrGroup() + { + if (array_key_exists("personOrGroup", $this->_propDict)) { + if (is_a($this->_propDict["personOrGroup"], "Microsoft\Graph\Model\PersonOrGroupColumn")) { + return $this->_propDict["personOrGroup"]; + } else { + $this->_propDict["personOrGroup"] = new PersonOrGroupColumn($this->_propDict["personOrGroup"]); + return $this->_propDict["personOrGroup"]; + } + } + return null; + } + + /** + * Sets the personOrGroup + * This column stores Person or Group values. + * + * @param PersonOrGroupColumn $val The personOrGroup + * + * @return ColumnDefinition + */ + public function setPersonOrGroup($val) + { + $this->_propDict["personOrGroup"] = $val; + return $this; + } + + /** + * Gets the readOnly + * Specifies whether the column values can be modified. + * + * @return bool The readOnly + */ + public function getReadOnly() + { + if (array_key_exists("readOnly", $this->_propDict)) { + return $this->_propDict["readOnly"]; + } else { + return null; + } + } + + /** + * Sets the readOnly + * Specifies whether the column values can be modified. + * + * @param bool $val The readOnly + * + * @return ColumnDefinition + */ + public function setReadOnly($val) + { + $this->_propDict["readOnly"] = boolval($val); + return $this; + } + + /** + * Gets the required + * Specifies whether the column value is not optional. + * + * @return bool The required + */ + public function getRequired() + { + if (array_key_exists("required", $this->_propDict)) { + return $this->_propDict["required"]; + } else { + return null; + } + } + + /** + * Sets the required + * Specifies whether the column value is not optional. + * + * @param bool $val The required + * + * @return ColumnDefinition + */ + public function setRequired($val) + { + $this->_propDict["required"] = boolval($val); + return $this; + } + + /** + * Gets the text + * This column stores text values. + * + * @return TextColumn The text + */ + public function getText() + { + if (array_key_exists("text", $this->_propDict)) { + if (is_a($this->_propDict["text"], "Microsoft\Graph\Model\TextColumn")) { + return $this->_propDict["text"]; + } else { + $this->_propDict["text"] = new TextColumn($this->_propDict["text"]); + return $this->_propDict["text"]; + } + } + return null; + } + + /** + * Sets the text + * This column stores text values. + * + * @param TextColumn $val The text + * + * @return ColumnDefinition + */ + public function setText($val) + { + $this->_propDict["text"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ColumnLink.php b/vendor/microsoft/microsoft-graph/src/Model/ColumnLink.php new file mode 100644 index 000000000..05ea49860 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ColumnLink.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The name of the column in this content type. + * + * @param string $val The name + * + * @return ColumnLink + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ComplexExtensionValue.php b/vendor/microsoft/microsoft-graph/src/Model/ComplexExtensionValue.php new file mode 100644 index 000000000..ba38019fb --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ComplexExtensionValue.php @@ -0,0 +1,28 @@ +_propDict)) { + if (is_a($this->_propDict["certificationControls"], "Microsoft\Graph\Model\CertificationControl")) { + return $this->_propDict["certificationControls"]; + } else { + $this->_propDict["certificationControls"] = new CertificationControl($this->_propDict["certificationControls"]); + return $this->_propDict["certificationControls"]; + } + } + return null; + } + + /** + * Sets the certificationControls + * Collection of the certification controls associated with certification + * + * @param CertificationControl $val The value to assign to the certificationControls + * + * @return ComplianceInformation The ComplianceInformation + */ + public function setCertificationControls($val) + { + $this->_propDict["certificationControls"] = $val; + return $this; + } + /** + * Gets the certificationName + * Compliance certification name (for example, ISO 27018:2014, GDPR, FedRAMP, NIST 800-171) + * + * @return string The certificationName + */ + public function getCertificationName() + { + if (array_key_exists("certificationName", $this->_propDict)) { + return $this->_propDict["certificationName"]; + } else { + return null; + } + } + + /** + * Sets the certificationName + * Compliance certification name (for example, ISO 27018:2014, GDPR, FedRAMP, NIST 800-171) + * + * @param string $val The value of the certificationName + * + * @return ComplianceInformation + */ + public function setCertificationName($val) + { + $this->_propDict["certificationName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ComplianceState.php b/vendor/microsoft/microsoft-graph/src/Model/ComplianceState.php new file mode 100644 index 000000000..ab758fe2f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ComplianceState.php @@ -0,0 +1,41 @@ +_propDict)) { + return $this->_propDict["inventory"]; + } else { + return null; + } + } + + /** + * Sets the inventory + * Whether inventory is managed by Intune + * + * @param bool $val The value of the inventory + * + * @return ConfigurationManagerClientEnabledFeatures + */ + public function setInventory($val) + { + $this->_propDict["inventory"] = $val; + return $this; + } + /** + * Gets the modernApps + * Whether modern application is managed by Intune + * + * @return bool The modernApps + */ + public function getModernApps() + { + if (array_key_exists("modernApps", $this->_propDict)) { + return $this->_propDict["modernApps"]; + } else { + return null; + } + } + + /** + * Sets the modernApps + * Whether modern application is managed by Intune + * + * @param bool $val The value of the modernApps + * + * @return ConfigurationManagerClientEnabledFeatures + */ + public function setModernApps($val) + { + $this->_propDict["modernApps"] = $val; + return $this; + } + /** + * Gets the resourceAccess + * Whether resource access is managed by Intune + * + * @return bool The resourceAccess + */ + public function getResourceAccess() + { + if (array_key_exists("resourceAccess", $this->_propDict)) { + return $this->_propDict["resourceAccess"]; + } else { + return null; + } + } + + /** + * Sets the resourceAccess + * Whether resource access is managed by Intune + * + * @param bool $val The value of the resourceAccess + * + * @return ConfigurationManagerClientEnabledFeatures + */ + public function setResourceAccess($val) + { + $this->_propDict["resourceAccess"] = $val; + return $this; + } + /** + * Gets the deviceConfiguration + * Whether device configuration is managed by Intune + * + * @return bool The deviceConfiguration + */ + public function getDeviceConfiguration() + { + if (array_key_exists("deviceConfiguration", $this->_propDict)) { + return $this->_propDict["deviceConfiguration"]; + } else { + return null; + } + } + + /** + * Sets the deviceConfiguration + * Whether device configuration is managed by Intune + * + * @param bool $val The value of the deviceConfiguration + * + * @return ConfigurationManagerClientEnabledFeatures + */ + public function setDeviceConfiguration($val) + { + $this->_propDict["deviceConfiguration"] = $val; + return $this; + } + /** + * Gets the compliancePolicy + * Whether compliance policy is managed by Intune + * + * @return bool The compliancePolicy + */ + public function getCompliancePolicy() + { + if (array_key_exists("compliancePolicy", $this->_propDict)) { + return $this->_propDict["compliancePolicy"]; + } else { + return null; + } + } + + /** + * Sets the compliancePolicy + * Whether compliance policy is managed by Intune + * + * @param bool $val The value of the compliancePolicy + * + * @return ConfigurationManagerClientEnabledFeatures + */ + public function setCompliancePolicy($val) + { + $this->_propDict["compliancePolicy"] = $val; + return $this; + } + /** + * Gets the windowsUpdateForBusiness + * Whether Windows Update for Business is managed by Intune + * + * @return bool The windowsUpdateForBusiness + */ + public function getWindowsUpdateForBusiness() + { + if (array_key_exists("windowsUpdateForBusiness", $this->_propDict)) { + return $this->_propDict["windowsUpdateForBusiness"]; + } else { + return null; + } + } + + /** + * Sets the windowsUpdateForBusiness + * Whether Windows Update for Business is managed by Intune + * + * @param bool $val The value of the windowsUpdateForBusiness + * + * @return ConfigurationManagerClientEnabledFeatures + */ + public function setWindowsUpdateForBusiness($val) + { + $this->_propDict["windowsUpdateForBusiness"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ConnectionDirection.php b/vendor/microsoft/microsoft-graph/src/Model/ConnectionDirection.php new file mode 100644 index 000000000..3cf9cd337 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ConnectionDirection.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["parentFolderId"]; + } else { + return null; + } + } + + /** + * Sets the parentFolderId + * The ID of the contact's parent folder. + * + * @param string $val The parentFolderId + * + * @return Contact + */ + public function setParentFolderId($val) + { + $this->_propDict["parentFolderId"] = $val; + return $this; + } + + /** + * Gets the birthday + * The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The birthday + */ + public function getBirthday() + { + if (array_key_exists("birthday", $this->_propDict)) { + if (is_a($this->_propDict["birthday"], "\DateTime")) { + return $this->_propDict["birthday"]; + } else { + $this->_propDict["birthday"] = new \DateTime($this->_propDict["birthday"]); + return $this->_propDict["birthday"]; + } + } + return null; + } + + /** + * Sets the birthday + * The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The birthday + * + * @return Contact + */ + public function setBirthday($val) + { + $this->_propDict["birthday"] = $val; + return $this; + } + + /** + * Gets the fileAs + * The name the contact is filed under. + * + * @return string The fileAs + */ + public function getFileAs() + { + if (array_key_exists("fileAs", $this->_propDict)) { + return $this->_propDict["fileAs"]; + } else { + return null; + } + } + + /** + * Sets the fileAs + * The name the contact is filed under. + * + * @param string $val The fileAs + * + * @return Contact + */ + public function setFileAs($val) + { + $this->_propDict["fileAs"] = $val; + return $this; + } + + /** + * Gets the displayName + * The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation. + * + * @param string $val The displayName + * + * @return Contact + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the givenName + * The contact's given name. + * + * @return string The givenName + */ + public function getGivenName() + { + if (array_key_exists("givenName", $this->_propDict)) { + return $this->_propDict["givenName"]; + } else { + return null; + } + } + + /** + * Sets the givenName + * The contact's given name. + * + * @param string $val The givenName + * + * @return Contact + */ + public function setGivenName($val) + { + $this->_propDict["givenName"] = $val; + return $this; + } + + /** + * Gets the initials + * The contact's initials. + * + * @return string The initials + */ + public function getInitials() + { + if (array_key_exists("initials", $this->_propDict)) { + return $this->_propDict["initials"]; + } else { + return null; + } + } + + /** + * Sets the initials + * The contact's initials. + * + * @param string $val The initials + * + * @return Contact + */ + public function setInitials($val) + { + $this->_propDict["initials"] = $val; + return $this; + } + + /** + * Gets the middleName + * The contact's middle name. + * + * @return string The middleName + */ + public function getMiddleName() + { + if (array_key_exists("middleName", $this->_propDict)) { + return $this->_propDict["middleName"]; + } else { + return null; + } + } + + /** + * Sets the middleName + * The contact's middle name. + * + * @param string $val The middleName + * + * @return Contact + */ + public function setMiddleName($val) + { + $this->_propDict["middleName"] = $val; + return $this; + } + + /** + * Gets the nickName + * The contact's nickname. + * + * @return string The nickName + */ + public function getNickName() + { + if (array_key_exists("nickName", $this->_propDict)) { + return $this->_propDict["nickName"]; + } else { + return null; + } + } + + /** + * Sets the nickName + * The contact's nickname. + * + * @param string $val The nickName + * + * @return Contact + */ + public function setNickName($val) + { + $this->_propDict["nickName"] = $val; + return $this; + } + + /** + * Gets the surname + * The contact's surname. + * + * @return string The surname + */ + public function getSurname() + { + if (array_key_exists("surname", $this->_propDict)) { + return $this->_propDict["surname"]; + } else { + return null; + } + } + + /** + * Sets the surname + * The contact's surname. + * + * @param string $val The surname + * + * @return Contact + */ + public function setSurname($val) + { + $this->_propDict["surname"] = $val; + return $this; + } + + /** + * Gets the title + * The contact's title. + * + * @return string The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * The contact's title. + * + * @param string $val The title + * + * @return Contact + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + + /** + * Gets the yomiGivenName + * The phonetic Japanese given name (first name) of the contact. + * + * @return string The yomiGivenName + */ + public function getYomiGivenName() + { + if (array_key_exists("yomiGivenName", $this->_propDict)) { + return $this->_propDict["yomiGivenName"]; + } else { + return null; + } + } + + /** + * Sets the yomiGivenName + * The phonetic Japanese given name (first name) of the contact. + * + * @param string $val The yomiGivenName + * + * @return Contact + */ + public function setYomiGivenName($val) + { + $this->_propDict["yomiGivenName"] = $val; + return $this; + } + + /** + * Gets the yomiSurname + * The phonetic Japanese surname (last name) of the contact. + * + * @return string The yomiSurname + */ + public function getYomiSurname() + { + if (array_key_exists("yomiSurname", $this->_propDict)) { + return $this->_propDict["yomiSurname"]; + } else { + return null; + } + } + + /** + * Sets the yomiSurname + * The phonetic Japanese surname (last name) of the contact. + * + * @param string $val The yomiSurname + * + * @return Contact + */ + public function setYomiSurname($val) + { + $this->_propDict["yomiSurname"] = $val; + return $this; + } + + /** + * Gets the yomiCompanyName + * The phonetic Japanese company name of the contact. + * + * @return string The yomiCompanyName + */ + public function getYomiCompanyName() + { + if (array_key_exists("yomiCompanyName", $this->_propDict)) { + return $this->_propDict["yomiCompanyName"]; + } else { + return null; + } + } + + /** + * Sets the yomiCompanyName + * The phonetic Japanese company name of the contact. + * + * @param string $val The yomiCompanyName + * + * @return Contact + */ + public function setYomiCompanyName($val) + { + $this->_propDict["yomiCompanyName"] = $val; + return $this; + } + + /** + * Gets the generation + * The contact's generation. + * + * @return string The generation + */ + public function getGeneration() + { + if (array_key_exists("generation", $this->_propDict)) { + return $this->_propDict["generation"]; + } else { + return null; + } + } + + /** + * Sets the generation + * The contact's generation. + * + * @param string $val The generation + * + * @return Contact + */ + public function setGeneration($val) + { + $this->_propDict["generation"] = $val; + return $this; + } + + + /** + * Gets the emailAddresses + * The contact's email addresses. + * + * @return array The emailAddresses + */ + public function getEmailAddresses() + { + if (array_key_exists("emailAddresses", $this->_propDict)) { + return $this->_propDict["emailAddresses"]; + } else { + return null; + } + } + + /** + * Sets the emailAddresses + * The contact's email addresses. + * + * @param EmailAddress $val The emailAddresses + * + * @return Contact + */ + public function setEmailAddresses($val) + { + $this->_propDict["emailAddresses"] = $val; + return $this; + } + + /** + * Gets the imAddresses + * The contact's instant messaging (IM) addresses. + * + * @return string The imAddresses + */ + public function getImAddresses() + { + if (array_key_exists("imAddresses", $this->_propDict)) { + return $this->_propDict["imAddresses"]; + } else { + return null; + } + } + + /** + * Sets the imAddresses + * The contact's instant messaging (IM) addresses. + * + * @param string $val The imAddresses + * + * @return Contact + */ + public function setImAddresses($val) + { + $this->_propDict["imAddresses"] = $val; + return $this; + } + + /** + * Gets the jobTitle + * The contact’s job title. + * + * @return string The jobTitle + */ + public function getJobTitle() + { + if (array_key_exists("jobTitle", $this->_propDict)) { + return $this->_propDict["jobTitle"]; + } else { + return null; + } + } + + /** + * Sets the jobTitle + * The contact’s job title. + * + * @param string $val The jobTitle + * + * @return Contact + */ + public function setJobTitle($val) + { + $this->_propDict["jobTitle"] = $val; + return $this; + } + + /** + * Gets the companyName + * The name of the contact's company. + * + * @return string The companyName + */ + public function getCompanyName() + { + if (array_key_exists("companyName", $this->_propDict)) { + return $this->_propDict["companyName"]; + } else { + return null; + } + } + + /** + * Sets the companyName + * The name of the contact's company. + * + * @param string $val The companyName + * + * @return Contact + */ + public function setCompanyName($val) + { + $this->_propDict["companyName"] = $val; + return $this; + } + + /** + * Gets the department + * The contact's department. + * + * @return string The department + */ + public function getDepartment() + { + if (array_key_exists("department", $this->_propDict)) { + return $this->_propDict["department"]; + } else { + return null; + } + } + + /** + * Sets the department + * The contact's department. + * + * @param string $val The department + * + * @return Contact + */ + public function setDepartment($val) + { + $this->_propDict["department"] = $val; + return $this; + } + + /** + * Gets the officeLocation + * The location of the contact's office. + * + * @return string The officeLocation + */ + public function getOfficeLocation() + { + if (array_key_exists("officeLocation", $this->_propDict)) { + return $this->_propDict["officeLocation"]; + } else { + return null; + } + } + + /** + * Sets the officeLocation + * The location of the contact's office. + * + * @param string $val The officeLocation + * + * @return Contact + */ + public function setOfficeLocation($val) + { + $this->_propDict["officeLocation"] = $val; + return $this; + } + + /** + * Gets the profession + * The contact's profession. + * + * @return string The profession + */ + public function getProfession() + { + if (array_key_exists("profession", $this->_propDict)) { + return $this->_propDict["profession"]; + } else { + return null; + } + } + + /** + * Sets the profession + * The contact's profession. + * + * @param string $val The profession + * + * @return Contact + */ + public function setProfession($val) + { + $this->_propDict["profession"] = $val; + return $this; + } + + /** + * Gets the businessHomePage + * The business home page of the contact. + * + * @return string The businessHomePage + */ + public function getBusinessHomePage() + { + if (array_key_exists("businessHomePage", $this->_propDict)) { + return $this->_propDict["businessHomePage"]; + } else { + return null; + } + } + + /** + * Sets the businessHomePage + * The business home page of the contact. + * + * @param string $val The businessHomePage + * + * @return Contact + */ + public function setBusinessHomePage($val) + { + $this->_propDict["businessHomePage"] = $val; + return $this; + } + + /** + * Gets the assistantName + * The name of the contact's assistant. + * + * @return string The assistantName + */ + public function getAssistantName() + { + if (array_key_exists("assistantName", $this->_propDict)) { + return $this->_propDict["assistantName"]; + } else { + return null; + } + } + + /** + * Sets the assistantName + * The name of the contact's assistant. + * + * @param string $val The assistantName + * + * @return Contact + */ + public function setAssistantName($val) + { + $this->_propDict["assistantName"] = $val; + return $this; + } + + /** + * Gets the manager + * The name of the contact's manager. + * + * @return string The manager + */ + public function getManager() + { + if (array_key_exists("manager", $this->_propDict)) { + return $this->_propDict["manager"]; + } else { + return null; + } + } + + /** + * Sets the manager + * The name of the contact's manager. + * + * @param string $val The manager + * + * @return Contact + */ + public function setManager($val) + { + $this->_propDict["manager"] = $val; + return $this; + } + + /** + * Gets the homePhones + * The contact's home phone numbers. + * + * @return string The homePhones + */ + public function getHomePhones() + { + if (array_key_exists("homePhones", $this->_propDict)) { + return $this->_propDict["homePhones"]; + } else { + return null; + } + } + + /** + * Sets the homePhones + * The contact's home phone numbers. + * + * @param string $val The homePhones + * + * @return Contact + */ + public function setHomePhones($val) + { + $this->_propDict["homePhones"] = $val; + return $this; + } + + /** + * Gets the mobilePhone + * The contact's mobile phone number. + * + * @return string The mobilePhone + */ + public function getMobilePhone() + { + if (array_key_exists("mobilePhone", $this->_propDict)) { + return $this->_propDict["mobilePhone"]; + } else { + return null; + } + } + + /** + * Sets the mobilePhone + * The contact's mobile phone number. + * + * @param string $val The mobilePhone + * + * @return Contact + */ + public function setMobilePhone($val) + { + $this->_propDict["mobilePhone"] = $val; + return $this; + } + + /** + * Gets the businessPhones + * The contact's business phone numbers. + * + * @return string The businessPhones + */ + public function getBusinessPhones() + { + if (array_key_exists("businessPhones", $this->_propDict)) { + return $this->_propDict["businessPhones"]; + } else { + return null; + } + } + + /** + * Sets the businessPhones + * The contact's business phone numbers. + * + * @param string $val The businessPhones + * + * @return Contact + */ + public function setBusinessPhones($val) + { + $this->_propDict["businessPhones"] = $val; + return $this; + } + + /** + * Gets the homeAddress + * The contact's home address. + * + * @return PhysicalAddress The homeAddress + */ + public function getHomeAddress() + { + if (array_key_exists("homeAddress", $this->_propDict)) { + if (is_a($this->_propDict["homeAddress"], "Microsoft\Graph\Model\PhysicalAddress")) { + return $this->_propDict["homeAddress"]; + } else { + $this->_propDict["homeAddress"] = new PhysicalAddress($this->_propDict["homeAddress"]); + return $this->_propDict["homeAddress"]; + } + } + return null; + } + + /** + * Sets the homeAddress + * The contact's home address. + * + * @param PhysicalAddress $val The homeAddress + * + * @return Contact + */ + public function setHomeAddress($val) + { + $this->_propDict["homeAddress"] = $val; + return $this; + } + + /** + * Gets the businessAddress + * The contact's business address. + * + * @return PhysicalAddress The businessAddress + */ + public function getBusinessAddress() + { + if (array_key_exists("businessAddress", $this->_propDict)) { + if (is_a($this->_propDict["businessAddress"], "Microsoft\Graph\Model\PhysicalAddress")) { + return $this->_propDict["businessAddress"]; + } else { + $this->_propDict["businessAddress"] = new PhysicalAddress($this->_propDict["businessAddress"]); + return $this->_propDict["businessAddress"]; + } + } + return null; + } + + /** + * Sets the businessAddress + * The contact's business address. + * + * @param PhysicalAddress $val The businessAddress + * + * @return Contact + */ + public function setBusinessAddress($val) + { + $this->_propDict["businessAddress"] = $val; + return $this; + } + + /** + * Gets the otherAddress + * Other addresses for the contact. + * + * @return PhysicalAddress The otherAddress + */ + public function getOtherAddress() + { + if (array_key_exists("otherAddress", $this->_propDict)) { + if (is_a($this->_propDict["otherAddress"], "Microsoft\Graph\Model\PhysicalAddress")) { + return $this->_propDict["otherAddress"]; + } else { + $this->_propDict["otherAddress"] = new PhysicalAddress($this->_propDict["otherAddress"]); + return $this->_propDict["otherAddress"]; + } + } + return null; + } + + /** + * Sets the otherAddress + * Other addresses for the contact. + * + * @param PhysicalAddress $val The otherAddress + * + * @return Contact + */ + public function setOtherAddress($val) + { + $this->_propDict["otherAddress"] = $val; + return $this; + } + + /** + * Gets the spouseName + * The name of the contact's spouse/partner. + * + * @return string The spouseName + */ + public function getSpouseName() + { + if (array_key_exists("spouseName", $this->_propDict)) { + return $this->_propDict["spouseName"]; + } else { + return null; + } + } + + /** + * Sets the spouseName + * The name of the contact's spouse/partner. + * + * @param string $val The spouseName + * + * @return Contact + */ + public function setSpouseName($val) + { + $this->_propDict["spouseName"] = $val; + return $this; + } + + /** + * Gets the personalNotes + * The user's notes about the contact. + * + * @return string The personalNotes + */ + public function getPersonalNotes() + { + if (array_key_exists("personalNotes", $this->_propDict)) { + return $this->_propDict["personalNotes"]; + } else { + return null; + } + } + + /** + * Sets the personalNotes + * The user's notes about the contact. + * + * @param string $val The personalNotes + * + * @return Contact + */ + public function setPersonalNotes($val) + { + $this->_propDict["personalNotes"] = $val; + return $this; + } + + /** + * Gets the children + * The names of the contact's children. + * + * @return string The children + */ + public function getChildren() + { + if (array_key_exists("children", $this->_propDict)) { + return $this->_propDict["children"]; + } else { + return null; + } + } + + /** + * Sets the children + * The names of the contact's children. + * + * @param string $val The children + * + * @return Contact + */ + public function setChildren($val) + { + $this->_propDict["children"] = $val; + return $this; + } + + + /** + * Gets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the contact. Read-only. Nullable. + * + * @return array The singleValueExtendedProperties + */ + public function getSingleValueExtendedProperties() + { + if (array_key_exists("singleValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["singleValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the contact. Read-only. Nullable. + * + * @param SingleValueLegacyExtendedProperty $val The singleValueExtendedProperties + * + * @return Contact + */ + public function setSingleValueExtendedProperties($val) + { + $this->_propDict["singleValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the contact. Read-only. Nullable. + * + * @return array The multiValueExtendedProperties + */ + public function getMultiValueExtendedProperties() + { + if (array_key_exists("multiValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["multiValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the contact. Read-only. Nullable. + * + * @param MultiValueLegacyExtendedProperty $val The multiValueExtendedProperties + * + * @return Contact + */ + public function setMultiValueExtendedProperties($val) + { + $this->_propDict["multiValueExtendedProperties"] = $val; + return $this; + } + + /** + * Gets the photo + * Optional contact picture. You can get or set a photo for a contact. + * + * @return ProfilePhoto The photo + */ + public function getPhoto() + { + if (array_key_exists("photo", $this->_propDict)) { + if (is_a($this->_propDict["photo"], "Microsoft\Graph\Model\ProfilePhoto")) { + return $this->_propDict["photo"]; + } else { + $this->_propDict["photo"] = new ProfilePhoto($this->_propDict["photo"]); + return $this->_propDict["photo"]; + } + } + return null; + } + + /** + * Sets the photo + * Optional contact picture. You can get or set a photo for a contact. + * + * @param ProfilePhoto $val The photo + * + * @return Contact + */ + public function setPhoto($val) + { + $this->_propDict["photo"] = $val; + return $this; + } + + + /** + * Gets the extensions + * The collection of open extensions defined for the contact. Read-only. Nullable. + * + * @return array The extensions + */ + public function getExtensions() + { + if (array_key_exists("extensions", $this->_propDict)) { + return $this->_propDict["extensions"]; + } else { + return null; + } + } + + /** + * Sets the extensions + * The collection of open extensions defined for the contact. Read-only. Nullable. + * + * @param Extension $val The extensions + * + * @return Contact + */ + public function setExtensions($val) + { + $this->_propDict["extensions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ContactFolder.php b/vendor/microsoft/microsoft-graph/src/Model/ContactFolder.php new file mode 100644 index 000000000..a732b3219 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ContactFolder.php @@ -0,0 +1,207 @@ +_propDict)) { + return $this->_propDict["parentFolderId"]; + } else { + return null; + } + } + + /** + * Sets the parentFolderId + * The ID of the folder's parent folder. + * + * @param string $val The parentFolderId + * + * @return ContactFolder + */ + public function setParentFolderId($val) + { + $this->_propDict["parentFolderId"] = $val; + return $this; + } + + /** + * Gets the displayName + * The folder's display name. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The folder's display name. + * + * @param string $val The displayName + * + * @return ContactFolder + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + + /** + * Gets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable. + * + * @return array The singleValueExtendedProperties + */ + public function getSingleValueExtendedProperties() + { + if (array_key_exists("singleValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["singleValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable. + * + * @param SingleValueLegacyExtendedProperty $val The singleValueExtendedProperties + * + * @return ContactFolder + */ + public function setSingleValueExtendedProperties($val) + { + $this->_propDict["singleValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable. + * + * @return array The multiValueExtendedProperties + */ + public function getMultiValueExtendedProperties() + { + if (array_key_exists("multiValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["multiValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable. + * + * @param MultiValueLegacyExtendedProperty $val The multiValueExtendedProperties + * + * @return ContactFolder + */ + public function setMultiValueExtendedProperties($val) + { + $this->_propDict["multiValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the contacts + * The contacts in the folder. Navigation property. Read-only. Nullable. + * + * @return array The contacts + */ + public function getContacts() + { + if (array_key_exists("contacts", $this->_propDict)) { + return $this->_propDict["contacts"]; + } else { + return null; + } + } + + /** + * Sets the contacts + * The contacts in the folder. Navigation property. Read-only. Nullable. + * + * @param Contact $val The contacts + * + * @return ContactFolder + */ + public function setContacts($val) + { + $this->_propDict["contacts"] = $val; + return $this; + } + + + /** + * Gets the childFolders + * The collection of child folders in the folder. Navigation property. Read-only. Nullable. + * + * @return array The childFolders + */ + public function getChildFolders() + { + if (array_key_exists("childFolders", $this->_propDict)) { + return $this->_propDict["childFolders"]; + } else { + return null; + } + } + + /** + * Sets the childFolders + * The collection of child folders in the folder. Navigation property. Read-only. Nullable. + * + * @param ContactFolder $val The childFolders + * + * @return ContactFolder + */ + public function setChildFolders($val) + { + $this->_propDict["childFolders"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ContentType.php b/vendor/microsoft/microsoft-graph/src/Model/ContentType.php new file mode 100644 index 000000000..3e08cfb6d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ContentType.php @@ -0,0 +1,328 @@ +_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * The descriptive text for the item. + * + * @param string $val The description + * + * @return ContentType + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the group + * The name of the group this content type belongs to. Helps organize related content types. + * + * @return string The group + */ + public function getGroup() + { + if (array_key_exists("group", $this->_propDict)) { + return $this->_propDict["group"]; + } else { + return null; + } + } + + /** + * Sets the group + * The name of the group this content type belongs to. Helps organize related content types. + * + * @param string $val The group + * + * @return ContentType + */ + public function setGroup($val) + { + $this->_propDict["group"] = $val; + return $this; + } + + /** + * Gets the hidden + * Indicates whether the content type is hidden in the list's 'New' menu. + * + * @return bool The hidden + */ + public function getHidden() + { + if (array_key_exists("hidden", $this->_propDict)) { + return $this->_propDict["hidden"]; + } else { + return null; + } + } + + /** + * Sets the hidden + * Indicates whether the content type is hidden in the list's 'New' menu. + * + * @param bool $val The hidden + * + * @return ContentType + */ + public function setHidden($val) + { + $this->_propDict["hidden"] = boolval($val); + return $this; + } + + /** + * Gets the inheritedFrom + * If this content type is inherited from another scope (like a site), provides a reference to the item where the content type is defined. + * + * @return ItemReference The inheritedFrom + */ + public function getInheritedFrom() + { + if (array_key_exists("inheritedFrom", $this->_propDict)) { + if (is_a($this->_propDict["inheritedFrom"], "Microsoft\Graph\Model\ItemReference")) { + return $this->_propDict["inheritedFrom"]; + } else { + $this->_propDict["inheritedFrom"] = new ItemReference($this->_propDict["inheritedFrom"]); + return $this->_propDict["inheritedFrom"]; + } + } + return null; + } + + /** + * Sets the inheritedFrom + * If this content type is inherited from another scope (like a site), provides a reference to the item where the content type is defined. + * + * @param ItemReference $val The inheritedFrom + * + * @return ContentType + */ + public function setInheritedFrom($val) + { + $this->_propDict["inheritedFrom"] = $val; + return $this; + } + + /** + * Gets the name + * The name of the content type. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The name of the content type. + * + * @param string $val The name + * + * @return ContentType + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the order + * Specifies the order in which the content type appears in the selection UI. + * + * @return ContentTypeOrder The order + */ + public function getOrder() + { + if (array_key_exists("order", $this->_propDict)) { + if (is_a($this->_propDict["order"], "Microsoft\Graph\Model\ContentTypeOrder")) { + return $this->_propDict["order"]; + } else { + $this->_propDict["order"] = new ContentTypeOrder($this->_propDict["order"]); + return $this->_propDict["order"]; + } + } + return null; + } + + /** + * Sets the order + * Specifies the order in which the content type appears in the selection UI. + * + * @param ContentTypeOrder $val The order + * + * @return ContentType + */ + public function setOrder($val) + { + $this->_propDict["order"] = $val; + return $this; + } + + /** + * Gets the parentId + * The unique identifier of the content type. + * + * @return string The parentId + */ + public function getParentId() + { + if (array_key_exists("parentId", $this->_propDict)) { + return $this->_propDict["parentId"]; + } else { + return null; + } + } + + /** + * Sets the parentId + * The unique identifier of the content type. + * + * @param string $val The parentId + * + * @return ContentType + */ + public function setParentId($val) + { + $this->_propDict["parentId"] = $val; + return $this; + } + + /** + * Gets the readOnly + * If true, the content type cannot be modified unless this value is first set to false. + * + * @return bool The readOnly + */ + public function getReadOnly() + { + if (array_key_exists("readOnly", $this->_propDict)) { + return $this->_propDict["readOnly"]; + } else { + return null; + } + } + + /** + * Sets the readOnly + * If true, the content type cannot be modified unless this value is first set to false. + * + * @param bool $val The readOnly + * + * @return ContentType + */ + public function setReadOnly($val) + { + $this->_propDict["readOnly"] = boolval($val); + return $this; + } + + /** + * Gets the sealed + * If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. + * + * @return bool The sealed + */ + public function getSealed() + { + if (array_key_exists("sealed", $this->_propDict)) { + return $this->_propDict["sealed"]; + } else { + return null; + } + } + + /** + * Sets the sealed + * If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. + * + * @param bool $val The sealed + * + * @return ContentType + */ + public function setSealed($val) + { + $this->_propDict["sealed"] = boolval($val); + return $this; + } + + + /** + * Gets the columnLinks + * The collection of columns that are required by this content type + * + * @return array The columnLinks + */ + public function getColumnLinks() + { + if (array_key_exists("columnLinks", $this->_propDict)) { + return $this->_propDict["columnLinks"]; + } else { + return null; + } + } + + /** + * Sets the columnLinks + * The collection of columns that are required by this content type + * + * @param ColumnLink $val The columnLinks + * + * @return ContentType + */ + public function setColumnLinks($val) + { + $this->_propDict["columnLinks"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ContentTypeInfo.php b/vendor/microsoft/microsoft-graph/src/Model/ContentTypeInfo.php new file mode 100644 index 000000000..132c274c5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ContentTypeInfo.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * The id of the content type. + * + * @param string $val The value of the id + * + * @return ContentTypeInfo + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ContentTypeOrder.php b/vendor/microsoft/microsoft-graph/src/Model/ContentTypeOrder.php new file mode 100644 index 000000000..b4a90522e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ContentTypeOrder.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["default"]; + } else { + return null; + } + } + + /** + * Sets the default + * Whether this is the default Content Type + * + * @param bool $val The value of the default + * + * @return ContentTypeOrder + */ + public function setDefault($val) + { + $this->_propDict["default"] = $val; + return $this; + } + /** + * Gets the position + * Specifies the position in which the Content Type appears in the selection UI. + * + * @return int The position + */ + public function getPosition() + { + if (array_key_exists("position", $this->_propDict)) { + return $this->_propDict["position"]; + } else { + return null; + } + } + + /** + * Sets the position + * Specifies the position in which the Content Type appears in the selection UI. + * + * @param int $val The value of the position + * + * @return ContentTypeOrder + */ + public function setPosition($val) + { + $this->_propDict["position"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Contract.php b/vendor/microsoft/microsoft-graph/src/Model/Contract.php new file mode 100644 index 000000000..7ef5c63d2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Contract.php @@ -0,0 +1,145 @@ +_propDict)) { + return $this->_propDict["contractType"]; + } else { + return null; + } + } + + /** + * Sets the contractType + * Type of contract.Possible values are: SyndicationPartner - Partner that exclusively resells and manages O365 and Intune for this customer. They resell and support their customers. BreadthPartner - Partner has the ability to provide administrative support for this customer. However, the partner is not allowed to resell to the customer.ResellerPartner - Partner that is similar to a syndication partner, except that the partner doesn’t have exclusive access to a tenant. In the syndication case, the customer cannot buy additional direct subscriptions from Microsoft or from other partners. + * + * @param string $val The contractType + * + * @return Contract + */ + public function setContractType($val) + { + $this->_propDict["contractType"] = $val; + return $this; + } + + /** + * Gets the customerId + * The unique identifier for the customer tenant referenced by this partnership. Corresponds to the id property of the customer tenant's organization resource. + * + * @return string The customerId + */ + public function getCustomerId() + { + if (array_key_exists("customerId", $this->_propDict)) { + return $this->_propDict["customerId"]; + } else { + return null; + } + } + + /** + * Sets the customerId + * The unique identifier for the customer tenant referenced by this partnership. Corresponds to the id property of the customer tenant's organization resource. + * + * @param string $val The customerId + * + * @return Contract + */ + public function setCustomerId($val) + { + $this->_propDict["customerId"] = $val; + return $this; + } + + /** + * Gets the defaultDomainName + * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's default domain name changes. + * + * @return string The defaultDomainName + */ + public function getDefaultDomainName() + { + if (array_key_exists("defaultDomainName", $this->_propDict)) { + return $this->_propDict["defaultDomainName"]; + } else { + return null; + } + } + + /** + * Sets the defaultDomainName + * A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's default domain name changes. + * + * @param string $val The defaultDomainName + * + * @return Contract + */ + public function setDefaultDomainName($val) + { + $this->_propDict["defaultDomainName"] = $val; + return $this; + } + + /** + * Gets the displayName + * A copy of the customer tenant's display name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's display name changes. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * A copy of the customer tenant's display name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's display name changes. + * + * @param string $val The displayName + * + * @return Contract + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ControlScore.php b/vendor/microsoft/microsoft-graph/src/Model/ControlScore.php new file mode 100644 index 000000000..a55579630 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ControlScore.php @@ -0,0 +1,140 @@ +_propDict)) { + return $this->_propDict["controlCategory"]; + } else { + return null; + } + } + + /** + * Sets the controlCategory + * Control action category (Identity, Data, Device, Apps, Infrastructure). + * + * @param string $val The value of the controlCategory + * + * @return ControlScore + */ + public function setControlCategory($val) + { + $this->_propDict["controlCategory"] = $val; + return $this; + } + /** + * Gets the controlName + * Control unique name. + * + * @return string The controlName + */ + public function getControlName() + { + if (array_key_exists("controlName", $this->_propDict)) { + return $this->_propDict["controlName"]; + } else { + return null; + } + } + + /** + * Sets the controlName + * Control unique name. + * + * @param string $val The value of the controlName + * + * @return ControlScore + */ + public function setControlName($val) + { + $this->_propDict["controlName"] = $val; + return $this; + } + /** + * Gets the description + * Description of the control. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description of the control. + * + * @param string $val The value of the description + * + * @return ControlScore + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + /** + * Gets the score + * Tenant achieved score for the control (it varies day by day depending on tenant operations on the control). + * + * @return float The score + */ + public function getScore() + { + if (array_key_exists("score", $this->_propDict)) { + return $this->_propDict["score"]; + } else { + return null; + } + } + + /** + * Sets the score + * Tenant achieved score for the control (it varies day by day depending on tenant operations on the control). + * + * @param float $val The value of the score + * + * @return ControlScore + */ + public function setScore($val) + { + $this->_propDict["score"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Conversation.php b/vendor/microsoft/microsoft-graph/src/Model/Conversation.php new file mode 100644 index 000000000..319ff1469 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Conversation.php @@ -0,0 +1,208 @@ +_propDict)) { + return $this->_propDict["topic"]; + } else { + return null; + } + } + + /** + * Sets the topic + * The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. + * + * @param string $val The topic + * + * @return Conversation + */ + public function setTopic($val) + { + $this->_propDict["topic"] = $val; + return $this; + } + + /** + * Gets the hasAttachments + * Indicates whether any of the posts within this Conversation has at least one attachment. + * + * @return bool The hasAttachments + */ + public function getHasAttachments() + { + if (array_key_exists("hasAttachments", $this->_propDict)) { + return $this->_propDict["hasAttachments"]; + } else { + return null; + } + } + + /** + * Sets the hasAttachments + * Indicates whether any of the posts within this Conversation has at least one attachment. + * + * @param bool $val The hasAttachments + * + * @return Conversation + */ + public function setHasAttachments($val) + { + $this->_propDict["hasAttachments"] = boolval($val); + return $this; + } + + /** + * Gets the lastDeliveredDateTime + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The lastDeliveredDateTime + */ + public function getLastDeliveredDateTime() + { + if (array_key_exists("lastDeliveredDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastDeliveredDateTime"], "\DateTime")) { + return $this->_propDict["lastDeliveredDateTime"]; + } else { + $this->_propDict["lastDeliveredDateTime"] = new \DateTime($this->_propDict["lastDeliveredDateTime"]); + return $this->_propDict["lastDeliveredDateTime"]; + } + } + return null; + } + + /** + * Sets the lastDeliveredDateTime + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The lastDeliveredDateTime + * + * @return Conversation + */ + public function setLastDeliveredDateTime($val) + { + $this->_propDict["lastDeliveredDateTime"] = $val; + return $this; + } + + /** + * Gets the uniqueSenders + * All the users that sent a message to this Conversation. + * + * @return string The uniqueSenders + */ + public function getUniqueSenders() + { + if (array_key_exists("uniqueSenders", $this->_propDict)) { + return $this->_propDict["uniqueSenders"]; + } else { + return null; + } + } + + /** + * Sets the uniqueSenders + * All the users that sent a message to this Conversation. + * + * @param string $val The uniqueSenders + * + * @return Conversation + */ + public function setUniqueSenders($val) + { + $this->_propDict["uniqueSenders"] = $val; + return $this; + } + + /** + * Gets the preview + * A short summary from the body of the latest post in this converstaion. + * + * @return string The preview + */ + public function getPreview() + { + if (array_key_exists("preview", $this->_propDict)) { + return $this->_propDict["preview"]; + } else { + return null; + } + } + + /** + * Sets the preview + * A short summary from the body of the latest post in this converstaion. + * + * @param string $val The preview + * + * @return Conversation + */ + public function setPreview($val) + { + $this->_propDict["preview"] = $val; + return $this; + } + + + /** + * Gets the threads + * A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. + * + * @return array The threads + */ + public function getThreads() + { + if (array_key_exists("threads", $this->_propDict)) { + return $this->_propDict["threads"]; + } else { + return null; + } + } + + /** + * Sets the threads + * A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. + * + * @param ConversationThread $val The threads + * + * @return Conversation + */ + public function setThreads($val) + { + $this->_propDict["threads"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ConversationThread.php b/vendor/microsoft/microsoft-graph/src/Model/ConversationThread.php new file mode 100644 index 000000000..4373ad99e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ConversationThread.php @@ -0,0 +1,297 @@ +_propDict)) { + return $this->_propDict["toRecipients"]; + } else { + return null; + } + } + + /** + * Sets the toRecipients + * The To: recipients for the thread. + * + * @param Recipient $val The toRecipients + * + * @return ConversationThread + */ + public function setToRecipients($val) + { + $this->_propDict["toRecipients"] = $val; + return $this; + } + + /** + * Gets the topic + * The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. + * + * @return string The topic + */ + public function getTopic() + { + if (array_key_exists("topic", $this->_propDict)) { + return $this->_propDict["topic"]; + } else { + return null; + } + } + + /** + * Sets the topic + * The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. + * + * @param string $val The topic + * + * @return ConversationThread + */ + public function setTopic($val) + { + $this->_propDict["topic"] = $val; + return $this; + } + + /** + * Gets the hasAttachments + * Indicates whether any of the posts within this thread has at least one attachment. + * + * @return bool The hasAttachments + */ + public function getHasAttachments() + { + if (array_key_exists("hasAttachments", $this->_propDict)) { + return $this->_propDict["hasAttachments"]; + } else { + return null; + } + } + + /** + * Sets the hasAttachments + * Indicates whether any of the posts within this thread has at least one attachment. + * + * @param bool $val The hasAttachments + * + * @return ConversationThread + */ + public function setHasAttachments($val) + { + $this->_propDict["hasAttachments"] = boolval($val); + return $this; + } + + /** + * Gets the lastDeliveredDateTime + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The lastDeliveredDateTime + */ + public function getLastDeliveredDateTime() + { + if (array_key_exists("lastDeliveredDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastDeliveredDateTime"], "\DateTime")) { + return $this->_propDict["lastDeliveredDateTime"]; + } else { + $this->_propDict["lastDeliveredDateTime"] = new \DateTime($this->_propDict["lastDeliveredDateTime"]); + return $this->_propDict["lastDeliveredDateTime"]; + } + } + return null; + } + + /** + * Sets the lastDeliveredDateTime + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The lastDeliveredDateTime + * + * @return ConversationThread + */ + public function setLastDeliveredDateTime($val) + { + $this->_propDict["lastDeliveredDateTime"] = $val; + return $this; + } + + /** + * Gets the uniqueSenders + * All the users that sent a message to this thread. + * + * @return string The uniqueSenders + */ + public function getUniqueSenders() + { + if (array_key_exists("uniqueSenders", $this->_propDict)) { + return $this->_propDict["uniqueSenders"]; + } else { + return null; + } + } + + /** + * Sets the uniqueSenders + * All the users that sent a message to this thread. + * + * @param string $val The uniqueSenders + * + * @return ConversationThread + */ + public function setUniqueSenders($val) + { + $this->_propDict["uniqueSenders"] = $val; + return $this; + } + + + /** + * Gets the ccRecipients + * The Cc: recipients for the thread. + * + * @return array The ccRecipients + */ + public function getCcRecipients() + { + if (array_key_exists("ccRecipients", $this->_propDict)) { + return $this->_propDict["ccRecipients"]; + } else { + return null; + } + } + + /** + * Sets the ccRecipients + * The Cc: recipients for the thread. + * + * @param Recipient $val The ccRecipients + * + * @return ConversationThread + */ + public function setCcRecipients($val) + { + $this->_propDict["ccRecipients"] = $val; + return $this; + } + + /** + * Gets the preview + * A short summary from the body of the latest post in this converstaion. + * + * @return string The preview + */ + public function getPreview() + { + if (array_key_exists("preview", $this->_propDict)) { + return $this->_propDict["preview"]; + } else { + return null; + } + } + + /** + * Sets the preview + * A short summary from the body of the latest post in this converstaion. + * + * @param string $val The preview + * + * @return ConversationThread + */ + public function setPreview($val) + { + $this->_propDict["preview"] = $val; + return $this; + } + + /** + * Gets the isLocked + * Indicates if the thread is locked. + * + * @return bool The isLocked + */ + public function getIsLocked() + { + if (array_key_exists("isLocked", $this->_propDict)) { + return $this->_propDict["isLocked"]; + } else { + return null; + } + } + + /** + * Sets the isLocked + * Indicates if the thread is locked. + * + * @param bool $val The isLocked + * + * @return ConversationThread + */ + public function setIsLocked($val) + { + $this->_propDict["isLocked"] = boolval($val); + return $this; + } + + + /** + * Gets the posts + * Read-only. Nullable. + * + * @return array The posts + */ + public function getPosts() + { + if (array_key_exists("posts", $this->_propDict)) { + return $this->_propDict["posts"]; + } else { + return null; + } + } + + /** + * Sets the posts + * Read-only. Nullable. + * + * @param Post $val The posts + * + * @return ConversationThread + */ + public function setPosts($val) + { + $this->_propDict["posts"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ConvertIdResult.php b/vendor/microsoft/microsoft-graph/src/Model/ConvertIdResult.php new file mode 100644 index 000000000..925114f2d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ConvertIdResult.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["sourceId"]; + } else { + return null; + } + } + + /** + * Sets the sourceId + * The identifier that was converted. This value is the original, un-converted identifier. + * + * @param string $val The value of the sourceId + * + * @return ConvertIdResult + */ + public function setSourceId($val) + { + $this->_propDict["sourceId"] = $val; + return $this; + } + /** + * Gets the targetId + * The converted identifier. This value is not present if the conversion failed. + * + * @return string The targetId + */ + public function getTargetId() + { + if (array_key_exists("targetId", $this->_propDict)) { + return $this->_propDict["targetId"]; + } else { + return null; + } + } + + /** + * Sets the targetId + * The converted identifier. This value is not present if the conversion failed. + * + * @param string $val The value of the targetId + * + * @return ConvertIdResult + */ + public function setTargetId($val) + { + $this->_propDict["targetId"] = $val; + return $this; + } + + /** + * Gets the errorDetails + * An error object indicating the reason for the conversion failure. This value is not present if the conversion succeeded. + * + * @return GenericError The errorDetails + */ + public function getErrorDetails() + { + if (array_key_exists("errorDetails", $this->_propDict)) { + if (is_a($this->_propDict["errorDetails"], "Microsoft\Graph\Model\GenericError")) { + return $this->_propDict["errorDetails"]; + } else { + $this->_propDict["errorDetails"] = new GenericError($this->_propDict["errorDetails"]); + return $this->_propDict["errorDetails"]; + } + } + return null; + } + + /** + * Sets the errorDetails + * An error object indicating the reason for the conversion failure. This value is not present if the conversion succeeded. + * + * @param GenericError $val The value to assign to the errorDetails + * + * @return ConvertIdResult The ConvertIdResult + */ + public function setErrorDetails($val) + { + $this->_propDict["errorDetails"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/CopyNotebookModel.php b/vendor/microsoft/microsoft-graph/src/Model/CopyNotebookModel.php new file mode 100644 index 000000000..2dedecaba --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/CopyNotebookModel.php @@ -0,0 +1,448 @@ +_propDict)) { + return $this->_propDict["isDefault"]; + } else { + return null; + } + } + + /** + * Sets the isDefault + * + * @param bool $val The value of the isDefault + * + * @return CopyNotebookModel + */ + public function setIsDefault($val) + { + $this->_propDict["isDefault"] = $val; + return $this; + } + + /** + * Gets the userRole + * + * @return OnenoteUserRole The userRole + */ + public function getUserRole() + { + if (array_key_exists("userRole", $this->_propDict)) { + if (is_a($this->_propDict["userRole"], "Microsoft\Graph\Model\OnenoteUserRole")) { + return $this->_propDict["userRole"]; + } else { + $this->_propDict["userRole"] = new OnenoteUserRole($this->_propDict["userRole"]); + return $this->_propDict["userRole"]; + } + } + return null; + } + + /** + * Sets the userRole + * + * @param OnenoteUserRole $val The value to assign to the userRole + * + * @return CopyNotebookModel The CopyNotebookModel + */ + public function setUserRole($val) + { + $this->_propDict["userRole"] = $val; + return $this; + } + /** + * Gets the isShared + * + * @return bool The isShared + */ + public function getIsShared() + { + if (array_key_exists("isShared", $this->_propDict)) { + return $this->_propDict["isShared"]; + } else { + return null; + } + } + + /** + * Sets the isShared + * + * @param bool $val The value of the isShared + * + * @return CopyNotebookModel + */ + public function setIsShared($val) + { + $this->_propDict["isShared"] = $val; + return $this; + } + /** + * Gets the sectionsUrl + * + * @return string The sectionsUrl + */ + public function getSectionsUrl() + { + if (array_key_exists("sectionsUrl", $this->_propDict)) { + return $this->_propDict["sectionsUrl"]; + } else { + return null; + } + } + + /** + * Sets the sectionsUrl + * + * @param string $val The value of the sectionsUrl + * + * @return CopyNotebookModel + */ + public function setSectionsUrl($val) + { + $this->_propDict["sectionsUrl"] = $val; + return $this; + } + /** + * Gets the sectionGroupsUrl + * + * @return string The sectionGroupsUrl + */ + public function getSectionGroupsUrl() + { + if (array_key_exists("sectionGroupsUrl", $this->_propDict)) { + return $this->_propDict["sectionGroupsUrl"]; + } else { + return null; + } + } + + /** + * Sets the sectionGroupsUrl + * + * @param string $val The value of the sectionGroupsUrl + * + * @return CopyNotebookModel + */ + public function setSectionGroupsUrl($val) + { + $this->_propDict["sectionGroupsUrl"] = $val; + return $this; + } + + /** + * Gets the links + * + * @return NotebookLinks The links + */ + public function getLinks() + { + if (array_key_exists("links", $this->_propDict)) { + if (is_a($this->_propDict["links"], "Microsoft\Graph\Model\NotebookLinks")) { + return $this->_propDict["links"]; + } else { + $this->_propDict["links"] = new NotebookLinks($this->_propDict["links"]); + return $this->_propDict["links"]; + } + } + return null; + } + + /** + * Sets the links + * + * @param NotebookLinks $val The value to assign to the links + * + * @return CopyNotebookModel The CopyNotebookModel + */ + public function setLinks($val) + { + $this->_propDict["links"] = $val; + return $this; + } + /** + * Gets the name + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * + * @param string $val The value of the name + * + * @return CopyNotebookModel + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the createdBy + * + * @return string The createdBy + */ + public function getCreatedBy() + { + if (array_key_exists("createdBy", $this->_propDict)) { + return $this->_propDict["createdBy"]; + } else { + return null; + } + } + + /** + * Sets the createdBy + * + * @param string $val The value of the createdBy + * + * @return CopyNotebookModel + */ + public function setCreatedBy($val) + { + $this->_propDict["createdBy"] = $val; + return $this; + } + + /** + * Gets the createdByIdentity + * + * @return IdentitySet The createdByIdentity + */ + public function getCreatedByIdentity() + { + if (array_key_exists("createdByIdentity", $this->_propDict)) { + if (is_a($this->_propDict["createdByIdentity"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["createdByIdentity"]; + } else { + $this->_propDict["createdByIdentity"] = new IdentitySet($this->_propDict["createdByIdentity"]); + return $this->_propDict["createdByIdentity"]; + } + } + return null; + } + + /** + * Sets the createdByIdentity + * + * @param IdentitySet $val The value to assign to the createdByIdentity + * + * @return CopyNotebookModel The CopyNotebookModel + */ + public function setCreatedByIdentity($val) + { + $this->_propDict["createdByIdentity"] = $val; + return $this; + } + /** + * Gets the lastModifiedBy + * + * @return string The lastModifiedBy + */ + public function getLastModifiedBy() + { + if (array_key_exists("lastModifiedBy", $this->_propDict)) { + return $this->_propDict["lastModifiedBy"]; + } else { + return null; + } + } + + /** + * Sets the lastModifiedBy + * + * @param string $val The value of the lastModifiedBy + * + * @return CopyNotebookModel + */ + public function setLastModifiedBy($val) + { + $this->_propDict["lastModifiedBy"] = $val; + return $this; + } + + /** + * Gets the lastModifiedByIdentity + * + * @return IdentitySet The lastModifiedByIdentity + */ + public function getLastModifiedByIdentity() + { + if (array_key_exists("lastModifiedByIdentity", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedByIdentity"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["lastModifiedByIdentity"]; + } else { + $this->_propDict["lastModifiedByIdentity"] = new IdentitySet($this->_propDict["lastModifiedByIdentity"]); + return $this->_propDict["lastModifiedByIdentity"]; + } + } + return null; + } + + /** + * Sets the lastModifiedByIdentity + * + * @param IdentitySet $val The value to assign to the lastModifiedByIdentity + * + * @return CopyNotebookModel The CopyNotebookModel + */ + public function setLastModifiedByIdentity($val) + { + $this->_propDict["lastModifiedByIdentity"] = $val; + return $this; + } + + /** + * Gets the lastModifiedTime + * + * @return \DateTime The lastModifiedTime + */ + public function getLastModifiedTime() + { + if (array_key_exists("lastModifiedTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastModifiedTime"]; + } else { + $this->_propDict["lastModifiedTime"] = new \DateTime($this->_propDict["lastModifiedTime"]); + return $this->_propDict["lastModifiedTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedTime + * + * @param \DateTime $val The value to assign to the lastModifiedTime + * + * @return CopyNotebookModel The CopyNotebookModel + */ + public function setLastModifiedTime($val) + { + $this->_propDict["lastModifiedTime"] = $val; + return $this; + } + /** + * Gets the id + * + * @return string The id + */ + public function getId() + { + if (array_key_exists("id", $this->_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * + * @param string $val The value of the id + * + * @return CopyNotebookModel + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + /** + * Gets the self + * + * @return string The self + */ + public function getSelf() + { + if (array_key_exists("self", $this->_propDict)) { + return $this->_propDict["self"]; + } else { + return null; + } + } + + /** + * Sets the self + * + * @param string $val The value of the self + * + * @return CopyNotebookModel + */ + public function setSelf($val) + { + $this->_propDict["self"] = $val; + return $this; + } + + /** + * Gets the createdTime + * + * @return \DateTime The createdTime + */ + public function getCreatedTime() + { + if (array_key_exists("createdTime", $this->_propDict)) { + if (is_a($this->_propDict["createdTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["createdTime"]; + } else { + $this->_propDict["createdTime"] = new \DateTime($this->_propDict["createdTime"]); + return $this->_propDict["createdTime"]; + } + } + return null; + } + + /** + * Sets the createdTime + * + * @param \DateTime $val The value to assign to the createdTime + * + * @return CopyNotebookModel The CopyNotebookModel + */ + public function setCreatedTime($val) + { + $this->_propDict["createdTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/CurrencyColumn.php b/vendor/microsoft/microsoft-graph/src/Model/CurrencyColumn.php new file mode 100644 index 000000000..a7bafad39 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/CurrencyColumn.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["locale"]; + } else { + return null; + } + } + + /** + * Sets the locale + * Specifies the locale from which to infer the currency symbol. + * + * @param string $val The value of the locale + * + * @return CurrencyColumn + */ + public function setLocale($val) + { + $this->_propDict["locale"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/CustomTimeZone.php b/vendor/microsoft/microsoft-graph/src/Model/CustomTimeZone.php new file mode 100644 index 000000000..e67d767fb --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/CustomTimeZone.php @@ -0,0 +1,122 @@ +_propDict)) { + return $this->_propDict["bias"]; + } else { + return null; + } + } + + /** + * Sets the bias + * The time offset of the time zone from Coordinated Universal Time (UTC). This value is in minutes. Time zones that are ahead of UTC have a positive offset; time zones that are behind UTC have a negative offset. + * + * @param int $val The value of the bias + * + * @return CustomTimeZone + */ + public function setBias($val) + { + $this->_propDict["bias"] = $val; + return $this; + } + + /** + * Gets the standardOffset + * Specifies when the time zone switches from daylight saving time to standard time. + * + * @return StandardTimeZoneOffset The standardOffset + */ + public function getStandardOffset() + { + if (array_key_exists("standardOffset", $this->_propDict)) { + if (is_a($this->_propDict["standardOffset"], "Microsoft\Graph\Model\StandardTimeZoneOffset")) { + return $this->_propDict["standardOffset"]; + } else { + $this->_propDict["standardOffset"] = new StandardTimeZoneOffset($this->_propDict["standardOffset"]); + return $this->_propDict["standardOffset"]; + } + } + return null; + } + + /** + * Sets the standardOffset + * Specifies when the time zone switches from daylight saving time to standard time. + * + * @param StandardTimeZoneOffset $val The value to assign to the standardOffset + * + * @return CustomTimeZone The CustomTimeZone + */ + public function setStandardOffset($val) + { + $this->_propDict["standardOffset"] = $val; + return $this; + } + + /** + * Gets the daylightOffset + * Specifies when the time zone switches from standard time to daylight saving time. + * + * @return DaylightTimeZoneOffset The daylightOffset + */ + public function getDaylightOffset() + { + if (array_key_exists("daylightOffset", $this->_propDict)) { + if (is_a($this->_propDict["daylightOffset"], "Microsoft\Graph\Model\DaylightTimeZoneOffset")) { + return $this->_propDict["daylightOffset"]; + } else { + $this->_propDict["daylightOffset"] = new DaylightTimeZoneOffset($this->_propDict["daylightOffset"]); + return $this->_propDict["daylightOffset"]; + } + } + return null; + } + + /** + * Sets the daylightOffset + * Specifies when the time zone switches from standard time to daylight saving time. + * + * @param DaylightTimeZoneOffset $val The value to assign to the daylightOffset + * + * @return CustomTimeZone The CustomTimeZone + */ + public function setDaylightOffset($val) + { + $this->_propDict["daylightOffset"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DataPolicyOperation.php b/vendor/microsoft/microsoft-graph/src/Model/DataPolicyOperation.php new file mode 100644 index 000000000..34f5a8438 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DataPolicyOperation.php @@ -0,0 +1,215 @@ +_propDict)) { + if (is_a($this->_propDict["completedDateTime"], "\DateTime")) { + return $this->_propDict["completedDateTime"]; + } else { + $this->_propDict["completedDateTime"] = new \DateTime($this->_propDict["completedDateTime"]); + return $this->_propDict["completedDateTime"]; + } + } + return null; + } + + /** + * Sets the completedDateTime + * Represents when the request for this data policy operation was completed, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Null until the operation completes. + * + * @param \DateTime $val The completedDateTime + * + * @return DataPolicyOperation + */ + public function setCompletedDateTime($val) + { + $this->_propDict["completedDateTime"] = $val; + return $this; + } + + /** + * Gets the status + * Possible values are: notStarted, running, complete, failed, unknownFutureValue. + * + * @return DataPolicyOperationStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\DataPolicyOperationStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new DataPolicyOperationStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Possible values are: notStarted, running, complete, failed, unknownFutureValue. + * + * @param DataPolicyOperationStatus $val The status + * + * @return DataPolicyOperation + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the storageLocation + * The URL location to where data is being exported for export requests. + * + * @return string The storageLocation + */ + public function getStorageLocation() + { + if (array_key_exists("storageLocation", $this->_propDict)) { + return $this->_propDict["storageLocation"]; + } else { + return null; + } + } + + /** + * Sets the storageLocation + * The URL location to where data is being exported for export requests. + * + * @param string $val The storageLocation + * + * @return DataPolicyOperation + */ + public function setStorageLocation($val) + { + $this->_propDict["storageLocation"] = $val; + return $this; + } + + /** + * Gets the userId + * The id for the user on whom the operation is performed. + * + * @return string The userId + */ + public function getUserId() + { + if (array_key_exists("userId", $this->_propDict)) { + return $this->_propDict["userId"]; + } else { + return null; + } + } + + /** + * Sets the userId + * The id for the user on whom the operation is performed. + * + * @param string $val The userId + * + * @return DataPolicyOperation + */ + public function setUserId($val) + { + $this->_propDict["userId"] = $val; + return $this; + } + + /** + * Gets the submittedDateTime + * Represents when the request for this data operation was submitted, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The submittedDateTime + */ + public function getSubmittedDateTime() + { + if (array_key_exists("submittedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["submittedDateTime"], "\DateTime")) { + return $this->_propDict["submittedDateTime"]; + } else { + $this->_propDict["submittedDateTime"] = new \DateTime($this->_propDict["submittedDateTime"]); + return $this->_propDict["submittedDateTime"]; + } + } + return null; + } + + /** + * Sets the submittedDateTime + * Represents when the request for this data operation was submitted, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The submittedDateTime + * + * @return DataPolicyOperation + */ + public function setSubmittedDateTime($val) + { + $this->_propDict["submittedDateTime"] = $val; + return $this; + } + + /** + * Gets the progress + * Specifies the progress of an operation. + * + * @return float The progress + */ + public function getProgress() + { + if (array_key_exists("progress", $this->_propDict)) { + return $this->_propDict["progress"]; + } else { + return null; + } + } + + /** + * Sets the progress + * Specifies the progress of an operation. + * + * @param float $val The progress + * + * @return DataPolicyOperation + */ + public function setProgress($val) + { + $this->_propDict["progress"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DataPolicyOperationStatus.php b/vendor/microsoft/microsoft-graph/src/Model/DataPolicyOperationStatus.php new file mode 100644 index 000000000..99ba5e447 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DataPolicyOperationStatus.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["displayAs"]; + } else { + return null; + } + } + + /** + * Sets the displayAs + * How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default. + * + * @param string $val The value of the displayAs + * + * @return DateTimeColumn + */ + public function setDisplayAs($val) + { + $this->_propDict["displayAs"] = $val; + return $this; + } + /** + * Gets the format + * Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime + * + * @return string The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + return $this->_propDict["format"]; + } else { + return null; + } + } + + /** + * Sets the format + * Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime + * + * @param string $val The value of the format + * + * @return DateTimeColumn + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DateTimeTimeZone.php b/vendor/microsoft/microsoft-graph/src/Model/DateTimeTimeZone.php new file mode 100644 index 000000000..ba0c2b089 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DateTimeTimeZone.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["dateTime"]; + } else { + return null; + } + } + + /** + * Sets the dateTime + * A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + * + * @param string $val The value of the dateTime + * + * @return DateTimeTimeZone + */ + public function setDateTime($val) + { + $this->_propDict["dateTime"] = $val; + return $this; + } + /** + * Gets the timeZone + * Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values. + * + * @return string The timeZone + */ + public function getTimeZone() + { + if (array_key_exists("timeZone", $this->_propDict)) { + return $this->_propDict["timeZone"]; + } else { + return null; + } + } + + /** + * Sets the timeZone + * Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values. + * + * @param string $val The value of the timeZone + * + * @return DateTimeTimeZone + */ + public function setTimeZone($val) + { + $this->_propDict["timeZone"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DayOfWeek.php b/vendor/microsoft/microsoft-graph/src/Model/DayOfWeek.php new file mode 100644 index 000000000..0c6493a0f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DayOfWeek.php @@ -0,0 +1,41 @@ +_propDict)) { + return $this->_propDict["daylightBias"]; + } else { + return null; + } + } + + /** + * Sets the daylightBias + * The time offset from Coordinated Universal Time (UTC) for daylight saving time. This value is in minutes. + * + * @param int $val The value of the daylightBias + * + * @return DaylightTimeZoneOffset + */ + public function setDaylightBias($val) + { + $this->_propDict["daylightBias"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DefaultColumnValue.php b/vendor/microsoft/microsoft-graph/src/Model/DefaultColumnValue.php new file mode 100644 index 000000000..ee7f34063 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DefaultColumnValue.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["formula"]; + } else { + return null; + } + } + + /** + * Sets the formula + * The formula used to compute the default value for this column. + * + * @param string $val The value of the formula + * + * @return DefaultColumnValue + */ + public function setFormula($val) + { + $this->_propDict["formula"] = $val; + return $this; + } + /** + * Gets the value + * The direct value to use as the default value for this column. + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * The direct value to use as the default value for this column. + * + * @param string $val The value of the value + * + * @return DefaultColumnValue + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php b/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php new file mode 100644 index 000000000..dabbec729 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DefaultManagedAppProtection.php @@ -0,0 +1,387 @@ +_propDict)) { + if (is_a($this->_propDict["appDataEncryptionType"], "Microsoft\Graph\Model\ManagedAppDataEncryptionType")) { + return $this->_propDict["appDataEncryptionType"]; + } else { + $this->_propDict["appDataEncryptionType"] = new ManagedAppDataEncryptionType($this->_propDict["appDataEncryptionType"]); + return $this->_propDict["appDataEncryptionType"]; + } + } + return null; + } + + /** + * Sets the appDataEncryptionType + * Type of encryption which should be used for data in a managed app. (iOS Only). Possible values are: useDeviceSettings, afterDeviceRestart, whenDeviceLockedExceptOpenFiles, whenDeviceLocked. + * + * @param ManagedAppDataEncryptionType $val The appDataEncryptionType + * + * @return DefaultManagedAppProtection + */ + public function setAppDataEncryptionType($val) + { + $this->_propDict["appDataEncryptionType"] = $val; + return $this; + } + + /** + * Gets the screenCaptureBlocked + * Indicates whether screen capture is blocked. (Android only) + * + * @return bool The screenCaptureBlocked + */ + public function getScreenCaptureBlocked() + { + if (array_key_exists("screenCaptureBlocked", $this->_propDict)) { + return $this->_propDict["screenCaptureBlocked"]; + } else { + return null; + } + } + + /** + * Sets the screenCaptureBlocked + * Indicates whether screen capture is blocked. (Android only) + * + * @param bool $val The screenCaptureBlocked + * + * @return DefaultManagedAppProtection + */ + public function setScreenCaptureBlocked($val) + { + $this->_propDict["screenCaptureBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the encryptAppData + * Indicates whether managed-app data should be encrypted. (Android only) + * + * @return bool The encryptAppData + */ + public function getEncryptAppData() + { + if (array_key_exists("encryptAppData", $this->_propDict)) { + return $this->_propDict["encryptAppData"]; + } else { + return null; + } + } + + /** + * Sets the encryptAppData + * Indicates whether managed-app data should be encrypted. (Android only) + * + * @param bool $val The encryptAppData + * + * @return DefaultManagedAppProtection + */ + public function setEncryptAppData($val) + { + $this->_propDict["encryptAppData"] = boolval($val); + return $this; + } + + /** + * Gets the disableAppEncryptionIfDeviceEncryptionIsEnabled + * When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only) + * + * @return bool The disableAppEncryptionIfDeviceEncryptionIsEnabled + */ + public function getDisableAppEncryptionIfDeviceEncryptionIsEnabled() + { + if (array_key_exists("disableAppEncryptionIfDeviceEncryptionIsEnabled", $this->_propDict)) { + return $this->_propDict["disableAppEncryptionIfDeviceEncryptionIsEnabled"]; + } else { + return null; + } + } + + /** + * Sets the disableAppEncryptionIfDeviceEncryptionIsEnabled + * When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only) + * + * @param bool $val The disableAppEncryptionIfDeviceEncryptionIsEnabled + * + * @return DefaultManagedAppProtection + */ + public function setDisableAppEncryptionIfDeviceEncryptionIsEnabled($val) + { + $this->_propDict["disableAppEncryptionIfDeviceEncryptionIsEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the minimumRequiredSdkVersion + * Versions less than the specified version will block the managed app from accessing company data. (iOS Only) + * + * @return string The minimumRequiredSdkVersion + */ + public function getMinimumRequiredSdkVersion() + { + if (array_key_exists("minimumRequiredSdkVersion", $this->_propDict)) { + return $this->_propDict["minimumRequiredSdkVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumRequiredSdkVersion + * Versions less than the specified version will block the managed app from accessing company data. (iOS Only) + * + * @param string $val The minimumRequiredSdkVersion + * + * @return DefaultManagedAppProtection + */ + public function setMinimumRequiredSdkVersion($val) + { + $this->_propDict["minimumRequiredSdkVersion"] = $val; + return $this; + } + + + /** + * Gets the customSettings + * A set of string key and string value pairs to be sent to the affected users, unalterned by this service + * + * @return array The customSettings + */ + public function getCustomSettings() + { + if (array_key_exists("customSettings", $this->_propDict)) { + return $this->_propDict["customSettings"]; + } else { + return null; + } + } + + /** + * Sets the customSettings + * A set of string key and string value pairs to be sent to the affected users, unalterned by this service + * + * @param KeyValuePair $val The customSettings + * + * @return DefaultManagedAppProtection + */ + public function setCustomSettings($val) + { + $this->_propDict["customSettings"] = $val; + return $this; + } + + /** + * Gets the deployedAppCount + * Count of apps to which the current policy is deployed. + * + * @return int The deployedAppCount + */ + public function getDeployedAppCount() + { + if (array_key_exists("deployedAppCount", $this->_propDict)) { + return $this->_propDict["deployedAppCount"]; + } else { + return null; + } + } + + /** + * Sets the deployedAppCount + * Count of apps to which the current policy is deployed. + * + * @param int $val The deployedAppCount + * + * @return DefaultManagedAppProtection + */ + public function setDeployedAppCount($val) + { + $this->_propDict["deployedAppCount"] = intval($val); + return $this; + } + + /** + * Gets the minimumRequiredPatchVersion + * Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only) + * + * @return string The minimumRequiredPatchVersion + */ + public function getMinimumRequiredPatchVersion() + { + if (array_key_exists("minimumRequiredPatchVersion", $this->_propDict)) { + return $this->_propDict["minimumRequiredPatchVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumRequiredPatchVersion + * Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only) + * + * @param string $val The minimumRequiredPatchVersion + * + * @return DefaultManagedAppProtection + */ + public function setMinimumRequiredPatchVersion($val) + { + $this->_propDict["minimumRequiredPatchVersion"] = $val; + return $this; + } + + /** + * Gets the minimumWarningPatchVersion + * Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only) + * + * @return string The minimumWarningPatchVersion + */ + public function getMinimumWarningPatchVersion() + { + if (array_key_exists("minimumWarningPatchVersion", $this->_propDict)) { + return $this->_propDict["minimumWarningPatchVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumWarningPatchVersion + * Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only) + * + * @param string $val The minimumWarningPatchVersion + * + * @return DefaultManagedAppProtection + */ + public function setMinimumWarningPatchVersion($val) + { + $this->_propDict["minimumWarningPatchVersion"] = $val; + return $this; + } + + /** + * Gets the faceIdBlocked + * Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only) + * + * @return bool The faceIdBlocked + */ + public function getFaceIdBlocked() + { + if (array_key_exists("faceIdBlocked", $this->_propDict)) { + return $this->_propDict["faceIdBlocked"]; + } else { + return null; + } + } + + /** + * Sets the faceIdBlocked + * Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only) + * + * @param bool $val The faceIdBlocked + * + * @return DefaultManagedAppProtection + */ + public function setFaceIdBlocked($val) + { + $this->_propDict["faceIdBlocked"] = boolval($val); + return $this; + } + + + /** + * Gets the apps + * List of apps to which the policy is deployed. + * + * @return array The apps + */ + public function getApps() + { + if (array_key_exists("apps", $this->_propDict)) { + return $this->_propDict["apps"]; + } else { + return null; + } + } + + /** + * Sets the apps + * List of apps to which the policy is deployed. + * + * @param ManagedMobileApp $val The apps + * + * @return DefaultManagedAppProtection + */ + public function setApps($val) + { + $this->_propDict["apps"] = $val; + return $this; + } + + /** + * Gets the deploymentSummary + * Navigation property to deployment summary of the configuration. + * + * @return ManagedAppPolicyDeploymentSummary The deploymentSummary + */ + public function getDeploymentSummary() + { + if (array_key_exists("deploymentSummary", $this->_propDict)) { + if (is_a($this->_propDict["deploymentSummary"], "Microsoft\Graph\Model\ManagedAppPolicyDeploymentSummary")) { + return $this->_propDict["deploymentSummary"]; + } else { + $this->_propDict["deploymentSummary"] = new ManagedAppPolicyDeploymentSummary($this->_propDict["deploymentSummary"]); + return $this->_propDict["deploymentSummary"]; + } + } + return null; + } + + /** + * Sets the deploymentSummary + * Navigation property to deployment summary of the configuration. + * + * @param ManagedAppPolicyDeploymentSummary $val The deploymentSummary + * + * @return DefaultManagedAppProtection + */ + public function setDeploymentSummary($val) + { + $this->_propDict["deploymentSummary"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DefenderCloudBlockLevelType.php b/vendor/microsoft/microsoft-graph/src/Model/DefenderCloudBlockLevelType.php new file mode 100644 index 000000000..56d7c7c95 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DefenderCloudBlockLevelType.php @@ -0,0 +1,38 @@ +_propDict)) { + if (is_a($this->_propDict["lowSeverity"], "Microsoft\Graph\Model\DefenderThreatAction")) { + return $this->_propDict["lowSeverity"]; + } else { + $this->_propDict["lowSeverity"] = new DefenderThreatAction($this->_propDict["lowSeverity"]); + return $this->_propDict["lowSeverity"]; + } + } + return null; + } + + /** + * Sets the lowSeverity + * Indicates a Defender action to take for low severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block. + * + * @param DefenderThreatAction $val The value to assign to the lowSeverity + * + * @return DefenderDetectedMalwareActions The DefenderDetectedMalwareActions + */ + public function setLowSeverity($val) + { + $this->_propDict["lowSeverity"] = $val; + return $this; + } + + /** + * Gets the moderateSeverity + * Indicates a Defender action to take for moderate severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block. + * + * @return DefenderThreatAction The moderateSeverity + */ + public function getModerateSeverity() + { + if (array_key_exists("moderateSeverity", $this->_propDict)) { + if (is_a($this->_propDict["moderateSeverity"], "Microsoft\Graph\Model\DefenderThreatAction")) { + return $this->_propDict["moderateSeverity"]; + } else { + $this->_propDict["moderateSeverity"] = new DefenderThreatAction($this->_propDict["moderateSeverity"]); + return $this->_propDict["moderateSeverity"]; + } + } + return null; + } + + /** + * Sets the moderateSeverity + * Indicates a Defender action to take for moderate severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block. + * + * @param DefenderThreatAction $val The value to assign to the moderateSeverity + * + * @return DefenderDetectedMalwareActions The DefenderDetectedMalwareActions + */ + public function setModerateSeverity($val) + { + $this->_propDict["moderateSeverity"] = $val; + return $this; + } + + /** + * Gets the highSeverity + * Indicates a Defender action to take for high severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block. + * + * @return DefenderThreatAction The highSeverity + */ + public function getHighSeverity() + { + if (array_key_exists("highSeverity", $this->_propDict)) { + if (is_a($this->_propDict["highSeverity"], "Microsoft\Graph\Model\DefenderThreatAction")) { + return $this->_propDict["highSeverity"]; + } else { + $this->_propDict["highSeverity"] = new DefenderThreatAction($this->_propDict["highSeverity"]); + return $this->_propDict["highSeverity"]; + } + } + return null; + } + + /** + * Sets the highSeverity + * Indicates a Defender action to take for high severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block. + * + * @param DefenderThreatAction $val The value to assign to the highSeverity + * + * @return DefenderDetectedMalwareActions The DefenderDetectedMalwareActions + */ + public function setHighSeverity($val) + { + $this->_propDict["highSeverity"] = $val; + return $this; + } + + /** + * Gets the severeSeverity + * Indicates a Defender action to take for severe severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block. + * + * @return DefenderThreatAction The severeSeverity + */ + public function getSevereSeverity() + { + if (array_key_exists("severeSeverity", $this->_propDict)) { + if (is_a($this->_propDict["severeSeverity"], "Microsoft\Graph\Model\DefenderThreatAction")) { + return $this->_propDict["severeSeverity"]; + } else { + $this->_propDict["severeSeverity"] = new DefenderThreatAction($this->_propDict["severeSeverity"]); + return $this->_propDict["severeSeverity"]; + } + } + return null; + } + + /** + * Sets the severeSeverity + * Indicates a Defender action to take for severe severity Malware threat detected. Possible values are: deviceDefault, clean, quarantine, remove, allow, userDefined, block. + * + * @param DefenderThreatAction $val The value to assign to the severeSeverity + * + * @return DefenderDetectedMalwareActions The DefenderDetectedMalwareActions + */ + public function setSevereSeverity($val) + { + $this->_propDict["severeSeverity"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DefenderMonitorFileActivity.php b/vendor/microsoft/microsoft-graph/src/Model/DefenderMonitorFileActivity.php new file mode 100644 index 000000000..f9c01ee41 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DefenderMonitorFileActivity.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * User principal name of the user to be deleted + * + * @param string $val The value of the userPrincipalName + * + * @return DeleteUserFromSharedAppleDeviceActionResult + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Deleted.php b/vendor/microsoft/microsoft-graph/src/Model/Deleted.php new file mode 100644 index 000000000..d136851ec --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Deleted.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * Represents the state of the deleted item. + * + * @param string $val The value of the state + * + * @return Deleted + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DetectedApp.php b/vendor/microsoft/microsoft-graph/src/Model/DetectedApp.php new file mode 100644 index 000000000..8822d17d9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DetectedApp.php @@ -0,0 +1,175 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Name of the discovered application. Read-only + * + * @param string $val The displayName + * + * @return DetectedApp + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the discovered application. Read-only + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the discovered application. Read-only + * + * @param string $val The version + * + * @return DetectedApp + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + + /** + * Gets the sizeInByte + * Discovered application size in bytes. Read-only + * + * @return int The sizeInByte + */ + public function getSizeInByte() + { + if (array_key_exists("sizeInByte", $this->_propDict)) { + return $this->_propDict["sizeInByte"]; + } else { + return null; + } + } + + /** + * Sets the sizeInByte + * Discovered application size in bytes. Read-only + * + * @param int $val The sizeInByte + * + * @return DetectedApp + */ + public function setSizeInByte($val) + { + $this->_propDict["sizeInByte"] = intval($val); + return $this; + } + + /** + * Gets the deviceCount + * The number of devices that have installed this application + * + * @return int The deviceCount + */ + public function getDeviceCount() + { + if (array_key_exists("deviceCount", $this->_propDict)) { + return $this->_propDict["deviceCount"]; + } else { + return null; + } + } + + /** + * Sets the deviceCount + * The number of devices that have installed this application + * + * @param int $val The deviceCount + * + * @return DetectedApp + */ + public function setDeviceCount($val) + { + $this->_propDict["deviceCount"] = intval($val); + return $this; + } + + + /** + * Gets the managedDevices + * The devices that have the discovered application installed + * + * @return array The managedDevices + */ + public function getManagedDevices() + { + if (array_key_exists("managedDevices", $this->_propDict)) { + return $this->_propDict["managedDevices"]; + } else { + return null; + } + } + + /** + * Sets the managedDevices + * The devices that have the discovered application installed + * + * @param ManagedDevice $val The managedDevices + * + * @return DetectedApp + */ + public function setManagedDevices($val) + { + $this->_propDict["managedDevices"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Device.php b/vendor/microsoft/microsoft-graph/src/Model/Device.php new file mode 100644 index 000000000..e510007a4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Device.php @@ -0,0 +1,712 @@ +_propDict)) { + return $this->_propDict["accountEnabled"]; + } else { + return null; + } + } + + /** + * Sets the accountEnabled + * true if the account is enabled; otherwise, false. Required. + * + * @param bool $val The accountEnabled + * + * @return Device + */ + public function setAccountEnabled($val) + { + $this->_propDict["accountEnabled"] = boolval($val); + return $this; + } + + + /** + * Gets the alternativeSecurityIds + * For internal use only. Not nullable. + * + * @return array The alternativeSecurityIds + */ + public function getAlternativeSecurityIds() + { + if (array_key_exists("alternativeSecurityIds", $this->_propDict)) { + return $this->_propDict["alternativeSecurityIds"]; + } else { + return null; + } + } + + /** + * Sets the alternativeSecurityIds + * For internal use only. Not nullable. + * + * @param AlternativeSecurityId $val The alternativeSecurityIds + * + * @return Device + */ + public function setAlternativeSecurityIds($val) + { + $this->_propDict["alternativeSecurityIds"] = $val; + return $this; + } + + /** + * Gets the approximateLastSignInDateTime + * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @return \DateTime The approximateLastSignInDateTime + */ + public function getApproximateLastSignInDateTime() + { + if (array_key_exists("approximateLastSignInDateTime", $this->_propDict)) { + if (is_a($this->_propDict["approximateLastSignInDateTime"], "\DateTime")) { + return $this->_propDict["approximateLastSignInDateTime"]; + } else { + $this->_propDict["approximateLastSignInDateTime"] = new \DateTime($this->_propDict["approximateLastSignInDateTime"]); + return $this->_propDict["approximateLastSignInDateTime"]; + } + } + return null; + } + + /** + * Sets the approximateLastSignInDateTime + * The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @param \DateTime $val The approximateLastSignInDateTime + * + * @return Device + */ + public function setApproximateLastSignInDateTime($val) + { + $this->_propDict["approximateLastSignInDateTime"] = $val; + return $this; + } + + /** + * Gets the complianceExpirationDateTime + * The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @return \DateTime The complianceExpirationDateTime + */ + public function getComplianceExpirationDateTime() + { + if (array_key_exists("complianceExpirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["complianceExpirationDateTime"], "\DateTime")) { + return $this->_propDict["complianceExpirationDateTime"]; + } else { + $this->_propDict["complianceExpirationDateTime"] = new \DateTime($this->_propDict["complianceExpirationDateTime"]); + return $this->_propDict["complianceExpirationDateTime"]; + } + } + return null; + } + + /** + * Sets the complianceExpirationDateTime + * The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @param \DateTime $val The complianceExpirationDateTime + * + * @return Device + */ + public function setComplianceExpirationDateTime($val) + { + $this->_propDict["complianceExpirationDateTime"] = $val; + return $this; + } + + /** + * Gets the deviceId + * Unique identifier set by Azure Device Registration Service at the time of registration. + * + * @return string The deviceId + */ + public function getDeviceId() + { + if (array_key_exists("deviceId", $this->_propDict)) { + return $this->_propDict["deviceId"]; + } else { + return null; + } + } + + /** + * Sets the deviceId + * Unique identifier set by Azure Device Registration Service at the time of registration. + * + * @param string $val The deviceId + * + * @return Device + */ + public function setDeviceId($val) + { + $this->_propDict["deviceId"] = $val; + return $this; + } + + /** + * Gets the deviceMetadata + * For interal use only. Set to null. + * + * @return string The deviceMetadata + */ + public function getDeviceMetadata() + { + if (array_key_exists("deviceMetadata", $this->_propDict)) { + return $this->_propDict["deviceMetadata"]; + } else { + return null; + } + } + + /** + * Sets the deviceMetadata + * For interal use only. Set to null. + * + * @param string $val The deviceMetadata + * + * @return Device + */ + public function setDeviceMetadata($val) + { + $this->_propDict["deviceMetadata"] = $val; + return $this; + } + + /** + * Gets the deviceVersion + * For interal use only. + * + * @return int The deviceVersion + */ + public function getDeviceVersion() + { + if (array_key_exists("deviceVersion", $this->_propDict)) { + return $this->_propDict["deviceVersion"]; + } else { + return null; + } + } + + /** + * Sets the deviceVersion + * For interal use only. + * + * @param int $val The deviceVersion + * + * @return Device + */ + public function setDeviceVersion($val) + { + $this->_propDict["deviceVersion"] = intval($val); + return $this; + } + + /** + * Gets the displayName + * The display name for the device. Required. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The display name for the device. Required. + * + * @param string $val The displayName + * + * @return Device + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the isCompliant + * true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. + * + * @return bool The isCompliant + */ + public function getIsCompliant() + { + if (array_key_exists("isCompliant", $this->_propDict)) { + return $this->_propDict["isCompliant"]; + } else { + return null; + } + } + + /** + * Sets the isCompliant + * true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. + * + * @param bool $val The isCompliant + * + * @return Device + */ + public function setIsCompliant($val) + { + $this->_propDict["isCompliant"] = boolval($val); + return $this; + } + + /** + * Gets the isManaged + * true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. + * + * @return bool The isManaged + */ + public function getIsManaged() + { + if (array_key_exists("isManaged", $this->_propDict)) { + return $this->_propDict["isManaged"]; + } else { + return null; + } + } + + /** + * Sets the isManaged + * true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. + * + * @param bool $val The isManaged + * + * @return Device + */ + public function setIsManaged($val) + { + $this->_propDict["isManaged"] = boolval($val); + return $this; + } + + /** + * Gets the onPremisesLastSyncDateTime + * The last time at which the object was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' Read-only. + * + * @return \DateTime The onPremisesLastSyncDateTime + */ + public function getOnPremisesLastSyncDateTime() + { + if (array_key_exists("onPremisesLastSyncDateTime", $this->_propDict)) { + if (is_a($this->_propDict["onPremisesLastSyncDateTime"], "\DateTime")) { + return $this->_propDict["onPremisesLastSyncDateTime"]; + } else { + $this->_propDict["onPremisesLastSyncDateTime"] = new \DateTime($this->_propDict["onPremisesLastSyncDateTime"]); + return $this->_propDict["onPremisesLastSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the onPremisesLastSyncDateTime + * The last time at which the object was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' Read-only. + * + * @param \DateTime $val The onPremisesLastSyncDateTime + * + * @return Device + */ + public function setOnPremisesLastSyncDateTime($val) + { + $this->_propDict["onPremisesLastSyncDateTime"] = $val; + return $this; + } + + /** + * Gets the onPremisesSyncEnabled + * true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. + * + * @return bool The onPremisesSyncEnabled + */ + public function getOnPremisesSyncEnabled() + { + if (array_key_exists("onPremisesSyncEnabled", $this->_propDict)) { + return $this->_propDict["onPremisesSyncEnabled"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesSyncEnabled + * true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. + * + * @param bool $val The onPremisesSyncEnabled + * + * @return Device + */ + public function setOnPremisesSyncEnabled($val) + { + $this->_propDict["onPremisesSyncEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the operatingSystem + * The type of operating system on the device. Required. + * + * @return string The operatingSystem + */ + public function getOperatingSystem() + { + if (array_key_exists("operatingSystem", $this->_propDict)) { + return $this->_propDict["operatingSystem"]; + } else { + return null; + } + } + + /** + * Sets the operatingSystem + * The type of operating system on the device. Required. + * + * @param string $val The operatingSystem + * + * @return Device + */ + public function setOperatingSystem($val) + { + $this->_propDict["operatingSystem"] = $val; + return $this; + } + + /** + * Gets the operatingSystemVersion + * The version of the operating system on the device. Required. + * + * @return string The operatingSystemVersion + */ + public function getOperatingSystemVersion() + { + if (array_key_exists("operatingSystemVersion", $this->_propDict)) { + return $this->_propDict["operatingSystemVersion"]; + } else { + return null; + } + } + + /** + * Sets the operatingSystemVersion + * The version of the operating system on the device. Required. + * + * @param string $val The operatingSystemVersion + * + * @return Device + */ + public function setOperatingSystemVersion($val) + { + $this->_propDict["operatingSystemVersion"] = $val; + return $this; + } + + /** + * Gets the physicalIds + * For interal use only. Not nullable. + * + * @return string The physicalIds + */ + public function getPhysicalIds() + { + if (array_key_exists("physicalIds", $this->_propDict)) { + return $this->_propDict["physicalIds"]; + } else { + return null; + } + } + + /** + * Sets the physicalIds + * For interal use only. Not nullable. + * + * @param string $val The physicalIds + * + * @return Device + */ + public function setPhysicalIds($val) + { + $this->_propDict["physicalIds"] = $val; + return $this; + } + + /** + * Gets the profileType + * The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + * + * @return string The profileType + */ + public function getProfileType() + { + if (array_key_exists("profileType", $this->_propDict)) { + return $this->_propDict["profileType"]; + } else { + return null; + } + } + + /** + * Sets the profileType + * The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + * + * @param string $val The profileType + * + * @return Device + */ + public function setProfileType($val) + { + $this->_propDict["profileType"] = $val; + return $this; + } + + /** + * Gets the systemLabels + * List of labels applied to the device by the system. + * + * @return string The systemLabels + */ + public function getSystemLabels() + { + if (array_key_exists("systemLabels", $this->_propDict)) { + return $this->_propDict["systemLabels"]; + } else { + return null; + } + } + + /** + * Sets the systemLabels + * List of labels applied to the device by the system. + * + * @param string $val The systemLabels + * + * @return Device + */ + public function setSystemLabels($val) + { + $this->_propDict["systemLabels"] = $val; + return $this; + } + + /** + * Gets the trustType + * Type of trust for the joined device. Read-only. Possible values: Workplace - indicates bring your own personal devicesAzureAd - Cloud only joined devicesServerAd - on-premises domain joined devices joined to Azure AD. For more details, see Introduction to device management in Azure Active Directory + * + * @return string The trustType + */ + public function getTrustType() + { + if (array_key_exists("trustType", $this->_propDict)) { + return $this->_propDict["trustType"]; + } else { + return null; + } + } + + /** + * Sets the trustType + * Type of trust for the joined device. Read-only. Possible values: Workplace - indicates bring your own personal devicesAzureAd - Cloud only joined devicesServerAd - on-premises domain joined devices joined to Azure AD. For more details, see Introduction to device management in Azure Active Directory + * + * @param string $val The trustType + * + * @return Device + */ + public function setTrustType($val) + { + $this->_propDict["trustType"] = $val; + return $this; + } + + + /** + * Gets the memberOf + * Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. + * + * @return array The memberOf + */ + public function getMemberOf() + { + if (array_key_exists("memberOf", $this->_propDict)) { + return $this->_propDict["memberOf"]; + } else { + return null; + } + } + + /** + * Sets the memberOf + * Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. + * + * @param DirectoryObject $val The memberOf + * + * @return Device + */ + public function setMemberOf($val) + { + $this->_propDict["memberOf"] = $val; + return $this; + } + + + /** + * Gets the registeredOwners + * The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. + * + * @return array The registeredOwners + */ + public function getRegisteredOwners() + { + if (array_key_exists("registeredOwners", $this->_propDict)) { + return $this->_propDict["registeredOwners"]; + } else { + return null; + } + } + + /** + * Sets the registeredOwners + * The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. + * + * @param DirectoryObject $val The registeredOwners + * + * @return Device + */ + public function setRegisteredOwners($val) + { + $this->_propDict["registeredOwners"] = $val; + return $this; + } + + + /** + * Gets the registeredUsers + * Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. + * + * @return array The registeredUsers + */ + public function getRegisteredUsers() + { + if (array_key_exists("registeredUsers", $this->_propDict)) { + return $this->_propDict["registeredUsers"]; + } else { + return null; + } + } + + /** + * Sets the registeredUsers + * Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. + * + * @param DirectoryObject $val The registeredUsers + * + * @return Device + */ + public function setRegisteredUsers($val) + { + $this->_propDict["registeredUsers"] = $val; + return $this; + } + + + /** + * Gets the transitiveMemberOf + * + * @return array The transitiveMemberOf + */ + public function getTransitiveMemberOf() + { + if (array_key_exists("transitiveMemberOf", $this->_propDict)) { + return $this->_propDict["transitiveMemberOf"]; + } else { + return null; + } + } + + /** + * Sets the transitiveMemberOf + * + * @param DirectoryObject $val The transitiveMemberOf + * + * @return Device + */ + public function setTransitiveMemberOf($val) + { + $this->_propDict["transitiveMemberOf"] = $val; + return $this; + } + + + /** + * Gets the extensions + * The collection of open extensions defined for the device. Read-only. Nullable. + * + * @return array The extensions + */ + public function getExtensions() + { + if (array_key_exists("extensions", $this->_propDict)) { + return $this->_propDict["extensions"]; + } else { + return null; + } + } + + /** + * Sets the extensions + * The collection of open extensions defined for the device. Read-only. Nullable. + * + * @param Extension $val The extensions + * + * @return Device + */ + public function setExtensions($val) + { + $this->_propDict["extensions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceActionResult.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceActionResult.php new file mode 100644 index 000000000..67e269415 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceActionResult.php @@ -0,0 +1,155 @@ +_propDict)) { + return $this->_propDict["actionName"]; + } else { + return null; + } + } + + /** + * Sets the actionName + * Action name + * + * @param string $val The value of the actionName + * + * @return DeviceActionResult + */ + public function setActionName($val) + { + $this->_propDict["actionName"] = $val; + return $this; + } + + /** + * Gets the actionState + * State of the action. Possible values are: none, pending, canceled, active, done, failed, notSupported. + * + * @return ActionState The actionState + */ + public function getActionState() + { + if (array_key_exists("actionState", $this->_propDict)) { + if (is_a($this->_propDict["actionState"], "Microsoft\Graph\Model\ActionState")) { + return $this->_propDict["actionState"]; + } else { + $this->_propDict["actionState"] = new ActionState($this->_propDict["actionState"]); + return $this->_propDict["actionState"]; + } + } + return null; + } + + /** + * Sets the actionState + * State of the action. Possible values are: none, pending, canceled, active, done, failed, notSupported. + * + * @param ActionState $val The value to assign to the actionState + * + * @return DeviceActionResult The DeviceActionResult + */ + public function setActionState($val) + { + $this->_propDict["actionState"] = $val; + return $this; + } + + /** + * Gets the startDateTime + * Time the action was initiated + * + * @return \DateTime The startDateTime + */ + public function getStartDateTime() + { + if (array_key_exists("startDateTime", $this->_propDict)) { + if (is_a($this->_propDict["startDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["startDateTime"]; + } else { + $this->_propDict["startDateTime"] = new \DateTime($this->_propDict["startDateTime"]); + return $this->_propDict["startDateTime"]; + } + } + return null; + } + + /** + * Sets the startDateTime + * Time the action was initiated + * + * @param \DateTime $val The value to assign to the startDateTime + * + * @return DeviceActionResult The DeviceActionResult + */ + public function setStartDateTime($val) + { + $this->_propDict["startDateTime"] = $val; + return $this; + } + + /** + * Gets the lastUpdatedDateTime + * Time the action state was last updated + * + * @return \DateTime The lastUpdatedDateTime + */ + public function getLastUpdatedDateTime() + { + if (array_key_exists("lastUpdatedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastUpdatedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastUpdatedDateTime"]; + } else { + $this->_propDict["lastUpdatedDateTime"] = new \DateTime($this->_propDict["lastUpdatedDateTime"]); + return $this->_propDict["lastUpdatedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastUpdatedDateTime + * Time the action state was last updated + * + * @param \DateTime $val The value to assign to the lastUpdatedDateTime + * + * @return DeviceActionResult The DeviceActionResult + */ + public function setLastUpdatedDateTime($val) + { + $this->_propDict["lastUpdatedDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceAndAppManagementAssignmentTarget.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceAndAppManagementAssignmentTarget.php new file mode 100644 index 000000000..4b4bddb44 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceAndAppManagementAssignmentTarget.php @@ -0,0 +1,28 @@ +_propDict)) { + return $this->_propDict["members"]; + } else { + return null; + } + } + + /** + * Sets the members + * The list of ids of role member security groups. These are IDs from Azure Active Directory. + * + * @param string $val The members + * + * @return DeviceAndAppManagementRoleAssignment + */ + public function setMembers($val) + { + $this->_propDict["members"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceAndAppManagementRoleDefinition.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceAndAppManagementRoleDefinition.php new file mode 100644 index 000000000..bfed7b260 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceAndAppManagementRoleDefinition.php @@ -0,0 +1,29 @@ +_propDict)) { + if (is_a($this->_propDict["microsoftStoreForBusinessLastSuccessfulSyncDateTime"], "\DateTime")) { + return $this->_propDict["microsoftStoreForBusinessLastSuccessfulSyncDateTime"]; + } else { + $this->_propDict["microsoftStoreForBusinessLastSuccessfulSyncDateTime"] = new \DateTime($this->_propDict["microsoftStoreForBusinessLastSuccessfulSyncDateTime"]); + return $this->_propDict["microsoftStoreForBusinessLastSuccessfulSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the microsoftStoreForBusinessLastSuccessfulSyncDateTime + * The last time the apps from the Microsoft Store for Business were synced successfully for the account. + * + * @param \DateTime $val The microsoftStoreForBusinessLastSuccessfulSyncDateTime + * + * @return DeviceAppManagement + */ + public function setMicrosoftStoreForBusinessLastSuccessfulSyncDateTime($val) + { + $this->_propDict["microsoftStoreForBusinessLastSuccessfulSyncDateTime"] = $val; + return $this; + } + + /** + * Gets the isEnabledForMicrosoftStoreForBusiness + * Whether the account is enabled for syncing applications from the Microsoft Store for Business. + * + * @return bool The isEnabledForMicrosoftStoreForBusiness + */ + public function getIsEnabledForMicrosoftStoreForBusiness() + { + if (array_key_exists("isEnabledForMicrosoftStoreForBusiness", $this->_propDict)) { + return $this->_propDict["isEnabledForMicrosoftStoreForBusiness"]; + } else { + return null; + } + } + + /** + * Sets the isEnabledForMicrosoftStoreForBusiness + * Whether the account is enabled for syncing applications from the Microsoft Store for Business. + * + * @param bool $val The isEnabledForMicrosoftStoreForBusiness + * + * @return DeviceAppManagement + */ + public function setIsEnabledForMicrosoftStoreForBusiness($val) + { + $this->_propDict["isEnabledForMicrosoftStoreForBusiness"] = boolval($val); + return $this; + } + + /** + * Gets the microsoftStoreForBusinessLanguage + * The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is -&lt;country/regioncode2&gt;, where is a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture. + * + * @return string The microsoftStoreForBusinessLanguage + */ + public function getMicrosoftStoreForBusinessLanguage() + { + if (array_key_exists("microsoftStoreForBusinessLanguage", $this->_propDict)) { + return $this->_propDict["microsoftStoreForBusinessLanguage"]; + } else { + return null; + } + } + + /** + * Sets the microsoftStoreForBusinessLanguage + * The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is -&lt;country/regioncode2&gt;, where is a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture. + * + * @param string $val The microsoftStoreForBusinessLanguage + * + * @return DeviceAppManagement + */ + public function setMicrosoftStoreForBusinessLanguage($val) + { + $this->_propDict["microsoftStoreForBusinessLanguage"] = $val; + return $this; + } + + /** + * Gets the microsoftStoreForBusinessLastCompletedApplicationSyncTime + * The last time an application sync from the Microsoft Store for Business was completed. + * + * @return \DateTime The microsoftStoreForBusinessLastCompletedApplicationSyncTime + */ + public function getMicrosoftStoreForBusinessLastCompletedApplicationSyncTime() + { + if (array_key_exists("microsoftStoreForBusinessLastCompletedApplicationSyncTime", $this->_propDict)) { + if (is_a($this->_propDict["microsoftStoreForBusinessLastCompletedApplicationSyncTime"], "\DateTime")) { + return $this->_propDict["microsoftStoreForBusinessLastCompletedApplicationSyncTime"]; + } else { + $this->_propDict["microsoftStoreForBusinessLastCompletedApplicationSyncTime"] = new \DateTime($this->_propDict["microsoftStoreForBusinessLastCompletedApplicationSyncTime"]); + return $this->_propDict["microsoftStoreForBusinessLastCompletedApplicationSyncTime"]; + } + } + return null; + } + + /** + * Sets the microsoftStoreForBusinessLastCompletedApplicationSyncTime + * The last time an application sync from the Microsoft Store for Business was completed. + * + * @param \DateTime $val The microsoftStoreForBusinessLastCompletedApplicationSyncTime + * + * @return DeviceAppManagement + */ + public function setMicrosoftStoreForBusinessLastCompletedApplicationSyncTime($val) + { + $this->_propDict["microsoftStoreForBusinessLastCompletedApplicationSyncTime"] = $val; + return $this; + } + + + /** + * Gets the managedEBooks + * The Managed eBook. + * + * @return array The managedEBooks + */ + public function getManagedEBooks() + { + if (array_key_exists("managedEBooks", $this->_propDict)) { + return $this->_propDict["managedEBooks"]; + } else { + return null; + } + } + + /** + * Sets the managedEBooks + * The Managed eBook. + * + * @param ManagedEBook $val The managedEBooks + * + * @return DeviceAppManagement + */ + public function setManagedEBooks($val) + { + $this->_propDict["managedEBooks"] = $val; + return $this; + } + + + /** + * Gets the mobileApps + * The mobile apps. + * + * @return array The mobileApps + */ + public function getMobileApps() + { + if (array_key_exists("mobileApps", $this->_propDict)) { + return $this->_propDict["mobileApps"]; + } else { + return null; + } + } + + /** + * Sets the mobileApps + * The mobile apps. + * + * @param MobileApp $val The mobileApps + * + * @return DeviceAppManagement + */ + public function setMobileApps($val) + { + $this->_propDict["mobileApps"] = $val; + return $this; + } + + + /** + * Gets the mobileAppCategories + * The mobile app categories. + * + * @return array The mobileAppCategories + */ + public function getMobileAppCategories() + { + if (array_key_exists("mobileAppCategories", $this->_propDict)) { + return $this->_propDict["mobileAppCategories"]; + } else { + return null; + } + } + + /** + * Sets the mobileAppCategories + * The mobile app categories. + * + * @param MobileAppCategory $val The mobileAppCategories + * + * @return DeviceAppManagement + */ + public function setMobileAppCategories($val) + { + $this->_propDict["mobileAppCategories"] = $val; + return $this; + } + + + /** + * Gets the mobileAppConfigurations + * The Managed Device Mobile Application Configurations. + * + * @return array The mobileAppConfigurations + */ + public function getMobileAppConfigurations() + { + if (array_key_exists("mobileAppConfigurations", $this->_propDict)) { + return $this->_propDict["mobileAppConfigurations"]; + } else { + return null; + } + } + + /** + * Sets the mobileAppConfigurations + * The Managed Device Mobile Application Configurations. + * + * @param ManagedDeviceMobileAppConfiguration $val The mobileAppConfigurations + * + * @return DeviceAppManagement + */ + public function setMobileAppConfigurations($val) + { + $this->_propDict["mobileAppConfigurations"] = $val; + return $this; + } + + + /** + * Gets the vppTokens + * List of Vpp tokens for this organization. + * + * @return array The vppTokens + */ + public function getVppTokens() + { + if (array_key_exists("vppTokens", $this->_propDict)) { + return $this->_propDict["vppTokens"]; + } else { + return null; + } + } + + /** + * Sets the vppTokens + * List of Vpp tokens for this organization. + * + * @param VppToken $val The vppTokens + * + * @return DeviceAppManagement + */ + public function setVppTokens($val) + { + $this->_propDict["vppTokens"] = $val; + return $this; + } + + + /** + * Gets the managedAppPolicies + * Managed app policies. + * + * @return array The managedAppPolicies + */ + public function getManagedAppPolicies() + { + if (array_key_exists("managedAppPolicies", $this->_propDict)) { + return $this->_propDict["managedAppPolicies"]; + } else { + return null; + } + } + + /** + * Sets the managedAppPolicies + * Managed app policies. + * + * @param ManagedAppPolicy $val The managedAppPolicies + * + * @return DeviceAppManagement + */ + public function setManagedAppPolicies($val) + { + $this->_propDict["managedAppPolicies"] = $val; + return $this; + } + + + /** + * Gets the iosManagedAppProtections + * iOS managed app policies. + * + * @return array The iosManagedAppProtections + */ + public function getIosManagedAppProtections() + { + if (array_key_exists("iosManagedAppProtections", $this->_propDict)) { + return $this->_propDict["iosManagedAppProtections"]; + } else { + return null; + } + } + + /** + * Sets the iosManagedAppProtections + * iOS managed app policies. + * + * @param IosManagedAppProtection $val The iosManagedAppProtections + * + * @return DeviceAppManagement + */ + public function setIosManagedAppProtections($val) + { + $this->_propDict["iosManagedAppProtections"] = $val; + return $this; + } + + + /** + * Gets the androidManagedAppProtections + * Android managed app policies. + * + * @return array The androidManagedAppProtections + */ + public function getAndroidManagedAppProtections() + { + if (array_key_exists("androidManagedAppProtections", $this->_propDict)) { + return $this->_propDict["androidManagedAppProtections"]; + } else { + return null; + } + } + + /** + * Sets the androidManagedAppProtections + * Android managed app policies. + * + * @param AndroidManagedAppProtection $val The androidManagedAppProtections + * + * @return DeviceAppManagement + */ + public function setAndroidManagedAppProtections($val) + { + $this->_propDict["androidManagedAppProtections"] = $val; + return $this; + } + + + /** + * Gets the defaultManagedAppProtections + * Default managed app policies. + * + * @return array The defaultManagedAppProtections + */ + public function getDefaultManagedAppProtections() + { + if (array_key_exists("defaultManagedAppProtections", $this->_propDict)) { + return $this->_propDict["defaultManagedAppProtections"]; + } else { + return null; + } + } + + /** + * Sets the defaultManagedAppProtections + * Default managed app policies. + * + * @param DefaultManagedAppProtection $val The defaultManagedAppProtections + * + * @return DeviceAppManagement + */ + public function setDefaultManagedAppProtections($val) + { + $this->_propDict["defaultManagedAppProtections"] = $val; + return $this; + } + + + /** + * Gets the targetedManagedAppConfigurations + * Targeted managed app configurations. + * + * @return array The targetedManagedAppConfigurations + */ + public function getTargetedManagedAppConfigurations() + { + if (array_key_exists("targetedManagedAppConfigurations", $this->_propDict)) { + return $this->_propDict["targetedManagedAppConfigurations"]; + } else { + return null; + } + } + + /** + * Sets the targetedManagedAppConfigurations + * Targeted managed app configurations. + * + * @param TargetedManagedAppConfiguration $val The targetedManagedAppConfigurations + * + * @return DeviceAppManagement + */ + public function setTargetedManagedAppConfigurations($val) + { + $this->_propDict["targetedManagedAppConfigurations"] = $val; + return $this; + } + + + /** + * Gets the mdmWindowsInformationProtectionPolicies + * Windows information protection for apps running on devices which are MDM enrolled. + * + * @return array The mdmWindowsInformationProtectionPolicies + */ + public function getMdmWindowsInformationProtectionPolicies() + { + if (array_key_exists("mdmWindowsInformationProtectionPolicies", $this->_propDict)) { + return $this->_propDict["mdmWindowsInformationProtectionPolicies"]; + } else { + return null; + } + } + + /** + * Sets the mdmWindowsInformationProtectionPolicies + * Windows information protection for apps running on devices which are MDM enrolled. + * + * @param MdmWindowsInformationProtectionPolicy $val The mdmWindowsInformationProtectionPolicies + * + * @return DeviceAppManagement + */ + public function setMdmWindowsInformationProtectionPolicies($val) + { + $this->_propDict["mdmWindowsInformationProtectionPolicies"] = $val; + return $this; + } + + + /** + * Gets the windowsInformationProtectionPolicies + * Windows information protection for apps running on devices which are not MDM enrolled. + * + * @return array The windowsInformationProtectionPolicies + */ + public function getWindowsInformationProtectionPolicies() + { + if (array_key_exists("windowsInformationProtectionPolicies", $this->_propDict)) { + return $this->_propDict["windowsInformationProtectionPolicies"]; + } else { + return null; + } + } + + /** + * Sets the windowsInformationProtectionPolicies + * Windows information protection for apps running on devices which are not MDM enrolled. + * + * @param WindowsInformationProtectionPolicy $val The windowsInformationProtectionPolicies + * + * @return DeviceAppManagement + */ + public function setWindowsInformationProtectionPolicies($val) + { + $this->_propDict["windowsInformationProtectionPolicies"] = $val; + return $this; + } + + + /** + * Gets the managedAppRegistrations + * The managed app registrations. + * + * @return array The managedAppRegistrations + */ + public function getManagedAppRegistrations() + { + if (array_key_exists("managedAppRegistrations", $this->_propDict)) { + return $this->_propDict["managedAppRegistrations"]; + } else { + return null; + } + } + + /** + * Sets the managedAppRegistrations + * The managed app registrations. + * + * @param ManagedAppRegistration $val The managedAppRegistrations + * + * @return DeviceAppManagement + */ + public function setManagedAppRegistrations($val) + { + $this->_propDict["managedAppRegistrations"] = $val; + return $this; + } + + + /** + * Gets the managedAppStatuses + * The managed app statuses. + * + * @return array The managedAppStatuses + */ + public function getManagedAppStatuses() + { + if (array_key_exists("managedAppStatuses", $this->_propDict)) { + return $this->_propDict["managedAppStatuses"]; + } else { + return null; + } + } + + /** + * Sets the managedAppStatuses + * The managed app statuses. + * + * @param ManagedAppStatus $val The managedAppStatuses + * + * @return DeviceAppManagement + */ + public function setManagedAppStatuses($val) + { + $this->_propDict["managedAppStatuses"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceCategory.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceCategory.php new file mode 100644 index 000000000..fd3c79a82 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceCategory.php @@ -0,0 +1,87 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name for the device category. + * + * @param string $val The displayName + * + * @return DeviceCategory + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * Optional description for the device category. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Optional description for the device category. + * + * @param string $val The description + * + * @return DeviceCategory + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceActionItem.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceActionItem.php new file mode 100644 index 000000000..5f635b701 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceActionItem.php @@ -0,0 +1,149 @@ +_propDict)) { + return $this->_propDict["gracePeriodHours"]; + } else { + return null; + } + } + + /** + * Sets the gracePeriodHours + * Number of hours to wait till the action will be enforced. Valid values 0 to 8760 + * + * @param int $val The gracePeriodHours + * + * @return DeviceComplianceActionItem + */ + public function setGracePeriodHours($val) + { + $this->_propDict["gracePeriodHours"] = intval($val); + return $this; + } + + /** + * Gets the actionType + * What action to take. Possible values are: noAction, notification, block, retire, wipe, removeResourceAccessProfiles, pushNotification. + * + * @return DeviceComplianceActionType The actionType + */ + public function getActionType() + { + if (array_key_exists("actionType", $this->_propDict)) { + if (is_a($this->_propDict["actionType"], "Microsoft\Graph\Model\DeviceComplianceActionType")) { + return $this->_propDict["actionType"]; + } else { + $this->_propDict["actionType"] = new DeviceComplianceActionType($this->_propDict["actionType"]); + return $this->_propDict["actionType"]; + } + } + return null; + } + + /** + * Sets the actionType + * What action to take. Possible values are: noAction, notification, block, retire, wipe, removeResourceAccessProfiles, pushNotification. + * + * @param DeviceComplianceActionType $val The actionType + * + * @return DeviceComplianceActionItem + */ + public function setActionType($val) + { + $this->_propDict["actionType"] = $val; + return $this; + } + + /** + * Gets the notificationTemplateId + * What notification Message template to use + * + * @return string The notificationTemplateId + */ + public function getNotificationTemplateId() + { + if (array_key_exists("notificationTemplateId", $this->_propDict)) { + return $this->_propDict["notificationTemplateId"]; + } else { + return null; + } + } + + /** + * Sets the notificationTemplateId + * What notification Message template to use + * + * @param string $val The notificationTemplateId + * + * @return DeviceComplianceActionItem + */ + public function setNotificationTemplateId($val) + { + $this->_propDict["notificationTemplateId"] = $val; + return $this; + } + + /** + * Gets the notificationMessageCCList + * A list of group IDs to speicify who to CC this notification message to. + * + * @return string The notificationMessageCCList + */ + public function getNotificationMessageCCList() + { + if (array_key_exists("notificationMessageCCList", $this->_propDict)) { + return $this->_propDict["notificationMessageCCList"]; + } else { + return null; + } + } + + /** + * Sets the notificationMessageCCList + * A list of group IDs to speicify who to CC this notification message to. + * + * @param string $val The notificationMessageCCList + * + * @return DeviceComplianceActionItem + */ + public function setNotificationMessageCCList($val) + { + $this->_propDict["notificationMessageCCList"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceActionType.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceActionType.php new file mode 100644 index 000000000..11b1ac676 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceActionType.php @@ -0,0 +1,41 @@ +_propDict)) { + return $this->_propDict["pendingCount"]; + } else { + return null; + } + } + + /** + * Sets the pendingCount + * Number of pending devices + * + * @param int $val The pendingCount + * + * @return DeviceComplianceDeviceOverview + */ + public function setPendingCount($val) + { + $this->_propDict["pendingCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableCount + * Number of not applicable devices + * + * @return int The notApplicableCount + */ + public function getNotApplicableCount() + { + if (array_key_exists("notApplicableCount", $this->_propDict)) { + return $this->_propDict["notApplicableCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableCount + * Number of not applicable devices + * + * @param int $val The notApplicableCount + * + * @return DeviceComplianceDeviceOverview + */ + public function setNotApplicableCount($val) + { + $this->_propDict["notApplicableCount"] = intval($val); + return $this; + } + + /** + * Gets the successCount + * Number of succeeded devices + * + * @return int The successCount + */ + public function getSuccessCount() + { + if (array_key_exists("successCount", $this->_propDict)) { + return $this->_propDict["successCount"]; + } else { + return null; + } + } + + /** + * Sets the successCount + * Number of succeeded devices + * + * @param int $val The successCount + * + * @return DeviceComplianceDeviceOverview + */ + public function setSuccessCount($val) + { + $this->_propDict["successCount"] = intval($val); + return $this; + } + + /** + * Gets the errorCount + * Number of error devices + * + * @return int The errorCount + */ + public function getErrorCount() + { + if (array_key_exists("errorCount", $this->_propDict)) { + return $this->_propDict["errorCount"]; + } else { + return null; + } + } + + /** + * Sets the errorCount + * Number of error devices + * + * @param int $val The errorCount + * + * @return DeviceComplianceDeviceOverview + */ + public function setErrorCount($val) + { + $this->_propDict["errorCount"] = intval($val); + return $this; + } + + /** + * Gets the failedCount + * Number of failed devices + * + * @return int The failedCount + */ + public function getFailedCount() + { + if (array_key_exists("failedCount", $this->_propDict)) { + return $this->_propDict["failedCount"]; + } else { + return null; + } + } + + /** + * Sets the failedCount + * Number of failed devices + * + * @param int $val The failedCount + * + * @return DeviceComplianceDeviceOverview + */ + public function setFailedCount($val) + { + $this->_propDict["failedCount"] = intval($val); + return $this; + } + + /** + * Gets the lastUpdateDateTime + * Last update time + * + * @return \DateTime The lastUpdateDateTime + */ + public function getLastUpdateDateTime() + { + if (array_key_exists("lastUpdateDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastUpdateDateTime"], "\DateTime")) { + return $this->_propDict["lastUpdateDateTime"]; + } else { + $this->_propDict["lastUpdateDateTime"] = new \DateTime($this->_propDict["lastUpdateDateTime"]); + return $this->_propDict["lastUpdateDateTime"]; + } + } + return null; + } + + /** + * Sets the lastUpdateDateTime + * Last update time + * + * @param \DateTime $val The lastUpdateDateTime + * + * @return DeviceComplianceDeviceOverview + */ + public function setLastUpdateDateTime($val) + { + $this->_propDict["lastUpdateDateTime"] = $val; + return $this; + } + + /** + * Gets the configurationVersion + * Version of the policy for that overview + * + * @return int The configurationVersion + */ + public function getConfigurationVersion() + { + if (array_key_exists("configurationVersion", $this->_propDict)) { + return $this->_propDict["configurationVersion"]; + } else { + return null; + } + } + + /** + * Sets the configurationVersion + * Version of the policy for that overview + * + * @param int $val The configurationVersion + * + * @return DeviceComplianceDeviceOverview + */ + public function setConfigurationVersion($val) + { + $this->_propDict["configurationVersion"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceDeviceStatus.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceDeviceStatus.php new file mode 100644 index 000000000..2765ce92a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceDeviceStatus.php @@ -0,0 +1,244 @@ +_propDict)) { + return $this->_propDict["deviceDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the deviceDisplayName + * Device name of the DevicePolicyStatus. + * + * @param string $val The deviceDisplayName + * + * @return DeviceComplianceDeviceStatus + */ + public function setDeviceDisplayName($val) + { + $this->_propDict["deviceDisplayName"] = $val; + return $this; + } + + /** + * Gets the userName + * The User Name that is being reported + * + * @return string The userName + */ + public function getUserName() + { + if (array_key_exists("userName", $this->_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * The User Name that is being reported + * + * @param string $val The userName + * + * @return DeviceComplianceDeviceStatus + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } + + /** + * Gets the deviceModel + * The device model that is being reported + * + * @return string The deviceModel + */ + public function getDeviceModel() + { + if (array_key_exists("deviceModel", $this->_propDict)) { + return $this->_propDict["deviceModel"]; + } else { + return null; + } + } + + /** + * Sets the deviceModel + * The device model that is being reported + * + * @param string $val The deviceModel + * + * @return DeviceComplianceDeviceStatus + */ + public function setDeviceModel($val) + { + $this->_propDict["deviceModel"] = $val; + return $this; + } + + /** + * Gets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @return \DateTime The complianceGracePeriodExpirationDateTime + */ + public function getComplianceGracePeriodExpirationDateTime() + { + if (array_key_exists("complianceGracePeriodExpirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["complianceGracePeriodExpirationDateTime"], "\DateTime")) { + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } else { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = new \DateTime($this->_propDict["complianceGracePeriodExpirationDateTime"]); + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } + } + return null; + } + + /** + * Sets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @param \DateTime $val The complianceGracePeriodExpirationDateTime + * + * @return DeviceComplianceDeviceStatus + */ + public function setComplianceGracePeriodExpirationDateTime($val) + { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = $val; + return $this; + } + + /** + * Gets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new ComplianceStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The status + * + * @return DeviceComplianceDeviceStatus + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @return \DateTime The lastReportedDateTime + */ + public function getLastReportedDateTime() + { + if (array_key_exists("lastReportedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastReportedDateTime"], "\DateTime")) { + return $this->_propDict["lastReportedDateTime"]; + } else { + $this->_propDict["lastReportedDateTime"] = new \DateTime($this->_propDict["lastReportedDateTime"]); + return $this->_propDict["lastReportedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @param \DateTime $val The lastReportedDateTime + * + * @return DeviceComplianceDeviceStatus + */ + public function setLastReportedDateTime($val) + { + $this->_propDict["lastReportedDateTime"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * UserPrincipalName. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * UserPrincipalName. + * + * @param string $val The userPrincipalName + * + * @return DeviceComplianceDeviceStatus + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php new file mode 100644 index 000000000..5cabc4a25 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicy.php @@ -0,0 +1,398 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * DateTime the object was created. + * + * @param \DateTime $val The createdDateTime + * + * @return DeviceCompliancePolicy + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the description + * Admin provided description of the Device Configuration. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Admin provided description of the Device Configuration. + * + * @param string $val The description + * + * @return DeviceCompliancePolicy + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * DateTime the object was last modified. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * DateTime the object was last modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return DeviceCompliancePolicy + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the displayName + * Admin provided name of the device configuration. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Admin provided name of the device configuration. + * + * @param string $val The displayName + * + * @return DeviceCompliancePolicy + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the device configuration. + * + * @return int The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the device configuration. + * + * @param int $val The version + * + * @return DeviceCompliancePolicy + */ + public function setVersion($val) + { + $this->_propDict["version"] = intval($val); + return $this; + } + + + /** + * Gets the scheduledActionsForRule + * The list of scheduled action for this rule + * + * @return array The scheduledActionsForRule + */ + public function getScheduledActionsForRule() + { + if (array_key_exists("scheduledActionsForRule", $this->_propDict)) { + return $this->_propDict["scheduledActionsForRule"]; + } else { + return null; + } + } + + /** + * Sets the scheduledActionsForRule + * The list of scheduled action for this rule + * + * @param DeviceComplianceScheduledActionForRule $val The scheduledActionsForRule + * + * @return DeviceCompliancePolicy + */ + public function setScheduledActionsForRule($val) + { + $this->_propDict["scheduledActionsForRule"] = $val; + return $this; + } + + + /** + * Gets the deviceStatuses + * List of DeviceComplianceDeviceStatus. + * + * @return array The deviceStatuses + */ + public function getDeviceStatuses() + { + if (array_key_exists("deviceStatuses", $this->_propDict)) { + return $this->_propDict["deviceStatuses"]; + } else { + return null; + } + } + + /** + * Sets the deviceStatuses + * List of DeviceComplianceDeviceStatus. + * + * @param DeviceComplianceDeviceStatus $val The deviceStatuses + * + * @return DeviceCompliancePolicy + */ + public function setDeviceStatuses($val) + { + $this->_propDict["deviceStatuses"] = $val; + return $this; + } + + + /** + * Gets the userStatuses + * List of DeviceComplianceUserStatus. + * + * @return array The userStatuses + */ + public function getUserStatuses() + { + if (array_key_exists("userStatuses", $this->_propDict)) { + return $this->_propDict["userStatuses"]; + } else { + return null; + } + } + + /** + * Sets the userStatuses + * List of DeviceComplianceUserStatus. + * + * @param DeviceComplianceUserStatus $val The userStatuses + * + * @return DeviceCompliancePolicy + */ + public function setUserStatuses($val) + { + $this->_propDict["userStatuses"] = $val; + return $this; + } + + /** + * Gets the deviceStatusOverview + * Device compliance devices status overview + * + * @return DeviceComplianceDeviceOverview The deviceStatusOverview + */ + public function getDeviceStatusOverview() + { + if (array_key_exists("deviceStatusOverview", $this->_propDict)) { + if (is_a($this->_propDict["deviceStatusOverview"], "Microsoft\Graph\Model\DeviceComplianceDeviceOverview")) { + return $this->_propDict["deviceStatusOverview"]; + } else { + $this->_propDict["deviceStatusOverview"] = new DeviceComplianceDeviceOverview($this->_propDict["deviceStatusOverview"]); + return $this->_propDict["deviceStatusOverview"]; + } + } + return null; + } + + /** + * Sets the deviceStatusOverview + * Device compliance devices status overview + * + * @param DeviceComplianceDeviceOverview $val The deviceStatusOverview + * + * @return DeviceCompliancePolicy + */ + public function setDeviceStatusOverview($val) + { + $this->_propDict["deviceStatusOverview"] = $val; + return $this; + } + + /** + * Gets the userStatusOverview + * Device compliance users status overview + * + * @return DeviceComplianceUserOverview The userStatusOverview + */ + public function getUserStatusOverview() + { + if (array_key_exists("userStatusOverview", $this->_propDict)) { + if (is_a($this->_propDict["userStatusOverview"], "Microsoft\Graph\Model\DeviceComplianceUserOverview")) { + return $this->_propDict["userStatusOverview"]; + } else { + $this->_propDict["userStatusOverview"] = new DeviceComplianceUserOverview($this->_propDict["userStatusOverview"]); + return $this->_propDict["userStatusOverview"]; + } + } + return null; + } + + /** + * Sets the userStatusOverview + * Device compliance users status overview + * + * @param DeviceComplianceUserOverview $val The userStatusOverview + * + * @return DeviceCompliancePolicy + */ + public function setUserStatusOverview($val) + { + $this->_propDict["userStatusOverview"] = $val; + return $this; + } + + + /** + * Gets the deviceSettingStateSummaries + * Compliance Setting State Device Summary + * + * @return array The deviceSettingStateSummaries + */ + public function getDeviceSettingStateSummaries() + { + if (array_key_exists("deviceSettingStateSummaries", $this->_propDict)) { + return $this->_propDict["deviceSettingStateSummaries"]; + } else { + return null; + } + } + + /** + * Sets the deviceSettingStateSummaries + * Compliance Setting State Device Summary + * + * @param SettingStateDeviceSummary $val The deviceSettingStateSummaries + * + * @return DeviceCompliancePolicy + */ + public function setDeviceSettingStateSummaries($val) + { + $this->_propDict["deviceSettingStateSummaries"] = $val; + return $this; + } + + + /** + * Gets the assignments + * The collection of assignments for this compliance policy. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * The collection of assignments for this compliance policy. + * + * @param DeviceCompliancePolicyAssignment $val The assignments + * + * @return DeviceCompliancePolicy + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicyAssignment.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicyAssignment.php new file mode 100644 index 000000000..0e77a06a3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicyAssignment.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["target"], "Microsoft\Graph\Model\DeviceAndAppManagementAssignmentTarget")) { + return $this->_propDict["target"]; + } else { + $this->_propDict["target"] = new DeviceAndAppManagementAssignmentTarget($this->_propDict["target"]); + return $this->_propDict["target"]; + } + } + return null; + } + + /** + * Sets the target + * Target for the compliance policy assignment. + * + * @param DeviceAndAppManagementAssignmentTarget $val The target + * + * @return DeviceCompliancePolicyAssignment + */ + public function setTarget($val) + { + $this->_propDict["target"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicyDeviceStateSummary.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicyDeviceStateSummary.php new file mode 100644 index 000000000..061bfd55f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicyDeviceStateSummary.php @@ -0,0 +1,290 @@ +_propDict)) { + return $this->_propDict["inGracePeriodCount"]; + } else { + return null; + } + } + + /** + * Sets the inGracePeriodCount + * Number of devices that are in grace period + * + * @param int $val The inGracePeriodCount + * + * @return DeviceCompliancePolicyDeviceStateSummary + */ + public function setInGracePeriodCount($val) + { + $this->_propDict["inGracePeriodCount"] = intval($val); + return $this; + } + + /** + * Gets the configManagerCount + * Number of devices that have compliance managed by System Center Configuration Manager + * + * @return int The configManagerCount + */ + public function getConfigManagerCount() + { + if (array_key_exists("configManagerCount", $this->_propDict)) { + return $this->_propDict["configManagerCount"]; + } else { + return null; + } + } + + /** + * Sets the configManagerCount + * Number of devices that have compliance managed by System Center Configuration Manager + * + * @param int $val The configManagerCount + * + * @return DeviceCompliancePolicyDeviceStateSummary + */ + public function setConfigManagerCount($val) + { + $this->_propDict["configManagerCount"] = intval($val); + return $this; + } + + /** + * Gets the unknownDeviceCount + * Number of unknown devices + * + * @return int The unknownDeviceCount + */ + public function getUnknownDeviceCount() + { + if (array_key_exists("unknownDeviceCount", $this->_propDict)) { + return $this->_propDict["unknownDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the unknownDeviceCount + * Number of unknown devices + * + * @param int $val The unknownDeviceCount + * + * @return DeviceCompliancePolicyDeviceStateSummary + */ + public function setUnknownDeviceCount($val) + { + $this->_propDict["unknownDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableDeviceCount + * Number of not applicable devices + * + * @return int The notApplicableDeviceCount + */ + public function getNotApplicableDeviceCount() + { + if (array_key_exists("notApplicableDeviceCount", $this->_propDict)) { + return $this->_propDict["notApplicableDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableDeviceCount + * Number of not applicable devices + * + * @param int $val The notApplicableDeviceCount + * + * @return DeviceCompliancePolicyDeviceStateSummary + */ + public function setNotApplicableDeviceCount($val) + { + $this->_propDict["notApplicableDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the compliantDeviceCount + * Number of compliant devices + * + * @return int The compliantDeviceCount + */ + public function getCompliantDeviceCount() + { + if (array_key_exists("compliantDeviceCount", $this->_propDict)) { + return $this->_propDict["compliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the compliantDeviceCount + * Number of compliant devices + * + * @param int $val The compliantDeviceCount + * + * @return DeviceCompliancePolicyDeviceStateSummary + */ + public function setCompliantDeviceCount($val) + { + $this->_propDict["compliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the remediatedDeviceCount + * Number of remediated devices + * + * @return int The remediatedDeviceCount + */ + public function getRemediatedDeviceCount() + { + if (array_key_exists("remediatedDeviceCount", $this->_propDict)) { + return $this->_propDict["remediatedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the remediatedDeviceCount + * Number of remediated devices + * + * @param int $val The remediatedDeviceCount + * + * @return DeviceCompliancePolicyDeviceStateSummary + */ + public function setRemediatedDeviceCount($val) + { + $this->_propDict["remediatedDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the nonCompliantDeviceCount + * Number of NonCompliant devices + * + * @return int The nonCompliantDeviceCount + */ + public function getNonCompliantDeviceCount() + { + if (array_key_exists("nonCompliantDeviceCount", $this->_propDict)) { + return $this->_propDict["nonCompliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the nonCompliantDeviceCount + * Number of NonCompliant devices + * + * @param int $val The nonCompliantDeviceCount + * + * @return DeviceCompliancePolicyDeviceStateSummary + */ + public function setNonCompliantDeviceCount($val) + { + $this->_propDict["nonCompliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the errorDeviceCount + * Number of error devices + * + * @return int The errorDeviceCount + */ + public function getErrorDeviceCount() + { + if (array_key_exists("errorDeviceCount", $this->_propDict)) { + return $this->_propDict["errorDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the errorDeviceCount + * Number of error devices + * + * @param int $val The errorDeviceCount + * + * @return DeviceCompliancePolicyDeviceStateSummary + */ + public function setErrorDeviceCount($val) + { + $this->_propDict["errorDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the conflictDeviceCount + * Number of conflict devices + * + * @return int The conflictDeviceCount + */ + public function getConflictDeviceCount() + { + if (array_key_exists("conflictDeviceCount", $this->_propDict)) { + return $this->_propDict["conflictDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the conflictDeviceCount + * Number of conflict devices + * + * @param int $val The conflictDeviceCount + * + * @return DeviceCompliancePolicyDeviceStateSummary + */ + public function setConflictDeviceCount($val) + { + $this->_propDict["conflictDeviceCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicySettingState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicySettingState.php new file mode 100644 index 000000000..42fb40d42 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicySettingState.php @@ -0,0 +1,374 @@ +_propDict)) { + return $this->_propDict["setting"]; + } else { + return null; + } + } + + /** + * Sets the setting + * The setting that is being reported + * + * @param string $val The value of the setting + * + * @return DeviceCompliancePolicySettingState + */ + public function setSetting($val) + { + $this->_propDict["setting"] = $val; + return $this; + } + /** + * Gets the settingName + * Localized/user friendly setting name that is being reported + * + * @return string The settingName + */ + public function getSettingName() + { + if (array_key_exists("settingName", $this->_propDict)) { + return $this->_propDict["settingName"]; + } else { + return null; + } + } + + /** + * Sets the settingName + * Localized/user friendly setting name that is being reported + * + * @param string $val The value of the settingName + * + * @return DeviceCompliancePolicySettingState + */ + public function setSettingName($val) + { + $this->_propDict["settingName"] = $val; + return $this; + } + /** + * Gets the instanceDisplayName + * Name of setting instance that is being reported. + * + * @return string The instanceDisplayName + */ + public function getInstanceDisplayName() + { + if (array_key_exists("instanceDisplayName", $this->_propDict)) { + return $this->_propDict["instanceDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the instanceDisplayName + * Name of setting instance that is being reported. + * + * @param string $val The value of the instanceDisplayName + * + * @return DeviceCompliancePolicySettingState + */ + public function setInstanceDisplayName($val) + { + $this->_propDict["instanceDisplayName"] = $val; + return $this; + } + + /** + * Gets the state + * The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + if (is_a($this->_propDict["state"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new ComplianceStatus($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The value to assign to the state + * + * @return DeviceCompliancePolicySettingState The DeviceCompliancePolicySettingState + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + /** + * Gets the errorCode + * Error code for the setting + * + * @return int The errorCode + */ + public function getErrorCode() + { + if (array_key_exists("errorCode", $this->_propDict)) { + return $this->_propDict["errorCode"]; + } else { + return null; + } + } + + /** + * Sets the errorCode + * Error code for the setting + * + * @param int $val The value of the errorCode + * + * @return DeviceCompliancePolicySettingState + */ + public function setErrorCode($val) + { + $this->_propDict["errorCode"] = $val; + return $this; + } + /** + * Gets the errorDescription + * Error description + * + * @return string The errorDescription + */ + public function getErrorDescription() + { + if (array_key_exists("errorDescription", $this->_propDict)) { + return $this->_propDict["errorDescription"]; + } else { + return null; + } + } + + /** + * Sets the errorDescription + * Error description + * + * @param string $val The value of the errorDescription + * + * @return DeviceCompliancePolicySettingState + */ + public function setErrorDescription($val) + { + $this->_propDict["errorDescription"] = $val; + return $this; + } + /** + * Gets the userId + * UserId + * + * @return string The userId + */ + public function getUserId() + { + if (array_key_exists("userId", $this->_propDict)) { + return $this->_propDict["userId"]; + } else { + return null; + } + } + + /** + * Sets the userId + * UserId + * + * @param string $val The value of the userId + * + * @return DeviceCompliancePolicySettingState + */ + public function setUserId($val) + { + $this->_propDict["userId"] = $val; + return $this; + } + /** + * Gets the userName + * UserName + * + * @return string The userName + */ + public function getUserName() + { + if (array_key_exists("userName", $this->_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * UserName + * + * @param string $val The value of the userName + * + * @return DeviceCompliancePolicySettingState + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } + /** + * Gets the userEmail + * UserEmail + * + * @return string The userEmail + */ + public function getUserEmail() + { + if (array_key_exists("userEmail", $this->_propDict)) { + return $this->_propDict["userEmail"]; + } else { + return null; + } + } + + /** + * Sets the userEmail + * UserEmail + * + * @param string $val The value of the userEmail + * + * @return DeviceCompliancePolicySettingState + */ + public function setUserEmail($val) + { + $this->_propDict["userEmail"] = $val; + return $this; + } + /** + * Gets the userPrincipalName + * UserPrincipalName. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * UserPrincipalName. + * + * @param string $val The value of the userPrincipalName + * + * @return DeviceCompliancePolicySettingState + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + + /** + * Gets the sources + * Contributing policies + * + * @return SettingSource The sources + */ + public function getSources() + { + if (array_key_exists("sources", $this->_propDict)) { + if (is_a($this->_propDict["sources"], "Microsoft\Graph\Model\SettingSource")) { + return $this->_propDict["sources"]; + } else { + $this->_propDict["sources"] = new SettingSource($this->_propDict["sources"]); + return $this->_propDict["sources"]; + } + } + return null; + } + + /** + * Sets the sources + * Contributing policies + * + * @param SettingSource $val The value to assign to the sources + * + * @return DeviceCompliancePolicySettingState The DeviceCompliancePolicySettingState + */ + public function setSources($val) + { + $this->_propDict["sources"] = $val; + return $this; + } + /** + * Gets the currentValue + * Current value of setting on device + * + * @return string The currentValue + */ + public function getCurrentValue() + { + if (array_key_exists("currentValue", $this->_propDict)) { + return $this->_propDict["currentValue"]; + } else { + return null; + } + } + + /** + * Sets the currentValue + * Current value of setting on device + * + * @param string $val The value of the currentValue + * + * @return DeviceCompliancePolicySettingState + */ + public function setCurrentValue($val) + { + $this->_propDict["currentValue"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicySettingStateSummary.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicySettingStateSummary.php new file mode 100644 index 000000000..0ee3b84be --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicySettingStateSummary.php @@ -0,0 +1,353 @@ +_propDict)) { + return $this->_propDict["setting"]; + } else { + return null; + } + } + + /** + * Sets the setting + * The setting class name and property name. + * + * @param string $val The setting + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setSetting($val) + { + $this->_propDict["setting"] = $val; + return $this; + } + + /** + * Gets the settingName + * Name of the setting. + * + * @return string The settingName + */ + public function getSettingName() + { + if (array_key_exists("settingName", $this->_propDict)) { + return $this->_propDict["settingName"]; + } else { + return null; + } + } + + /** + * Sets the settingName + * Name of the setting. + * + * @param string $val The settingName + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setSettingName($val) + { + $this->_propDict["settingName"] = $val; + return $this; + } + + /** + * Gets the platformType + * Setting platform. Possible values are: android, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, all. + * + * @return PolicyPlatformType The platformType + */ + public function getPlatformType() + { + if (array_key_exists("platformType", $this->_propDict)) { + if (is_a($this->_propDict["platformType"], "Microsoft\Graph\Model\PolicyPlatformType")) { + return $this->_propDict["platformType"]; + } else { + $this->_propDict["platformType"] = new PolicyPlatformType($this->_propDict["platformType"]); + return $this->_propDict["platformType"]; + } + } + return null; + } + + /** + * Sets the platformType + * Setting platform. Possible values are: android, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, all. + * + * @param PolicyPlatformType $val The platformType + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setPlatformType($val) + { + $this->_propDict["platformType"] = $val; + return $this; + } + + /** + * Gets the unknownDeviceCount + * Number of unknown devices + * + * @return int The unknownDeviceCount + */ + public function getUnknownDeviceCount() + { + if (array_key_exists("unknownDeviceCount", $this->_propDict)) { + return $this->_propDict["unknownDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the unknownDeviceCount + * Number of unknown devices + * + * @param int $val The unknownDeviceCount + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setUnknownDeviceCount($val) + { + $this->_propDict["unknownDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableDeviceCount + * Number of not applicable devices + * + * @return int The notApplicableDeviceCount + */ + public function getNotApplicableDeviceCount() + { + if (array_key_exists("notApplicableDeviceCount", $this->_propDict)) { + return $this->_propDict["notApplicableDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableDeviceCount + * Number of not applicable devices + * + * @param int $val The notApplicableDeviceCount + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setNotApplicableDeviceCount($val) + { + $this->_propDict["notApplicableDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the compliantDeviceCount + * Number of compliant devices + * + * @return int The compliantDeviceCount + */ + public function getCompliantDeviceCount() + { + if (array_key_exists("compliantDeviceCount", $this->_propDict)) { + return $this->_propDict["compliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the compliantDeviceCount + * Number of compliant devices + * + * @param int $val The compliantDeviceCount + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setCompliantDeviceCount($val) + { + $this->_propDict["compliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the remediatedDeviceCount + * Number of remediated devices + * + * @return int The remediatedDeviceCount + */ + public function getRemediatedDeviceCount() + { + if (array_key_exists("remediatedDeviceCount", $this->_propDict)) { + return $this->_propDict["remediatedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the remediatedDeviceCount + * Number of remediated devices + * + * @param int $val The remediatedDeviceCount + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setRemediatedDeviceCount($val) + { + $this->_propDict["remediatedDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the nonCompliantDeviceCount + * Number of NonCompliant devices + * + * @return int The nonCompliantDeviceCount + */ + public function getNonCompliantDeviceCount() + { + if (array_key_exists("nonCompliantDeviceCount", $this->_propDict)) { + return $this->_propDict["nonCompliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the nonCompliantDeviceCount + * Number of NonCompliant devices + * + * @param int $val The nonCompliantDeviceCount + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setNonCompliantDeviceCount($val) + { + $this->_propDict["nonCompliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the errorDeviceCount + * Number of error devices + * + * @return int The errorDeviceCount + */ + public function getErrorDeviceCount() + { + if (array_key_exists("errorDeviceCount", $this->_propDict)) { + return $this->_propDict["errorDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the errorDeviceCount + * Number of error devices + * + * @param int $val The errorDeviceCount + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setErrorDeviceCount($val) + { + $this->_propDict["errorDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the conflictDeviceCount + * Number of conflict devices + * + * @return int The conflictDeviceCount + */ + public function getConflictDeviceCount() + { + if (array_key_exists("conflictDeviceCount", $this->_propDict)) { + return $this->_propDict["conflictDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the conflictDeviceCount + * Number of conflict devices + * + * @param int $val The conflictDeviceCount + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setConflictDeviceCount($val) + { + $this->_propDict["conflictDeviceCount"] = intval($val); + return $this; + } + + + /** + * Gets the deviceComplianceSettingStates + * Not yet documented + * + * @return array The deviceComplianceSettingStates + */ + public function getDeviceComplianceSettingStates() + { + if (array_key_exists("deviceComplianceSettingStates", $this->_propDict)) { + return $this->_propDict["deviceComplianceSettingStates"]; + } else { + return null; + } + } + + /** + * Sets the deviceComplianceSettingStates + * Not yet documented + * + * @param DeviceComplianceSettingState $val The deviceComplianceSettingStates + * + * @return DeviceCompliancePolicySettingStateSummary + */ + public function setDeviceComplianceSettingStates($val) + { + $this->_propDict["deviceComplianceSettingStates"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicyState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicyState.php new file mode 100644 index 000000000..faee2ee80 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceCompliancePolicyState.php @@ -0,0 +1,210 @@ +_propDict)) { + return $this->_propDict["settingStates"]; + } else { + return null; + } + } + + /** + * Sets the settingStates + * + * @param DeviceCompliancePolicySettingState $val The settingStates + * + * @return DeviceCompliancePolicyState + */ + public function setSettingStates($val) + { + $this->_propDict["settingStates"] = $val; + return $this; + } + + /** + * Gets the displayName + * The name of the policy for this policyBase + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name of the policy for this policyBase + * + * @param string $val The displayName + * + * @return DeviceCompliancePolicyState + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the version + * The version of the policy + * + * @return int The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * The version of the policy + * + * @param int $val The version + * + * @return DeviceCompliancePolicyState + */ + public function setVersion($val) + { + $this->_propDict["version"] = intval($val); + return $this; + } + + /** + * Gets the platformType + * Platform type that the policy applies to + * + * @return PolicyPlatformType The platformType + */ + public function getPlatformType() + { + if (array_key_exists("platformType", $this->_propDict)) { + if (is_a($this->_propDict["platformType"], "Microsoft\Graph\Model\PolicyPlatformType")) { + return $this->_propDict["platformType"]; + } else { + $this->_propDict["platformType"] = new PolicyPlatformType($this->_propDict["platformType"]); + return $this->_propDict["platformType"]; + } + } + return null; + } + + /** + * Sets the platformType + * Platform type that the policy applies to + * + * @param PolicyPlatformType $val The platformType + * + * @return DeviceCompliancePolicyState + */ + public function setPlatformType($val) + { + $this->_propDict["platformType"] = $val; + return $this; + } + + /** + * Gets the state + * The compliance state of the policy + * + * @return ComplianceStatus The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + if (is_a($this->_propDict["state"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new ComplianceStatus($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * The compliance state of the policy + * + * @param ComplianceStatus $val The state + * + * @return DeviceCompliancePolicyState + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + + /** + * Gets the settingCount + * Count of how many setting a policy holds + * + * @return int The settingCount + */ + public function getSettingCount() + { + if (array_key_exists("settingCount", $this->_propDict)) { + return $this->_propDict["settingCount"]; + } else { + return null; + } + } + + /** + * Sets the settingCount + * Count of how many setting a policy holds + * + * @param int $val The settingCount + * + * @return DeviceCompliancePolicyState + */ + public function setSettingCount($val) + { + $this->_propDict["settingCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceScheduledActionForRule.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceScheduledActionForRule.php new file mode 100644 index 000000000..1b29abe7c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceScheduledActionForRule.php @@ -0,0 +1,88 @@ +_propDict)) { + return $this->_propDict["ruleName"]; + } else { + return null; + } + } + + /** + * Sets the ruleName + * Name of the rule which this scheduled action applies to. + * + * @param string $val The ruleName + * + * @return DeviceComplianceScheduledActionForRule + */ + public function setRuleName($val) + { + $this->_propDict["ruleName"] = $val; + return $this; + } + + + /** + * Gets the scheduledActionConfigurations + * The list of scheduled action configurations for this compliance policy. + * + * @return array The scheduledActionConfigurations + */ + public function getScheduledActionConfigurations() + { + if (array_key_exists("scheduledActionConfigurations", $this->_propDict)) { + return $this->_propDict["scheduledActionConfigurations"]; + } else { + return null; + } + } + + /** + * Sets the scheduledActionConfigurations + * The list of scheduled action configurations for this compliance policy. + * + * @param DeviceComplianceActionItem $val The scheduledActionConfigurations + * + * @return DeviceComplianceScheduledActionForRule + */ + public function setScheduledActionConfigurations($val) + { + $this->_propDict["scheduledActionConfigurations"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceSettingState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceSettingState.php new file mode 100644 index 000000000..872c96ef4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceSettingState.php @@ -0,0 +1,356 @@ +_propDict)) { + return $this->_propDict["setting"]; + } else { + return null; + } + } + + /** + * Sets the setting + * The setting class name and property name. + * + * @param string $val The setting + * + * @return DeviceComplianceSettingState + */ + public function setSetting($val) + { + $this->_propDict["setting"] = $val; + return $this; + } + + /** + * Gets the settingName + * The Setting Name that is being reported + * + * @return string The settingName + */ + public function getSettingName() + { + if (array_key_exists("settingName", $this->_propDict)) { + return $this->_propDict["settingName"]; + } else { + return null; + } + } + + /** + * Sets the settingName + * The Setting Name that is being reported + * + * @param string $val The settingName + * + * @return DeviceComplianceSettingState + */ + public function setSettingName($val) + { + $this->_propDict["settingName"] = $val; + return $this; + } + + /** + * Gets the deviceId + * The Device Id that is being reported + * + * @return string The deviceId + */ + public function getDeviceId() + { + if (array_key_exists("deviceId", $this->_propDict)) { + return $this->_propDict["deviceId"]; + } else { + return null; + } + } + + /** + * Sets the deviceId + * The Device Id that is being reported + * + * @param string $val The deviceId + * + * @return DeviceComplianceSettingState + */ + public function setDeviceId($val) + { + $this->_propDict["deviceId"] = $val; + return $this; + } + + /** + * Gets the deviceName + * The Device Name that is being reported + * + * @return string The deviceName + */ + public function getDeviceName() + { + if (array_key_exists("deviceName", $this->_propDict)) { + return $this->_propDict["deviceName"]; + } else { + return null; + } + } + + /** + * Sets the deviceName + * The Device Name that is being reported + * + * @param string $val The deviceName + * + * @return DeviceComplianceSettingState + */ + public function setDeviceName($val) + { + $this->_propDict["deviceName"] = $val; + return $this; + } + + /** + * Gets the userId + * The user Id that is being reported + * + * @return string The userId + */ + public function getUserId() + { + if (array_key_exists("userId", $this->_propDict)) { + return $this->_propDict["userId"]; + } else { + return null; + } + } + + /** + * Sets the userId + * The user Id that is being reported + * + * @param string $val The userId + * + * @return DeviceComplianceSettingState + */ + public function setUserId($val) + { + $this->_propDict["userId"] = $val; + return $this; + } + + /** + * Gets the userEmail + * The User email address that is being reported + * + * @return string The userEmail + */ + public function getUserEmail() + { + if (array_key_exists("userEmail", $this->_propDict)) { + return $this->_propDict["userEmail"]; + } else { + return null; + } + } + + /** + * Sets the userEmail + * The User email address that is being reported + * + * @param string $val The userEmail + * + * @return DeviceComplianceSettingState + */ + public function setUserEmail($val) + { + $this->_propDict["userEmail"] = $val; + return $this; + } + + /** + * Gets the userName + * The User Name that is being reported + * + * @return string The userName + */ + public function getUserName() + { + if (array_key_exists("userName", $this->_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * The User Name that is being reported + * + * @param string $val The userName + * + * @return DeviceComplianceSettingState + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * The User PrincipalName that is being reported + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * The User PrincipalName that is being reported + * + * @param string $val The userPrincipalName + * + * @return DeviceComplianceSettingState + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + + /** + * Gets the deviceModel + * The device model that is being reported + * + * @return string The deviceModel + */ + public function getDeviceModel() + { + if (array_key_exists("deviceModel", $this->_propDict)) { + return $this->_propDict["deviceModel"]; + } else { + return null; + } + } + + /** + * Sets the deviceModel + * The device model that is being reported + * + * @param string $val The deviceModel + * + * @return DeviceComplianceSettingState + */ + public function setDeviceModel($val) + { + $this->_propDict["deviceModel"] = $val; + return $this; + } + + /** + * Gets the state + * The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + if (is_a($this->_propDict["state"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new ComplianceStatus($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The state + * + * @return DeviceComplianceSettingState + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + + /** + * Gets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @return \DateTime The complianceGracePeriodExpirationDateTime + */ + public function getComplianceGracePeriodExpirationDateTime() + { + if (array_key_exists("complianceGracePeriodExpirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["complianceGracePeriodExpirationDateTime"], "\DateTime")) { + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } else { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = new \DateTime($this->_propDict["complianceGracePeriodExpirationDateTime"]); + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } + } + return null; + } + + /** + * Sets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @param \DateTime $val The complianceGracePeriodExpirationDateTime + * + * @return DeviceComplianceSettingState + */ + public function setComplianceGracePeriodExpirationDateTime($val) + { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceUserOverview.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceUserOverview.php new file mode 100644 index 000000000..b9ca8da78 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceUserOverview.php @@ -0,0 +1,236 @@ +_propDict)) { + return $this->_propDict["pendingCount"]; + } else { + return null; + } + } + + /** + * Sets the pendingCount + * Number of pending Users + * + * @param int $val The pendingCount + * + * @return DeviceComplianceUserOverview + */ + public function setPendingCount($val) + { + $this->_propDict["pendingCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableCount + * Number of not applicable users + * + * @return int The notApplicableCount + */ + public function getNotApplicableCount() + { + if (array_key_exists("notApplicableCount", $this->_propDict)) { + return $this->_propDict["notApplicableCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableCount + * Number of not applicable users + * + * @param int $val The notApplicableCount + * + * @return DeviceComplianceUserOverview + */ + public function setNotApplicableCount($val) + { + $this->_propDict["notApplicableCount"] = intval($val); + return $this; + } + + /** + * Gets the successCount + * Number of succeeded Users + * + * @return int The successCount + */ + public function getSuccessCount() + { + if (array_key_exists("successCount", $this->_propDict)) { + return $this->_propDict["successCount"]; + } else { + return null; + } + } + + /** + * Sets the successCount + * Number of succeeded Users + * + * @param int $val The successCount + * + * @return DeviceComplianceUserOverview + */ + public function setSuccessCount($val) + { + $this->_propDict["successCount"] = intval($val); + return $this; + } + + /** + * Gets the errorCount + * Number of error Users + * + * @return int The errorCount + */ + public function getErrorCount() + { + if (array_key_exists("errorCount", $this->_propDict)) { + return $this->_propDict["errorCount"]; + } else { + return null; + } + } + + /** + * Sets the errorCount + * Number of error Users + * + * @param int $val The errorCount + * + * @return DeviceComplianceUserOverview + */ + public function setErrorCount($val) + { + $this->_propDict["errorCount"] = intval($val); + return $this; + } + + /** + * Gets the failedCount + * Number of failed Users + * + * @return int The failedCount + */ + public function getFailedCount() + { + if (array_key_exists("failedCount", $this->_propDict)) { + return $this->_propDict["failedCount"]; + } else { + return null; + } + } + + /** + * Sets the failedCount + * Number of failed Users + * + * @param int $val The failedCount + * + * @return DeviceComplianceUserOverview + */ + public function setFailedCount($val) + { + $this->_propDict["failedCount"] = intval($val); + return $this; + } + + /** + * Gets the lastUpdateDateTime + * Last update time + * + * @return \DateTime The lastUpdateDateTime + */ + public function getLastUpdateDateTime() + { + if (array_key_exists("lastUpdateDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastUpdateDateTime"], "\DateTime")) { + return $this->_propDict["lastUpdateDateTime"]; + } else { + $this->_propDict["lastUpdateDateTime"] = new \DateTime($this->_propDict["lastUpdateDateTime"]); + return $this->_propDict["lastUpdateDateTime"]; + } + } + return null; + } + + /** + * Sets the lastUpdateDateTime + * Last update time + * + * @param \DateTime $val The lastUpdateDateTime + * + * @return DeviceComplianceUserOverview + */ + public function setLastUpdateDateTime($val) + { + $this->_propDict["lastUpdateDateTime"] = $val; + return $this; + } + + /** + * Gets the configurationVersion + * Version of the policy for that overview + * + * @return int The configurationVersion + */ + public function getConfigurationVersion() + { + if (array_key_exists("configurationVersion", $this->_propDict)) { + return $this->_propDict["configurationVersion"]; + } else { + return null; + } + } + + /** + * Sets the configurationVersion + * Version of the policy for that overview + * + * @param int $val The configurationVersion + * + * @return DeviceComplianceUserOverview + */ + public function setConfigurationVersion($val) + { + $this->_propDict["configurationVersion"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceUserStatus.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceUserStatus.php new file mode 100644 index 000000000..e58747d17 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceComplianceUserStatus.php @@ -0,0 +1,182 @@ +_propDict)) { + return $this->_propDict["userDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the userDisplayName + * User name of the DevicePolicyStatus. + * + * @param string $val The userDisplayName + * + * @return DeviceComplianceUserStatus + */ + public function setUserDisplayName($val) + { + $this->_propDict["userDisplayName"] = $val; + return $this; + } + + /** + * Gets the devicesCount + * Devices count for that user. + * + * @return int The devicesCount + */ + public function getDevicesCount() + { + if (array_key_exists("devicesCount", $this->_propDict)) { + return $this->_propDict["devicesCount"]; + } else { + return null; + } + } + + /** + * Sets the devicesCount + * Devices count for that user. + * + * @param int $val The devicesCount + * + * @return DeviceComplianceUserStatus + */ + public function setDevicesCount($val) + { + $this->_propDict["devicesCount"] = intval($val); + return $this; + } + + /** + * Gets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new ComplianceStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The status + * + * @return DeviceComplianceUserStatus + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @return \DateTime The lastReportedDateTime + */ + public function getLastReportedDateTime() + { + if (array_key_exists("lastReportedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastReportedDateTime"], "\DateTime")) { + return $this->_propDict["lastReportedDateTime"]; + } else { + $this->_propDict["lastReportedDateTime"] = new \DateTime($this->_propDict["lastReportedDateTime"]); + return $this->_propDict["lastReportedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @param \DateTime $val The lastReportedDateTime + * + * @return DeviceComplianceUserStatus + */ + public function setLastReportedDateTime($val) + { + $this->_propDict["lastReportedDateTime"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * UserPrincipalName. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * UserPrincipalName. + * + * @param string $val The userPrincipalName + * + * @return DeviceComplianceUserStatus + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfiguration.php new file mode 100644 index 000000000..a6aad31d5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfiguration.php @@ -0,0 +1,368 @@ +_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * DateTime the object was last modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return DeviceConfiguration + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * DateTime the object was created. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * DateTime the object was created. + * + * @param \DateTime $val The createdDateTime + * + * @return DeviceConfiguration + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the description + * Admin provided description of the Device Configuration. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Admin provided description of the Device Configuration. + * + * @param string $val The description + * + * @return DeviceConfiguration + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the displayName + * Admin provided name of the device configuration. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Admin provided name of the device configuration. + * + * @param string $val The displayName + * + * @return DeviceConfiguration + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the device configuration. + * + * @return int The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the device configuration. + * + * @param int $val The version + * + * @return DeviceConfiguration + */ + public function setVersion($val) + { + $this->_propDict["version"] = intval($val); + return $this; + } + + + /** + * Gets the assignments + * The list of assignments for the device configuration profile. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * The list of assignments for the device configuration profile. + * + * @param DeviceConfigurationAssignment $val The assignments + * + * @return DeviceConfiguration + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + + + /** + * Gets the deviceStatuses + * Device configuration installation status by device. + * + * @return array The deviceStatuses + */ + public function getDeviceStatuses() + { + if (array_key_exists("deviceStatuses", $this->_propDict)) { + return $this->_propDict["deviceStatuses"]; + } else { + return null; + } + } + + /** + * Sets the deviceStatuses + * Device configuration installation status by device. + * + * @param DeviceConfigurationDeviceStatus $val The deviceStatuses + * + * @return DeviceConfiguration + */ + public function setDeviceStatuses($val) + { + $this->_propDict["deviceStatuses"] = $val; + return $this; + } + + + /** + * Gets the userStatuses + * Device configuration installation status by user. + * + * @return array The userStatuses + */ + public function getUserStatuses() + { + if (array_key_exists("userStatuses", $this->_propDict)) { + return $this->_propDict["userStatuses"]; + } else { + return null; + } + } + + /** + * Sets the userStatuses + * Device configuration installation status by user. + * + * @param DeviceConfigurationUserStatus $val The userStatuses + * + * @return DeviceConfiguration + */ + public function setUserStatuses($val) + { + $this->_propDict["userStatuses"] = $val; + return $this; + } + + /** + * Gets the deviceStatusOverview + * Device Configuration devices status overview + * + * @return DeviceConfigurationDeviceOverview The deviceStatusOverview + */ + public function getDeviceStatusOverview() + { + if (array_key_exists("deviceStatusOverview", $this->_propDict)) { + if (is_a($this->_propDict["deviceStatusOverview"], "Microsoft\Graph\Model\DeviceConfigurationDeviceOverview")) { + return $this->_propDict["deviceStatusOverview"]; + } else { + $this->_propDict["deviceStatusOverview"] = new DeviceConfigurationDeviceOverview($this->_propDict["deviceStatusOverview"]); + return $this->_propDict["deviceStatusOverview"]; + } + } + return null; + } + + /** + * Sets the deviceStatusOverview + * Device Configuration devices status overview + * + * @param DeviceConfigurationDeviceOverview $val The deviceStatusOverview + * + * @return DeviceConfiguration + */ + public function setDeviceStatusOverview($val) + { + $this->_propDict["deviceStatusOverview"] = $val; + return $this; + } + + /** + * Gets the userStatusOverview + * Device Configuration users status overview + * + * @return DeviceConfigurationUserOverview The userStatusOverview + */ + public function getUserStatusOverview() + { + if (array_key_exists("userStatusOverview", $this->_propDict)) { + if (is_a($this->_propDict["userStatusOverview"], "Microsoft\Graph\Model\DeviceConfigurationUserOverview")) { + return $this->_propDict["userStatusOverview"]; + } else { + $this->_propDict["userStatusOverview"] = new DeviceConfigurationUserOverview($this->_propDict["userStatusOverview"]); + return $this->_propDict["userStatusOverview"]; + } + } + return null; + } + + /** + * Sets the userStatusOverview + * Device Configuration users status overview + * + * @param DeviceConfigurationUserOverview $val The userStatusOverview + * + * @return DeviceConfiguration + */ + public function setUserStatusOverview($val) + { + $this->_propDict["userStatusOverview"] = $val; + return $this; + } + + + /** + * Gets the deviceSettingStateSummaries + * Device Configuration Setting State Device Summary + * + * @return array The deviceSettingStateSummaries + */ + public function getDeviceSettingStateSummaries() + { + if (array_key_exists("deviceSettingStateSummaries", $this->_propDict)) { + return $this->_propDict["deviceSettingStateSummaries"]; + } else { + return null; + } + } + + /** + * Sets the deviceSettingStateSummaries + * Device Configuration Setting State Device Summary + * + * @param SettingStateDeviceSummary $val The deviceSettingStateSummaries + * + * @return DeviceConfiguration + */ + public function setDeviceSettingStateSummaries($val) + { + $this->_propDict["deviceSettingStateSummaries"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationAssignment.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationAssignment.php new file mode 100644 index 000000000..328c69614 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationAssignment.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["target"], "Microsoft\Graph\Model\DeviceAndAppManagementAssignmentTarget")) { + return $this->_propDict["target"]; + } else { + $this->_propDict["target"] = new DeviceAndAppManagementAssignmentTarget($this->_propDict["target"]); + return $this->_propDict["target"]; + } + } + return null; + } + + /** + * Sets the target + * The assignment target for the device configuration. + * + * @param DeviceAndAppManagementAssignmentTarget $val The target + * + * @return DeviceConfigurationAssignment + */ + public function setTarget($val) + { + $this->_propDict["target"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationDeviceOverview.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationDeviceOverview.php new file mode 100644 index 000000000..50a1e2e2a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationDeviceOverview.php @@ -0,0 +1,236 @@ +_propDict)) { + return $this->_propDict["pendingCount"]; + } else { + return null; + } + } + + /** + * Sets the pendingCount + * Number of pending devices + * + * @param int $val The pendingCount + * + * @return DeviceConfigurationDeviceOverview + */ + public function setPendingCount($val) + { + $this->_propDict["pendingCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableCount + * Number of not applicable devices + * + * @return int The notApplicableCount + */ + public function getNotApplicableCount() + { + if (array_key_exists("notApplicableCount", $this->_propDict)) { + return $this->_propDict["notApplicableCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableCount + * Number of not applicable devices + * + * @param int $val The notApplicableCount + * + * @return DeviceConfigurationDeviceOverview + */ + public function setNotApplicableCount($val) + { + $this->_propDict["notApplicableCount"] = intval($val); + return $this; + } + + /** + * Gets the successCount + * Number of succeeded devices + * + * @return int The successCount + */ + public function getSuccessCount() + { + if (array_key_exists("successCount", $this->_propDict)) { + return $this->_propDict["successCount"]; + } else { + return null; + } + } + + /** + * Sets the successCount + * Number of succeeded devices + * + * @param int $val The successCount + * + * @return DeviceConfigurationDeviceOverview + */ + public function setSuccessCount($val) + { + $this->_propDict["successCount"] = intval($val); + return $this; + } + + /** + * Gets the errorCount + * Number of error devices + * + * @return int The errorCount + */ + public function getErrorCount() + { + if (array_key_exists("errorCount", $this->_propDict)) { + return $this->_propDict["errorCount"]; + } else { + return null; + } + } + + /** + * Sets the errorCount + * Number of error devices + * + * @param int $val The errorCount + * + * @return DeviceConfigurationDeviceOverview + */ + public function setErrorCount($val) + { + $this->_propDict["errorCount"] = intval($val); + return $this; + } + + /** + * Gets the failedCount + * Number of failed devices + * + * @return int The failedCount + */ + public function getFailedCount() + { + if (array_key_exists("failedCount", $this->_propDict)) { + return $this->_propDict["failedCount"]; + } else { + return null; + } + } + + /** + * Sets the failedCount + * Number of failed devices + * + * @param int $val The failedCount + * + * @return DeviceConfigurationDeviceOverview + */ + public function setFailedCount($val) + { + $this->_propDict["failedCount"] = intval($val); + return $this; + } + + /** + * Gets the lastUpdateDateTime + * Last update time + * + * @return \DateTime The lastUpdateDateTime + */ + public function getLastUpdateDateTime() + { + if (array_key_exists("lastUpdateDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastUpdateDateTime"], "\DateTime")) { + return $this->_propDict["lastUpdateDateTime"]; + } else { + $this->_propDict["lastUpdateDateTime"] = new \DateTime($this->_propDict["lastUpdateDateTime"]); + return $this->_propDict["lastUpdateDateTime"]; + } + } + return null; + } + + /** + * Sets the lastUpdateDateTime + * Last update time + * + * @param \DateTime $val The lastUpdateDateTime + * + * @return DeviceConfigurationDeviceOverview + */ + public function setLastUpdateDateTime($val) + { + $this->_propDict["lastUpdateDateTime"] = $val; + return $this; + } + + /** + * Gets the configurationVersion + * Version of the policy for that overview + * + * @return int The configurationVersion + */ + public function getConfigurationVersion() + { + if (array_key_exists("configurationVersion", $this->_propDict)) { + return $this->_propDict["configurationVersion"]; + } else { + return null; + } + } + + /** + * Sets the configurationVersion + * Version of the policy for that overview + * + * @param int $val The configurationVersion + * + * @return DeviceConfigurationDeviceOverview + */ + public function setConfigurationVersion($val) + { + $this->_propDict["configurationVersion"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationDeviceStateSummary.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationDeviceStateSummary.php new file mode 100644 index 000000000..edac03ea1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationDeviceStateSummary.php @@ -0,0 +1,232 @@ +_propDict)) { + return $this->_propDict["unknownDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the unknownDeviceCount + * Number of unknown devices + * + * @param int $val The unknownDeviceCount + * + * @return DeviceConfigurationDeviceStateSummary + */ + public function setUnknownDeviceCount($val) + { + $this->_propDict["unknownDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableDeviceCount + * Number of not applicable devices + * + * @return int The notApplicableDeviceCount + */ + public function getNotApplicableDeviceCount() + { + if (array_key_exists("notApplicableDeviceCount", $this->_propDict)) { + return $this->_propDict["notApplicableDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableDeviceCount + * Number of not applicable devices + * + * @param int $val The notApplicableDeviceCount + * + * @return DeviceConfigurationDeviceStateSummary + */ + public function setNotApplicableDeviceCount($val) + { + $this->_propDict["notApplicableDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the compliantDeviceCount + * Number of compliant devices + * + * @return int The compliantDeviceCount + */ + public function getCompliantDeviceCount() + { + if (array_key_exists("compliantDeviceCount", $this->_propDict)) { + return $this->_propDict["compliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the compliantDeviceCount + * Number of compliant devices + * + * @param int $val The compliantDeviceCount + * + * @return DeviceConfigurationDeviceStateSummary + */ + public function setCompliantDeviceCount($val) + { + $this->_propDict["compliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the remediatedDeviceCount + * Number of remediated devices + * + * @return int The remediatedDeviceCount + */ + public function getRemediatedDeviceCount() + { + if (array_key_exists("remediatedDeviceCount", $this->_propDict)) { + return $this->_propDict["remediatedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the remediatedDeviceCount + * Number of remediated devices + * + * @param int $val The remediatedDeviceCount + * + * @return DeviceConfigurationDeviceStateSummary + */ + public function setRemediatedDeviceCount($val) + { + $this->_propDict["remediatedDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the nonCompliantDeviceCount + * Number of NonCompliant devices + * + * @return int The nonCompliantDeviceCount + */ + public function getNonCompliantDeviceCount() + { + if (array_key_exists("nonCompliantDeviceCount", $this->_propDict)) { + return $this->_propDict["nonCompliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the nonCompliantDeviceCount + * Number of NonCompliant devices + * + * @param int $val The nonCompliantDeviceCount + * + * @return DeviceConfigurationDeviceStateSummary + */ + public function setNonCompliantDeviceCount($val) + { + $this->_propDict["nonCompliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the errorDeviceCount + * Number of error devices + * + * @return int The errorDeviceCount + */ + public function getErrorDeviceCount() + { + if (array_key_exists("errorDeviceCount", $this->_propDict)) { + return $this->_propDict["errorDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the errorDeviceCount + * Number of error devices + * + * @param int $val The errorDeviceCount + * + * @return DeviceConfigurationDeviceStateSummary + */ + public function setErrorDeviceCount($val) + { + $this->_propDict["errorDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the conflictDeviceCount + * Number of conflict devices + * + * @return int The conflictDeviceCount + */ + public function getConflictDeviceCount() + { + if (array_key_exists("conflictDeviceCount", $this->_propDict)) { + return $this->_propDict["conflictDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the conflictDeviceCount + * Number of conflict devices + * + * @param int $val The conflictDeviceCount + * + * @return DeviceConfigurationDeviceStateSummary + */ + public function setConflictDeviceCount($val) + { + $this->_propDict["conflictDeviceCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationDeviceStatus.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationDeviceStatus.php new file mode 100644 index 000000000..08071f89a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationDeviceStatus.php @@ -0,0 +1,244 @@ +_propDict)) { + return $this->_propDict["deviceDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the deviceDisplayName + * Device name of the DevicePolicyStatus. + * + * @param string $val The deviceDisplayName + * + * @return DeviceConfigurationDeviceStatus + */ + public function setDeviceDisplayName($val) + { + $this->_propDict["deviceDisplayName"] = $val; + return $this; + } + + /** + * Gets the userName + * The User Name that is being reported + * + * @return string The userName + */ + public function getUserName() + { + if (array_key_exists("userName", $this->_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * The User Name that is being reported + * + * @param string $val The userName + * + * @return DeviceConfigurationDeviceStatus + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } + + /** + * Gets the deviceModel + * The device model that is being reported + * + * @return string The deviceModel + */ + public function getDeviceModel() + { + if (array_key_exists("deviceModel", $this->_propDict)) { + return $this->_propDict["deviceModel"]; + } else { + return null; + } + } + + /** + * Sets the deviceModel + * The device model that is being reported + * + * @param string $val The deviceModel + * + * @return DeviceConfigurationDeviceStatus + */ + public function setDeviceModel($val) + { + $this->_propDict["deviceModel"] = $val; + return $this; + } + + /** + * Gets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @return \DateTime The complianceGracePeriodExpirationDateTime + */ + public function getComplianceGracePeriodExpirationDateTime() + { + if (array_key_exists("complianceGracePeriodExpirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["complianceGracePeriodExpirationDateTime"], "\DateTime")) { + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } else { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = new \DateTime($this->_propDict["complianceGracePeriodExpirationDateTime"]); + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } + } + return null; + } + + /** + * Sets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @param \DateTime $val The complianceGracePeriodExpirationDateTime + * + * @return DeviceConfigurationDeviceStatus + */ + public function setComplianceGracePeriodExpirationDateTime($val) + { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = $val; + return $this; + } + + /** + * Gets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new ComplianceStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The status + * + * @return DeviceConfigurationDeviceStatus + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @return \DateTime The lastReportedDateTime + */ + public function getLastReportedDateTime() + { + if (array_key_exists("lastReportedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastReportedDateTime"], "\DateTime")) { + return $this->_propDict["lastReportedDateTime"]; + } else { + $this->_propDict["lastReportedDateTime"] = new \DateTime($this->_propDict["lastReportedDateTime"]); + return $this->_propDict["lastReportedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @param \DateTime $val The lastReportedDateTime + * + * @return DeviceConfigurationDeviceStatus + */ + public function setLastReportedDateTime($val) + { + $this->_propDict["lastReportedDateTime"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * UserPrincipalName. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * UserPrincipalName. + * + * @param string $val The userPrincipalName + * + * @return DeviceConfigurationDeviceStatus + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationSettingState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationSettingState.php new file mode 100644 index 000000000..52998fd72 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationSettingState.php @@ -0,0 +1,374 @@ +_propDict)) { + return $this->_propDict["setting"]; + } else { + return null; + } + } + + /** + * Sets the setting + * The setting that is being reported + * + * @param string $val The value of the setting + * + * @return DeviceConfigurationSettingState + */ + public function setSetting($val) + { + $this->_propDict["setting"] = $val; + return $this; + } + /** + * Gets the settingName + * Localized/user friendly setting name that is being reported + * + * @return string The settingName + */ + public function getSettingName() + { + if (array_key_exists("settingName", $this->_propDict)) { + return $this->_propDict["settingName"]; + } else { + return null; + } + } + + /** + * Sets the settingName + * Localized/user friendly setting name that is being reported + * + * @param string $val The value of the settingName + * + * @return DeviceConfigurationSettingState + */ + public function setSettingName($val) + { + $this->_propDict["settingName"] = $val; + return $this; + } + /** + * Gets the instanceDisplayName + * Name of setting instance that is being reported. + * + * @return string The instanceDisplayName + */ + public function getInstanceDisplayName() + { + if (array_key_exists("instanceDisplayName", $this->_propDict)) { + return $this->_propDict["instanceDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the instanceDisplayName + * Name of setting instance that is being reported. + * + * @param string $val The value of the instanceDisplayName + * + * @return DeviceConfigurationSettingState + */ + public function setInstanceDisplayName($val) + { + $this->_propDict["instanceDisplayName"] = $val; + return $this; + } + + /** + * Gets the state + * The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + if (is_a($this->_propDict["state"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new ComplianceStatus($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * The compliance state of the setting. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The value to assign to the state + * + * @return DeviceConfigurationSettingState The DeviceConfigurationSettingState + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + /** + * Gets the errorCode + * Error code for the setting + * + * @return int The errorCode + */ + public function getErrorCode() + { + if (array_key_exists("errorCode", $this->_propDict)) { + return $this->_propDict["errorCode"]; + } else { + return null; + } + } + + /** + * Sets the errorCode + * Error code for the setting + * + * @param int $val The value of the errorCode + * + * @return DeviceConfigurationSettingState + */ + public function setErrorCode($val) + { + $this->_propDict["errorCode"] = $val; + return $this; + } + /** + * Gets the errorDescription + * Error description + * + * @return string The errorDescription + */ + public function getErrorDescription() + { + if (array_key_exists("errorDescription", $this->_propDict)) { + return $this->_propDict["errorDescription"]; + } else { + return null; + } + } + + /** + * Sets the errorDescription + * Error description + * + * @param string $val The value of the errorDescription + * + * @return DeviceConfigurationSettingState + */ + public function setErrorDescription($val) + { + $this->_propDict["errorDescription"] = $val; + return $this; + } + /** + * Gets the userId + * UserId + * + * @return string The userId + */ + public function getUserId() + { + if (array_key_exists("userId", $this->_propDict)) { + return $this->_propDict["userId"]; + } else { + return null; + } + } + + /** + * Sets the userId + * UserId + * + * @param string $val The value of the userId + * + * @return DeviceConfigurationSettingState + */ + public function setUserId($val) + { + $this->_propDict["userId"] = $val; + return $this; + } + /** + * Gets the userName + * UserName + * + * @return string The userName + */ + public function getUserName() + { + if (array_key_exists("userName", $this->_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * UserName + * + * @param string $val The value of the userName + * + * @return DeviceConfigurationSettingState + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } + /** + * Gets the userEmail + * UserEmail + * + * @return string The userEmail + */ + public function getUserEmail() + { + if (array_key_exists("userEmail", $this->_propDict)) { + return $this->_propDict["userEmail"]; + } else { + return null; + } + } + + /** + * Sets the userEmail + * UserEmail + * + * @param string $val The value of the userEmail + * + * @return DeviceConfigurationSettingState + */ + public function setUserEmail($val) + { + $this->_propDict["userEmail"] = $val; + return $this; + } + /** + * Gets the userPrincipalName + * UserPrincipalName. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * UserPrincipalName. + * + * @param string $val The value of the userPrincipalName + * + * @return DeviceConfigurationSettingState + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + + /** + * Gets the sources + * Contributing policies + * + * @return SettingSource The sources + */ + public function getSources() + { + if (array_key_exists("sources", $this->_propDict)) { + if (is_a($this->_propDict["sources"], "Microsoft\Graph\Model\SettingSource")) { + return $this->_propDict["sources"]; + } else { + $this->_propDict["sources"] = new SettingSource($this->_propDict["sources"]); + return $this->_propDict["sources"]; + } + } + return null; + } + + /** + * Sets the sources + * Contributing policies + * + * @param SettingSource $val The value to assign to the sources + * + * @return DeviceConfigurationSettingState The DeviceConfigurationSettingState + */ + public function setSources($val) + { + $this->_propDict["sources"] = $val; + return $this; + } + /** + * Gets the currentValue + * Current value of setting on device + * + * @return string The currentValue + */ + public function getCurrentValue() + { + if (array_key_exists("currentValue", $this->_propDict)) { + return $this->_propDict["currentValue"]; + } else { + return null; + } + } + + /** + * Sets the currentValue + * Current value of setting on device + * + * @param string $val The value of the currentValue + * + * @return DeviceConfigurationSettingState + */ + public function setCurrentValue($val) + { + $this->_propDict["currentValue"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationState.php new file mode 100644 index 000000000..29082242a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationState.php @@ -0,0 +1,210 @@ +_propDict)) { + return $this->_propDict["settingStates"]; + } else { + return null; + } + } + + /** + * Sets the settingStates + * + * @param DeviceConfigurationSettingState $val The settingStates + * + * @return DeviceConfigurationState + */ + public function setSettingStates($val) + { + $this->_propDict["settingStates"] = $val; + return $this; + } + + /** + * Gets the displayName + * The name of the policy for this policyBase + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name of the policy for this policyBase + * + * @param string $val The displayName + * + * @return DeviceConfigurationState + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the version + * The version of the policy + * + * @return int The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * The version of the policy + * + * @param int $val The version + * + * @return DeviceConfigurationState + */ + public function setVersion($val) + { + $this->_propDict["version"] = intval($val); + return $this; + } + + /** + * Gets the platformType + * Platform type that the policy applies to + * + * @return PolicyPlatformType The platformType + */ + public function getPlatformType() + { + if (array_key_exists("platformType", $this->_propDict)) { + if (is_a($this->_propDict["platformType"], "Microsoft\Graph\Model\PolicyPlatformType")) { + return $this->_propDict["platformType"]; + } else { + $this->_propDict["platformType"] = new PolicyPlatformType($this->_propDict["platformType"]); + return $this->_propDict["platformType"]; + } + } + return null; + } + + /** + * Sets the platformType + * Platform type that the policy applies to + * + * @param PolicyPlatformType $val The platformType + * + * @return DeviceConfigurationState + */ + public function setPlatformType($val) + { + $this->_propDict["platformType"] = $val; + return $this; + } + + /** + * Gets the state + * The compliance state of the policy + * + * @return ComplianceStatus The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + if (is_a($this->_propDict["state"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new ComplianceStatus($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * The compliance state of the policy + * + * @param ComplianceStatus $val The state + * + * @return DeviceConfigurationState + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + + /** + * Gets the settingCount + * Count of how many setting a policy holds + * + * @return int The settingCount + */ + public function getSettingCount() + { + if (array_key_exists("settingCount", $this->_propDict)) { + return $this->_propDict["settingCount"]; + } else { + return null; + } + } + + /** + * Sets the settingCount + * Count of how many setting a policy holds + * + * @param int $val The settingCount + * + * @return DeviceConfigurationState + */ + public function setSettingCount($val) + { + $this->_propDict["settingCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationUserOverview.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationUserOverview.php new file mode 100644 index 000000000..bc3315a78 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationUserOverview.php @@ -0,0 +1,236 @@ +_propDict)) { + return $this->_propDict["pendingCount"]; + } else { + return null; + } + } + + /** + * Sets the pendingCount + * Number of pending Users + * + * @param int $val The pendingCount + * + * @return DeviceConfigurationUserOverview + */ + public function setPendingCount($val) + { + $this->_propDict["pendingCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableCount + * Number of not applicable users + * + * @return int The notApplicableCount + */ + public function getNotApplicableCount() + { + if (array_key_exists("notApplicableCount", $this->_propDict)) { + return $this->_propDict["notApplicableCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableCount + * Number of not applicable users + * + * @param int $val The notApplicableCount + * + * @return DeviceConfigurationUserOverview + */ + public function setNotApplicableCount($val) + { + $this->_propDict["notApplicableCount"] = intval($val); + return $this; + } + + /** + * Gets the successCount + * Number of succeeded Users + * + * @return int The successCount + */ + public function getSuccessCount() + { + if (array_key_exists("successCount", $this->_propDict)) { + return $this->_propDict["successCount"]; + } else { + return null; + } + } + + /** + * Sets the successCount + * Number of succeeded Users + * + * @param int $val The successCount + * + * @return DeviceConfigurationUserOverview + */ + public function setSuccessCount($val) + { + $this->_propDict["successCount"] = intval($val); + return $this; + } + + /** + * Gets the errorCount + * Number of error Users + * + * @return int The errorCount + */ + public function getErrorCount() + { + if (array_key_exists("errorCount", $this->_propDict)) { + return $this->_propDict["errorCount"]; + } else { + return null; + } + } + + /** + * Sets the errorCount + * Number of error Users + * + * @param int $val The errorCount + * + * @return DeviceConfigurationUserOverview + */ + public function setErrorCount($val) + { + $this->_propDict["errorCount"] = intval($val); + return $this; + } + + /** + * Gets the failedCount + * Number of failed Users + * + * @return int The failedCount + */ + public function getFailedCount() + { + if (array_key_exists("failedCount", $this->_propDict)) { + return $this->_propDict["failedCount"]; + } else { + return null; + } + } + + /** + * Sets the failedCount + * Number of failed Users + * + * @param int $val The failedCount + * + * @return DeviceConfigurationUserOverview + */ + public function setFailedCount($val) + { + $this->_propDict["failedCount"] = intval($val); + return $this; + } + + /** + * Gets the lastUpdateDateTime + * Last update time + * + * @return \DateTime The lastUpdateDateTime + */ + public function getLastUpdateDateTime() + { + if (array_key_exists("lastUpdateDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastUpdateDateTime"], "\DateTime")) { + return $this->_propDict["lastUpdateDateTime"]; + } else { + $this->_propDict["lastUpdateDateTime"] = new \DateTime($this->_propDict["lastUpdateDateTime"]); + return $this->_propDict["lastUpdateDateTime"]; + } + } + return null; + } + + /** + * Sets the lastUpdateDateTime + * Last update time + * + * @param \DateTime $val The lastUpdateDateTime + * + * @return DeviceConfigurationUserOverview + */ + public function setLastUpdateDateTime($val) + { + $this->_propDict["lastUpdateDateTime"] = $val; + return $this; + } + + /** + * Gets the configurationVersion + * Version of the policy for that overview + * + * @return int The configurationVersion + */ + public function getConfigurationVersion() + { + if (array_key_exists("configurationVersion", $this->_propDict)) { + return $this->_propDict["configurationVersion"]; + } else { + return null; + } + } + + /** + * Sets the configurationVersion + * Version of the policy for that overview + * + * @param int $val The configurationVersion + * + * @return DeviceConfigurationUserOverview + */ + public function setConfigurationVersion($val) + { + $this->_propDict["configurationVersion"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationUserStatus.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationUserStatus.php new file mode 100644 index 000000000..00b9bfe82 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceConfigurationUserStatus.php @@ -0,0 +1,182 @@ +_propDict)) { + return $this->_propDict["userDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the userDisplayName + * User name of the DevicePolicyStatus. + * + * @param string $val The userDisplayName + * + * @return DeviceConfigurationUserStatus + */ + public function setUserDisplayName($val) + { + $this->_propDict["userDisplayName"] = $val; + return $this; + } + + /** + * Gets the devicesCount + * Devices count for that user. + * + * @return int The devicesCount + */ + public function getDevicesCount() + { + if (array_key_exists("devicesCount", $this->_propDict)) { + return $this->_propDict["devicesCount"]; + } else { + return null; + } + } + + /** + * Sets the devicesCount + * Devices count for that user. + * + * @param int $val The devicesCount + * + * @return DeviceConfigurationUserStatus + */ + public function setDevicesCount($val) + { + $this->_propDict["devicesCount"] = intval($val); + return $this; + } + + /** + * Gets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new ComplianceStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The status + * + * @return DeviceConfigurationUserStatus + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @return \DateTime The lastReportedDateTime + */ + public function getLastReportedDateTime() + { + if (array_key_exists("lastReportedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastReportedDateTime"], "\DateTime")) { + return $this->_propDict["lastReportedDateTime"]; + } else { + $this->_propDict["lastReportedDateTime"] = new \DateTime($this->_propDict["lastReportedDateTime"]); + return $this->_propDict["lastReportedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @param \DateTime $val The lastReportedDateTime + * + * @return DeviceConfigurationUserStatus + */ + public function setLastReportedDateTime($val) + { + $this->_propDict["lastReportedDateTime"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * UserPrincipalName. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * UserPrincipalName. + * + * @param string $val The userPrincipalName + * + * @return DeviceConfigurationUserStatus + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceDetail.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceDetail.php new file mode 100644 index 000000000..64f351dd1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceDetail.php @@ -0,0 +1,224 @@ +_propDict)) { + return $this->_propDict["deviceId"]; + } else { + return null; + } + } + + /** + * Sets the deviceId + * Refers to the UniqueID of the device used for signing in. + * + * @param string $val The value of the deviceId + * + * @return DeviceDetail + */ + public function setDeviceId($val) + { + $this->_propDict["deviceId"] = $val; + return $this; + } + /** + * Gets the displayName + * Refers to the name of the device used for signing in. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Refers to the name of the device used for signing in. + * + * @param string $val The value of the displayName + * + * @return DeviceDetail + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the operatingSystem + * Indicates the operating system name and version used for signing in. + * + * @return string The operatingSystem + */ + public function getOperatingSystem() + { + if (array_key_exists("operatingSystem", $this->_propDict)) { + return $this->_propDict["operatingSystem"]; + } else { + return null; + } + } + + /** + * Sets the operatingSystem + * Indicates the operating system name and version used for signing in. + * + * @param string $val The value of the operatingSystem + * + * @return DeviceDetail + */ + public function setOperatingSystem($val) + { + $this->_propDict["operatingSystem"] = $val; + return $this; + } + /** + * Gets the browser + * Indicates the browser information of the used for signing in. + * + * @return string The browser + */ + public function getBrowser() + { + if (array_key_exists("browser", $this->_propDict)) { + return $this->_propDict["browser"]; + } else { + return null; + } + } + + /** + * Sets the browser + * Indicates the browser information of the used for signing in. + * + * @param string $val The value of the browser + * + * @return DeviceDetail + */ + public function setBrowser($val) + { + $this->_propDict["browser"] = $val; + return $this; + } + /** + * Gets the isCompliant + * Indicates whether the device is compliant. + * + * @return bool The isCompliant + */ + public function getIsCompliant() + { + if (array_key_exists("isCompliant", $this->_propDict)) { + return $this->_propDict["isCompliant"]; + } else { + return null; + } + } + + /** + * Sets the isCompliant + * Indicates whether the device is compliant. + * + * @param bool $val The value of the isCompliant + * + * @return DeviceDetail + */ + public function setIsCompliant($val) + { + $this->_propDict["isCompliant"] = $val; + return $this; + } + /** + * Gets the isManaged + * Indicates whether the device is managed. + * + * @return bool The isManaged + */ + public function getIsManaged() + { + if (array_key_exists("isManaged", $this->_propDict)) { + return $this->_propDict["isManaged"]; + } else { + return null; + } + } + + /** + * Sets the isManaged + * Indicates whether the device is managed. + * + * @param bool $val The value of the isManaged + * + * @return DeviceDetail + */ + public function setIsManaged($val) + { + $this->_propDict["isManaged"] = $val; + return $this; + } + /** + * Gets the trustType + * Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined. + * + * @return string The trustType + */ + public function getTrustType() + { + if (array_key_exists("trustType", $this->_propDict)) { + return $this->_propDict["trustType"]; + } else { + return null; + } + } + + /** + * Sets the trustType + * Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined. + * + * @param string $val The value of the trustType + * + * @return DeviceDetail + */ + public function setTrustType($val) + { + $this->_propDict["trustType"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentConfiguration.php new file mode 100644 index 000000000..7bebef00a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentConfiguration.php @@ -0,0 +1,241 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Not yet documented + * + * @param string $val The displayName + * + * @return DeviceEnrollmentConfiguration + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * Not yet documented + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Not yet documented + * + * @param string $val The description + * + * @return DeviceEnrollmentConfiguration + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the priority + * Not yet documented + * + * @return int The priority + */ + public function getPriority() + { + if (array_key_exists("priority", $this->_propDict)) { + return $this->_propDict["priority"]; + } else { + return null; + } + } + + /** + * Sets the priority + * Not yet documented + * + * @param int $val The priority + * + * @return DeviceEnrollmentConfiguration + */ + public function setPriority($val) + { + $this->_propDict["priority"] = intval($val); + return $this; + } + + /** + * Gets the createdDateTime + * Not yet documented + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Not yet documented + * + * @param \DateTime $val The createdDateTime + * + * @return DeviceEnrollmentConfiguration + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Not yet documented + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Not yet documented + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return DeviceEnrollmentConfiguration + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the version + * Not yet documented + * + * @return int The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Not yet documented + * + * @param int $val The version + * + * @return DeviceEnrollmentConfiguration + */ + public function setVersion($val) + { + $this->_propDict["version"] = intval($val); + return $this; + } + + + /** + * Gets the assignments + * The list of group assignments for the device configuration profile. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * The list of group assignments for the device configuration profile. + * + * @param EnrollmentConfigurationAssignment $val The assignments + * + * @return DeviceEnrollmentConfiguration + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentFailureReason.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentFailureReason.php new file mode 100644 index 000000000..59d96221f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentFailureReason.php @@ -0,0 +1,46 @@ +_propDict)) { + return $this->_propDict["limit"]; + } else { + return null; + } + } + + /** + * Sets the limit + * Not yet documented + * + * @param int $val The limit + * + * @return DeviceEnrollmentLimitConfiguration + */ + public function setLimit($val) + { + $this->_propDict["limit"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentPlatformRestriction.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentPlatformRestriction.php new file mode 100644 index 000000000..279c114a4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentPlatformRestriction.php @@ -0,0 +1,140 @@ +_propDict)) { + return $this->_propDict["platformBlocked"]; + } else { + return null; + } + } + + /** + * Sets the platformBlocked + * Block the platform from enrolling + * + * @param bool $val The value of the platformBlocked + * + * @return DeviceEnrollmentPlatformRestriction + */ + public function setPlatformBlocked($val) + { + $this->_propDict["platformBlocked"] = $val; + return $this; + } + /** + * Gets the personalDeviceEnrollmentBlocked + * Block personally owned devices from enrolling + * + * @return bool The personalDeviceEnrollmentBlocked + */ + public function getPersonalDeviceEnrollmentBlocked() + { + if (array_key_exists("personalDeviceEnrollmentBlocked", $this->_propDict)) { + return $this->_propDict["personalDeviceEnrollmentBlocked"]; + } else { + return null; + } + } + + /** + * Sets the personalDeviceEnrollmentBlocked + * Block personally owned devices from enrolling + * + * @param bool $val The value of the personalDeviceEnrollmentBlocked + * + * @return DeviceEnrollmentPlatformRestriction + */ + public function setPersonalDeviceEnrollmentBlocked($val) + { + $this->_propDict["personalDeviceEnrollmentBlocked"] = $val; + return $this; + } + /** + * Gets the osMinimumVersion + * Min OS version supported + * + * @return string The osMinimumVersion + */ + public function getOsMinimumVersion() + { + if (array_key_exists("osMinimumVersion", $this->_propDict)) { + return $this->_propDict["osMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMinimumVersion + * Min OS version supported + * + * @param string $val The value of the osMinimumVersion + * + * @return DeviceEnrollmentPlatformRestriction + */ + public function setOsMinimumVersion($val) + { + $this->_propDict["osMinimumVersion"] = $val; + return $this; + } + /** + * Gets the osMaximumVersion + * Max OS version supported + * + * @return string The osMaximumVersion + */ + public function getOsMaximumVersion() + { + if (array_key_exists("osMaximumVersion", $this->_propDict)) { + return $this->_propDict["osMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMaximumVersion + * Max OS version supported + * + * @param string $val The value of the osMaximumVersion + * + * @return DeviceEnrollmentPlatformRestriction + */ + public function setOsMaximumVersion($val) + { + $this->_propDict["osMaximumVersion"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentPlatformRestrictionsConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentPlatformRestrictionsConfiguration.php new file mode 100644 index 000000000..24f066105 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentPlatformRestrictionsConfiguration.php @@ -0,0 +1,194 @@ +_propDict)) { + if (is_a($this->_propDict["iosRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { + return $this->_propDict["iosRestriction"]; + } else { + $this->_propDict["iosRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["iosRestriction"]); + return $this->_propDict["iosRestriction"]; + } + } + return null; + } + + /** + * Sets the iosRestriction + * Not yet documented + * + * @param DeviceEnrollmentPlatformRestriction $val The iosRestriction + * + * @return DeviceEnrollmentPlatformRestrictionsConfiguration + */ + public function setIosRestriction($val) + { + $this->_propDict["iosRestriction"] = $val; + return $this; + } + + /** + * Gets the windowsRestriction + * Not yet documented + * + * @return DeviceEnrollmentPlatformRestriction The windowsRestriction + */ + public function getWindowsRestriction() + { + if (array_key_exists("windowsRestriction", $this->_propDict)) { + if (is_a($this->_propDict["windowsRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { + return $this->_propDict["windowsRestriction"]; + } else { + $this->_propDict["windowsRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["windowsRestriction"]); + return $this->_propDict["windowsRestriction"]; + } + } + return null; + } + + /** + * Sets the windowsRestriction + * Not yet documented + * + * @param DeviceEnrollmentPlatformRestriction $val The windowsRestriction + * + * @return DeviceEnrollmentPlatformRestrictionsConfiguration + */ + public function setWindowsRestriction($val) + { + $this->_propDict["windowsRestriction"] = $val; + return $this; + } + + /** + * Gets the windowsMobileRestriction + * Not yet documented + * + * @return DeviceEnrollmentPlatformRestriction The windowsMobileRestriction + */ + public function getWindowsMobileRestriction() + { + if (array_key_exists("windowsMobileRestriction", $this->_propDict)) { + if (is_a($this->_propDict["windowsMobileRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { + return $this->_propDict["windowsMobileRestriction"]; + } else { + $this->_propDict["windowsMobileRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["windowsMobileRestriction"]); + return $this->_propDict["windowsMobileRestriction"]; + } + } + return null; + } + + /** + * Sets the windowsMobileRestriction + * Not yet documented + * + * @param DeviceEnrollmentPlatformRestriction $val The windowsMobileRestriction + * + * @return DeviceEnrollmentPlatformRestrictionsConfiguration + */ + public function setWindowsMobileRestriction($val) + { + $this->_propDict["windowsMobileRestriction"] = $val; + return $this; + } + + /** + * Gets the androidRestriction + * Not yet documented + * + * @return DeviceEnrollmentPlatformRestriction The androidRestriction + */ + public function getAndroidRestriction() + { + if (array_key_exists("androidRestriction", $this->_propDict)) { + if (is_a($this->_propDict["androidRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { + return $this->_propDict["androidRestriction"]; + } else { + $this->_propDict["androidRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["androidRestriction"]); + return $this->_propDict["androidRestriction"]; + } + } + return null; + } + + /** + * Sets the androidRestriction + * Not yet documented + * + * @param DeviceEnrollmentPlatformRestriction $val The androidRestriction + * + * @return DeviceEnrollmentPlatformRestrictionsConfiguration + */ + public function setAndroidRestriction($val) + { + $this->_propDict["androidRestriction"] = $val; + return $this; + } + + /** + * Gets the macOSRestriction + * Not yet documented + * + * @return DeviceEnrollmentPlatformRestriction The macOSRestriction + */ + public function getMacOSRestriction() + { + if (array_key_exists("macOSRestriction", $this->_propDict)) { + if (is_a($this->_propDict["macOSRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { + return $this->_propDict["macOSRestriction"]; + } else { + $this->_propDict["macOSRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["macOSRestriction"]); + return $this->_propDict["macOSRestriction"]; + } + } + return null; + } + + /** + * Sets the macOSRestriction + * Not yet documented + * + * @param DeviceEnrollmentPlatformRestriction $val The macOSRestriction + * + * @return DeviceEnrollmentPlatformRestrictionsConfiguration + */ + public function setMacOSRestriction($val) + { + $this->_propDict["macOSRestriction"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentType.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentType.php new file mode 100644 index 000000000..cbf0c7b00 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentType.php @@ -0,0 +1,44 @@ +_propDict)) { + return $this->_propDict["pinMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the pinMinimumLength + * Not yet documented + * + * @param int $val The pinMinimumLength + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setPinMinimumLength($val) + { + $this->_propDict["pinMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the pinMaximumLength + * Not yet documented + * + * @return int The pinMaximumLength + */ + public function getPinMaximumLength() + { + if (array_key_exists("pinMaximumLength", $this->_propDict)) { + return $this->_propDict["pinMaximumLength"]; + } else { + return null; + } + } + + /** + * Sets the pinMaximumLength + * Not yet documented + * + * @param int $val The pinMaximumLength + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setPinMaximumLength($val) + { + $this->_propDict["pinMaximumLength"] = intval($val); + return $this; + } + + /** + * Gets the pinUppercaseCharactersUsage + * Not yet documented. Possible values are: allowed, required, disallowed. + * + * @return WindowsHelloForBusinessPinUsage The pinUppercaseCharactersUsage + */ + public function getPinUppercaseCharactersUsage() + { + if (array_key_exists("pinUppercaseCharactersUsage", $this->_propDict)) { + if (is_a($this->_propDict["pinUppercaseCharactersUsage"], "Microsoft\Graph\Model\WindowsHelloForBusinessPinUsage")) { + return $this->_propDict["pinUppercaseCharactersUsage"]; + } else { + $this->_propDict["pinUppercaseCharactersUsage"] = new WindowsHelloForBusinessPinUsage($this->_propDict["pinUppercaseCharactersUsage"]); + return $this->_propDict["pinUppercaseCharactersUsage"]; + } + } + return null; + } + + /** + * Sets the pinUppercaseCharactersUsage + * Not yet documented. Possible values are: allowed, required, disallowed. + * + * @param WindowsHelloForBusinessPinUsage $val The pinUppercaseCharactersUsage + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setPinUppercaseCharactersUsage($val) + { + $this->_propDict["pinUppercaseCharactersUsage"] = $val; + return $this; + } + + /** + * Gets the pinLowercaseCharactersUsage + * Not yet documented. Possible values are: allowed, required, disallowed. + * + * @return WindowsHelloForBusinessPinUsage The pinLowercaseCharactersUsage + */ + public function getPinLowercaseCharactersUsage() + { + if (array_key_exists("pinLowercaseCharactersUsage", $this->_propDict)) { + if (is_a($this->_propDict["pinLowercaseCharactersUsage"], "Microsoft\Graph\Model\WindowsHelloForBusinessPinUsage")) { + return $this->_propDict["pinLowercaseCharactersUsage"]; + } else { + $this->_propDict["pinLowercaseCharactersUsage"] = new WindowsHelloForBusinessPinUsage($this->_propDict["pinLowercaseCharactersUsage"]); + return $this->_propDict["pinLowercaseCharactersUsage"]; + } + } + return null; + } + + /** + * Sets the pinLowercaseCharactersUsage + * Not yet documented. Possible values are: allowed, required, disallowed. + * + * @param WindowsHelloForBusinessPinUsage $val The pinLowercaseCharactersUsage + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setPinLowercaseCharactersUsage($val) + { + $this->_propDict["pinLowercaseCharactersUsage"] = $val; + return $this; + } + + /** + * Gets the pinSpecialCharactersUsage + * Not yet documented. Possible values are: allowed, required, disallowed. + * + * @return WindowsHelloForBusinessPinUsage The pinSpecialCharactersUsage + */ + public function getPinSpecialCharactersUsage() + { + if (array_key_exists("pinSpecialCharactersUsage", $this->_propDict)) { + if (is_a($this->_propDict["pinSpecialCharactersUsage"], "Microsoft\Graph\Model\WindowsHelloForBusinessPinUsage")) { + return $this->_propDict["pinSpecialCharactersUsage"]; + } else { + $this->_propDict["pinSpecialCharactersUsage"] = new WindowsHelloForBusinessPinUsage($this->_propDict["pinSpecialCharactersUsage"]); + return $this->_propDict["pinSpecialCharactersUsage"]; + } + } + return null; + } + + /** + * Sets the pinSpecialCharactersUsage + * Not yet documented. Possible values are: allowed, required, disallowed. + * + * @param WindowsHelloForBusinessPinUsage $val The pinSpecialCharactersUsage + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setPinSpecialCharactersUsage($val) + { + $this->_propDict["pinSpecialCharactersUsage"] = $val; + return $this; + } + + /** + * Gets the state + * Not yet documented. Possible values are: notConfigured, enabled, disabled. + * + * @return Enablement The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + if (is_a($this->_propDict["state"], "Microsoft\Graph\Model\Enablement")) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new Enablement($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * Not yet documented. Possible values are: notConfigured, enabled, disabled. + * + * @param Enablement $val The state + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + + /** + * Gets the securityDeviceRequired + * Not yet documented + * + * @return bool The securityDeviceRequired + */ + public function getSecurityDeviceRequired() + { + if (array_key_exists("securityDeviceRequired", $this->_propDict)) { + return $this->_propDict["securityDeviceRequired"]; + } else { + return null; + } + } + + /** + * Sets the securityDeviceRequired + * Not yet documented + * + * @param bool $val The securityDeviceRequired + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setSecurityDeviceRequired($val) + { + $this->_propDict["securityDeviceRequired"] = boolval($val); + return $this; + } + + /** + * Gets the unlockWithBiometricsEnabled + * Not yet documented + * + * @return bool The unlockWithBiometricsEnabled + */ + public function getUnlockWithBiometricsEnabled() + { + if (array_key_exists("unlockWithBiometricsEnabled", $this->_propDict)) { + return $this->_propDict["unlockWithBiometricsEnabled"]; + } else { + return null; + } + } + + /** + * Sets the unlockWithBiometricsEnabled + * Not yet documented + * + * @param bool $val The unlockWithBiometricsEnabled + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setUnlockWithBiometricsEnabled($val) + { + $this->_propDict["unlockWithBiometricsEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the remotePassportEnabled + * Not yet documented + * + * @return bool The remotePassportEnabled + */ + public function getRemotePassportEnabled() + { + if (array_key_exists("remotePassportEnabled", $this->_propDict)) { + return $this->_propDict["remotePassportEnabled"]; + } else { + return null; + } + } + + /** + * Sets the remotePassportEnabled + * Not yet documented + * + * @param bool $val The remotePassportEnabled + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setRemotePassportEnabled($val) + { + $this->_propDict["remotePassportEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the pinPreviousBlockCount + * Not yet documented + * + * @return int The pinPreviousBlockCount + */ + public function getPinPreviousBlockCount() + { + if (array_key_exists("pinPreviousBlockCount", $this->_propDict)) { + return $this->_propDict["pinPreviousBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the pinPreviousBlockCount + * Not yet documented + * + * @param int $val The pinPreviousBlockCount + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setPinPreviousBlockCount($val) + { + $this->_propDict["pinPreviousBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the pinExpirationInDays + * Not yet documented + * + * @return int The pinExpirationInDays + */ + public function getPinExpirationInDays() + { + if (array_key_exists("pinExpirationInDays", $this->_propDict)) { + return $this->_propDict["pinExpirationInDays"]; + } else { + return null; + } + } + + /** + * Sets the pinExpirationInDays + * Not yet documented + * + * @param int $val The pinExpirationInDays + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setPinExpirationInDays($val) + { + $this->_propDict["pinExpirationInDays"] = intval($val); + return $this; + } + + /** + * Gets the enhancedBiometricsState + * Not yet documented. Possible values are: notConfigured, enabled, disabled. + * + * @return Enablement The enhancedBiometricsState + */ + public function getEnhancedBiometricsState() + { + if (array_key_exists("enhancedBiometricsState", $this->_propDict)) { + if (is_a($this->_propDict["enhancedBiometricsState"], "Microsoft\Graph\Model\Enablement")) { + return $this->_propDict["enhancedBiometricsState"]; + } else { + $this->_propDict["enhancedBiometricsState"] = new Enablement($this->_propDict["enhancedBiometricsState"]); + return $this->_propDict["enhancedBiometricsState"]; + } + } + return null; + } + + /** + * Sets the enhancedBiometricsState + * Not yet documented. Possible values are: notConfigured, enabled, disabled. + * + * @param Enablement $val The enhancedBiometricsState + * + * @return DeviceEnrollmentWindowsHelloForBusinessConfiguration + */ + public function setEnhancedBiometricsState($val) + { + $this->_propDict["enhancedBiometricsState"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceExchangeAccessStateSummary.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceExchangeAccessStateSummary.php new file mode 100644 index 000000000..7fe49484a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceExchangeAccessStateSummary.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["allowedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the allowedDeviceCount + * Total count of devices with Exchange Access State: Allowed. + * + * @param int $val The value of the allowedDeviceCount + * + * @return DeviceExchangeAccessStateSummary + */ + public function setAllowedDeviceCount($val) + { + $this->_propDict["allowedDeviceCount"] = $val; + return $this; + } + /** + * Gets the blockedDeviceCount + * Total count of devices with Exchange Access State: Blocked. + * + * @return int The blockedDeviceCount + */ + public function getBlockedDeviceCount() + { + if (array_key_exists("blockedDeviceCount", $this->_propDict)) { + return $this->_propDict["blockedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the blockedDeviceCount + * Total count of devices with Exchange Access State: Blocked. + * + * @param int $val The value of the blockedDeviceCount + * + * @return DeviceExchangeAccessStateSummary + */ + public function setBlockedDeviceCount($val) + { + $this->_propDict["blockedDeviceCount"] = $val; + return $this; + } + /** + * Gets the quarantinedDeviceCount + * Total count of devices with Exchange Access State: Quarantined. + * + * @return int The quarantinedDeviceCount + */ + public function getQuarantinedDeviceCount() + { + if (array_key_exists("quarantinedDeviceCount", $this->_propDict)) { + return $this->_propDict["quarantinedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the quarantinedDeviceCount + * Total count of devices with Exchange Access State: Quarantined. + * + * @param int $val The value of the quarantinedDeviceCount + * + * @return DeviceExchangeAccessStateSummary + */ + public function setQuarantinedDeviceCount($val) + { + $this->_propDict["quarantinedDeviceCount"] = $val; + return $this; + } + /** + * Gets the unknownDeviceCount + * Total count of devices with Exchange Access State: Unknown. + * + * @return int The unknownDeviceCount + */ + public function getUnknownDeviceCount() + { + if (array_key_exists("unknownDeviceCount", $this->_propDict)) { + return $this->_propDict["unknownDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the unknownDeviceCount + * Total count of devices with Exchange Access State: Unknown. + * + * @param int $val The value of the unknownDeviceCount + * + * @return DeviceExchangeAccessStateSummary + */ + public function setUnknownDeviceCount($val) + { + $this->_propDict["unknownDeviceCount"] = $val; + return $this; + } + /** + * Gets the unavailableDeviceCount + * Total count of devices for which no Exchange Access State could be found. + * + * @return int The unavailableDeviceCount + */ + public function getUnavailableDeviceCount() + { + if (array_key_exists("unavailableDeviceCount", $this->_propDict)) { + return $this->_propDict["unavailableDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the unavailableDeviceCount + * Total count of devices for which no Exchange Access State could be found. + * + * @param int $val The value of the unavailableDeviceCount + * + * @return DeviceExchangeAccessStateSummary + */ + public function setUnavailableDeviceCount($val) + { + $this->_propDict["unavailableDeviceCount"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceGeoLocation.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceGeoLocation.php new file mode 100644 index 000000000..6d98a7d5e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceGeoLocation.php @@ -0,0 +1,257 @@ +_propDict)) { + if (is_a($this->_propDict["lastCollectedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastCollectedDateTime"]; + } else { + $this->_propDict["lastCollectedDateTime"] = new \DateTime($this->_propDict["lastCollectedDateTime"]); + return $this->_propDict["lastCollectedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastCollectedDateTime + * Time at which location was recorded, relative to UTC + * + * @param \DateTime $val The value to assign to the lastCollectedDateTime + * + * @return DeviceGeoLocation The DeviceGeoLocation + */ + public function setLastCollectedDateTime($val) + { + $this->_propDict["lastCollectedDateTime"] = $val; + return $this; + } + /** + * Gets the longitude + * Longitude coordinate of the device's location + * + * @return float The longitude + */ + public function getLongitude() + { + if (array_key_exists("longitude", $this->_propDict)) { + return $this->_propDict["longitude"]; + } else { + return null; + } + } + + /** + * Sets the longitude + * Longitude coordinate of the device's location + * + * @param float $val The value of the longitude + * + * @return DeviceGeoLocation + */ + public function setLongitude($val) + { + $this->_propDict["longitude"] = $val; + return $this; + } + /** + * Gets the latitude + * Latitude coordinate of the device's location + * + * @return float The latitude + */ + public function getLatitude() + { + if (array_key_exists("latitude", $this->_propDict)) { + return $this->_propDict["latitude"]; + } else { + return null; + } + } + + /** + * Sets the latitude + * Latitude coordinate of the device's location + * + * @param float $val The value of the latitude + * + * @return DeviceGeoLocation + */ + public function setLatitude($val) + { + $this->_propDict["latitude"] = $val; + return $this; + } + /** + * Gets the altitude + * Altitude, given in meters above sea level + * + * @return float The altitude + */ + public function getAltitude() + { + if (array_key_exists("altitude", $this->_propDict)) { + return $this->_propDict["altitude"]; + } else { + return null; + } + } + + /** + * Sets the altitude + * Altitude, given in meters above sea level + * + * @param float $val The value of the altitude + * + * @return DeviceGeoLocation + */ + public function setAltitude($val) + { + $this->_propDict["altitude"] = $val; + return $this; + } + /** + * Gets the horizontalAccuracy + * Accuracy of longitude and latitude in meters + * + * @return float The horizontalAccuracy + */ + public function getHorizontalAccuracy() + { + if (array_key_exists("horizontalAccuracy", $this->_propDict)) { + return $this->_propDict["horizontalAccuracy"]; + } else { + return null; + } + } + + /** + * Sets the horizontalAccuracy + * Accuracy of longitude and latitude in meters + * + * @param float $val The value of the horizontalAccuracy + * + * @return DeviceGeoLocation + */ + public function setHorizontalAccuracy($val) + { + $this->_propDict["horizontalAccuracy"] = $val; + return $this; + } + /** + * Gets the verticalAccuracy + * Accuracy of altitude in meters + * + * @return float The verticalAccuracy + */ + public function getVerticalAccuracy() + { + if (array_key_exists("verticalAccuracy", $this->_propDict)) { + return $this->_propDict["verticalAccuracy"]; + } else { + return null; + } + } + + /** + * Sets the verticalAccuracy + * Accuracy of altitude in meters + * + * @param float $val The value of the verticalAccuracy + * + * @return DeviceGeoLocation + */ + public function setVerticalAccuracy($val) + { + $this->_propDict["verticalAccuracy"] = $val; + return $this; + } + /** + * Gets the heading + * Heading in degrees from true north + * + * @return float The heading + */ + public function getHeading() + { + if (array_key_exists("heading", $this->_propDict)) { + return $this->_propDict["heading"]; + } else { + return null; + } + } + + /** + * Sets the heading + * Heading in degrees from true north + * + * @param float $val The value of the heading + * + * @return DeviceGeoLocation + */ + public function setHeading($val) + { + $this->_propDict["heading"] = $val; + return $this; + } + /** + * Gets the speed + * Speed the device is traveling in meters per second + * + * @return float The speed + */ + public function getSpeed() + { + if (array_key_exists("speed", $this->_propDict)) { + return $this->_propDict["speed"]; + } else { + return null; + } + } + + /** + * Sets the speed + * Speed the device is traveling in meters per second + * + * @param float $val The value of the speed + * + * @return DeviceGeoLocation + */ + public function setSpeed($val) + { + $this->_propDict["speed"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceHealthAttestationState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceHealthAttestationState.php new file mode 100644 index 000000000..8f23c55f6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceHealthAttestationState.php @@ -0,0 +1,929 @@ +_propDict)) { + return $this->_propDict["lastUpdateDateTime"]; + } else { + return null; + } + } + + /** + * Sets the lastUpdateDateTime + * The Timestamp of the last update. + * + * @param string $val The value of the lastUpdateDateTime + * + * @return DeviceHealthAttestationState + */ + public function setLastUpdateDateTime($val) + { + $this->_propDict["lastUpdateDateTime"] = $val; + return $this; + } + /** + * Gets the contentNamespaceUrl + * The DHA report version. (Namespace version) + * + * @return string The contentNamespaceUrl + */ + public function getContentNamespaceUrl() + { + if (array_key_exists("contentNamespaceUrl", $this->_propDict)) { + return $this->_propDict["contentNamespaceUrl"]; + } else { + return null; + } + } + + /** + * Sets the contentNamespaceUrl + * The DHA report version. (Namespace version) + * + * @param string $val The value of the contentNamespaceUrl + * + * @return DeviceHealthAttestationState + */ + public function setContentNamespaceUrl($val) + { + $this->_propDict["contentNamespaceUrl"] = $val; + return $this; + } + /** + * Gets the deviceHealthAttestationStatus + * The DHA report version. (Namespace version) + * + * @return string The deviceHealthAttestationStatus + */ + public function getDeviceHealthAttestationStatus() + { + if (array_key_exists("deviceHealthAttestationStatus", $this->_propDict)) { + return $this->_propDict["deviceHealthAttestationStatus"]; + } else { + return null; + } + } + + /** + * Sets the deviceHealthAttestationStatus + * The DHA report version. (Namespace version) + * + * @param string $val The value of the deviceHealthAttestationStatus + * + * @return DeviceHealthAttestationState + */ + public function setDeviceHealthAttestationStatus($val) + { + $this->_propDict["deviceHealthAttestationStatus"] = $val; + return $this; + } + /** + * Gets the contentVersion + * The HealthAttestation state schema version + * + * @return string The contentVersion + */ + public function getContentVersion() + { + if (array_key_exists("contentVersion", $this->_propDict)) { + return $this->_propDict["contentVersion"]; + } else { + return null; + } + } + + /** + * Sets the contentVersion + * The HealthAttestation state schema version + * + * @param string $val The value of the contentVersion + * + * @return DeviceHealthAttestationState + */ + public function setContentVersion($val) + { + $this->_propDict["contentVersion"] = $val; + return $this; + } + + /** + * Gets the issuedDateTime + * The DateTime when device was evaluated or issued to MDM + * + * @return \DateTime The issuedDateTime + */ + public function getIssuedDateTime() + { + if (array_key_exists("issuedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["issuedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["issuedDateTime"]; + } else { + $this->_propDict["issuedDateTime"] = new \DateTime($this->_propDict["issuedDateTime"]); + return $this->_propDict["issuedDateTime"]; + } + } + return null; + } + + /** + * Sets the issuedDateTime + * The DateTime when device was evaluated or issued to MDM + * + * @param \DateTime $val The value to assign to the issuedDateTime + * + * @return DeviceHealthAttestationState The DeviceHealthAttestationState + */ + public function setIssuedDateTime($val) + { + $this->_propDict["issuedDateTime"] = $val; + return $this; + } + /** + * Gets the attestationIdentityKey + * TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate. + * + * @return string The attestationIdentityKey + */ + public function getAttestationIdentityKey() + { + if (array_key_exists("attestationIdentityKey", $this->_propDict)) { + return $this->_propDict["attestationIdentityKey"]; + } else { + return null; + } + } + + /** + * Sets the attestationIdentityKey + * TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate. + * + * @param string $val The value of the attestationIdentityKey + * + * @return DeviceHealthAttestationState + */ + public function setAttestationIdentityKey($val) + { + $this->_propDict["attestationIdentityKey"] = $val; + return $this; + } + /** + * Gets the resetCount + * The number of times a PC device has hibernated or resumed + * + * @return int The resetCount + */ + public function getResetCount() + { + if (array_key_exists("resetCount", $this->_propDict)) { + return $this->_propDict["resetCount"]; + } else { + return null; + } + } + + /** + * Sets the resetCount + * The number of times a PC device has hibernated or resumed + * + * @param int $val The value of the resetCount + * + * @return DeviceHealthAttestationState + */ + public function setResetCount($val) + { + $this->_propDict["resetCount"] = $val; + return $this; + } + /** + * Gets the restartCount + * The number of times a PC device has rebooted + * + * @return int The restartCount + */ + public function getRestartCount() + { + if (array_key_exists("restartCount", $this->_propDict)) { + return $this->_propDict["restartCount"]; + } else { + return null; + } + } + + /** + * Sets the restartCount + * The number of times a PC device has rebooted + * + * @param int $val The value of the restartCount + * + * @return DeviceHealthAttestationState + */ + public function setRestartCount($val) + { + $this->_propDict["restartCount"] = $val; + return $this; + } + /** + * Gets the dataExcutionPolicy + * DEP Policy defines a set of hardware and software technologies that perform additional checks on memory + * + * @return string The dataExcutionPolicy + */ + public function getDataExcutionPolicy() + { + if (array_key_exists("dataExcutionPolicy", $this->_propDict)) { + return $this->_propDict["dataExcutionPolicy"]; + } else { + return null; + } + } + + /** + * Sets the dataExcutionPolicy + * DEP Policy defines a set of hardware and software technologies that perform additional checks on memory + * + * @param string $val The value of the dataExcutionPolicy + * + * @return DeviceHealthAttestationState + */ + public function setDataExcutionPolicy($val) + { + $this->_propDict["dataExcutionPolicy"] = $val; + return $this; + } + /** + * Gets the bitLockerStatus + * On or Off of BitLocker Drive Encryption + * + * @return string The bitLockerStatus + */ + public function getBitLockerStatus() + { + if (array_key_exists("bitLockerStatus", $this->_propDict)) { + return $this->_propDict["bitLockerStatus"]; + } else { + return null; + } + } + + /** + * Sets the bitLockerStatus + * On or Off of BitLocker Drive Encryption + * + * @param string $val The value of the bitLockerStatus + * + * @return DeviceHealthAttestationState + */ + public function setBitLockerStatus($val) + { + $this->_propDict["bitLockerStatus"] = $val; + return $this; + } + /** + * Gets the bootManagerVersion + * The version of the Boot Manager + * + * @return string The bootManagerVersion + */ + public function getBootManagerVersion() + { + if (array_key_exists("bootManagerVersion", $this->_propDict)) { + return $this->_propDict["bootManagerVersion"]; + } else { + return null; + } + } + + /** + * Sets the bootManagerVersion + * The version of the Boot Manager + * + * @param string $val The value of the bootManagerVersion + * + * @return DeviceHealthAttestationState + */ + public function setBootManagerVersion($val) + { + $this->_propDict["bootManagerVersion"] = $val; + return $this; + } + /** + * Gets the codeIntegrityCheckVersion + * The version of the Boot Manager + * + * @return string The codeIntegrityCheckVersion + */ + public function getCodeIntegrityCheckVersion() + { + if (array_key_exists("codeIntegrityCheckVersion", $this->_propDict)) { + return $this->_propDict["codeIntegrityCheckVersion"]; + } else { + return null; + } + } + + /** + * Sets the codeIntegrityCheckVersion + * The version of the Boot Manager + * + * @param string $val The value of the codeIntegrityCheckVersion + * + * @return DeviceHealthAttestationState + */ + public function setCodeIntegrityCheckVersion($val) + { + $this->_propDict["codeIntegrityCheckVersion"] = $val; + return $this; + } + /** + * Gets the secureBoot + * When Secure Boot is enabled, the core components must have the correct cryptographic signatures + * + * @return string The secureBoot + */ + public function getSecureBoot() + { + if (array_key_exists("secureBoot", $this->_propDict)) { + return $this->_propDict["secureBoot"]; + } else { + return null; + } + } + + /** + * Sets the secureBoot + * When Secure Boot is enabled, the core components must have the correct cryptographic signatures + * + * @param string $val The value of the secureBoot + * + * @return DeviceHealthAttestationState + */ + public function setSecureBoot($val) + { + $this->_propDict["secureBoot"] = $val; + return $this; + } + /** + * Gets the bootDebugging + * When bootDebugging is enabled, the device is used in development and testing + * + * @return string The bootDebugging + */ + public function getBootDebugging() + { + if (array_key_exists("bootDebugging", $this->_propDict)) { + return $this->_propDict["bootDebugging"]; + } else { + return null; + } + } + + /** + * Sets the bootDebugging + * When bootDebugging is enabled, the device is used in development and testing + * + * @param string $val The value of the bootDebugging + * + * @return DeviceHealthAttestationState + */ + public function setBootDebugging($val) + { + $this->_propDict["bootDebugging"] = $val; + return $this; + } + /** + * Gets the operatingSystemKernelDebugging + * When operatingSystemKernelDebugging is enabled, the device is used in development and testing + * + * @return string The operatingSystemKernelDebugging + */ + public function getOperatingSystemKernelDebugging() + { + if (array_key_exists("operatingSystemKernelDebugging", $this->_propDict)) { + return $this->_propDict["operatingSystemKernelDebugging"]; + } else { + return null; + } + } + + /** + * Sets the operatingSystemKernelDebugging + * When operatingSystemKernelDebugging is enabled, the device is used in development and testing + * + * @param string $val The value of the operatingSystemKernelDebugging + * + * @return DeviceHealthAttestationState + */ + public function setOperatingSystemKernelDebugging($val) + { + $this->_propDict["operatingSystemKernelDebugging"] = $val; + return $this; + } + /** + * Gets the codeIntegrity + * When code integrity is enabled, code execution is restricted to integrity verified code + * + * @return string The codeIntegrity + */ + public function getCodeIntegrity() + { + if (array_key_exists("codeIntegrity", $this->_propDict)) { + return $this->_propDict["codeIntegrity"]; + } else { + return null; + } + } + + /** + * Sets the codeIntegrity + * When code integrity is enabled, code execution is restricted to integrity verified code + * + * @param string $val The value of the codeIntegrity + * + * @return DeviceHealthAttestationState + */ + public function setCodeIntegrity($val) + { + $this->_propDict["codeIntegrity"] = $val; + return $this; + } + /** + * Gets the testSigning + * When test signing is allowed, the device does not enforce signature validation during boot + * + * @return string The testSigning + */ + public function getTestSigning() + { + if (array_key_exists("testSigning", $this->_propDict)) { + return $this->_propDict["testSigning"]; + } else { + return null; + } + } + + /** + * Sets the testSigning + * When test signing is allowed, the device does not enforce signature validation during boot + * + * @param string $val The value of the testSigning + * + * @return DeviceHealthAttestationState + */ + public function setTestSigning($val) + { + $this->_propDict["testSigning"] = $val; + return $this; + } + /** + * Gets the safeMode + * Safe mode is a troubleshooting option for Windows that starts your computer in a limited state + * + * @return string The safeMode + */ + public function getSafeMode() + { + if (array_key_exists("safeMode", $this->_propDict)) { + return $this->_propDict["safeMode"]; + } else { + return null; + } + } + + /** + * Sets the safeMode + * Safe mode is a troubleshooting option for Windows that starts your computer in a limited state + * + * @param string $val The value of the safeMode + * + * @return DeviceHealthAttestationState + */ + public function setSafeMode($val) + { + $this->_propDict["safeMode"] = $val; + return $this; + } + /** + * Gets the windowsPE + * Operating system running with limited services that is used to prepare a computer for Windows + * + * @return string The windowsPE + */ + public function getWindowsPE() + { + if (array_key_exists("windowsPE", $this->_propDict)) { + return $this->_propDict["windowsPE"]; + } else { + return null; + } + } + + /** + * Sets the windowsPE + * Operating system running with limited services that is used to prepare a computer for Windows + * + * @param string $val The value of the windowsPE + * + * @return DeviceHealthAttestationState + */ + public function setWindowsPE($val) + { + $this->_propDict["windowsPE"] = $val; + return $this; + } + /** + * Gets the earlyLaunchAntiMalwareDriverProtection + * ELAM provides protection for the computers in your network when they start up + * + * @return string The earlyLaunchAntiMalwareDriverProtection + */ + public function getEarlyLaunchAntiMalwareDriverProtection() + { + if (array_key_exists("earlyLaunchAntiMalwareDriverProtection", $this->_propDict)) { + return $this->_propDict["earlyLaunchAntiMalwareDriverProtection"]; + } else { + return null; + } + } + + /** + * Sets the earlyLaunchAntiMalwareDriverProtection + * ELAM provides protection for the computers in your network when they start up + * + * @param string $val The value of the earlyLaunchAntiMalwareDriverProtection + * + * @return DeviceHealthAttestationState + */ + public function setEarlyLaunchAntiMalwareDriverProtection($val) + { + $this->_propDict["earlyLaunchAntiMalwareDriverProtection"] = $val; + return $this; + } + /** + * Gets the virtualSecureMode + * VSM is a container that protects high value assets from a compromised kernel + * + * @return string The virtualSecureMode + */ + public function getVirtualSecureMode() + { + if (array_key_exists("virtualSecureMode", $this->_propDict)) { + return $this->_propDict["virtualSecureMode"]; + } else { + return null; + } + } + + /** + * Sets the virtualSecureMode + * VSM is a container that protects high value assets from a compromised kernel + * + * @param string $val The value of the virtualSecureMode + * + * @return DeviceHealthAttestationState + */ + public function setVirtualSecureMode($val) + { + $this->_propDict["virtualSecureMode"] = $val; + return $this; + } + /** + * Gets the pcrHashAlgorithm + * Informational attribute that identifies the HASH algorithm that was used by TPM + * + * @return string The pcrHashAlgorithm + */ + public function getPcrHashAlgorithm() + { + if (array_key_exists("pcrHashAlgorithm", $this->_propDict)) { + return $this->_propDict["pcrHashAlgorithm"]; + } else { + return null; + } + } + + /** + * Sets the pcrHashAlgorithm + * Informational attribute that identifies the HASH algorithm that was used by TPM + * + * @param string $val The value of the pcrHashAlgorithm + * + * @return DeviceHealthAttestationState + */ + public function setPcrHashAlgorithm($val) + { + $this->_propDict["pcrHashAlgorithm"] = $val; + return $this; + } + /** + * Gets the bootAppSecurityVersion + * The security version number of the Boot Application + * + * @return string The bootAppSecurityVersion + */ + public function getBootAppSecurityVersion() + { + if (array_key_exists("bootAppSecurityVersion", $this->_propDict)) { + return $this->_propDict["bootAppSecurityVersion"]; + } else { + return null; + } + } + + /** + * Sets the bootAppSecurityVersion + * The security version number of the Boot Application + * + * @param string $val The value of the bootAppSecurityVersion + * + * @return DeviceHealthAttestationState + */ + public function setBootAppSecurityVersion($val) + { + $this->_propDict["bootAppSecurityVersion"] = $val; + return $this; + } + /** + * Gets the bootManagerSecurityVersion + * The security version number of the Boot Application + * + * @return string The bootManagerSecurityVersion + */ + public function getBootManagerSecurityVersion() + { + if (array_key_exists("bootManagerSecurityVersion", $this->_propDict)) { + return $this->_propDict["bootManagerSecurityVersion"]; + } else { + return null; + } + } + + /** + * Sets the bootManagerSecurityVersion + * The security version number of the Boot Application + * + * @param string $val The value of the bootManagerSecurityVersion + * + * @return DeviceHealthAttestationState + */ + public function setBootManagerSecurityVersion($val) + { + $this->_propDict["bootManagerSecurityVersion"] = $val; + return $this; + } + /** + * Gets the tpmVersion + * The security version number of the Boot Application + * + * @return string The tpmVersion + */ + public function getTpmVersion() + { + if (array_key_exists("tpmVersion", $this->_propDict)) { + return $this->_propDict["tpmVersion"]; + } else { + return null; + } + } + + /** + * Sets the tpmVersion + * The security version number of the Boot Application + * + * @param string $val The value of the tpmVersion + * + * @return DeviceHealthAttestationState + */ + public function setTpmVersion($val) + { + $this->_propDict["tpmVersion"] = $val; + return $this; + } + /** + * Gets the pcr0 + * The measurement that is captured in PCR[0] + * + * @return string The pcr0 + */ + public function getPcr0() + { + if (array_key_exists("pcr0", $this->_propDict)) { + return $this->_propDict["pcr0"]; + } else { + return null; + } + } + + /** + * Sets the pcr0 + * The measurement that is captured in PCR[0] + * + * @param string $val The value of the pcr0 + * + * @return DeviceHealthAttestationState + */ + public function setPcr0($val) + { + $this->_propDict["pcr0"] = $val; + return $this; + } + /** + * Gets the secureBootConfigurationPolicyFingerPrint + * Fingerprint of the Custom Secure Boot Configuration Policy + * + * @return string The secureBootConfigurationPolicyFingerPrint + */ + public function getSecureBootConfigurationPolicyFingerPrint() + { + if (array_key_exists("secureBootConfigurationPolicyFingerPrint", $this->_propDict)) { + return $this->_propDict["secureBootConfigurationPolicyFingerPrint"]; + } else { + return null; + } + } + + /** + * Sets the secureBootConfigurationPolicyFingerPrint + * Fingerprint of the Custom Secure Boot Configuration Policy + * + * @param string $val The value of the secureBootConfigurationPolicyFingerPrint + * + * @return DeviceHealthAttestationState + */ + public function setSecureBootConfigurationPolicyFingerPrint($val) + { + $this->_propDict["secureBootConfigurationPolicyFingerPrint"] = $val; + return $this; + } + /** + * Gets the codeIntegrityPolicy + * The Code Integrity policy that is controlling the security of the boot environment + * + * @return string The codeIntegrityPolicy + */ + public function getCodeIntegrityPolicy() + { + if (array_key_exists("codeIntegrityPolicy", $this->_propDict)) { + return $this->_propDict["codeIntegrityPolicy"]; + } else { + return null; + } + } + + /** + * Sets the codeIntegrityPolicy + * The Code Integrity policy that is controlling the security of the boot environment + * + * @param string $val The value of the codeIntegrityPolicy + * + * @return DeviceHealthAttestationState + */ + public function setCodeIntegrityPolicy($val) + { + $this->_propDict["codeIntegrityPolicy"] = $val; + return $this; + } + /** + * Gets the bootRevisionListInfo + * The Boot Revision List that was loaded during initial boot on the attested device + * + * @return string The bootRevisionListInfo + */ + public function getBootRevisionListInfo() + { + if (array_key_exists("bootRevisionListInfo", $this->_propDict)) { + return $this->_propDict["bootRevisionListInfo"]; + } else { + return null; + } + } + + /** + * Sets the bootRevisionListInfo + * The Boot Revision List that was loaded during initial boot on the attested device + * + * @param string $val The value of the bootRevisionListInfo + * + * @return DeviceHealthAttestationState + */ + public function setBootRevisionListInfo($val) + { + $this->_propDict["bootRevisionListInfo"] = $val; + return $this; + } + /** + * Gets the operatingSystemRevListInfo + * The Operating System Revision List that was loaded during initial boot on the attested device + * + * @return string The operatingSystemRevListInfo + */ + public function getOperatingSystemRevListInfo() + { + if (array_key_exists("operatingSystemRevListInfo", $this->_propDict)) { + return $this->_propDict["operatingSystemRevListInfo"]; + } else { + return null; + } + } + + /** + * Sets the operatingSystemRevListInfo + * The Operating System Revision List that was loaded during initial boot on the attested device + * + * @param string $val The value of the operatingSystemRevListInfo + * + * @return DeviceHealthAttestationState + */ + public function setOperatingSystemRevListInfo($val) + { + $this->_propDict["operatingSystemRevListInfo"] = $val; + return $this; + } + /** + * Gets the healthStatusMismatchInfo + * This attribute appears if DHA-Service detects an integrity issue + * + * @return string The healthStatusMismatchInfo + */ + public function getHealthStatusMismatchInfo() + { + if (array_key_exists("healthStatusMismatchInfo", $this->_propDict)) { + return $this->_propDict["healthStatusMismatchInfo"]; + } else { + return null; + } + } + + /** + * Sets the healthStatusMismatchInfo + * This attribute appears if DHA-Service detects an integrity issue + * + * @param string $val The value of the healthStatusMismatchInfo + * + * @return DeviceHealthAttestationState + */ + public function setHealthStatusMismatchInfo($val) + { + $this->_propDict["healthStatusMismatchInfo"] = $val; + return $this; + } + /** + * Gets the healthAttestationSupportedStatus + * This attribute indicates if DHA is supported for the device + * + * @return string The healthAttestationSupportedStatus + */ + public function getHealthAttestationSupportedStatus() + { + if (array_key_exists("healthAttestationSupportedStatus", $this->_propDict)) { + return $this->_propDict["healthAttestationSupportedStatus"]; + } else { + return null; + } + } + + /** + * Sets the healthAttestationSupportedStatus + * This attribute indicates if DHA is supported for the device + * + * @param string $val The value of the healthAttestationSupportedStatus + * + * @return DeviceHealthAttestationState + */ + public function setHealthAttestationSupportedStatus($val) + { + $this->_propDict["healthAttestationSupportedStatus"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceInstallState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceInstallState.php new file mode 100644 index 000000000..71b1d1115 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceInstallState.php @@ -0,0 +1,269 @@ +_propDict)) { + return $this->_propDict["deviceName"]; + } else { + return null; + } + } + + /** + * Sets the deviceName + * Device name. + * + * @param string $val The deviceName + * + * @return DeviceInstallState + */ + public function setDeviceName($val) + { + $this->_propDict["deviceName"] = $val; + return $this; + } + + /** + * Gets the deviceId + * Device Id. + * + * @return string The deviceId + */ + public function getDeviceId() + { + if (array_key_exists("deviceId", $this->_propDict)) { + return $this->_propDict["deviceId"]; + } else { + return null; + } + } + + /** + * Sets the deviceId + * Device Id. + * + * @param string $val The deviceId + * + * @return DeviceInstallState + */ + public function setDeviceId($val) + { + $this->_propDict["deviceId"] = $val; + return $this; + } + + /** + * Gets the lastSyncDateTime + * Last sync date and time. + * + * @return \DateTime The lastSyncDateTime + */ + public function getLastSyncDateTime() + { + if (array_key_exists("lastSyncDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastSyncDateTime"], "\DateTime")) { + return $this->_propDict["lastSyncDateTime"]; + } else { + $this->_propDict["lastSyncDateTime"] = new \DateTime($this->_propDict["lastSyncDateTime"]); + return $this->_propDict["lastSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the lastSyncDateTime + * Last sync date and time. + * + * @param \DateTime $val The lastSyncDateTime + * + * @return DeviceInstallState + */ + public function setLastSyncDateTime($val) + { + $this->_propDict["lastSyncDateTime"] = $val; + return $this; + } + + /** + * Gets the installState + * The install state of the eBook. Possible values are: notApplicable, installed, failed, notInstalled, uninstallFailed, unknown. + * + * @return InstallState The installState + */ + public function getInstallState() + { + if (array_key_exists("installState", $this->_propDict)) { + if (is_a($this->_propDict["installState"], "Microsoft\Graph\Model\InstallState")) { + return $this->_propDict["installState"]; + } else { + $this->_propDict["installState"] = new InstallState($this->_propDict["installState"]); + return $this->_propDict["installState"]; + } + } + return null; + } + + /** + * Sets the installState + * The install state of the eBook. Possible values are: notApplicable, installed, failed, notInstalled, uninstallFailed, unknown. + * + * @param InstallState $val The installState + * + * @return DeviceInstallState + */ + public function setInstallState($val) + { + $this->_propDict["installState"] = $val; + return $this; + } + + /** + * Gets the errorCode + * The error code for install failures. + * + * @return string The errorCode + */ + public function getErrorCode() + { + if (array_key_exists("errorCode", $this->_propDict)) { + return $this->_propDict["errorCode"]; + } else { + return null; + } + } + + /** + * Sets the errorCode + * The error code for install failures. + * + * @param string $val The errorCode + * + * @return DeviceInstallState + */ + public function setErrorCode($val) + { + $this->_propDict["errorCode"] = $val; + return $this; + } + + /** + * Gets the osVersion + * OS Version. + * + * @return string The osVersion + */ + public function getOsVersion() + { + if (array_key_exists("osVersion", $this->_propDict)) { + return $this->_propDict["osVersion"]; + } else { + return null; + } + } + + /** + * Sets the osVersion + * OS Version. + * + * @param string $val The osVersion + * + * @return DeviceInstallState + */ + public function setOsVersion($val) + { + $this->_propDict["osVersion"] = $val; + return $this; + } + + /** + * Gets the osDescription + * OS Description. + * + * @return string The osDescription + */ + public function getOsDescription() + { + if (array_key_exists("osDescription", $this->_propDict)) { + return $this->_propDict["osDescription"]; + } else { + return null; + } + } + + /** + * Sets the osDescription + * OS Description. + * + * @param string $val The osDescription + * + * @return DeviceInstallState + */ + public function setOsDescription($val) + { + $this->_propDict["osDescription"] = $val; + return $this; + } + + /** + * Gets the userName + * Device User Name. + * + * @return string The userName + */ + public function getUserName() + { + if (array_key_exists("userName", $this->_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * Device User Name. + * + * @param string $val The userName + * + * @return DeviceInstallState + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceManagement.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagement.php new file mode 100644 index 000000000..c4470a853 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagement.php @@ -0,0 +1,956 @@ +_propDict)) { + if (is_a($this->_propDict["settings"], "Microsoft\Graph\Model\DeviceManagementSettings")) { + return $this->_propDict["settings"]; + } else { + $this->_propDict["settings"] = new DeviceManagementSettings($this->_propDict["settings"]); + return $this->_propDict["settings"]; + } + } + return null; + } + + /** + * Sets the settings + * Account level settings. + * + * @param DeviceManagementSettings $val The settings + * + * @return DeviceManagement + */ + public function setSettings($val) + { + $this->_propDict["settings"] = $val; + return $this; + } + + /** + * Gets the intuneBrand + * intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal. + * + * @return IntuneBrand The intuneBrand + */ + public function getIntuneBrand() + { + if (array_key_exists("intuneBrand", $this->_propDict)) { + if (is_a($this->_propDict["intuneBrand"], "Microsoft\Graph\Model\IntuneBrand")) { + return $this->_propDict["intuneBrand"]; + } else { + $this->_propDict["intuneBrand"] = new IntuneBrand($this->_propDict["intuneBrand"]); + return $this->_propDict["intuneBrand"]; + } + } + return null; + } + + /** + * Sets the intuneBrand + * intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal. + * + * @param IntuneBrand $val The intuneBrand + * + * @return DeviceManagement + */ + public function setIntuneBrand($val) + { + $this->_propDict["intuneBrand"] = $val; + return $this; + } + + /** + * Gets the subscriptionState + * Tenant mobile device management subscription state. The possible values are: pending, active, warning, disabled, deleted, blocked, lockedOut. + * + * @return DeviceManagementSubscriptionState The subscriptionState + */ + public function getSubscriptionState() + { + if (array_key_exists("subscriptionState", $this->_propDict)) { + if (is_a($this->_propDict["subscriptionState"], "Microsoft\Graph\Model\DeviceManagementSubscriptionState")) { + return $this->_propDict["subscriptionState"]; + } else { + $this->_propDict["subscriptionState"] = new DeviceManagementSubscriptionState($this->_propDict["subscriptionState"]); + return $this->_propDict["subscriptionState"]; + } + } + return null; + } + + /** + * Sets the subscriptionState + * Tenant mobile device management subscription state. The possible values are: pending, active, warning, disabled, deleted, blocked, lockedOut. + * + * @param DeviceManagementSubscriptionState $val The subscriptionState + * + * @return DeviceManagement + */ + public function setSubscriptionState($val) + { + $this->_propDict["subscriptionState"] = $val; + return $this; + } + + + /** + * Gets the termsAndConditions + * The terms and conditions associated with device management of the company. + * + * @return array The termsAndConditions + */ + public function getTermsAndConditions() + { + if (array_key_exists("termsAndConditions", $this->_propDict)) { + return $this->_propDict["termsAndConditions"]; + } else { + return null; + } + } + + /** + * Sets the termsAndConditions + * The terms and conditions associated with device management of the company. + * + * @param TermsAndConditions $val The termsAndConditions + * + * @return DeviceManagement + */ + public function setTermsAndConditions($val) + { + $this->_propDict["termsAndConditions"] = $val; + return $this; + } + + + /** + * Gets the deviceConfigurations + * The device configurations. + * + * @return array The deviceConfigurations + */ + public function getDeviceConfigurations() + { + if (array_key_exists("deviceConfigurations", $this->_propDict)) { + return $this->_propDict["deviceConfigurations"]; + } else { + return null; + } + } + + /** + * Sets the deviceConfigurations + * The device configurations. + * + * @param DeviceConfiguration $val The deviceConfigurations + * + * @return DeviceManagement + */ + public function setDeviceConfigurations($val) + { + $this->_propDict["deviceConfigurations"] = $val; + return $this; + } + + + /** + * Gets the deviceCompliancePolicies + * The device compliance policies. + * + * @return array The deviceCompliancePolicies + */ + public function getDeviceCompliancePolicies() + { + if (array_key_exists("deviceCompliancePolicies", $this->_propDict)) { + return $this->_propDict["deviceCompliancePolicies"]; + } else { + return null; + } + } + + /** + * Sets the deviceCompliancePolicies + * The device compliance policies. + * + * @param DeviceCompliancePolicy $val The deviceCompliancePolicies + * + * @return DeviceManagement + */ + public function setDeviceCompliancePolicies($val) + { + $this->_propDict["deviceCompliancePolicies"] = $val; + return $this; + } + + /** + * Gets the softwareUpdateStatusSummary + * The software update status summary. + * + * @return SoftwareUpdateStatusSummary The softwareUpdateStatusSummary + */ + public function getSoftwareUpdateStatusSummary() + { + if (array_key_exists("softwareUpdateStatusSummary", $this->_propDict)) { + if (is_a($this->_propDict["softwareUpdateStatusSummary"], "Microsoft\Graph\Model\SoftwareUpdateStatusSummary")) { + return $this->_propDict["softwareUpdateStatusSummary"]; + } else { + $this->_propDict["softwareUpdateStatusSummary"] = new SoftwareUpdateStatusSummary($this->_propDict["softwareUpdateStatusSummary"]); + return $this->_propDict["softwareUpdateStatusSummary"]; + } + } + return null; + } + + /** + * Sets the softwareUpdateStatusSummary + * The software update status summary. + * + * @param SoftwareUpdateStatusSummary $val The softwareUpdateStatusSummary + * + * @return DeviceManagement + */ + public function setSoftwareUpdateStatusSummary($val) + { + $this->_propDict["softwareUpdateStatusSummary"] = $val; + return $this; + } + + /** + * Gets the deviceCompliancePolicyDeviceStateSummary + * The device compliance state summary for this account. + * + * @return DeviceCompliancePolicyDeviceStateSummary The deviceCompliancePolicyDeviceStateSummary + */ + public function getDeviceCompliancePolicyDeviceStateSummary() + { + if (array_key_exists("deviceCompliancePolicyDeviceStateSummary", $this->_propDict)) { + if (is_a($this->_propDict["deviceCompliancePolicyDeviceStateSummary"], "Microsoft\Graph\Model\DeviceCompliancePolicyDeviceStateSummary")) { + return $this->_propDict["deviceCompliancePolicyDeviceStateSummary"]; + } else { + $this->_propDict["deviceCompliancePolicyDeviceStateSummary"] = new DeviceCompliancePolicyDeviceStateSummary($this->_propDict["deviceCompliancePolicyDeviceStateSummary"]); + return $this->_propDict["deviceCompliancePolicyDeviceStateSummary"]; + } + } + return null; + } + + /** + * Sets the deviceCompliancePolicyDeviceStateSummary + * The device compliance state summary for this account. + * + * @param DeviceCompliancePolicyDeviceStateSummary $val The deviceCompliancePolicyDeviceStateSummary + * + * @return DeviceManagement + */ + public function setDeviceCompliancePolicyDeviceStateSummary($val) + { + $this->_propDict["deviceCompliancePolicyDeviceStateSummary"] = $val; + return $this; + } + + + /** + * Gets the deviceCompliancePolicySettingStateSummaries + * The summary states of compliance policy settings for this account. + * + * @return array The deviceCompliancePolicySettingStateSummaries + */ + public function getDeviceCompliancePolicySettingStateSummaries() + { + if (array_key_exists("deviceCompliancePolicySettingStateSummaries", $this->_propDict)) { + return $this->_propDict["deviceCompliancePolicySettingStateSummaries"]; + } else { + return null; + } + } + + /** + * Sets the deviceCompliancePolicySettingStateSummaries + * The summary states of compliance policy settings for this account. + * + * @param DeviceCompliancePolicySettingStateSummary $val The deviceCompliancePolicySettingStateSummaries + * + * @return DeviceManagement + */ + public function setDeviceCompliancePolicySettingStateSummaries($val) + { + $this->_propDict["deviceCompliancePolicySettingStateSummaries"] = $val; + return $this; + } + + /** + * Gets the deviceConfigurationDeviceStateSummaries + * The device configuration device state summary for this account. + * + * @return DeviceConfigurationDeviceStateSummary The deviceConfigurationDeviceStateSummaries + */ + public function getDeviceConfigurationDeviceStateSummaries() + { + if (array_key_exists("deviceConfigurationDeviceStateSummaries", $this->_propDict)) { + if (is_a($this->_propDict["deviceConfigurationDeviceStateSummaries"], "Microsoft\Graph\Model\DeviceConfigurationDeviceStateSummary")) { + return $this->_propDict["deviceConfigurationDeviceStateSummaries"]; + } else { + $this->_propDict["deviceConfigurationDeviceStateSummaries"] = new DeviceConfigurationDeviceStateSummary($this->_propDict["deviceConfigurationDeviceStateSummaries"]); + return $this->_propDict["deviceConfigurationDeviceStateSummaries"]; + } + } + return null; + } + + /** + * Sets the deviceConfigurationDeviceStateSummaries + * The device configuration device state summary for this account. + * + * @param DeviceConfigurationDeviceStateSummary $val The deviceConfigurationDeviceStateSummaries + * + * @return DeviceManagement + */ + public function setDeviceConfigurationDeviceStateSummaries($val) + { + $this->_propDict["deviceConfigurationDeviceStateSummaries"] = $val; + return $this; + } + + + /** + * Gets the iosUpdateStatuses + * The IOS software update installation statuses for this account. + * + * @return array The iosUpdateStatuses + */ + public function getIosUpdateStatuses() + { + if (array_key_exists("iosUpdateStatuses", $this->_propDict)) { + return $this->_propDict["iosUpdateStatuses"]; + } else { + return null; + } + } + + /** + * Sets the iosUpdateStatuses + * The IOS software update installation statuses for this account. + * + * @param IosUpdateDeviceStatus $val The iosUpdateStatuses + * + * @return DeviceManagement + */ + public function setIosUpdateStatuses($val) + { + $this->_propDict["iosUpdateStatuses"] = $val; + return $this; + } + + + /** + * Gets the deviceCategories + * The list of device categories with the tenant. + * + * @return array The deviceCategories + */ + public function getDeviceCategories() + { + if (array_key_exists("deviceCategories", $this->_propDict)) { + return $this->_propDict["deviceCategories"]; + } else { + return null; + } + } + + /** + * Sets the deviceCategories + * The list of device categories with the tenant. + * + * @param DeviceCategory $val The deviceCategories + * + * @return DeviceManagement + */ + public function setDeviceCategories($val) + { + $this->_propDict["deviceCategories"] = $val; + return $this; + } + + + /** + * Gets the exchangeConnectors + * The list of Exchange Connectors configured by the tenant. + * + * @return array The exchangeConnectors + */ + public function getExchangeConnectors() + { + if (array_key_exists("exchangeConnectors", $this->_propDict)) { + return $this->_propDict["exchangeConnectors"]; + } else { + return null; + } + } + + /** + * Sets the exchangeConnectors + * The list of Exchange Connectors configured by the tenant. + * + * @param DeviceManagementExchangeConnector $val The exchangeConnectors + * + * @return DeviceManagement + */ + public function setExchangeConnectors($val) + { + $this->_propDict["exchangeConnectors"] = $val; + return $this; + } + + + /** + * Gets the deviceEnrollmentConfigurations + * The list of device enrollment configurations + * + * @return array The deviceEnrollmentConfigurations + */ + public function getDeviceEnrollmentConfigurations() + { + if (array_key_exists("deviceEnrollmentConfigurations", $this->_propDict)) { + return $this->_propDict["deviceEnrollmentConfigurations"]; + } else { + return null; + } + } + + /** + * Sets the deviceEnrollmentConfigurations + * The list of device enrollment configurations + * + * @param DeviceEnrollmentConfiguration $val The deviceEnrollmentConfigurations + * + * @return DeviceManagement + */ + public function setDeviceEnrollmentConfigurations($val) + { + $this->_propDict["deviceEnrollmentConfigurations"] = $val; + return $this; + } + + /** + * Gets the conditionalAccessSettings + * The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access + * + * @return OnPremisesConditionalAccessSettings The conditionalAccessSettings + */ + public function getConditionalAccessSettings() + { + if (array_key_exists("conditionalAccessSettings", $this->_propDict)) { + if (is_a($this->_propDict["conditionalAccessSettings"], "Microsoft\Graph\Model\OnPremisesConditionalAccessSettings")) { + return $this->_propDict["conditionalAccessSettings"]; + } else { + $this->_propDict["conditionalAccessSettings"] = new OnPremisesConditionalAccessSettings($this->_propDict["conditionalAccessSettings"]); + return $this->_propDict["conditionalAccessSettings"]; + } + } + return null; + } + + /** + * Sets the conditionalAccessSettings + * The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access + * + * @param OnPremisesConditionalAccessSettings $val The conditionalAccessSettings + * + * @return DeviceManagement + */ + public function setConditionalAccessSettings($val) + { + $this->_propDict["conditionalAccessSettings"] = $val; + return $this; + } + + + /** + * Gets the mobileThreatDefenseConnectors + * The list of Mobile threat Defense connectors configured by the tenant. + * + * @return array The mobileThreatDefenseConnectors + */ + public function getMobileThreatDefenseConnectors() + { + if (array_key_exists("mobileThreatDefenseConnectors", $this->_propDict)) { + return $this->_propDict["mobileThreatDefenseConnectors"]; + } else { + return null; + } + } + + /** + * Sets the mobileThreatDefenseConnectors + * The list of Mobile threat Defense connectors configured by the tenant. + * + * @param MobileThreatDefenseConnector $val The mobileThreatDefenseConnectors + * + * @return DeviceManagement + */ + public function setMobileThreatDefenseConnectors($val) + { + $this->_propDict["mobileThreatDefenseConnectors"] = $val; + return $this; + } + + + /** + * Gets the deviceManagementPartners + * The list of Device Management Partners configured by the tenant. + * + * @return array The deviceManagementPartners + */ + public function getDeviceManagementPartners() + { + if (array_key_exists("deviceManagementPartners", $this->_propDict)) { + return $this->_propDict["deviceManagementPartners"]; + } else { + return null; + } + } + + /** + * Sets the deviceManagementPartners + * The list of Device Management Partners configured by the tenant. + * + * @param DeviceManagementPartner $val The deviceManagementPartners + * + * @return DeviceManagement + */ + public function setDeviceManagementPartners($val) + { + $this->_propDict["deviceManagementPartners"] = $val; + return $this; + } + + /** + * Gets the applePushNotificationCertificate + * Apple push notification certificate. + * + * @return ApplePushNotificationCertificate The applePushNotificationCertificate + */ + public function getApplePushNotificationCertificate() + { + if (array_key_exists("applePushNotificationCertificate", $this->_propDict)) { + if (is_a($this->_propDict["applePushNotificationCertificate"], "Microsoft\Graph\Model\ApplePushNotificationCertificate")) { + return $this->_propDict["applePushNotificationCertificate"]; + } else { + $this->_propDict["applePushNotificationCertificate"] = new ApplePushNotificationCertificate($this->_propDict["applePushNotificationCertificate"]); + return $this->_propDict["applePushNotificationCertificate"]; + } + } + return null; + } + + /** + * Sets the applePushNotificationCertificate + * Apple push notification certificate. + * + * @param ApplePushNotificationCertificate $val The applePushNotificationCertificate + * + * @return DeviceManagement + */ + public function setApplePushNotificationCertificate($val) + { + $this->_propDict["applePushNotificationCertificate"] = $val; + return $this; + } + + /** + * Gets the managedDeviceOverview + * Device overview + * + * @return ManagedDeviceOverview The managedDeviceOverview + */ + public function getManagedDeviceOverview() + { + if (array_key_exists("managedDeviceOverview", $this->_propDict)) { + if (is_a($this->_propDict["managedDeviceOverview"], "Microsoft\Graph\Model\ManagedDeviceOverview")) { + return $this->_propDict["managedDeviceOverview"]; + } else { + $this->_propDict["managedDeviceOverview"] = new ManagedDeviceOverview($this->_propDict["managedDeviceOverview"]); + return $this->_propDict["managedDeviceOverview"]; + } + } + return null; + } + + /** + * Sets the managedDeviceOverview + * Device overview + * + * @param ManagedDeviceOverview $val The managedDeviceOverview + * + * @return DeviceManagement + */ + public function setManagedDeviceOverview($val) + { + $this->_propDict["managedDeviceOverview"] = $val; + return $this; + } + + + /** + * Gets the detectedApps + * The list of detected apps associated with a device. + * + * @return array The detectedApps + */ + public function getDetectedApps() + { + if (array_key_exists("detectedApps", $this->_propDict)) { + return $this->_propDict["detectedApps"]; + } else { + return null; + } + } + + /** + * Sets the detectedApps + * The list of detected apps associated with a device. + * + * @param DetectedApp $val The detectedApps + * + * @return DeviceManagement + */ + public function setDetectedApps($val) + { + $this->_propDict["detectedApps"] = $val; + return $this; + } + + + /** + * Gets the managedDevices + * The list of managed devices. + * + * @return array The managedDevices + */ + public function getManagedDevices() + { + if (array_key_exists("managedDevices", $this->_propDict)) { + return $this->_propDict["managedDevices"]; + } else { + return null; + } + } + + /** + * Sets the managedDevices + * The list of managed devices. + * + * @param ManagedDevice $val The managedDevices + * + * @return DeviceManagement + */ + public function setManagedDevices($val) + { + $this->_propDict["managedDevices"] = $val; + return $this; + } + + + /** + * Gets the notificationMessageTemplates + * The Notification Message Templates. + * + * @return array The notificationMessageTemplates + */ + public function getNotificationMessageTemplates() + { + if (array_key_exists("notificationMessageTemplates", $this->_propDict)) { + return $this->_propDict["notificationMessageTemplates"]; + } else { + return null; + } + } + + /** + * Sets the notificationMessageTemplates + * The Notification Message Templates. + * + * @param NotificationMessageTemplate $val The notificationMessageTemplates + * + * @return DeviceManagement + */ + public function setNotificationMessageTemplates($val) + { + $this->_propDict["notificationMessageTemplates"] = $val; + return $this; + } + + + /** + * Gets the roleDefinitions + * The Role Definitions. + * + * @return array The roleDefinitions + */ + public function getRoleDefinitions() + { + if (array_key_exists("roleDefinitions", $this->_propDict)) { + return $this->_propDict["roleDefinitions"]; + } else { + return null; + } + } + + /** + * Sets the roleDefinitions + * The Role Definitions. + * + * @param RoleDefinition $val The roleDefinitions + * + * @return DeviceManagement + */ + public function setRoleDefinitions($val) + { + $this->_propDict["roleDefinitions"] = $val; + return $this; + } + + + /** + * Gets the roleAssignments + * The Role Assignments. + * + * @return array The roleAssignments + */ + public function getRoleAssignments() + { + if (array_key_exists("roleAssignments", $this->_propDict)) { + return $this->_propDict["roleAssignments"]; + } else { + return null; + } + } + + /** + * Sets the roleAssignments + * The Role Assignments. + * + * @param DeviceAndAppManagementRoleAssignment $val The roleAssignments + * + * @return DeviceManagement + */ + public function setRoleAssignments($val) + { + $this->_propDict["roleAssignments"] = $val; + return $this; + } + + + /** + * Gets the resourceOperations + * The Resource Operations. + * + * @return array The resourceOperations + */ + public function getResourceOperations() + { + if (array_key_exists("resourceOperations", $this->_propDict)) { + return $this->_propDict["resourceOperations"]; + } else { + return null; + } + } + + /** + * Sets the resourceOperations + * The Resource Operations. + * + * @param ResourceOperation $val The resourceOperations + * + * @return DeviceManagement + */ + public function setResourceOperations($val) + { + $this->_propDict["resourceOperations"] = $val; + return $this; + } + + + /** + * Gets the remoteAssistancePartners + * The remote assist partners. + * + * @return array The remoteAssistancePartners + */ + public function getRemoteAssistancePartners() + { + if (array_key_exists("remoteAssistancePartners", $this->_propDict)) { + return $this->_propDict["remoteAssistancePartners"]; + } else { + return null; + } + } + + /** + * Sets the remoteAssistancePartners + * The remote assist partners. + * + * @param RemoteAssistancePartner $val The remoteAssistancePartners + * + * @return DeviceManagement + */ + public function setRemoteAssistancePartners($val) + { + $this->_propDict["remoteAssistancePartners"] = $val; + return $this; + } + + + /** + * Gets the telecomExpenseManagementPartners + * The telecom expense management partners. + * + * @return array The telecomExpenseManagementPartners + */ + public function getTelecomExpenseManagementPartners() + { + if (array_key_exists("telecomExpenseManagementPartners", $this->_propDict)) { + return $this->_propDict["telecomExpenseManagementPartners"]; + } else { + return null; + } + } + + /** + * Sets the telecomExpenseManagementPartners + * The telecom expense management partners. + * + * @param TelecomExpenseManagementPartner $val The telecomExpenseManagementPartners + * + * @return DeviceManagement + */ + public function setTelecomExpenseManagementPartners($val) + { + $this->_propDict["telecomExpenseManagementPartners"] = $val; + return $this; + } + + + /** + * Gets the troubleshootingEvents + * The list of troubleshooting events for the tenant. + * + * @return array The troubleshootingEvents + */ + public function getTroubleshootingEvents() + { + if (array_key_exists("troubleshootingEvents", $this->_propDict)) { + return $this->_propDict["troubleshootingEvents"]; + } else { + return null; + } + } + + /** + * Sets the troubleshootingEvents + * The list of troubleshooting events for the tenant. + * + * @param DeviceManagementTroubleshootingEvent $val The troubleshootingEvents + * + * @return DeviceManagement + */ + public function setTroubleshootingEvents($val) + { + $this->_propDict["troubleshootingEvents"] = $val; + return $this; + } + + + /** + * Gets the windowsInformationProtectionAppLearningSummaries + * The windows information protection app learning summaries. + * + * @return array The windowsInformationProtectionAppLearningSummaries + */ + public function getWindowsInformationProtectionAppLearningSummaries() + { + if (array_key_exists("windowsInformationProtectionAppLearningSummaries", $this->_propDict)) { + return $this->_propDict["windowsInformationProtectionAppLearningSummaries"]; + } else { + return null; + } + } + + /** + * Sets the windowsInformationProtectionAppLearningSummaries + * The windows information protection app learning summaries. + * + * @param WindowsInformationProtectionAppLearningSummary $val The windowsInformationProtectionAppLearningSummaries + * + * @return DeviceManagement + */ + public function setWindowsInformationProtectionAppLearningSummaries($val) + { + $this->_propDict["windowsInformationProtectionAppLearningSummaries"] = $val; + return $this; + } + + + /** + * Gets the windowsInformationProtectionNetworkLearningSummaries + * The windows information protection network learning summaries. + * + * @return array The windowsInformationProtectionNetworkLearningSummaries + */ + public function getWindowsInformationProtectionNetworkLearningSummaries() + { + if (array_key_exists("windowsInformationProtectionNetworkLearningSummaries", $this->_propDict)) { + return $this->_propDict["windowsInformationProtectionNetworkLearningSummaries"]; + } else { + return null; + } + } + + /** + * Sets the windowsInformationProtectionNetworkLearningSummaries + * The windows information protection network learning summaries. + * + * @param WindowsInformationProtectionNetworkLearningSummary $val The windowsInformationProtectionNetworkLearningSummaries + * + * @return DeviceManagement + */ + public function setWindowsInformationProtectionNetworkLearningSummaries($val) + { + $this->_propDict["windowsInformationProtectionNetworkLearningSummaries"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeAccessState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeAccessState.php new file mode 100644 index 000000000..0bbf1e8ac --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeAccessState.php @@ -0,0 +1,39 @@ +_propDict)) { + if (is_a($this->_propDict["lastSyncDateTime"], "\DateTime")) { + return $this->_propDict["lastSyncDateTime"]; + } else { + $this->_propDict["lastSyncDateTime"] = new \DateTime($this->_propDict["lastSyncDateTime"]); + return $this->_propDict["lastSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the lastSyncDateTime + * Last sync time for the Exchange Connector + * + * @param \DateTime $val The lastSyncDateTime + * + * @return DeviceManagementExchangeConnector + */ + public function setLastSyncDateTime($val) + { + $this->_propDict["lastSyncDateTime"] = $val; + return $this; + } + + /** + * Gets the status + * Exchange Connector Status. Possible values are: none, connectionPending, connected, disconnected. + * + * @return DeviceManagementExchangeConnectorStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\DeviceManagementExchangeConnectorStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new DeviceManagementExchangeConnectorStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Exchange Connector Status. Possible values are: none, connectionPending, connected, disconnected. + * + * @param DeviceManagementExchangeConnectorStatus $val The status + * + * @return DeviceManagementExchangeConnector + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the primarySmtpAddress + * Email address used to configure the Service To Service Exchange Connector. + * + * @return string The primarySmtpAddress + */ + public function getPrimarySmtpAddress() + { + if (array_key_exists("primarySmtpAddress", $this->_propDict)) { + return $this->_propDict["primarySmtpAddress"]; + } else { + return null; + } + } + + /** + * Sets the primarySmtpAddress + * Email address used to configure the Service To Service Exchange Connector. + * + * @param string $val The primarySmtpAddress + * + * @return DeviceManagementExchangeConnector + */ + public function setPrimarySmtpAddress($val) + { + $this->_propDict["primarySmtpAddress"] = $val; + return $this; + } + + /** + * Gets the serverName + * The name of the Exchange server. + * + * @return string The serverName + */ + public function getServerName() + { + if (array_key_exists("serverName", $this->_propDict)) { + return $this->_propDict["serverName"]; + } else { + return null; + } + } + + /** + * Sets the serverName + * The name of the Exchange server. + * + * @param string $val The serverName + * + * @return DeviceManagementExchangeConnector + */ + public function setServerName($val) + { + $this->_propDict["serverName"] = $val; + return $this; + } + + /** + * Gets the connectorServerName + * The name of the server hosting the Exchange Connector. + * + * @return string The connectorServerName + */ + public function getConnectorServerName() + { + if (array_key_exists("connectorServerName", $this->_propDict)) { + return $this->_propDict["connectorServerName"]; + } else { + return null; + } + } + + /** + * Sets the connectorServerName + * The name of the server hosting the Exchange Connector. + * + * @param string $val The connectorServerName + * + * @return DeviceManagementExchangeConnector + */ + public function setConnectorServerName($val) + { + $this->_propDict["connectorServerName"] = $val; + return $this; + } + + /** + * Gets the exchangeConnectorType + * The type of Exchange Connector Configured. Possible values are: onPremises, hosted, serviceToService, dedicated. + * + * @return DeviceManagementExchangeConnectorType The exchangeConnectorType + */ + public function getExchangeConnectorType() + { + if (array_key_exists("exchangeConnectorType", $this->_propDict)) { + if (is_a($this->_propDict["exchangeConnectorType"], "Microsoft\Graph\Model\DeviceManagementExchangeConnectorType")) { + return $this->_propDict["exchangeConnectorType"]; + } else { + $this->_propDict["exchangeConnectorType"] = new DeviceManagementExchangeConnectorType($this->_propDict["exchangeConnectorType"]); + return $this->_propDict["exchangeConnectorType"]; + } + } + return null; + } + + /** + * Sets the exchangeConnectorType + * The type of Exchange Connector Configured. Possible values are: onPremises, hosted, serviceToService, dedicated. + * + * @param DeviceManagementExchangeConnectorType $val The exchangeConnectorType + * + * @return DeviceManagementExchangeConnector + */ + public function setExchangeConnectorType($val) + { + $this->_propDict["exchangeConnectorType"] = $val; + return $this; + } + + /** + * Gets the version + * The version of the ExchangeConnectorAgent + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * The version of the ExchangeConnectorAgent + * + * @param string $val The version + * + * @return DeviceManagementExchangeConnector + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + + /** + * Gets the exchangeAlias + * An alias assigned to the Exchange server + * + * @return string The exchangeAlias + */ + public function getExchangeAlias() + { + if (array_key_exists("exchangeAlias", $this->_propDict)) { + return $this->_propDict["exchangeAlias"]; + } else { + return null; + } + } + + /** + * Sets the exchangeAlias + * An alias assigned to the Exchange server + * + * @param string $val The exchangeAlias + * + * @return DeviceManagementExchangeConnector + */ + public function setExchangeAlias($val) + { + $this->_propDict["exchangeAlias"] = $val; + return $this; + } + + /** + * Gets the exchangeOrganization + * Exchange Organization to the Exchange server + * + * @return string The exchangeOrganization + */ + public function getExchangeOrganization() + { + if (array_key_exists("exchangeOrganization", $this->_propDict)) { + return $this->_propDict["exchangeOrganization"]; + } else { + return null; + } + } + + /** + * Sets the exchangeOrganization + * Exchange Organization to the Exchange server + * + * @param string $val The exchangeOrganization + * + * @return DeviceManagementExchangeConnector + */ + public function setExchangeOrganization($val) + { + $this->_propDict["exchangeOrganization"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnectorStatus.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnectorStatus.php new file mode 100644 index 000000000..30335d801 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementExchangeConnectorStatus.php @@ -0,0 +1,38 @@ +_propDict)) { + if (is_a($this->_propDict["lastHeartbeatDateTime"], "\DateTime")) { + return $this->_propDict["lastHeartbeatDateTime"]; + } else { + $this->_propDict["lastHeartbeatDateTime"] = new \DateTime($this->_propDict["lastHeartbeatDateTime"]); + return $this->_propDict["lastHeartbeatDateTime"]; + } + } + return null; + } + + /** + * Sets the lastHeartbeatDateTime + * Timestamp of last heartbeat after admin enabled option Connect to Device management Partner + * + * @param \DateTime $val The lastHeartbeatDateTime + * + * @return DeviceManagementPartner + */ + public function setLastHeartbeatDateTime($val) + { + $this->_propDict["lastHeartbeatDateTime"] = $val; + return $this; + } + + /** + * Gets the partnerState + * Partner state of this tenant. Possible values are: unknown, unavailable, enabled, terminated, rejected, unresponsive. + * + * @return DeviceManagementPartnerTenantState The partnerState + */ + public function getPartnerState() + { + if (array_key_exists("partnerState", $this->_propDict)) { + if (is_a($this->_propDict["partnerState"], "Microsoft\Graph\Model\DeviceManagementPartnerTenantState")) { + return $this->_propDict["partnerState"]; + } else { + $this->_propDict["partnerState"] = new DeviceManagementPartnerTenantState($this->_propDict["partnerState"]); + return $this->_propDict["partnerState"]; + } + } + return null; + } + + /** + * Sets the partnerState + * Partner state of this tenant. Possible values are: unknown, unavailable, enabled, terminated, rejected, unresponsive. + * + * @param DeviceManagementPartnerTenantState $val The partnerState + * + * @return DeviceManagementPartner + */ + public function setPartnerState($val) + { + $this->_propDict["partnerState"] = $val; + return $this; + } + + /** + * Gets the partnerAppType + * Partner App type. Possible values are: unknown, singleTenantApp, multiTenantApp. + * + * @return DeviceManagementPartnerAppType The partnerAppType + */ + public function getPartnerAppType() + { + if (array_key_exists("partnerAppType", $this->_propDict)) { + if (is_a($this->_propDict["partnerAppType"], "Microsoft\Graph\Model\DeviceManagementPartnerAppType")) { + return $this->_propDict["partnerAppType"]; + } else { + $this->_propDict["partnerAppType"] = new DeviceManagementPartnerAppType($this->_propDict["partnerAppType"]); + return $this->_propDict["partnerAppType"]; + } + } + return null; + } + + /** + * Sets the partnerAppType + * Partner App type. Possible values are: unknown, singleTenantApp, multiTenantApp. + * + * @param DeviceManagementPartnerAppType $val The partnerAppType + * + * @return DeviceManagementPartner + */ + public function setPartnerAppType($val) + { + $this->_propDict["partnerAppType"] = $val; + return $this; + } + + /** + * Gets the singleTenantAppId + * Partner Single tenant App id + * + * @return string The singleTenantAppId + */ + public function getSingleTenantAppId() + { + if (array_key_exists("singleTenantAppId", $this->_propDict)) { + return $this->_propDict["singleTenantAppId"]; + } else { + return null; + } + } + + /** + * Sets the singleTenantAppId + * Partner Single tenant App id + * + * @param string $val The singleTenantAppId + * + * @return DeviceManagementPartner + */ + public function setSingleTenantAppId($val) + { + $this->_propDict["singleTenantAppId"] = $val; + return $this; + } + + /** + * Gets the displayName + * Partner display name + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Partner display name + * + * @param string $val The displayName + * + * @return DeviceManagementPartner + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the isConfigured + * Whether device management partner is configured or not + * + * @return bool The isConfigured + */ + public function getIsConfigured() + { + if (array_key_exists("isConfigured", $this->_propDict)) { + return $this->_propDict["isConfigured"]; + } else { + return null; + } + } + + /** + * Sets the isConfigured + * Whether device management partner is configured or not + * + * @param bool $val The isConfigured + * + * @return DeviceManagementPartner + */ + public function setIsConfigured($val) + { + $this->_propDict["isConfigured"] = boolval($val); + return $this; + } + + /** + * Gets the whenPartnerDevicesWillBeRemovedDateTime + * DateTime in UTC when PartnerDevices will be removed + * + * @return \DateTime The whenPartnerDevicesWillBeRemovedDateTime + */ + public function getWhenPartnerDevicesWillBeRemovedDateTime() + { + if (array_key_exists("whenPartnerDevicesWillBeRemovedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["whenPartnerDevicesWillBeRemovedDateTime"], "\DateTime")) { + return $this->_propDict["whenPartnerDevicesWillBeRemovedDateTime"]; + } else { + $this->_propDict["whenPartnerDevicesWillBeRemovedDateTime"] = new \DateTime($this->_propDict["whenPartnerDevicesWillBeRemovedDateTime"]); + return $this->_propDict["whenPartnerDevicesWillBeRemovedDateTime"]; + } + } + return null; + } + + /** + * Sets the whenPartnerDevicesWillBeRemovedDateTime + * DateTime in UTC when PartnerDevices will be removed + * + * @param \DateTime $val The whenPartnerDevicesWillBeRemovedDateTime + * + * @return DeviceManagementPartner + */ + public function setWhenPartnerDevicesWillBeRemovedDateTime($val) + { + $this->_propDict["whenPartnerDevicesWillBeRemovedDateTime"] = $val; + return $this; + } + + /** + * Gets the whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime + * DateTime in UTC when PartnerDevices will be marked as NonCompliant + * + * @return \DateTime The whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime + */ + public function getWhenPartnerDevicesWillBeMarkedAsNonCompliantDateTime() + { + if (array_key_exists("whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime", $this->_propDict)) { + if (is_a($this->_propDict["whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime"], "\DateTime")) { + return $this->_propDict["whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime"]; + } else { + $this->_propDict["whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime"] = new \DateTime($this->_propDict["whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime"]); + return $this->_propDict["whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime"]; + } + } + return null; + } + + /** + * Sets the whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime + * DateTime in UTC when PartnerDevices will be marked as NonCompliant + * + * @param \DateTime $val The whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime + * + * @return DeviceManagementPartner + */ + public function setWhenPartnerDevicesWillBeMarkedAsNonCompliantDateTime($val) + { + $this->_propDict["whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementPartnerAppType.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementPartnerAppType.php new file mode 100644 index 000000000..8a451b235 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementPartnerAppType.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["deviceComplianceCheckinThresholdDays"]; + } else { + return null; + } + } + + /** + * Sets the deviceComplianceCheckinThresholdDays + * The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120 + * + * @param int $val The value of the deviceComplianceCheckinThresholdDays + * + * @return DeviceManagementSettings + */ + public function setDeviceComplianceCheckinThresholdDays($val) + { + $this->_propDict["deviceComplianceCheckinThresholdDays"] = $val; + return $this; + } + /** + * Gets the isScheduledActionEnabled + * Is feature enabled or not for scheduled action for rule. + * + * @return bool The isScheduledActionEnabled + */ + public function getIsScheduledActionEnabled() + { + if (array_key_exists("isScheduledActionEnabled", $this->_propDict)) { + return $this->_propDict["isScheduledActionEnabled"]; + } else { + return null; + } + } + + /** + * Sets the isScheduledActionEnabled + * Is feature enabled or not for scheduled action for rule. + * + * @param bool $val The value of the isScheduledActionEnabled + * + * @return DeviceManagementSettings + */ + public function setIsScheduledActionEnabled($val) + { + $this->_propDict["isScheduledActionEnabled"] = $val; + return $this; + } + /** + * Gets the secureByDefault + * Device should be noncompliant when there is no compliance policy targeted when this is true + * + * @return bool The secureByDefault + */ + public function getSecureByDefault() + { + if (array_key_exists("secureByDefault", $this->_propDict)) { + return $this->_propDict["secureByDefault"]; + } else { + return null; + } + } + + /** + * Sets the secureByDefault + * Device should be noncompliant when there is no compliance policy targeted when this is true + * + * @param bool $val The value of the secureByDefault + * + * @return DeviceManagementSettings + */ + public function setSecureByDefault($val) + { + $this->_propDict["secureByDefault"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementSubscriptionState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementSubscriptionState.php new file mode 100644 index 000000000..5915c181f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceManagementSubscriptionState.php @@ -0,0 +1,41 @@ +_propDict)) { + if (is_a($this->_propDict["eventDateTime"], "\DateTime")) { + return $this->_propDict["eventDateTime"]; + } else { + $this->_propDict["eventDateTime"] = new \DateTime($this->_propDict["eventDateTime"]); + return $this->_propDict["eventDateTime"]; + } + } + return null; + } + + /** + * Sets the eventDateTime + * Time when the event occurred . + * + * @param \DateTime $val The eventDateTime + * + * @return DeviceManagementTroubleshootingEvent + */ + public function setEventDateTime($val) + { + $this->_propDict["eventDateTime"] = $val; + return $this; + } + + /** + * Gets the correlationId + * Id used for tracing the failure in the service. + * + * @return string The correlationId + */ + public function getCorrelationId() + { + if (array_key_exists("correlationId", $this->_propDict)) { + return $this->_propDict["correlationId"]; + } else { + return null; + } + } + + /** + * Sets the correlationId + * Id used for tracing the failure in the service. + * + * @param string $val The correlationId + * + * @return DeviceManagementTroubleshootingEvent + */ + public function setCorrelationId($val) + { + $this->_propDict["correlationId"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceOperatingSystemSummary.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceOperatingSystemSummary.php new file mode 100644 index 000000000..03a2e0ed5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceOperatingSystemSummary.php @@ -0,0 +1,196 @@ +_propDict)) { + return $this->_propDict["androidCount"]; + } else { + return null; + } + } + + /** + * Sets the androidCount + * Number of android device count. + * + * @param int $val The value of the androidCount + * + * @return DeviceOperatingSystemSummary + */ + public function setAndroidCount($val) + { + $this->_propDict["androidCount"] = $val; + return $this; + } + /** + * Gets the iosCount + * Number of iOS device count. + * + * @return int The iosCount + */ + public function getIosCount() + { + if (array_key_exists("iosCount", $this->_propDict)) { + return $this->_propDict["iosCount"]; + } else { + return null; + } + } + + /** + * Sets the iosCount + * Number of iOS device count. + * + * @param int $val The value of the iosCount + * + * @return DeviceOperatingSystemSummary + */ + public function setIosCount($val) + { + $this->_propDict["iosCount"] = $val; + return $this; + } + /** + * Gets the macOSCount + * Number of Mac OS X device count. + * + * @return int The macOSCount + */ + public function getMacOSCount() + { + if (array_key_exists("macOSCount", $this->_propDict)) { + return $this->_propDict["macOSCount"]; + } else { + return null; + } + } + + /** + * Sets the macOSCount + * Number of Mac OS X device count. + * + * @param int $val The value of the macOSCount + * + * @return DeviceOperatingSystemSummary + */ + public function setMacOSCount($val) + { + $this->_propDict["macOSCount"] = $val; + return $this; + } + /** + * Gets the windowsMobileCount + * Number of Windows mobile device count. + * + * @return int The windowsMobileCount + */ + public function getWindowsMobileCount() + { + if (array_key_exists("windowsMobileCount", $this->_propDict)) { + return $this->_propDict["windowsMobileCount"]; + } else { + return null; + } + } + + /** + * Sets the windowsMobileCount + * Number of Windows mobile device count. + * + * @param int $val The value of the windowsMobileCount + * + * @return DeviceOperatingSystemSummary + */ + public function setWindowsMobileCount($val) + { + $this->_propDict["windowsMobileCount"] = $val; + return $this; + } + /** + * Gets the windowsCount + * Number of Windows device count. + * + * @return int The windowsCount + */ + public function getWindowsCount() + { + if (array_key_exists("windowsCount", $this->_propDict)) { + return $this->_propDict["windowsCount"]; + } else { + return null; + } + } + + /** + * Sets the windowsCount + * Number of Windows device count. + * + * @param int $val The value of the windowsCount + * + * @return DeviceOperatingSystemSummary + */ + public function setWindowsCount($val) + { + $this->_propDict["windowsCount"] = $val; + return $this; + } + /** + * Gets the unknownCount + * Number of unknown device count. + * + * @return int The unknownCount + */ + public function getUnknownCount() + { + if (array_key_exists("unknownCount", $this->_propDict)) { + return $this->_propDict["unknownCount"]; + } else { + return null; + } + } + + /** + * Sets the unknownCount + * Number of unknown device count. + * + * @param int $val The value of the unknownCount + * + * @return DeviceOperatingSystemSummary + */ + public function setUnknownCount($val) + { + $this->_propDict["unknownCount"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DeviceRegistrationState.php b/vendor/microsoft/microsoft-graph/src/Model/DeviceRegistrationState.php new file mode 100644 index 000000000..ce47e59b0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DeviceRegistrationState.php @@ -0,0 +1,42 @@ +_propDict)) { + return $this->_propDict["message"]; + } else { + return null; + } + } + + /** + * Sets the message + * + * @param string $val The value of the message + * + * @return Diagnostic + */ + public function setMessage($val) + { + $this->_propDict["message"] = $val; + return $this; + } + /** + * Gets the url + * + * @return string The url + */ + public function getUrl() + { + if (array_key_exists("url", $this->_propDict)) { + return $this->_propDict["url"]; + } else { + return null; + } + } + + /** + * Sets the url + * + * @param string $val The value of the url + * + * @return Diagnostic + */ + public function setUrl($val) + { + $this->_propDict["url"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DiagnosticDataSubmissionMode.php b/vendor/microsoft/microsoft-graph/src/Model/DiagnosticDataSubmissionMode.php new file mode 100644 index 000000000..2662e7fff --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DiagnosticDataSubmissionMode.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["deletedItems"]; + } else { + return null; + } + } + + /** + * Sets the deletedItems + * Recently deleted items. Read-only. Nullable. + * + * @param DirectoryObject $val The deletedItems + * + * @return Directory + */ + public function setDeletedItems($val) + { + $this->_propDict["deletedItems"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DirectoryAudit.php b/vendor/microsoft/microsoft-graph/src/Model/DirectoryAudit.php new file mode 100644 index 000000000..802091f86 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DirectoryAudit.php @@ -0,0 +1,360 @@ +_propDict)) { + return $this->_propDict["category"]; + } else { + return null; + } + } + + /** + * Sets the category + * Indicates which resource category that's targeted by the activity. (For example: User Management, Group Management etc..) + * + * @param string $val The category + * + * @return DirectoryAudit + */ + public function setCategory($val) + { + $this->_propDict["category"] = $val; + return $this; + } + + /** + * Gets the correlationId + * Indicates a unique ID that helps correlate activities that span across various services. Can be used to trace logs across services. + * + * @return string The correlationId + */ + public function getCorrelationId() + { + if (array_key_exists("correlationId", $this->_propDict)) { + return $this->_propDict["correlationId"]; + } else { + return null; + } + } + + /** + * Sets the correlationId + * Indicates a unique ID that helps correlate activities that span across various services. Can be used to trace logs across services. + * + * @param string $val The correlationId + * + * @return DirectoryAudit + */ + public function setCorrelationId($val) + { + $this->_propDict["correlationId"] = $val; + return $this; + } + + /** + * Gets the result + * Indicates the result of the activity.Possible values are: success, failure, timeout, unknownFutureValue. + * + * @return OperationResult The result + */ + public function getResult() + { + if (array_key_exists("result", $this->_propDict)) { + if (is_a($this->_propDict["result"], "Microsoft\Graph\Model\OperationResult")) { + return $this->_propDict["result"]; + } else { + $this->_propDict["result"] = new OperationResult($this->_propDict["result"]); + return $this->_propDict["result"]; + } + } + return null; + } + + /** + * Sets the result + * Indicates the result of the activity.Possible values are: success, failure, timeout, unknownFutureValue. + * + * @param OperationResult $val The result + * + * @return DirectoryAudit + */ + public function setResult($val) + { + $this->_propDict["result"] = $val; + return $this; + } + + /** + * Gets the resultReason + * Describes cause of 'failure' or 'timeout' results. + * + * @return string The resultReason + */ + public function getResultReason() + { + if (array_key_exists("resultReason", $this->_propDict)) { + return $this->_propDict["resultReason"]; + } else { + return null; + } + } + + /** + * Sets the resultReason + * Describes cause of 'failure' or 'timeout' results. + * + * @param string $val The resultReason + * + * @return DirectoryAudit + */ + public function setResultReason($val) + { + $this->_propDict["resultReason"] = $val; + return $this; + } + + /** + * Gets the activityDisplayName + * Indicates the activity name or the operation name (examples: 'Create User' and 'Add member to group'). For full list, see Azure AD activity list. + * + * @return string The activityDisplayName + */ + public function getActivityDisplayName() + { + if (array_key_exists("activityDisplayName", $this->_propDict)) { + return $this->_propDict["activityDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the activityDisplayName + * Indicates the activity name or the operation name (examples: 'Create User' and 'Add member to group'). For full list, see Azure AD activity list. + * + * @param string $val The activityDisplayName + * + * @return DirectoryAudit + */ + public function setActivityDisplayName($val) + { + $this->_propDict["activityDisplayName"] = $val; + return $this; + } + + /** + * Gets the activityDateTime + * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The activityDateTime + */ + public function getActivityDateTime() + { + if (array_key_exists("activityDateTime", $this->_propDict)) { + if (is_a($this->_propDict["activityDateTime"], "\DateTime")) { + return $this->_propDict["activityDateTime"]; + } else { + $this->_propDict["activityDateTime"] = new \DateTime($this->_propDict["activityDateTime"]); + return $this->_propDict["activityDateTime"]; + } + } + return null; + } + + /** + * Sets the activityDateTime + * Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The activityDateTime + * + * @return DirectoryAudit + */ + public function setActivityDateTime($val) + { + $this->_propDict["activityDateTime"] = $val; + return $this; + } + + /** + * Gets the loggedByService + * Indicates information on which service initiated the activity (For example: Self-service Password Management, Core Directory, B2C, Invited Users, Microsoft Identity Manager, Privileged Identity Management. + * + * @return string The loggedByService + */ + public function getLoggedByService() + { + if (array_key_exists("loggedByService", $this->_propDict)) { + return $this->_propDict["loggedByService"]; + } else { + return null; + } + } + + /** + * Sets the loggedByService + * Indicates information on which service initiated the activity (For example: Self-service Password Management, Core Directory, B2C, Invited Users, Microsoft Identity Manager, Privileged Identity Management. + * + * @param string $val The loggedByService + * + * @return DirectoryAudit + */ + public function setLoggedByService($val) + { + $this->_propDict["loggedByService"] = $val; + return $this; + } + + /** + * Gets the operationType + * + * @return string The operationType + */ + public function getOperationType() + { + if (array_key_exists("operationType", $this->_propDict)) { + return $this->_propDict["operationType"]; + } else { + return null; + } + } + + /** + * Sets the operationType + * + * @param string $val The operationType + * + * @return DirectoryAudit + */ + public function setOperationType($val) + { + $this->_propDict["operationType"] = $val; + return $this; + } + + /** + * Gets the initiatedBy + * Indicates information about the user or app initiated the activity. + * + * @return AuditActivityInitiator The initiatedBy + */ + public function getInitiatedBy() + { + if (array_key_exists("initiatedBy", $this->_propDict)) { + if (is_a($this->_propDict["initiatedBy"], "Microsoft\Graph\Model\AuditActivityInitiator")) { + return $this->_propDict["initiatedBy"]; + } else { + $this->_propDict["initiatedBy"] = new AuditActivityInitiator($this->_propDict["initiatedBy"]); + return $this->_propDict["initiatedBy"]; + } + } + return null; + } + + /** + * Sets the initiatedBy + * Indicates information about the user or app initiated the activity. + * + * @param AuditActivityInitiator $val The initiatedBy + * + * @return DirectoryAudit + */ + public function setInitiatedBy($val) + { + $this->_propDict["initiatedBy"] = $val; + return $this; + } + + + /** + * Gets the targetResources + * Indicates information on which resource was changed due to the activity. Target Resource Type can be User, Device, Directory, App, Role, Group, Policy or Other. + * + * @return array The targetResources + */ + public function getTargetResources() + { + if (array_key_exists("targetResources", $this->_propDict)) { + return $this->_propDict["targetResources"]; + } else { + return null; + } + } + + /** + * Sets the targetResources + * Indicates information on which resource was changed due to the activity. Target Resource Type can be User, Device, Directory, App, Role, Group, Policy or Other. + * + * @param TargetResource $val The targetResources + * + * @return DirectoryAudit + */ + public function setTargetResources($val) + { + $this->_propDict["targetResources"] = $val; + return $this; + } + + + /** + * Gets the additionalDetails + * Indicates additional details on the activity. + * + * @return array The additionalDetails + */ + public function getAdditionalDetails() + { + if (array_key_exists("additionalDetails", $this->_propDict)) { + return $this->_propDict["additionalDetails"]; + } else { + return null; + } + } + + /** + * Sets the additionalDetails + * Indicates additional details on the activity. + * + * @param KeyValue $val The additionalDetails + * + * @return DirectoryAudit + */ + public function setAdditionalDetails($val) + { + $this->_propDict["additionalDetails"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DirectoryObject.php b/vendor/microsoft/microsoft-graph/src/Model/DirectoryObject.php new file mode 100644 index 000000000..a72f2571b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DirectoryObject.php @@ -0,0 +1,60 @@ +_propDict)) { + if (is_a($this->_propDict["deletedDateTime"], "\DateTime")) { + return $this->_propDict["deletedDateTime"]; + } else { + $this->_propDict["deletedDateTime"] = new \DateTime($this->_propDict["deletedDateTime"]); + return $this->_propDict["deletedDateTime"]; + } + } + return null; + } + + /** + * Sets the deletedDateTime + * + * @param \DateTime $val The deletedDateTime + * + * @return DirectoryObject + */ + public function setDeletedDateTime($val) + { + $this->_propDict["deletedDateTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DirectoryObjectPartnerReference.php b/vendor/microsoft/microsoft-graph/src/Model/DirectoryObjectPartnerReference.php new file mode 100644 index 000000000..dde46c9a7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DirectoryObjectPartnerReference.php @@ -0,0 +1,145 @@ +_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description of the object returned. Read-only. + * + * @param string $val The description + * + * @return DirectoryObjectPartnerReference + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the displayName + * Name of directory object being returned, like group or application. Read-only. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Name of directory object being returned, like group or application. Read-only. + * + * @param string $val The displayName + * + * @return DirectoryObjectPartnerReference + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the externalPartnerTenantId + * The tenant identifier for the partner tenant. Read-only. + * + * @return string The externalPartnerTenantId + */ + public function getExternalPartnerTenantId() + { + if (array_key_exists("externalPartnerTenantId", $this->_propDict)) { + return $this->_propDict["externalPartnerTenantId"]; + } else { + return null; + } + } + + /** + * Sets the externalPartnerTenantId + * The tenant identifier for the partner tenant. Read-only. + * + * @param string $val The externalPartnerTenantId + * + * @return DirectoryObjectPartnerReference + */ + public function setExternalPartnerTenantId($val) + { + $this->_propDict["externalPartnerTenantId"] = $val; + return $this; + } + + /** + * Gets the objectType + * The type of the referenced object in the partner tenant. Read-only. + * + * @return string The objectType + */ + public function getObjectType() + { + if (array_key_exists("objectType", $this->_propDict)) { + return $this->_propDict["objectType"]; + } else { + return null; + } + } + + /** + * Sets the objectType + * The type of the referenced object in the partner tenant. Read-only. + * + * @param string $val The objectType + * + * @return DirectoryObjectPartnerReference + */ + public function setObjectType($val) + { + $this->_propDict["objectType"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DirectoryRole.php b/vendor/microsoft/microsoft-graph/src/Model/DirectoryRole.php new file mode 100644 index 000000000..6662dd86e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DirectoryRole.php @@ -0,0 +1,146 @@ +_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * The description for the directory role. Read-only. + * + * @param string $val The description + * + * @return DirectoryRole + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the displayName + * The display name for the directory role. Read-only. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The display name for the directory role. Read-only. + * + * @param string $val The displayName + * + * @return DirectoryRole + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the roleTemplateId + * The id of the directoryRoleTemplate that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only. + * + * @return string The roleTemplateId + */ + public function getRoleTemplateId() + { + if (array_key_exists("roleTemplateId", $this->_propDict)) { + return $this->_propDict["roleTemplateId"]; + } else { + return null; + } + } + + /** + * Sets the roleTemplateId + * The id of the directoryRoleTemplate that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only. + * + * @param string $val The roleTemplateId + * + * @return DirectoryRole + */ + public function setRoleTemplateId($val) + { + $this->_propDict["roleTemplateId"] = $val; + return $this; + } + + + /** + * Gets the members + * Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. + * + * @return array The members + */ + public function getMembers() + { + if (array_key_exists("members", $this->_propDict)) { + return $this->_propDict["members"]; + } else { + return null; + } + } + + /** + * Sets the members + * Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. + * + * @param DirectoryObject $val The members + * + * @return DirectoryRole + */ + public function setMembers($val) + { + $this->_propDict["members"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DirectoryRoleTemplate.php b/vendor/microsoft/microsoft-graph/src/Model/DirectoryRoleTemplate.php new file mode 100644 index 000000000..6c567ade5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DirectoryRoleTemplate.php @@ -0,0 +1,87 @@ +_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * The description to set for the directory role. Read-only. + * + * @param string $val The description + * + * @return DirectoryRoleTemplate + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the displayName + * The display name to set for the directory role. Read-only. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The display name to set for the directory role. Read-only. + * + * @param string $val The displayName + * + * @return DirectoryRoleTemplate + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Domain.php b/vendor/microsoft/microsoft-graph/src/Model/Domain.php new file mode 100644 index 000000000..0e406bc55 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Domain.php @@ -0,0 +1,442 @@ +_propDict)) { + return $this->_propDict["authenticationType"]; + } else { + return null; + } + } + + /** + * Sets the authenticationType + * Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Azure AD performs user authentication.Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. This property is read-only and is not nullable. + * + * @param string $val The authenticationType + * + * @return Domain + */ + public function setAuthenticationType($val) + { + $this->_propDict["authenticationType"] = $val; + return $this; + } + + /** + * Gets the availabilityStatus + * This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled. + * + * @return string The availabilityStatus + */ + public function getAvailabilityStatus() + { + if (array_key_exists("availabilityStatus", $this->_propDict)) { + return $this->_propDict["availabilityStatus"]; + } else { + return null; + } + } + + /** + * Sets the availabilityStatus + * This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled. + * + * @param string $val The availabilityStatus + * + * @return Domain + */ + public function setAvailabilityStatus($val) + { + $this->_propDict["availabilityStatus"] = $val; + return $this; + } + + /** + * Gets the isAdminManaged + * The value of the property is false if the DNS record management of the domain has been delegated to Office 365. Otherwise, the value is true. Not nullable + * + * @return bool The isAdminManaged + */ + public function getIsAdminManaged() + { + if (array_key_exists("isAdminManaged", $this->_propDict)) { + return $this->_propDict["isAdminManaged"]; + } else { + return null; + } + } + + /** + * Sets the isAdminManaged + * The value of the property is false if the DNS record management of the domain has been delegated to Office 365. Otherwise, the value is true. Not nullable + * + * @param bool $val The isAdminManaged + * + * @return Domain + */ + public function setIsAdminManaged($val) + { + $this->_propDict["isAdminManaged"] = boolval($val); + return $this; + } + + /** + * Gets the isDefault + * True if this is the default domain that is used for user creation. There is only one default domain per company. Not nullable + * + * @return bool The isDefault + */ + public function getIsDefault() + { + if (array_key_exists("isDefault", $this->_propDict)) { + return $this->_propDict["isDefault"]; + } else { + return null; + } + } + + /** + * Sets the isDefault + * True if this is the default domain that is used for user creation. There is only one default domain per company. Not nullable + * + * @param bool $val The isDefault + * + * @return Domain + */ + public function setIsDefault($val) + { + $this->_propDict["isDefault"] = boolval($val); + return $this; + } + + /** + * Gets the isInitial + * True if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable + * + * @return bool The isInitial + */ + public function getIsInitial() + { + if (array_key_exists("isInitial", $this->_propDict)) { + return $this->_propDict["isInitial"]; + } else { + return null; + } + } + + /** + * Sets the isInitial + * True if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable + * + * @param bool $val The isInitial + * + * @return Domain + */ + public function setIsInitial($val) + { + $this->_propDict["isInitial"] = boolval($val); + return $this; + } + + /** + * Gets the isRoot + * True if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable + * + * @return bool The isRoot + */ + public function getIsRoot() + { + if (array_key_exists("isRoot", $this->_propDict)) { + return $this->_propDict["isRoot"]; + } else { + return null; + } + } + + /** + * Sets the isRoot + * True if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable + * + * @param bool $val The isRoot + * + * @return Domain + */ + public function setIsRoot($val) + { + $this->_propDict["isRoot"] = boolval($val); + return $this; + } + + /** + * Gets the isVerified + * True if the domain has completed domain ownership verification. Not nullable + * + * @return bool The isVerified + */ + public function getIsVerified() + { + if (array_key_exists("isVerified", $this->_propDict)) { + return $this->_propDict["isVerified"]; + } else { + return null; + } + } + + /** + * Sets the isVerified + * True if the domain has completed domain ownership verification. Not nullable + * + * @param bool $val The isVerified + * + * @return Domain + */ + public function setIsVerified($val) + { + $this->_propDict["isVerified"] = boolval($val); + return $this; + } + + /** + * Gets the passwordNotificationWindowInDays + * Specifies the number of days before a user receives notification that their password will expire. If the property is not set, a default value of 14 days will be used. + * + * @return int The passwordNotificationWindowInDays + */ + public function getPasswordNotificationWindowInDays() + { + if (array_key_exists("passwordNotificationWindowInDays", $this->_propDict)) { + return $this->_propDict["passwordNotificationWindowInDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordNotificationWindowInDays + * Specifies the number of days before a user receives notification that their password will expire. If the property is not set, a default value of 14 days will be used. + * + * @param int $val The passwordNotificationWindowInDays + * + * @return Domain + */ + public function setPasswordNotificationWindowInDays($val) + { + $this->_propDict["passwordNotificationWindowInDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordValidityPeriodInDays + * Specifies the length of time that a password is valid before it must be changed. If the property is not set, a default value of 90 days will be used. + * + * @return int The passwordValidityPeriodInDays + */ + public function getPasswordValidityPeriodInDays() + { + if (array_key_exists("passwordValidityPeriodInDays", $this->_propDict)) { + return $this->_propDict["passwordValidityPeriodInDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordValidityPeriodInDays + * Specifies the length of time that a password is valid before it must be changed. If the property is not set, a default value of 90 days will be used. + * + * @param int $val The passwordValidityPeriodInDays + * + * @return Domain + */ + public function setPasswordValidityPeriodInDays($val) + { + $this->_propDict["passwordValidityPeriodInDays"] = intval($val); + return $this; + } + + /** + * Gets the supportedServices + * The capabilities assigned to the domain.Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, YammerNot nullable + * + * @return string The supportedServices + */ + public function getSupportedServices() + { + if (array_key_exists("supportedServices", $this->_propDict)) { + return $this->_propDict["supportedServices"]; + } else { + return null; + } + } + + /** + * Sets the supportedServices + * The capabilities assigned to the domain.Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune The values which you can add/remove using Graph API include: Email, OfficeCommunicationsOnline, YammerNot nullable + * + * @param string $val The supportedServices + * + * @return Domain + */ + public function setSupportedServices($val) + { + $this->_propDict["supportedServices"] = $val; + return $this; + } + + /** + * Gets the state + * Status of asynchronous operations scheduled for the domain. + * + * @return DomainState The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + if (is_a($this->_propDict["state"], "Microsoft\Graph\Model\DomainState")) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new DomainState($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * Status of asynchronous operations scheduled for the domain. + * + * @param DomainState $val The state + * + * @return Domain + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + + + /** + * Gets the serviceConfigurationRecords + * DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services.Read-only, Nullable + * + * @return array The serviceConfigurationRecords + */ + public function getServiceConfigurationRecords() + { + if (array_key_exists("serviceConfigurationRecords", $this->_propDict)) { + return $this->_propDict["serviceConfigurationRecords"]; + } else { + return null; + } + } + + /** + * Sets the serviceConfigurationRecords + * DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services.Read-only, Nullable + * + * @param DomainDnsRecord $val The serviceConfigurationRecords + * + * @return Domain + */ + public function setServiceConfigurationRecords($val) + { + $this->_propDict["serviceConfigurationRecords"] = $val; + return $this; + } + + + /** + * Gets the verificationDnsRecords + * DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD.Read-only, Nullable + * + * @return array The verificationDnsRecords + */ + public function getVerificationDnsRecords() + { + if (array_key_exists("verificationDnsRecords", $this->_propDict)) { + return $this->_propDict["verificationDnsRecords"]; + } else { + return null; + } + } + + /** + * Sets the verificationDnsRecords + * DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Azure AD.Read-only, Nullable + * + * @param DomainDnsRecord $val The verificationDnsRecords + * + * @return Domain + */ + public function setVerificationDnsRecords($val) + { + $this->_propDict["verificationDnsRecords"] = $val; + return $this; + } + + + /** + * Gets the domainNameReferences + * Read-only, Nullable + * + * @return array The domainNameReferences + */ + public function getDomainNameReferences() + { + if (array_key_exists("domainNameReferences", $this->_propDict)) { + return $this->_propDict["domainNameReferences"]; + } else { + return null; + } + } + + /** + * Sets the domainNameReferences + * Read-only, Nullable + * + * @param DirectoryObject $val The domainNameReferences + * + * @return Domain + */ + public function setDomainNameReferences($val) + { + $this->_propDict["domainNameReferences"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DomainDnsCnameRecord.php b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsCnameRecord.php new file mode 100644 index 000000000..b3790d369 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsCnameRecord.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["canonicalName"]; + } else { + return null; + } + } + + /** + * Sets the canonicalName + * The canonical name of the CNAME record. Used to configure the CNAME record at the DNS host. + * + * @param string $val The canonicalName + * + * @return DomainDnsCnameRecord + */ + public function setCanonicalName($val) + { + $this->_propDict["canonicalName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DomainDnsMxRecord.php b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsMxRecord.php new file mode 100644 index 000000000..fe727e96f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsMxRecord.php @@ -0,0 +1,87 @@ +_propDict)) { + return $this->_propDict["mailExchange"]; + } else { + return null; + } + } + + /** + * Sets the mailExchange + * Value used when configuring the answer/destination/value of the MX record at the DNS host. + * + * @param string $val The mailExchange + * + * @return DomainDnsMxRecord + */ + public function setMailExchange($val) + { + $this->_propDict["mailExchange"] = $val; + return $this; + } + + /** + * Gets the preference + * Value used when configuring the Preference/Priority property of the MX record at the DNS host. + * + * @return int The preference + */ + public function getPreference() + { + if (array_key_exists("preference", $this->_propDict)) { + return $this->_propDict["preference"]; + } else { + return null; + } + } + + /** + * Sets the preference + * Value used when configuring the Preference/Priority property of the MX record at the DNS host. + * + * @param int $val The preference + * + * @return DomainDnsMxRecord + */ + public function setPreference($val) + { + $this->_propDict["preference"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php new file mode 100644 index 000000000..ea01a6e2a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsRecord.php @@ -0,0 +1,174 @@ +_propDict)) { + return $this->_propDict["isOptional"]; + } else { + return null; + } + } + + /** + * Sets the isOptional + * If false, this record must be configured by the customer at the DNS host for Microsoft Online Services to operate correctly with the domain. + * + * @param bool $val The isOptional + * + * @return DomainDnsRecord + */ + public function setIsOptional($val) + { + $this->_propDict["isOptional"] = boolval($val); + return $this; + } + + /** + * Gets the label + * Value used when configuring the name of the DNS record at the DNS host. + * + * @return string The label + */ + public function getLabel() + { + if (array_key_exists("label", $this->_propDict)) { + return $this->_propDict["label"]; + } else { + return null; + } + } + + /** + * Sets the label + * Value used when configuring the name of the DNS record at the DNS host. + * + * @param string $val The label + * + * @return DomainDnsRecord + */ + public function setLabel($val) + { + $this->_propDict["label"] = $val; + return $this; + } + + /** + * Gets the recordType + * Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, TxtKey + * + * @return string The recordType + */ + public function getRecordType() + { + if (array_key_exists("recordType", $this->_propDict)) { + return $this->_propDict["recordType"]; + } else { + return null; + } + } + + /** + * Sets the recordType + * Indicates what type of DNS record this entity represents.The value can be one of the following: CName, Mx, Srv, TxtKey + * + * @param string $val The recordType + * + * @return DomainDnsRecord + */ + public function setRecordType($val) + { + $this->_propDict["recordType"] = $val; + return $this; + } + + /** + * Gets the supportedService + * Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune + * + * @return string The supportedService + */ + public function getSupportedService() + { + if (array_key_exists("supportedService", $this->_propDict)) { + return $this->_propDict["supportedService"]; + } else { + return null; + } + } + + /** + * Sets the supportedService + * Microsoft Online Service or feature that has a dependency on this DNS record.Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune + * + * @param string $val The supportedService + * + * @return DomainDnsRecord + */ + public function setSupportedService($val) + { + $this->_propDict["supportedService"] = $val; + return $this; + } + + /** + * Gets the ttl + * Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host. Not nullable + * + * @return int The ttl + */ + public function getTtl() + { + if (array_key_exists("ttl", $this->_propDict)) { + return $this->_propDict["ttl"]; + } else { + return null; + } + } + + /** + * Sets the ttl + * Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host. Not nullable + * + * @param int $val The ttl + * + * @return DomainDnsRecord + */ + public function setTtl($val) + { + $this->_propDict["ttl"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DomainDnsSrvRecord.php b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsSrvRecord.php new file mode 100644 index 000000000..f16132915 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsSrvRecord.php @@ -0,0 +1,203 @@ +_propDict)) { + return $this->_propDict["nameTarget"]; + } else { + return null; + } + } + + /** + * Sets the nameTarget + * Value to use when configuring the Target property of the SRV record at the DNS host. + * + * @param string $val The nameTarget + * + * @return DomainDnsSrvRecord + */ + public function setNameTarget($val) + { + $this->_propDict["nameTarget"] = $val; + return $this; + } + + /** + * Gets the port + * Value to use when configuring the port property of the SRV record at the DNS host. + * + * @return int The port + */ + public function getPort() + { + if (array_key_exists("port", $this->_propDict)) { + return $this->_propDict["port"]; + } else { + return null; + } + } + + /** + * Sets the port + * Value to use when configuring the port property of the SRV record at the DNS host. + * + * @param int $val The port + * + * @return DomainDnsSrvRecord + */ + public function setPort($val) + { + $this->_propDict["port"] = intval($val); + return $this; + } + + /** + * Gets the priority + * Value to use when configuring the priority property of the SRV record at the DNS host. + * + * @return int The priority + */ + public function getPriority() + { + if (array_key_exists("priority", $this->_propDict)) { + return $this->_propDict["priority"]; + } else { + return null; + } + } + + /** + * Sets the priority + * Value to use when configuring the priority property of the SRV record at the DNS host. + * + * @param int $val The priority + * + * @return DomainDnsSrvRecord + */ + public function setPriority($val) + { + $this->_propDict["priority"] = intval($val); + return $this; + } + + /** + * Gets the protocol + * Value to use when configuring the protocol property of the SRV record at the DNS host. + * + * @return string The protocol + */ + public function getProtocol() + { + if (array_key_exists("protocol", $this->_propDict)) { + return $this->_propDict["protocol"]; + } else { + return null; + } + } + + /** + * Sets the protocol + * Value to use when configuring the protocol property of the SRV record at the DNS host. + * + * @param string $val The protocol + * + * @return DomainDnsSrvRecord + */ + public function setProtocol($val) + { + $this->_propDict["protocol"] = $val; + return $this; + } + + /** + * Gets the service + * Value to use when configuring the service property of the SRV record at the DNS host. + * + * @return string The service + */ + public function getService() + { + if (array_key_exists("service", $this->_propDict)) { + return $this->_propDict["service"]; + } else { + return null; + } + } + + /** + * Sets the service + * Value to use when configuring the service property of the SRV record at the DNS host. + * + * @param string $val The service + * + * @return DomainDnsSrvRecord + */ + public function setService($val) + { + $this->_propDict["service"] = $val; + return $this; + } + + /** + * Gets the weight + * Value to use when configuring the weight property of the SRV record at the DNS host. + * + * @return int The weight + */ + public function getWeight() + { + if (array_key_exists("weight", $this->_propDict)) { + return $this->_propDict["weight"]; + } else { + return null; + } + } + + /** + * Sets the weight + * Value to use when configuring the weight property of the SRV record at the DNS host. + * + * @param int $val The weight + * + * @return DomainDnsSrvRecord + */ + public function setWeight($val) + { + $this->_propDict["weight"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DomainDnsTxtRecord.php b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsTxtRecord.php new file mode 100644 index 000000000..6cadef829 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsTxtRecord.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["text"]; + } else { + return null; + } + } + + /** + * Sets the text + * Value used when configuring the text property at the DNS host. + * + * @param string $val The text + * + * @return DomainDnsTxtRecord + */ + public function setText($val) + { + $this->_propDict["text"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DomainDnsUnavailableRecord.php b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsUnavailableRecord.php new file mode 100644 index 000000000..b8567ee4f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DomainDnsUnavailableRecord.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Provides the reason why the DomainDnsUnavailableRecord entity is returned. + * + * @param string $val The description + * + * @return DomainDnsUnavailableRecord + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DomainState.php b/vendor/microsoft/microsoft-graph/src/Model/DomainState.php new file mode 100644 index 000000000..40d8f809b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DomainState.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["status"]; + } else { + return null; + } + } + + /** + * Sets the status + * Current status of the operation. Scheduled - Operation has been scheduled but has not started. InProgress - Task has started and is in progress. Failed - Operation has failed. + * + * @param string $val The value of the status + * + * @return DomainState + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + /** + * Gets the operation + * Type of asynchronous operation. The values can be ForceDelete or Verification + * + * @return string The operation + */ + public function getOperation() + { + if (array_key_exists("operation", $this->_propDict)) { + return $this->_propDict["operation"]; + } else { + return null; + } + } + + /** + * Sets the operation + * Type of asynchronous operation. The values can be ForceDelete or Verification + * + * @param string $val The value of the operation + * + * @return DomainState + */ + public function setOperation($val) + { + $this->_propDict["operation"] = $val; + return $this; + } + + /** + * Gets the lastActionDateTime + * Timestamp for when the last activity occurred. The value is updated when an operation is scheduled, the asynchronous task starts, and when the operation completes. + * + * @return \DateTime The lastActionDateTime + */ + public function getLastActionDateTime() + { + if (array_key_exists("lastActionDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastActionDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastActionDateTime"]; + } else { + $this->_propDict["lastActionDateTime"] = new \DateTime($this->_propDict["lastActionDateTime"]); + return $this->_propDict["lastActionDateTime"]; + } + } + return null; + } + + /** + * Sets the lastActionDateTime + * Timestamp for when the last activity occurred. The value is updated when an operation is scheduled, the asynchronous task starts, and when the operation completes. + * + * @param \DateTime $val The value to assign to the lastActionDateTime + * + * @return DomainState The DomainState + */ + public function setLastActionDateTime($val) + { + $this->_propDict["lastActionDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Drive.php b/vendor/microsoft/microsoft-graph/src/Model/Drive.php new file mode 100644 index 000000000..6821e2425 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Drive.php @@ -0,0 +1,314 @@ +_propDict)) { + return $this->_propDict["driveType"]; + } else { + return null; + } + } + + /** + * Sets the driveType + * Describes the type of drive represented by this resource. OneDrive personal drives will return personal. OneDrive for Business will return business. SharePoint document libraries will return documentLibrary. Read-only. + * + * @param string $val The driveType + * + * @return Drive + */ + public function setDriveType($val) + { + $this->_propDict["driveType"] = $val; + return $this; + } + + /** + * Gets the owner + * Optional. The user account that owns the drive. Read-only. + * + * @return IdentitySet The owner + */ + public function getOwner() + { + if (array_key_exists("owner", $this->_propDict)) { + if (is_a($this->_propDict["owner"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["owner"]; + } else { + $this->_propDict["owner"] = new IdentitySet($this->_propDict["owner"]); + return $this->_propDict["owner"]; + } + } + return null; + } + + /** + * Sets the owner + * Optional. The user account that owns the drive. Read-only. + * + * @param IdentitySet $val The owner + * + * @return Drive + */ + public function setOwner($val) + { + $this->_propDict["owner"] = $val; + return $this; + } + + /** + * Gets the quota + * Optional. Information about the drive's storage space quota. Read-only. + * + * @return Quota The quota + */ + public function getQuota() + { + if (array_key_exists("quota", $this->_propDict)) { + if (is_a($this->_propDict["quota"], "Microsoft\Graph\Model\Quota")) { + return $this->_propDict["quota"]; + } else { + $this->_propDict["quota"] = new Quota($this->_propDict["quota"]); + return $this->_propDict["quota"]; + } + } + return null; + } + + /** + * Sets the quota + * Optional. Information about the drive's storage space quota. Read-only. + * + * @param Quota $val The quota + * + * @return Drive + */ + public function setQuota($val) + { + $this->_propDict["quota"] = $val; + return $this; + } + + /** + * Gets the sharePointIds + * + * @return SharepointIds The sharePointIds + */ + public function getSharePointIds() + { + if (array_key_exists("sharePointIds", $this->_propDict)) { + if (is_a($this->_propDict["sharePointIds"], "Microsoft\Graph\Model\SharepointIds")) { + return $this->_propDict["sharePointIds"]; + } else { + $this->_propDict["sharePointIds"] = new SharepointIds($this->_propDict["sharePointIds"]); + return $this->_propDict["sharePointIds"]; + } + } + return null; + } + + /** + * Sets the sharePointIds + * + * @param SharepointIds $val The sharePointIds + * + * @return Drive + */ + public function setSharePointIds($val) + { + $this->_propDict["sharePointIds"] = $val; + return $this; + } + + /** + * Gets the system + * If present, indicates that this is a system-managed drive. Read-only. + * + * @return SystemFacet The system + */ + public function getSystem() + { + if (array_key_exists("system", $this->_propDict)) { + if (is_a($this->_propDict["system"], "Microsoft\Graph\Model\SystemFacet")) { + return $this->_propDict["system"]; + } else { + $this->_propDict["system"] = new SystemFacet($this->_propDict["system"]); + return $this->_propDict["system"]; + } + } + return null; + } + + /** + * Sets the system + * If present, indicates that this is a system-managed drive. Read-only. + * + * @param SystemFacet $val The system + * + * @return Drive + */ + public function setSystem($val) + { + $this->_propDict["system"] = $val; + return $this; + } + + + /** + * Gets the items + * All items contained in the drive. Read-only. Nullable. + * + * @return array The items + */ + public function getItems() + { + if (array_key_exists("items", $this->_propDict)) { + return $this->_propDict["items"]; + } else { + return null; + } + } + + /** + * Sets the items + * All items contained in the drive. Read-only. Nullable. + * + * @param DriveItem $val The items + * + * @return Drive + */ + public function setItems($val) + { + $this->_propDict["items"] = $val; + return $this; + } + + /** + * Gets the list + * For drives in SharePoint, the underlying document library list. Read-only. Nullable. + * + * @return GraphList The list + */ + public function getList() + { + if (array_key_exists("list", $this->_propDict)) { + if (is_a($this->_propDict["list"], "Microsoft\Graph\Model\List")) { + return $this->_propDict["list"]; + } else { + $this->_propDict["list"] = new GraphList($this->_propDict["list"]); + return $this->_propDict["list"]; + } + } + return null; + } + + /** + * Sets the list + * For drives in SharePoint, the underlying document library list. Read-only. Nullable. + * + * @param GraphList $val The list + * + * @return Drive + */ + public function setList($val) + { + $this->_propDict["list"] = $val; + return $this; + } + + /** + * Gets the root + * The root folder of the drive. Read-only. + * + * @return DriveItem The root + */ + public function getRoot() + { + if (array_key_exists("root", $this->_propDict)) { + if (is_a($this->_propDict["root"], "Microsoft\Graph\Model\DriveItem")) { + return $this->_propDict["root"]; + } else { + $this->_propDict["root"] = new DriveItem($this->_propDict["root"]); + return $this->_propDict["root"]; + } + } + return null; + } + + /** + * Sets the root + * The root folder of the drive. Read-only. + * + * @param DriveItem $val The root + * + * @return Drive + */ + public function setRoot($val) + { + $this->_propDict["root"] = $val; + return $this; + } + + + /** + * Gets the special + * Collection of common folders available in OneDrive. Read-only. Nullable. + * + * @return array The special + */ + public function getSpecial() + { + if (array_key_exists("special", $this->_propDict)) { + return $this->_propDict["special"]; + } else { + return null; + } + } + + /** + * Sets the special + * Collection of common folders available in OneDrive. Read-only. Nullable. + * + * @param DriveItem $val The special + * + * @return Drive + */ + public function setSpecial($val) + { + $this->_propDict["special"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DriveItem.php b/vendor/microsoft/microsoft-graph/src/Model/DriveItem.php new file mode 100644 index 000000000..9862c2513 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DriveItem.php @@ -0,0 +1,959 @@ +_propDict)) { + if (is_a($this->_propDict["audio"], "Microsoft\Graph\Model\Audio")) { + return $this->_propDict["audio"]; + } else { + $this->_propDict["audio"] = new Audio($this->_propDict["audio"]); + return $this->_propDict["audio"]; + } + } + return null; + } + + /** + * Sets the audio + * Audio metadata, if the item is an audio file. Read-only. + * + * @param Audio $val The audio + * + * @return DriveItem + */ + public function setAudio($val) + { + $this->_propDict["audio"] = $val; + return $this; + } + + /** + * Gets the content + * The content stream, if the item represents a file. + * + * @return \GuzzleHttp\Psr7\Stream The content + */ + public function getContent() + { + if (array_key_exists("content", $this->_propDict)) { + if (is_a($this->_propDict["content"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["content"]; + } else { + $this->_propDict["content"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["content"]); + return $this->_propDict["content"]; + } + } + return null; + } + + /** + * Sets the content + * The content stream, if the item represents a file. + * + * @param \GuzzleHttp\Psr7\Stream $val The content + * + * @return DriveItem + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } + + /** + * Gets the cTag + * An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only. + * + * @return string The cTag + */ + public function getCTag() + { + if (array_key_exists("cTag", $this->_propDict)) { + return $this->_propDict["cTag"]; + } else { + return null; + } + } + + /** + * Sets the cTag + * An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only. + * + * @param string $val The cTag + * + * @return DriveItem + */ + public function setCTag($val) + { + $this->_propDict["cTag"] = $val; + return $this; + } + + /** + * Gets the deleted + * Information about the deleted state of the item. Read-only. + * + * @return Deleted The deleted + */ + public function getDeleted() + { + if (array_key_exists("deleted", $this->_propDict)) { + if (is_a($this->_propDict["deleted"], "Microsoft\Graph\Model\Deleted")) { + return $this->_propDict["deleted"]; + } else { + $this->_propDict["deleted"] = new Deleted($this->_propDict["deleted"]); + return $this->_propDict["deleted"]; + } + } + return null; + } + + /** + * Sets the deleted + * Information about the deleted state of the item. Read-only. + * + * @param Deleted $val The deleted + * + * @return DriveItem + */ + public function setDeleted($val) + { + $this->_propDict["deleted"] = $val; + return $this; + } + + /** + * Gets the file + * File metadata, if the item is a file. Read-only. + * + * @return File The file + */ + public function getFile() + { + if (array_key_exists("file", $this->_propDict)) { + if (is_a($this->_propDict["file"], "Microsoft\Graph\Model\File")) { + return $this->_propDict["file"]; + } else { + $this->_propDict["file"] = new File($this->_propDict["file"]); + return $this->_propDict["file"]; + } + } + return null; + } + + /** + * Sets the file + * File metadata, if the item is a file. Read-only. + * + * @param File $val The file + * + * @return DriveItem + */ + public function setFile($val) + { + $this->_propDict["file"] = $val; + return $this; + } + + /** + * Gets the fileSystemInfo + * File system information on client. Read-write. + * + * @return FileSystemInfo The fileSystemInfo + */ + public function getFileSystemInfo() + { + if (array_key_exists("fileSystemInfo", $this->_propDict)) { + if (is_a($this->_propDict["fileSystemInfo"], "Microsoft\Graph\Model\FileSystemInfo")) { + return $this->_propDict["fileSystemInfo"]; + } else { + $this->_propDict["fileSystemInfo"] = new FileSystemInfo($this->_propDict["fileSystemInfo"]); + return $this->_propDict["fileSystemInfo"]; + } + } + return null; + } + + /** + * Sets the fileSystemInfo + * File system information on client. Read-write. + * + * @param FileSystemInfo $val The fileSystemInfo + * + * @return DriveItem + */ + public function setFileSystemInfo($val) + { + $this->_propDict["fileSystemInfo"] = $val; + return $this; + } + + /** + * Gets the folder + * Folder metadata, if the item is a folder. Read-only. + * + * @return Folder The folder + */ + public function getFolder() + { + if (array_key_exists("folder", $this->_propDict)) { + if (is_a($this->_propDict["folder"], "Microsoft\Graph\Model\Folder")) { + return $this->_propDict["folder"]; + } else { + $this->_propDict["folder"] = new Folder($this->_propDict["folder"]); + return $this->_propDict["folder"]; + } + } + return null; + } + + /** + * Sets the folder + * Folder metadata, if the item is a folder. Read-only. + * + * @param Folder $val The folder + * + * @return DriveItem + */ + public function setFolder($val) + { + $this->_propDict["folder"] = $val; + return $this; + } + + /** + * Gets the image + * Image metadata, if the item is an image. Read-only. + * + * @return Image The image + */ + public function getImage() + { + if (array_key_exists("image", $this->_propDict)) { + if (is_a($this->_propDict["image"], "Microsoft\Graph\Model\Image")) { + return $this->_propDict["image"]; + } else { + $this->_propDict["image"] = new Image($this->_propDict["image"]); + return $this->_propDict["image"]; + } + } + return null; + } + + /** + * Sets the image + * Image metadata, if the item is an image. Read-only. + * + * @param Image $val The image + * + * @return DriveItem + */ + public function setImage($val) + { + $this->_propDict["image"] = $val; + return $this; + } + + /** + * Gets the location + * Location metadata, if the item has location data. Read-only. + * + * @return GeoCoordinates The location + */ + public function getLocation() + { + if (array_key_exists("location", $this->_propDict)) { + if (is_a($this->_propDict["location"], "Microsoft\Graph\Model\GeoCoordinates")) { + return $this->_propDict["location"]; + } else { + $this->_propDict["location"] = new GeoCoordinates($this->_propDict["location"]); + return $this->_propDict["location"]; + } + } + return null; + } + + /** + * Sets the location + * Location metadata, if the item has location data. Read-only. + * + * @param GeoCoordinates $val The location + * + * @return DriveItem + */ + public function setLocation($val) + { + $this->_propDict["location"] = $val; + return $this; + } + + /** + * Gets the package + * If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only. + * + * @return Package The package + */ + public function getPackage() + { + if (array_key_exists("package", $this->_propDict)) { + if (is_a($this->_propDict["package"], "Microsoft\Graph\Model\Package")) { + return $this->_propDict["package"]; + } else { + $this->_propDict["package"] = new Package($this->_propDict["package"]); + return $this->_propDict["package"]; + } + } + return null; + } + + /** + * Sets the package + * If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only. + * + * @param Package $val The package + * + * @return DriveItem + */ + public function setPackage($val) + { + $this->_propDict["package"] = $val; + return $this; + } + + /** + * Gets the photo + * Photo metadata, if the item is a photo. Read-only. + * + * @return Photo The photo + */ + public function getPhoto() + { + if (array_key_exists("photo", $this->_propDict)) { + if (is_a($this->_propDict["photo"], "Microsoft\Graph\Model\Photo")) { + return $this->_propDict["photo"]; + } else { + $this->_propDict["photo"] = new Photo($this->_propDict["photo"]); + return $this->_propDict["photo"]; + } + } + return null; + } + + /** + * Sets the photo + * Photo metadata, if the item is a photo. Read-only. + * + * @param Photo $val The photo + * + * @return DriveItem + */ + public function setPhoto($val) + { + $this->_propDict["photo"] = $val; + return $this; + } + + /** + * Gets the publication + * Provides information about the published or checked-out state of an item, in locations that support such actions. This property is not returned by default. Read-only. + * + * @return PublicationFacet The publication + */ + public function getPublication() + { + if (array_key_exists("publication", $this->_propDict)) { + if (is_a($this->_propDict["publication"], "Microsoft\Graph\Model\PublicationFacet")) { + return $this->_propDict["publication"]; + } else { + $this->_propDict["publication"] = new PublicationFacet($this->_propDict["publication"]); + return $this->_propDict["publication"]; + } + } + return null; + } + + /** + * Sets the publication + * Provides information about the published or checked-out state of an item, in locations that support such actions. This property is not returned by default. Read-only. + * + * @param PublicationFacet $val The publication + * + * @return DriveItem + */ + public function setPublication($val) + { + $this->_propDict["publication"] = $val; + return $this; + } + + /** + * Gets the remoteItem + * Remote item data, if the item is shared from a drive other than the one being accessed. Read-only. + * + * @return RemoteItem The remoteItem + */ + public function getRemoteItem() + { + if (array_key_exists("remoteItem", $this->_propDict)) { + if (is_a($this->_propDict["remoteItem"], "Microsoft\Graph\Model\RemoteItem")) { + return $this->_propDict["remoteItem"]; + } else { + $this->_propDict["remoteItem"] = new RemoteItem($this->_propDict["remoteItem"]); + return $this->_propDict["remoteItem"]; + } + } + return null; + } + + /** + * Sets the remoteItem + * Remote item data, if the item is shared from a drive other than the one being accessed. Read-only. + * + * @param RemoteItem $val The remoteItem + * + * @return DriveItem + */ + public function setRemoteItem($val) + { + $this->_propDict["remoteItem"] = $val; + return $this; + } + + /** + * Gets the root + * If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive. + * + * @return Root The root + */ + public function getRoot() + { + if (array_key_exists("root", $this->_propDict)) { + if (is_a($this->_propDict["root"], "Microsoft\Graph\Model\Root")) { + return $this->_propDict["root"]; + } else { + $this->_propDict["root"] = new Root($this->_propDict["root"]); + return $this->_propDict["root"]; + } + } + return null; + } + + /** + * Sets the root + * If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive. + * + * @param Root $val The root + * + * @return DriveItem + */ + public function setRoot($val) + { + $this->_propDict["root"] = $val; + return $this; + } + + /** + * Gets the searchResult + * Search metadata, if the item is from a search result. Read-only. + * + * @return SearchResult The searchResult + */ + public function getSearchResult() + { + if (array_key_exists("searchResult", $this->_propDict)) { + if (is_a($this->_propDict["searchResult"], "Microsoft\Graph\Model\SearchResult")) { + return $this->_propDict["searchResult"]; + } else { + $this->_propDict["searchResult"] = new SearchResult($this->_propDict["searchResult"]); + return $this->_propDict["searchResult"]; + } + } + return null; + } + + /** + * Sets the searchResult + * Search metadata, if the item is from a search result. Read-only. + * + * @param SearchResult $val The searchResult + * + * @return DriveItem + */ + public function setSearchResult($val) + { + $this->_propDict["searchResult"] = $val; + return $this; + } + + /** + * Gets the shared + * Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only. + * + * @return Shared The shared + */ + public function getShared() + { + if (array_key_exists("shared", $this->_propDict)) { + if (is_a($this->_propDict["shared"], "Microsoft\Graph\Model\Shared")) { + return $this->_propDict["shared"]; + } else { + $this->_propDict["shared"] = new Shared($this->_propDict["shared"]); + return $this->_propDict["shared"]; + } + } + return null; + } + + /** + * Sets the shared + * Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only. + * + * @param Shared $val The shared + * + * @return DriveItem + */ + public function setShared($val) + { + $this->_propDict["shared"] = $val; + return $this; + } + + /** + * Gets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @return SharepointIds The sharepointIds + */ + public function getSharepointIds() + { + if (array_key_exists("sharepointIds", $this->_propDict)) { + if (is_a($this->_propDict["sharepointIds"], "Microsoft\Graph\Model\SharepointIds")) { + return $this->_propDict["sharepointIds"]; + } else { + $this->_propDict["sharepointIds"] = new SharepointIds($this->_propDict["sharepointIds"]); + return $this->_propDict["sharepointIds"]; + } + } + return null; + } + + /** + * Sets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @param SharepointIds $val The sharepointIds + * + * @return DriveItem + */ + public function setSharepointIds($val) + { + $this->_propDict["sharepointIds"] = $val; + return $this; + } + + /** + * Gets the size + * Size of the item in bytes. Read-only. + * + * @return int The size + */ + public function getSize() + { + if (array_key_exists("size", $this->_propDict)) { + return $this->_propDict["size"]; + } else { + return null; + } + } + + /** + * Sets the size + * Size of the item in bytes. Read-only. + * + * @param int $val The size + * + * @return DriveItem + */ + public function setSize($val) + { + $this->_propDict["size"] = intval($val); + return $this; + } + + /** + * Gets the specialFolder + * If the current item is also available as a special folder, this facet is returned. Read-only. + * + * @return SpecialFolder The specialFolder + */ + public function getSpecialFolder() + { + if (array_key_exists("specialFolder", $this->_propDict)) { + if (is_a($this->_propDict["specialFolder"], "Microsoft\Graph\Model\SpecialFolder")) { + return $this->_propDict["specialFolder"]; + } else { + $this->_propDict["specialFolder"] = new SpecialFolder($this->_propDict["specialFolder"]); + return $this->_propDict["specialFolder"]; + } + } + return null; + } + + /** + * Sets the specialFolder + * If the current item is also available as a special folder, this facet is returned. Read-only. + * + * @param SpecialFolder $val The specialFolder + * + * @return DriveItem + */ + public function setSpecialFolder($val) + { + $this->_propDict["specialFolder"] = $val; + return $this; + } + + /** + * Gets the video + * Video metadata, if the item is a video. Read-only. + * + * @return Video The video + */ + public function getVideo() + { + if (array_key_exists("video", $this->_propDict)) { + if (is_a($this->_propDict["video"], "Microsoft\Graph\Model\Video")) { + return $this->_propDict["video"]; + } else { + $this->_propDict["video"] = new Video($this->_propDict["video"]); + return $this->_propDict["video"]; + } + } + return null; + } + + /** + * Sets the video + * Video metadata, if the item is a video. Read-only. + * + * @param Video $val The video + * + * @return DriveItem + */ + public function setVideo($val) + { + $this->_propDict["video"] = $val; + return $this; + } + + /** + * Gets the webDavUrl + * WebDAV compatible URL for the item. + * + * @return string The webDavUrl + */ + public function getWebDavUrl() + { + if (array_key_exists("webDavUrl", $this->_propDict)) { + return $this->_propDict["webDavUrl"]; + } else { + return null; + } + } + + /** + * Sets the webDavUrl + * WebDAV compatible URL for the item. + * + * @param string $val The webDavUrl + * + * @return DriveItem + */ + public function setWebDavUrl($val) + { + $this->_propDict["webDavUrl"] = $val; + return $this; + } + + /** + * Gets the workbook + * For files that are Excel spreadsheets, accesses the workbook API to work with the spreadsheet's contents. Nullable. + * + * @return Workbook The workbook + */ + public function getWorkbook() + { + if (array_key_exists("workbook", $this->_propDict)) { + if (is_a($this->_propDict["workbook"], "Microsoft\Graph\Model\Workbook")) { + return $this->_propDict["workbook"]; + } else { + $this->_propDict["workbook"] = new Workbook($this->_propDict["workbook"]); + return $this->_propDict["workbook"]; + } + } + return null; + } + + /** + * Sets the workbook + * For files that are Excel spreadsheets, accesses the workbook API to work with the spreadsheet's contents. Nullable. + * + * @param Workbook $val The workbook + * + * @return DriveItem + */ + public function setWorkbook($val) + { + $this->_propDict["workbook"] = $val; + return $this; + } + + /** + * Gets the analytics + * Analytics about the view activities that took place on this item. + * + * @return ItemAnalytics The analytics + */ + public function getAnalytics() + { + if (array_key_exists("analytics", $this->_propDict)) { + if (is_a($this->_propDict["analytics"], "Microsoft\Graph\Model\ItemAnalytics")) { + return $this->_propDict["analytics"]; + } else { + $this->_propDict["analytics"] = new ItemAnalytics($this->_propDict["analytics"]); + return $this->_propDict["analytics"]; + } + } + return null; + } + + /** + * Sets the analytics + * Analytics about the view activities that took place on this item. + * + * @param ItemAnalytics $val The analytics + * + * @return DriveItem + */ + public function setAnalytics($val) + { + $this->_propDict["analytics"] = $val; + return $this; + } + + + /** + * Gets the children + * Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. + * + * @return array The children + */ + public function getChildren() + { + if (array_key_exists("children", $this->_propDict)) { + return $this->_propDict["children"]; + } else { + return null; + } + } + + /** + * Sets the children + * Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. + * + * @param DriveItem $val The children + * + * @return DriveItem + */ + public function setChildren($val) + { + $this->_propDict["children"] = $val; + return $this; + } + + /** + * Gets the listItem + * For drives in SharePoint, the associated document library list item. Read-only. Nullable. + * + * @return ListItem The listItem + */ + public function getListItem() + { + if (array_key_exists("listItem", $this->_propDict)) { + if (is_a($this->_propDict["listItem"], "Microsoft\Graph\Model\ListItem")) { + return $this->_propDict["listItem"]; + } else { + $this->_propDict["listItem"] = new ListItem($this->_propDict["listItem"]); + return $this->_propDict["listItem"]; + } + } + return null; + } + + /** + * Sets the listItem + * For drives in SharePoint, the associated document library list item. Read-only. Nullable. + * + * @param ListItem $val The listItem + * + * @return DriveItem + */ + public function setListItem($val) + { + $this->_propDict["listItem"] = $val; + return $this; + } + + + /** + * Gets the permissions + * The set of permissions for the item. Read-only. Nullable. + * + * @return array The permissions + */ + public function getPermissions() + { + if (array_key_exists("permissions", $this->_propDict)) { + return $this->_propDict["permissions"]; + } else { + return null; + } + } + + /** + * Sets the permissions + * The set of permissions for the item. Read-only. Nullable. + * + * @param Permission $val The permissions + * + * @return DriveItem + */ + public function setPermissions($val) + { + $this->_propDict["permissions"] = $val; + return $this; + } + + + /** + * Gets the subscriptions + * The set of subscriptions on the item. Only supported on the root of a drive. + * + * @return array The subscriptions + */ + public function getSubscriptions() + { + if (array_key_exists("subscriptions", $this->_propDict)) { + return $this->_propDict["subscriptions"]; + } else { + return null; + } + } + + /** + * Sets the subscriptions + * The set of subscriptions on the item. Only supported on the root of a drive. + * + * @param Subscription $val The subscriptions + * + * @return DriveItem + */ + public function setSubscriptions($val) + { + $this->_propDict["subscriptions"] = $val; + return $this; + } + + + /** + * Gets the thumbnails + * Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. + * + * @return array The thumbnails + */ + public function getThumbnails() + { + if (array_key_exists("thumbnails", $this->_propDict)) { + return $this->_propDict["thumbnails"]; + } else { + return null; + } + } + + /** + * Sets the thumbnails + * Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. + * + * @param ThumbnailSet $val The thumbnails + * + * @return DriveItem + */ + public function setThumbnails($val) + { + $this->_propDict["thumbnails"] = $val; + return $this; + } + + + /** + * Gets the versions + * The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable. + * + * @return array The versions + */ + public function getVersions() + { + if (array_key_exists("versions", $this->_propDict)) { + return $this->_propDict["versions"]; + } else { + return null; + } + } + + /** + * Sets the versions + * The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable. + * + * @param DriveItemVersion $val The versions + * + * @return DriveItem + */ + public function setVersions($val) + { + $this->_propDict["versions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DriveItemUploadableProperties.php b/vendor/microsoft/microsoft-graph/src/Model/DriveItemUploadableProperties.php new file mode 100644 index 000000000..9d640a054 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DriveItemUploadableProperties.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Provides a user-visible description of the item. Read-write. Only on OneDrive Personal + * + * @param string $val The value of the description + * + * @return DriveItemUploadableProperties + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the fileSystemInfo + * File system information on client. Read-write. + * + * @return FileSystemInfo The fileSystemInfo + */ + public function getFileSystemInfo() + { + if (array_key_exists("fileSystemInfo", $this->_propDict)) { + if (is_a($this->_propDict["fileSystemInfo"], "Microsoft\Graph\Model\FileSystemInfo")) { + return $this->_propDict["fileSystemInfo"]; + } else { + $this->_propDict["fileSystemInfo"] = new FileSystemInfo($this->_propDict["fileSystemInfo"]); + return $this->_propDict["fileSystemInfo"]; + } + } + return null; + } + + /** + * Sets the fileSystemInfo + * File system information on client. Read-write. + * + * @param FileSystemInfo $val The value to assign to the fileSystemInfo + * + * @return DriveItemUploadableProperties The DriveItemUploadableProperties + */ + public function setFileSystemInfo($val) + { + $this->_propDict["fileSystemInfo"] = $val; + return $this; + } + /** + * Gets the name + * The name of the item (filename and extension). Read-write. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The name of the item (filename and extension). Read-write. + * + * @param string $val The value of the name + * + * @return DriveItemUploadableProperties + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/DriveItemVersion.php b/vendor/microsoft/microsoft-graph/src/Model/DriveItemVersion.php new file mode 100644 index 000000000..61ec62387 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DriveItemVersion.php @@ -0,0 +1,91 @@ +_propDict)) { + if (is_a($this->_propDict["content"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["content"]; + } else { + $this->_propDict["content"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["content"]); + return $this->_propDict["content"]; + } + } + return null; + } + + /** + * Sets the content + * The content stream for this version of the item. + * + * @param \GuzzleHttp\Psr7\Stream $val The content + * + * @return DriveItemVersion + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } + + /** + * Gets the size + * Indicates the size of the content stream for this version of the item. + * + * @return int The size + */ + public function getSize() + { + if (array_key_exists("size", $this->_propDict)) { + return $this->_propDict["size"]; + } else { + return null; + } + } + + /** + * Sets the size + * Indicates the size of the content stream for this version of the item. + * + * @param int $val The size + * + * @return DriveItemVersion + */ + public function setSize($val) + { + $this->_propDict["size"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/DriveRecipient.php b/vendor/microsoft/microsoft-graph/src/Model/DriveRecipient.php new file mode 100644 index 000000000..bdbfd48e8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/DriveRecipient.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["alias"]; + } else { + return null; + } + } + + /** + * Sets the alias + * The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). + * + * @param string $val The value of the alias + * + * @return DriveRecipient + */ + public function setAlias($val) + { + $this->_propDict["alias"] = $val; + return $this; + } + /** + * Gets the email + * The email address for the recipient, if the recipient has an associated email address. + * + * @return string The email + */ + public function getEmail() + { + if (array_key_exists("email", $this->_propDict)) { + return $this->_propDict["email"]; + } else { + return null; + } + } + + /** + * Sets the email + * The email address for the recipient, if the recipient has an associated email address. + * + * @param string $val The value of the email + * + * @return DriveRecipient + */ + public function setEmail($val) + { + $this->_propDict["email"] = $val; + return $this; + } + /** + * Gets the objectId + * The unique identifier for the recipient in the directory. + * + * @return string The objectId + */ + public function getObjectId() + { + if (array_key_exists("objectId", $this->_propDict)) { + return $this->_propDict["objectId"]; + } else { + return null; + } + } + + /** + * Sets the objectId + * The unique identifier for the recipient in the directory. + * + * @param string $val The value of the objectId + * + * @return DriveRecipient + */ + public function setObjectId($val) + { + $this->_propDict["objectId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/EBookInstallSummary.php b/vendor/microsoft/microsoft-graph/src/Model/EBookInstallSummary.php new file mode 100644 index 000000000..f268f906f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EBookInstallSummary.php @@ -0,0 +1,203 @@ +_propDict)) { + return $this->_propDict["installedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the installedDeviceCount + * Number of Devices that have successfully installed this book. + * + * @param int $val The installedDeviceCount + * + * @return EBookInstallSummary + */ + public function setInstalledDeviceCount($val) + { + $this->_propDict["installedDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the failedDeviceCount + * Number of Devices that have failed to install this book. + * + * @return int The failedDeviceCount + */ + public function getFailedDeviceCount() + { + if (array_key_exists("failedDeviceCount", $this->_propDict)) { + return $this->_propDict["failedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the failedDeviceCount + * Number of Devices that have failed to install this book. + * + * @param int $val The failedDeviceCount + * + * @return EBookInstallSummary + */ + public function setFailedDeviceCount($val) + { + $this->_propDict["failedDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the notInstalledDeviceCount + * Number of Devices that does not have this book installed. + * + * @return int The notInstalledDeviceCount + */ + public function getNotInstalledDeviceCount() + { + if (array_key_exists("notInstalledDeviceCount", $this->_propDict)) { + return $this->_propDict["notInstalledDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the notInstalledDeviceCount + * Number of Devices that does not have this book installed. + * + * @param int $val The notInstalledDeviceCount + * + * @return EBookInstallSummary + */ + public function setNotInstalledDeviceCount($val) + { + $this->_propDict["notInstalledDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the installedUserCount + * Number of Users whose devices have all succeeded to install this book. + * + * @return int The installedUserCount + */ + public function getInstalledUserCount() + { + if (array_key_exists("installedUserCount", $this->_propDict)) { + return $this->_propDict["installedUserCount"]; + } else { + return null; + } + } + + /** + * Sets the installedUserCount + * Number of Users whose devices have all succeeded to install this book. + * + * @param int $val The installedUserCount + * + * @return EBookInstallSummary + */ + public function setInstalledUserCount($val) + { + $this->_propDict["installedUserCount"] = intval($val); + return $this; + } + + /** + * Gets the failedUserCount + * Number of Users that have 1 or more device that failed to install this book. + * + * @return int The failedUserCount + */ + public function getFailedUserCount() + { + if (array_key_exists("failedUserCount", $this->_propDict)) { + return $this->_propDict["failedUserCount"]; + } else { + return null; + } + } + + /** + * Sets the failedUserCount + * Number of Users that have 1 or more device that failed to install this book. + * + * @param int $val The failedUserCount + * + * @return EBookInstallSummary + */ + public function setFailedUserCount($val) + { + $this->_propDict["failedUserCount"] = intval($val); + return $this; + } + + /** + * Gets the notInstalledUserCount + * Number of Users that did not install this book. + * + * @return int The notInstalledUserCount + */ + public function getNotInstalledUserCount() + { + if (array_key_exists("notInstalledUserCount", $this->_propDict)) { + return $this->_propDict["notInstalledUserCount"]; + } else { + return null; + } + } + + /** + * Sets the notInstalledUserCount + * Number of Users that did not install this book. + * + * @param int $val The notInstalledUserCount + * + * @return EBookInstallSummary + */ + public function setNotInstalledUserCount($val) + { + $this->_propDict["notInstalledUserCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EdgeCookiePolicy.php b/vendor/microsoft/microsoft-graph/src/Model/EdgeCookiePolicy.php new file mode 100644 index 000000000..1494d59a1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EdgeCookiePolicy.php @@ -0,0 +1,38 @@ +setODataType("#microsoft.graph.edgeSearchEngine"); + } + + + /** + * Gets the edgeSearchEngineType + * Allows IT admins to set a predefined default search engine for MDM-Controlled devices. Possible values are: default, bing. + * + * @return EdgeSearchEngineType The edgeSearchEngineType + */ + public function getEdgeSearchEngineType() + { + if (array_key_exists("edgeSearchEngineType", $this->_propDict)) { + if (is_a($this->_propDict["edgeSearchEngineType"], "Microsoft\Graph\Model\EdgeSearchEngineType")) { + return $this->_propDict["edgeSearchEngineType"]; + } else { + $this->_propDict["edgeSearchEngineType"] = new EdgeSearchEngineType($this->_propDict["edgeSearchEngineType"]); + return $this->_propDict["edgeSearchEngineType"]; + } + } + return null; + } + + /** + * Sets the edgeSearchEngineType + * Allows IT admins to set a predefined default search engine for MDM-Controlled devices. Possible values are: default, bing. + * + * @param EdgeSearchEngineType $val The value to assign to the edgeSearchEngineType + * + * @return EdgeSearchEngine The EdgeSearchEngine + */ + public function setEdgeSearchEngineType($val) + { + $this->_propDict["edgeSearchEngineType"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/EdgeSearchEngineBase.php b/vendor/microsoft/microsoft-graph/src/Model/EdgeSearchEngineBase.php new file mode 100644 index 000000000..72d206585 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EdgeSearchEngineBase.php @@ -0,0 +1,28 @@ +setODataType("#microsoft.graph.edgeSearchEngineCustom"); + } + + /** + * Gets the edgeSearchEngineOpenSearchXmlUrl + * Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine. + * + * @return string The edgeSearchEngineOpenSearchXmlUrl + */ + public function getEdgeSearchEngineOpenSearchXmlUrl() + { + if (array_key_exists("edgeSearchEngineOpenSearchXmlUrl", $this->_propDict)) { + return $this->_propDict["edgeSearchEngineOpenSearchXmlUrl"]; + } else { + return null; + } + } + + /** + * Sets the edgeSearchEngineOpenSearchXmlUrl + * Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine. + * + * @param string $val The value of the edgeSearchEngineOpenSearchXmlUrl + * + * @return EdgeSearchEngineCustom + */ + public function setEdgeSearchEngineOpenSearchXmlUrl($val) + { + $this->_propDict["edgeSearchEngineOpenSearchXmlUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/EdgeSearchEngineType.php b/vendor/microsoft/microsoft-graph/src/Model/EdgeSearchEngineType.php new file mode 100644 index 000000000..0356c24c6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EdgeSearchEngineType.php @@ -0,0 +1,36 @@ +_propDict)) { + if (is_a($this->_propDict["licenseType"], "Microsoft\Graph\Model\EditionUpgradeLicenseType")) { + return $this->_propDict["licenseType"]; + } else { + $this->_propDict["licenseType"] = new EditionUpgradeLicenseType($this->_propDict["licenseType"]); + return $this->_propDict["licenseType"]; + } + } + return null; + } + + /** + * Sets the licenseType + * Edition Upgrade License Type. Possible values are: productKey, licenseFile. + * + * @param EditionUpgradeLicenseType $val The licenseType + * + * @return EditionUpgradeConfiguration + */ + public function setLicenseType($val) + { + $this->_propDict["licenseType"] = $val; + return $this; + } + + /** + * Gets the targetEdition + * Edition Upgrade Target Edition. Possible values are: windows10Enterprise, windows10EnterpriseN, windows10Education, windows10EducationN, windows10MobileEnterprise, windows10HolographicEnterprise, windows10Professional, windows10ProfessionalN, windows10ProfessionalEducation, windows10ProfessionalEducationN, windows10ProfessionalWorkstation, windows10ProfessionalWorkstationN. + * + * @return Windows10EditionType The targetEdition + */ + public function getTargetEdition() + { + if (array_key_exists("targetEdition", $this->_propDict)) { + if (is_a($this->_propDict["targetEdition"], "Microsoft\Graph\Model\Windows10EditionType")) { + return $this->_propDict["targetEdition"]; + } else { + $this->_propDict["targetEdition"] = new Windows10EditionType($this->_propDict["targetEdition"]); + return $this->_propDict["targetEdition"]; + } + } + return null; + } + + /** + * Sets the targetEdition + * Edition Upgrade Target Edition. Possible values are: windows10Enterprise, windows10EnterpriseN, windows10Education, windows10EducationN, windows10MobileEnterprise, windows10HolographicEnterprise, windows10Professional, windows10ProfessionalN, windows10ProfessionalEducation, windows10ProfessionalEducationN, windows10ProfessionalWorkstation, windows10ProfessionalWorkstationN. + * + * @param Windows10EditionType $val The targetEdition + * + * @return EditionUpgradeConfiguration + */ + public function setTargetEdition($val) + { + $this->_propDict["targetEdition"] = $val; + return $this; + } + + /** + * Gets the license + * Edition Upgrade License File Content. + * + * @return string The license + */ + public function getLicense() + { + if (array_key_exists("license", $this->_propDict)) { + return $this->_propDict["license"]; + } else { + return null; + } + } + + /** + * Sets the license + * Edition Upgrade License File Content. + * + * @param string $val The license + * + * @return EditionUpgradeConfiguration + */ + public function setLicense($val) + { + $this->_propDict["license"] = $val; + return $this; + } + + /** + * Gets the productKey + * Edition Upgrade Product Key. + * + * @return string The productKey + */ + public function getProductKey() + { + if (array_key_exists("productKey", $this->_propDict)) { + return $this->_propDict["productKey"]; + } else { + return null; + } + } + + /** + * Sets the productKey + * Edition Upgrade Product Key. + * + * @param string $val The productKey + * + * @return EditionUpgradeConfiguration + */ + public function setProductKey($val) + { + $this->_propDict["productKey"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EditionUpgradeLicenseType.php b/vendor/microsoft/microsoft-graph/src/Model/EditionUpgradeLicenseType.php new file mode 100644 index 000000000..23f26bbdc --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EditionUpgradeLicenseType.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Name of the class. + * + * @param string $val The displayName + * + * @return EducationClass + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the mailNickname + * Mail name for sending email to all members, if this is enabled. + * + * @return string The mailNickname + */ + public function getMailNickname() + { + if (array_key_exists("mailNickname", $this->_propDict)) { + return $this->_propDict["mailNickname"]; + } else { + return null; + } + } + + /** + * Sets the mailNickname + * Mail name for sending email to all members, if this is enabled. + * + * @param string $val The mailNickname + * + * @return EducationClass + */ + public function setMailNickname($val) + { + $this->_propDict["mailNickname"] = $val; + return $this; + } + + /** + * Gets the description + * Description of the class. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description of the class. + * + * @param string $val The description + * + * @return EducationClass + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the createdBy + * Entity who created the class + * + * @return IdentitySet The createdBy + */ + public function getCreatedBy() + { + if (array_key_exists("createdBy", $this->_propDict)) { + if (is_a($this->_propDict["createdBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["createdBy"]; + } else { + $this->_propDict["createdBy"] = new IdentitySet($this->_propDict["createdBy"]); + return $this->_propDict["createdBy"]; + } + } + return null; + } + + /** + * Sets the createdBy + * Entity who created the class + * + * @param IdentitySet $val The createdBy + * + * @return EducationClass + */ + public function setCreatedBy($val) + { + $this->_propDict["createdBy"] = $val; + return $this; + } + + /** + * Gets the classCode + * Class code used by the school to identify the class. + * + * @return string The classCode + */ + public function getClassCode() + { + if (array_key_exists("classCode", $this->_propDict)) { + return $this->_propDict["classCode"]; + } else { + return null; + } + } + + /** + * Sets the classCode + * Class code used by the school to identify the class. + * + * @param string $val The classCode + * + * @return EducationClass + */ + public function setClassCode($val) + { + $this->_propDict["classCode"] = $val; + return $this; + } + + /** + * Gets the externalName + * Name of the class in the syncing system. + * + * @return string The externalName + */ + public function getExternalName() + { + if (array_key_exists("externalName", $this->_propDict)) { + return $this->_propDict["externalName"]; + } else { + return null; + } + } + + /** + * Sets the externalName + * Name of the class in the syncing system. + * + * @param string $val The externalName + * + * @return EducationClass + */ + public function setExternalName($val) + { + $this->_propDict["externalName"] = $val; + return $this; + } + + /** + * Gets the externalId + * ID of the class from the syncing system. + * + * @return string The externalId + */ + public function getExternalId() + { + if (array_key_exists("externalId", $this->_propDict)) { + return $this->_propDict["externalId"]; + } else { + return null; + } + } + + /** + * Sets the externalId + * ID of the class from the syncing system. + * + * @param string $val The externalId + * + * @return EducationClass + */ + public function setExternalId($val) + { + $this->_propDict["externalId"] = $val; + return $this; + } + + /** + * Gets the externalSource + * How this class was created. The possible values are: sis, manual, unknownFutureValue. + * + * @return EducationExternalSource The externalSource + */ + public function getExternalSource() + { + if (array_key_exists("externalSource", $this->_propDict)) { + if (is_a($this->_propDict["externalSource"], "Microsoft\Graph\Model\EducationExternalSource")) { + return $this->_propDict["externalSource"]; + } else { + $this->_propDict["externalSource"] = new EducationExternalSource($this->_propDict["externalSource"]); + return $this->_propDict["externalSource"]; + } + } + return null; + } + + /** + * Sets the externalSource + * How this class was created. The possible values are: sis, manual, unknownFutureValue. + * + * @param EducationExternalSource $val The externalSource + * + * @return EducationClass + */ + public function setExternalSource($val) + { + $this->_propDict["externalSource"] = $val; + return $this; + } + + /** + * Gets the term + * Term for this class. + * + * @return EducationTerm The term + */ + public function getTerm() + { + if (array_key_exists("term", $this->_propDict)) { + if (is_a($this->_propDict["term"], "Microsoft\Graph\Model\EducationTerm")) { + return $this->_propDict["term"]; + } else { + $this->_propDict["term"] = new EducationTerm($this->_propDict["term"]); + return $this->_propDict["term"]; + } + } + return null; + } + + /** + * Sets the term + * Term for this class. + * + * @param EducationTerm $val The term + * + * @return EducationClass + */ + public function setTerm($val) + { + $this->_propDict["term"] = $val; + return $this; + } + + + /** + * Gets the schools + * All schools that this class is associated with. Nullable. + * + * @return array The schools + */ + public function getSchools() + { + if (array_key_exists("schools", $this->_propDict)) { + return $this->_propDict["schools"]; + } else { + return null; + } + } + + /** + * Sets the schools + * All schools that this class is associated with. Nullable. + * + * @param EducationSchool $val The schools + * + * @return EducationClass + */ + public function setSchools($val) + { + $this->_propDict["schools"] = $val; + return $this; + } + + + /** + * Gets the members + * All users in the class. Nullable. + * + * @return array The members + */ + public function getMembers() + { + if (array_key_exists("members", $this->_propDict)) { + return $this->_propDict["members"]; + } else { + return null; + } + } + + /** + * Sets the members + * All users in the class. Nullable. + * + * @param EducationUser $val The members + * + * @return EducationClass + */ + public function setMembers($val) + { + $this->_propDict["members"] = $val; + return $this; + } + + + /** + * Gets the teachers + * All teachers in the class. Nullable. + * + * @return array The teachers + */ + public function getTeachers() + { + if (array_key_exists("teachers", $this->_propDict)) { + return $this->_propDict["teachers"]; + } else { + return null; + } + } + + /** + * Sets the teachers + * All teachers in the class. Nullable. + * + * @param EducationUser $val The teachers + * + * @return EducationClass + */ + public function setTeachers($val) + { + $this->_propDict["teachers"] = $val; + return $this; + } + + /** + * Gets the group + * The directory group corresponding to this class. + * + * @return Group The group + */ + public function getGroup() + { + if (array_key_exists("group", $this->_propDict)) { + if (is_a($this->_propDict["group"], "Microsoft\Graph\Model\Group")) { + return $this->_propDict["group"]; + } else { + $this->_propDict["group"] = new Group($this->_propDict["group"]); + return $this->_propDict["group"]; + } + } + return null; + } + + /** + * Sets the group + * The directory group corresponding to this class. + * + * @param Group $val The group + * + * @return EducationClass + */ + public function setGroup($val) + { + $this->_propDict["group"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EducationExternalSource.php b/vendor/microsoft/microsoft-graph/src/Model/EducationExternalSource.php new file mode 100644 index 000000000..2f98adcb6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EducationExternalSource.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Organization display name. + * + * @param string $val The displayName + * + * @return EducationOrganization + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * Organization description. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Organization description. + * + * @param string $val The description + * + * @return EducationOrganization + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the externalSource + * Source where this organization was created from. The possible values are: sis, manual, unknownFutureValue. + * + * @return EducationExternalSource The externalSource + */ + public function getExternalSource() + { + if (array_key_exists("externalSource", $this->_propDict)) { + if (is_a($this->_propDict["externalSource"], "Microsoft\Graph\Model\EducationExternalSource")) { + return $this->_propDict["externalSource"]; + } else { + $this->_propDict["externalSource"] = new EducationExternalSource($this->_propDict["externalSource"]); + return $this->_propDict["externalSource"]; + } + } + return null; + } + + /** + * Sets the externalSource + * Source where this organization was created from. The possible values are: sis, manual, unknownFutureValue. + * + * @param EducationExternalSource $val The externalSource + * + * @return EducationOrganization + */ + public function setExternalSource($val) + { + $this->_propDict["externalSource"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EducationRoot.php b/vendor/microsoft/microsoft-graph/src/Model/EducationRoot.php new file mode 100644 index 000000000..086421b9d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EducationRoot.php @@ -0,0 +1,152 @@ +_propDict)) { + return $this->_propDict["classes"]; + } else { + return null; + } + } + + /** + * Sets the classes + * Read-only. Nullable. + * + * @param EducationClass $val The classes + * + * @return EducationRoot + */ + public function setClasses($val) + { + $this->_propDict["classes"] = $val; + return $this; + } + + + /** + * Gets the schools + * Read-only. Nullable. + * + * @return array The schools + */ + public function getSchools() + { + if (array_key_exists("schools", $this->_propDict)) { + return $this->_propDict["schools"]; + } else { + return null; + } + } + + /** + * Sets the schools + * Read-only. Nullable. + * + * @param EducationSchool $val The schools + * + * @return EducationRoot + */ + public function setSchools($val) + { + $this->_propDict["schools"] = $val; + return $this; + } + + + /** + * Gets the users + * Read-only. Nullable. + * + * @return array The users + */ + public function getUsers() + { + if (array_key_exists("users", $this->_propDict)) { + return $this->_propDict["users"]; + } else { + return null; + } + } + + /** + * Sets the users + * Read-only. Nullable. + * + * @param EducationUser $val The users + * + * @return EducationRoot + */ + public function setUsers($val) + { + $this->_propDict["users"] = $val; + return $this; + } + + /** + * Gets the me + * Read-only. Nullable. + * + * @return EducationUser The me + */ + public function getMe() + { + if (array_key_exists("me", $this->_propDict)) { + if (is_a($this->_propDict["me"], "Microsoft\Graph\Model\EducationUser")) { + return $this->_propDict["me"]; + } else { + $this->_propDict["me"] = new EducationUser($this->_propDict["me"]); + return $this->_propDict["me"]; + } + } + return null; + } + + /** + * Sets the me + * Read-only. Nullable. + * + * @param EducationUser $val The me + * + * @return EducationRoot + */ + public function setMe($val) + { + $this->_propDict["me"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EducationSchool.php b/vendor/microsoft/microsoft-graph/src/Model/EducationSchool.php new file mode 100644 index 000000000..42c269ebf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EducationSchool.php @@ -0,0 +1,416 @@ +_propDict)) { + return $this->_propDict["principalEmail"]; + } else { + return null; + } + } + + /** + * Sets the principalEmail + * Email address of the principal. + * + * @param string $val The principalEmail + * + * @return EducationSchool + */ + public function setPrincipalEmail($val) + { + $this->_propDict["principalEmail"] = $val; + return $this; + } + + /** + * Gets the principalName + * Name of the principal. + * + * @return string The principalName + */ + public function getPrincipalName() + { + if (array_key_exists("principalName", $this->_propDict)) { + return $this->_propDict["principalName"]; + } else { + return null; + } + } + + /** + * Sets the principalName + * Name of the principal. + * + * @param string $val The principalName + * + * @return EducationSchool + */ + public function setPrincipalName($val) + { + $this->_propDict["principalName"] = $val; + return $this; + } + + /** + * Gets the externalPrincipalId + * ID of principal in syncing system. + * + * @return string The externalPrincipalId + */ + public function getExternalPrincipalId() + { + if (array_key_exists("externalPrincipalId", $this->_propDict)) { + return $this->_propDict["externalPrincipalId"]; + } else { + return null; + } + } + + /** + * Sets the externalPrincipalId + * ID of principal in syncing system. + * + * @param string $val The externalPrincipalId + * + * @return EducationSchool + */ + public function setExternalPrincipalId($val) + { + $this->_propDict["externalPrincipalId"] = $val; + return $this; + } + + /** + * Gets the lowestGrade + * Lowest grade taught. + * + * @return string The lowestGrade + */ + public function getLowestGrade() + { + if (array_key_exists("lowestGrade", $this->_propDict)) { + return $this->_propDict["lowestGrade"]; + } else { + return null; + } + } + + /** + * Sets the lowestGrade + * Lowest grade taught. + * + * @param string $val The lowestGrade + * + * @return EducationSchool + */ + public function setLowestGrade($val) + { + $this->_propDict["lowestGrade"] = $val; + return $this; + } + + /** + * Gets the highestGrade + * Highest grade taught. + * + * @return string The highestGrade + */ + public function getHighestGrade() + { + if (array_key_exists("highestGrade", $this->_propDict)) { + return $this->_propDict["highestGrade"]; + } else { + return null; + } + } + + /** + * Sets the highestGrade + * Highest grade taught. + * + * @param string $val The highestGrade + * + * @return EducationSchool + */ + public function setHighestGrade($val) + { + $this->_propDict["highestGrade"] = $val; + return $this; + } + + /** + * Gets the schoolNumber + * School Number. + * + * @return string The schoolNumber + */ + public function getSchoolNumber() + { + if (array_key_exists("schoolNumber", $this->_propDict)) { + return $this->_propDict["schoolNumber"]; + } else { + return null; + } + } + + /** + * Sets the schoolNumber + * School Number. + * + * @param string $val The schoolNumber + * + * @return EducationSchool + */ + public function setSchoolNumber($val) + { + $this->_propDict["schoolNumber"] = $val; + return $this; + } + + /** + * Gets the externalId + * ID of school in syncing system. + * + * @return string The externalId + */ + public function getExternalId() + { + if (array_key_exists("externalId", $this->_propDict)) { + return $this->_propDict["externalId"]; + } else { + return null; + } + } + + /** + * Sets the externalId + * ID of school in syncing system. + * + * @param string $val The externalId + * + * @return EducationSchool + */ + public function setExternalId($val) + { + $this->_propDict["externalId"] = $val; + return $this; + } + + /** + * Gets the phone + * Phone number of school. + * + * @return string The phone + */ + public function getPhone() + { + if (array_key_exists("phone", $this->_propDict)) { + return $this->_propDict["phone"]; + } else { + return null; + } + } + + /** + * Sets the phone + * Phone number of school. + * + * @param string $val The phone + * + * @return EducationSchool + */ + public function setPhone($val) + { + $this->_propDict["phone"] = $val; + return $this; + } + + /** + * Gets the fax + * Fax number of school. + * + * @return string The fax + */ + public function getFax() + { + if (array_key_exists("fax", $this->_propDict)) { + return $this->_propDict["fax"]; + } else { + return null; + } + } + + /** + * Sets the fax + * Fax number of school. + * + * @param string $val The fax + * + * @return EducationSchool + */ + public function setFax($val) + { + $this->_propDict["fax"] = $val; + return $this; + } + + /** + * Gets the createdBy + * Entity who created the school. + * + * @return IdentitySet The createdBy + */ + public function getCreatedBy() + { + if (array_key_exists("createdBy", $this->_propDict)) { + if (is_a($this->_propDict["createdBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["createdBy"]; + } else { + $this->_propDict["createdBy"] = new IdentitySet($this->_propDict["createdBy"]); + return $this->_propDict["createdBy"]; + } + } + return null; + } + + /** + * Sets the createdBy + * Entity who created the school. + * + * @param IdentitySet $val The createdBy + * + * @return EducationSchool + */ + public function setCreatedBy($val) + { + $this->_propDict["createdBy"] = $val; + return $this; + } + + /** + * Gets the address + * Address of the school. + * + * @return PhysicalAddress The address + */ + public function getAddress() + { + if (array_key_exists("address", $this->_propDict)) { + if (is_a($this->_propDict["address"], "Microsoft\Graph\Model\PhysicalAddress")) { + return $this->_propDict["address"]; + } else { + $this->_propDict["address"] = new PhysicalAddress($this->_propDict["address"]); + return $this->_propDict["address"]; + } + } + return null; + } + + /** + * Sets the address + * Address of the school. + * + * @param PhysicalAddress $val The address + * + * @return EducationSchool + */ + public function setAddress($val) + { + $this->_propDict["address"] = $val; + return $this; + } + + + /** + * Gets the classes + * Classes taught at the school. Nullable. + * + * @return array The classes + */ + public function getClasses() + { + if (array_key_exists("classes", $this->_propDict)) { + return $this->_propDict["classes"]; + } else { + return null; + } + } + + /** + * Sets the classes + * Classes taught at the school. Nullable. + * + * @param EducationClass $val The classes + * + * @return EducationSchool + */ + public function setClasses($val) + { + $this->_propDict["classes"] = $val; + return $this; + } + + + /** + * Gets the users + * Users in the school. Nullable. + * + * @return array The users + */ + public function getUsers() + { + if (array_key_exists("users", $this->_propDict)) { + return $this->_propDict["users"]; + } else { + return null; + } + } + + /** + * Sets the users + * Users in the school. Nullable. + * + * @param EducationUser $val The users + * + * @return EducationSchool + */ + public function setUsers($val) + { + $this->_propDict["users"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php b/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php new file mode 100644 index 000000000..ba7b9c4a5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EducationStudent.php @@ -0,0 +1,206 @@ +_propDict)) { + return $this->_propDict["graduationYear"]; + } else { + return null; + } + } + + /** + * Sets the graduationYear + * Year the student is graduating from the school. + * + * @param string $val The value of the graduationYear + * + * @return EducationStudent + */ + public function setGraduationYear($val) + { + $this->_propDict["graduationYear"] = $val; + return $this; + } + /** + * Gets the grade + * Current grade level of the student. + * + * @return string The grade + */ + public function getGrade() + { + if (array_key_exists("grade", $this->_propDict)) { + return $this->_propDict["grade"]; + } else { + return null; + } + } + + /** + * Sets the grade + * Current grade level of the student. + * + * @param string $val The value of the grade + * + * @return EducationStudent + */ + public function setGrade($val) + { + $this->_propDict["grade"] = $val; + return $this; + } + + /** + * Gets the birthDate + * Birth date of the student. + * + * @return \DateTime The birthDate + */ + public function getBirthDate() + { + if (array_key_exists("birthDate", $this->_propDict)) { + if (is_a($this->_propDict["birthDate"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["birthDate"]; + } else { + $this->_propDict["birthDate"] = new \DateTime($this->_propDict["birthDate"]); + return $this->_propDict["birthDate"]; + } + } + return null; + } + + /** + * Sets the birthDate + * Birth date of the student. + * + * @param \DateTime $val The value to assign to the birthDate + * + * @return EducationStudent The EducationStudent + */ + public function setBirthDate($val) + { + $this->_propDict["birthDate"] = $val; + return $this; + } + + /** + * Gets the gender + * The possible values are: female, male, other, unknownFutureValue. + * + * @return EducationGender The gender + */ + public function getGender() + { + if (array_key_exists("gender", $this->_propDict)) { + if (is_a($this->_propDict["gender"], "Microsoft\Graph\Model\EducationGender")) { + return $this->_propDict["gender"]; + } else { + $this->_propDict["gender"] = new EducationGender($this->_propDict["gender"]); + return $this->_propDict["gender"]; + } + } + return null; + } + + /** + * Sets the gender + * The possible values are: female, male, other, unknownFutureValue. + * + * @param EducationGender $val The value to assign to the gender + * + * @return EducationStudent The EducationStudent + */ + public function setGender($val) + { + $this->_propDict["gender"] = $val; + return $this; + } + /** + * Gets the studentNumber + * Student Number. + * + * @return string The studentNumber + */ + public function getStudentNumber() + { + if (array_key_exists("studentNumber", $this->_propDict)) { + return $this->_propDict["studentNumber"]; + } else { + return null; + } + } + + /** + * Sets the studentNumber + * Student Number. + * + * @param string $val The value of the studentNumber + * + * @return EducationStudent + */ + public function setStudentNumber($val) + { + $this->_propDict["studentNumber"] = $val; + return $this; + } + /** + * Gets the externalId + * ID of the student in the source system. + * + * @return string The externalId + */ + public function getExternalId() + { + if (array_key_exists("externalId", $this->_propDict)) { + return $this->_propDict["externalId"]; + } else { + return null; + } + } + + /** + * Sets the externalId + * ID of the student in the source system. + * + * @param string $val The value of the externalId + * + * @return EducationStudent + */ + public function setExternalId($val) + { + $this->_propDict["externalId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/EducationTeacher.php b/vendor/microsoft/microsoft-graph/src/Model/EducationTeacher.php new file mode 100644 index 000000000..deb3515dc --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EducationTeacher.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["teacherNumber"]; + } else { + return null; + } + } + + /** + * Sets the teacherNumber + * Teacher number. + * + * @param string $val The value of the teacherNumber + * + * @return EducationTeacher + */ + public function setTeacherNumber($val) + { + $this->_propDict["teacherNumber"] = $val; + return $this; + } + /** + * Gets the externalId + * ID of the teacher in the source system. + * + * @return string The externalId + */ + public function getExternalId() + { + if (array_key_exists("externalId", $this->_propDict)) { + return $this->_propDict["externalId"]; + } else { + return null; + } + } + + /** + * Sets the externalId + * ID of the teacher in the source system. + * + * @param string $val The value of the externalId + * + * @return EducationTeacher + */ + public function setExternalId($val) + { + $this->_propDict["externalId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/EducationTerm.php b/vendor/microsoft/microsoft-graph/src/Model/EducationTerm.php new file mode 100644 index 000000000..48f3ed28b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EducationTerm.php @@ -0,0 +1,150 @@ +_propDict)) { + return $this->_propDict["externalId"]; + } else { + return null; + } + } + + /** + * Sets the externalId + * ID of term in the syncing system. + * + * @param string $val The value of the externalId + * + * @return EducationTerm + */ + public function setExternalId($val) + { + $this->_propDict["externalId"] = $val; + return $this; + } + + /** + * Gets the startDate + * Start of the term. + * + * @return \DateTime The startDate + */ + public function getStartDate() + { + if (array_key_exists("startDate", $this->_propDict)) { + if (is_a($this->_propDict["startDate"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["startDate"]; + } else { + $this->_propDict["startDate"] = new \DateTime($this->_propDict["startDate"]); + return $this->_propDict["startDate"]; + } + } + return null; + } + + /** + * Sets the startDate + * Start of the term. + * + * @param \DateTime $val The value to assign to the startDate + * + * @return EducationTerm The EducationTerm + */ + public function setStartDate($val) + { + $this->_propDict["startDate"] = $val; + return $this; + } + + /** + * Gets the endDate + * End of the term. + * + * @return \DateTime The endDate + */ + public function getEndDate() + { + if (array_key_exists("endDate", $this->_propDict)) { + if (is_a($this->_propDict["endDate"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["endDate"]; + } else { + $this->_propDict["endDate"] = new \DateTime($this->_propDict["endDate"]); + return $this->_propDict["endDate"]; + } + } + return null; + } + + /** + * Sets the endDate + * End of the term. + * + * @param \DateTime $val The value to assign to the endDate + * + * @return EducationTerm The EducationTerm + */ + public function setEndDate($val) + { + $this->_propDict["endDate"] = $val; + return $this; + } + /** + * Gets the displayName + * Display name of the term. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name of the term. + * + * @param string $val The value of the displayName + * + * @return EducationTerm + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/EducationUser.php b/vendor/microsoft/microsoft-graph/src/Model/EducationUser.php new file mode 100644 index 000000000..5c1651aaf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EducationUser.php @@ -0,0 +1,996 @@ +_propDict)) { + if (is_a($this->_propDict["primaryRole"], "Microsoft\Graph\Model\EducationUserRole")) { + return $this->_propDict["primaryRole"]; + } else { + $this->_propDict["primaryRole"] = new EducationUserRole($this->_propDict["primaryRole"]); + return $this->_propDict["primaryRole"]; + } + } + return null; + } + + /** + * Sets the primaryRole + * Default role for a user. The user's role might be different in an individual class. The possible values are: student, teacher. Supports $filter. + * + * @param EducationUserRole $val The primaryRole + * + * @return EducationUser + */ + public function setPrimaryRole($val) + { + $this->_propDict["primaryRole"] = $val; + return $this; + } + + /** + * Gets the middleName + * The middle name of user. + * + * @return string The middleName + */ + public function getMiddleName() + { + if (array_key_exists("middleName", $this->_propDict)) { + return $this->_propDict["middleName"]; + } else { + return null; + } + } + + /** + * Sets the middleName + * The middle name of user. + * + * @param string $val The middleName + * + * @return EducationUser + */ + public function setMiddleName($val) + { + $this->_propDict["middleName"] = $val; + return $this; + } + + /** + * Gets the externalSource + * Where this user was created from. The possible values are: sis, manual. + * + * @return EducationExternalSource The externalSource + */ + public function getExternalSource() + { + if (array_key_exists("externalSource", $this->_propDict)) { + if (is_a($this->_propDict["externalSource"], "Microsoft\Graph\Model\EducationExternalSource")) { + return $this->_propDict["externalSource"]; + } else { + $this->_propDict["externalSource"] = new EducationExternalSource($this->_propDict["externalSource"]); + return $this->_propDict["externalSource"]; + } + } + return null; + } + + /** + * Sets the externalSource + * Where this user was created from. The possible values are: sis, manual. + * + * @param EducationExternalSource $val The externalSource + * + * @return EducationUser + */ + public function setExternalSource($val) + { + $this->_propDict["externalSource"] = $val; + return $this; + } + + /** + * Gets the residenceAddress + * Address where user lives. + * + * @return PhysicalAddress The residenceAddress + */ + public function getResidenceAddress() + { + if (array_key_exists("residenceAddress", $this->_propDict)) { + if (is_a($this->_propDict["residenceAddress"], "Microsoft\Graph\Model\PhysicalAddress")) { + return $this->_propDict["residenceAddress"]; + } else { + $this->_propDict["residenceAddress"] = new PhysicalAddress($this->_propDict["residenceAddress"]); + return $this->_propDict["residenceAddress"]; + } + } + return null; + } + + /** + * Sets the residenceAddress + * Address where user lives. + * + * @param PhysicalAddress $val The residenceAddress + * + * @return EducationUser + */ + public function setResidenceAddress($val) + { + $this->_propDict["residenceAddress"] = $val; + return $this; + } + + /** + * Gets the mailingAddress + * Mail address of user. + * + * @return PhysicalAddress The mailingAddress + */ + public function getMailingAddress() + { + if (array_key_exists("mailingAddress", $this->_propDict)) { + if (is_a($this->_propDict["mailingAddress"], "Microsoft\Graph\Model\PhysicalAddress")) { + return $this->_propDict["mailingAddress"]; + } else { + $this->_propDict["mailingAddress"] = new PhysicalAddress($this->_propDict["mailingAddress"]); + return $this->_propDict["mailingAddress"]; + } + } + return null; + } + + /** + * Sets the mailingAddress + * Mail address of user. + * + * @param PhysicalAddress $val The mailingAddress + * + * @return EducationUser + */ + public function setMailingAddress($val) + { + $this->_propDict["mailingAddress"] = $val; + return $this; + } + + /** + * Gets the student + * If the primary role is student, this block will contain student specific data. + * + * @return EducationStudent The student + */ + public function getStudent() + { + if (array_key_exists("student", $this->_propDict)) { + if (is_a($this->_propDict["student"], "Microsoft\Graph\Model\EducationStudent")) { + return $this->_propDict["student"]; + } else { + $this->_propDict["student"] = new EducationStudent($this->_propDict["student"]); + return $this->_propDict["student"]; + } + } + return null; + } + + /** + * Sets the student + * If the primary role is student, this block will contain student specific data. + * + * @param EducationStudent $val The student + * + * @return EducationUser + */ + public function setStudent($val) + { + $this->_propDict["student"] = $val; + return $this; + } + + /** + * Gets the teacher + * If the primary role is teacher, this block will contain teacher specific data. + * + * @return EducationTeacher The teacher + */ + public function getTeacher() + { + if (array_key_exists("teacher", $this->_propDict)) { + if (is_a($this->_propDict["teacher"], "Microsoft\Graph\Model\EducationTeacher")) { + return $this->_propDict["teacher"]; + } else { + $this->_propDict["teacher"] = new EducationTeacher($this->_propDict["teacher"]); + return $this->_propDict["teacher"]; + } + } + return null; + } + + /** + * Sets the teacher + * If the primary role is teacher, this block will contain teacher specific data. + * + * @param EducationTeacher $val The teacher + * + * @return EducationUser + */ + public function setTeacher($val) + { + $this->_propDict["teacher"] = $val; + return $this; + } + + /** + * Gets the createdBy + * Entity who created the user. + * + * @return IdentitySet The createdBy + */ + public function getCreatedBy() + { + if (array_key_exists("createdBy", $this->_propDict)) { + if (is_a($this->_propDict["createdBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["createdBy"]; + } else { + $this->_propDict["createdBy"] = new IdentitySet($this->_propDict["createdBy"]); + return $this->_propDict["createdBy"]; + } + } + return null; + } + + /** + * Sets the createdBy + * Entity who created the user. + * + * @param IdentitySet $val The createdBy + * + * @return EducationUser + */ + public function setCreatedBy($val) + { + $this->_propDict["createdBy"] = $val; + return $this; + } + + /** + * Gets the accountEnabled + * True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter. + * + * @return bool The accountEnabled + */ + public function getAccountEnabled() + { + if (array_key_exists("accountEnabled", $this->_propDict)) { + return $this->_propDict["accountEnabled"]; + } else { + return null; + } + } + + /** + * Sets the accountEnabled + * True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter. + * + * @param bool $val The accountEnabled + * + * @return EducationUser + */ + public function setAccountEnabled($val) + { + $this->_propDict["accountEnabled"] = boolval($val); + return $this; + } + + + /** + * Gets the assignedLicenses + * The licenses that are assigned to the user. Not nullable. + * + * @return array The assignedLicenses + */ + public function getAssignedLicenses() + { + if (array_key_exists("assignedLicenses", $this->_propDict)) { + return $this->_propDict["assignedLicenses"]; + } else { + return null; + } + } + + /** + * Sets the assignedLicenses + * The licenses that are assigned to the user. Not nullable. + * + * @param AssignedLicense $val The assignedLicenses + * + * @return EducationUser + */ + public function setAssignedLicenses($val) + { + $this->_propDict["assignedLicenses"] = $val; + return $this; + } + + + /** + * Gets the assignedPlans + * The plans that are assigned to the user. Read-only. Not nullable. + * + * @return array The assignedPlans + */ + public function getAssignedPlans() + { + if (array_key_exists("assignedPlans", $this->_propDict)) { + return $this->_propDict["assignedPlans"]; + } else { + return null; + } + } + + /** + * Sets the assignedPlans + * The plans that are assigned to the user. Read-only. Not nullable. + * + * @param AssignedPlan $val The assignedPlans + * + * @return EducationUser + */ + public function setAssignedPlans($val) + { + $this->_propDict["assignedPlans"] = $val; + return $this; + } + + /** + * Gets the businessPhones + * The telephone numbers for the user. Note: Although this is a string collection, only one number can be set for this property. + * + * @return string The businessPhones + */ + public function getBusinessPhones() + { + if (array_key_exists("businessPhones", $this->_propDict)) { + return $this->_propDict["businessPhones"]; + } else { + return null; + } + } + + /** + * Sets the businessPhones + * The telephone numbers for the user. Note: Although this is a string collection, only one number can be set for this property. + * + * @param string $val The businessPhones + * + * @return EducationUser + */ + public function setBusinessPhones($val) + { + $this->_propDict["businessPhones"] = $val; + return $this; + } + + /** + * Gets the department + * The name for the department in which the user works. Supports $filter. + * + * @return string The department + */ + public function getDepartment() + { + if (array_key_exists("department", $this->_propDict)) { + return $this->_propDict["department"]; + } else { + return null; + } + } + + /** + * Sets the department + * The name for the department in which the user works. Supports $filter. + * + * @param string $val The department + * + * @return EducationUser + */ + public function setDepartment($val) + { + $this->_propDict["department"] = $val; + return $this; + } + + /** + * Gets the displayName + * The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby. + * + * @param string $val The displayName + * + * @return EducationUser + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the givenName + * The given name (first name) of the user. Supports $filter. + * + * @return string The givenName + */ + public function getGivenName() + { + if (array_key_exists("givenName", $this->_propDict)) { + return $this->_propDict["givenName"]; + } else { + return null; + } + } + + /** + * Sets the givenName + * The given name (first name) of the user. Supports $filter. + * + * @param string $val The givenName + * + * @return EducationUser + */ + public function setGivenName($val) + { + $this->_propDict["givenName"] = $val; + return $this; + } + + /** + * Gets the mail + * The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports $filter. + * + * @return string The mail + */ + public function getMail() + { + if (array_key_exists("mail", $this->_propDict)) { + return $this->_propDict["mail"]; + } else { + return null; + } + } + + /** + * Sets the mail + * The SMTP address for the user; for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports $filter. + * + * @param string $val The mail + * + * @return EducationUser + */ + public function setMail($val) + { + $this->_propDict["mail"] = $val; + return $this; + } + + /** + * Gets the mailNickname + * The mail alias for the user. This property must be specified when a user is created. Supports $filter. + * + * @return string The mailNickname + */ + public function getMailNickname() + { + if (array_key_exists("mailNickname", $this->_propDict)) { + return $this->_propDict["mailNickname"]; + } else { + return null; + } + } + + /** + * Sets the mailNickname + * The mail alias for the user. This property must be specified when a user is created. Supports $filter. + * + * @param string $val The mailNickname + * + * @return EducationUser + */ + public function setMailNickname($val) + { + $this->_propDict["mailNickname"] = $val; + return $this; + } + + /** + * Gets the mobilePhone + * The primary cellular telephone number for the user. + * + * @return string The mobilePhone + */ + public function getMobilePhone() + { + if (array_key_exists("mobilePhone", $this->_propDict)) { + return $this->_propDict["mobilePhone"]; + } else { + return null; + } + } + + /** + * Sets the mobilePhone + * The primary cellular telephone number for the user. + * + * @param string $val The mobilePhone + * + * @return EducationUser + */ + public function setMobilePhone($val) + { + $this->_propDict["mobilePhone"] = $val; + return $this; + } + + /** + * Gets the passwordPolicies + * Specifies password policies for the user. This value is an enumeration with one possible value being 'DisableStrongPassword', which allows weaker passwords than the default policy to be specified. 'DisablePasswordExpiration' can also be specified. The two can be specified together; for example: 'DisablePasswordExpiration, DisableStrongPassword'. + * + * @return string The passwordPolicies + */ + public function getPasswordPolicies() + { + if (array_key_exists("passwordPolicies", $this->_propDict)) { + return $this->_propDict["passwordPolicies"]; + } else { + return null; + } + } + + /** + * Sets the passwordPolicies + * Specifies password policies for the user. This value is an enumeration with one possible value being 'DisableStrongPassword', which allows weaker passwords than the default policy to be specified. 'DisablePasswordExpiration' can also be specified. The two can be specified together; for example: 'DisablePasswordExpiration, DisableStrongPassword'. + * + * @param string $val The passwordPolicies + * + * @return EducationUser + */ + public function setPasswordPolicies($val) + { + $this->_propDict["passwordPolicies"] = $val; + return $this; + } + + /** + * Gets the passwordProfile + * Specifies the password profile for the user. The profile contains the user’s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. + * + * @return PasswordProfile The passwordProfile + */ + public function getPasswordProfile() + { + if (array_key_exists("passwordProfile", $this->_propDict)) { + if (is_a($this->_propDict["passwordProfile"], "Microsoft\Graph\Model\PasswordProfile")) { + return $this->_propDict["passwordProfile"]; + } else { + $this->_propDict["passwordProfile"] = new PasswordProfile($this->_propDict["passwordProfile"]); + return $this->_propDict["passwordProfile"]; + } + } + return null; + } + + /** + * Sets the passwordProfile + * Specifies the password profile for the user. The profile contains the user’s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. + * + * @param PasswordProfile $val The passwordProfile + * + * @return EducationUser + */ + public function setPasswordProfile($val) + { + $this->_propDict["passwordProfile"] = $val; + return $this; + } + + /** + * Gets the officeLocation + * + * @return string The officeLocation + */ + public function getOfficeLocation() + { + if (array_key_exists("officeLocation", $this->_propDict)) { + return $this->_propDict["officeLocation"]; + } else { + return null; + } + } + + /** + * Sets the officeLocation + * + * @param string $val The officeLocation + * + * @return EducationUser + */ + public function setOfficeLocation($val) + { + $this->_propDict["officeLocation"] = $val; + return $this; + } + + /** + * Gets the preferredLanguage + * The preferred language for the user. Should follow ISO 639-1 Code; for example, 'en-US'. + * + * @return string The preferredLanguage + */ + public function getPreferredLanguage() + { + if (array_key_exists("preferredLanguage", $this->_propDict)) { + return $this->_propDict["preferredLanguage"]; + } else { + return null; + } + } + + /** + * Sets the preferredLanguage + * The preferred language for the user. Should follow ISO 639-1 Code; for example, 'en-US'. + * + * @param string $val The preferredLanguage + * + * @return EducationUser + */ + public function setPreferredLanguage($val) + { + $this->_propDict["preferredLanguage"] = $val; + return $this; + } + + + /** + * Gets the provisionedPlans + * The plans that are provisioned for the user. Read-only. Not nullable. + * + * @return array The provisionedPlans + */ + public function getProvisionedPlans() + { + if (array_key_exists("provisionedPlans", $this->_propDict)) { + return $this->_propDict["provisionedPlans"]; + } else { + return null; + } + } + + /** + * Sets the provisionedPlans + * The plans that are provisioned for the user. Read-only. Not nullable. + * + * @param ProvisionedPlan $val The provisionedPlans + * + * @return EducationUser + */ + public function setProvisionedPlans($val) + { + $this->_propDict["provisionedPlans"] = $val; + return $this; + } + + /** + * Gets the refreshTokensValidFromDateTime + * + * @return \DateTime The refreshTokensValidFromDateTime + */ + public function getRefreshTokensValidFromDateTime() + { + if (array_key_exists("refreshTokensValidFromDateTime", $this->_propDict)) { + if (is_a($this->_propDict["refreshTokensValidFromDateTime"], "\DateTime")) { + return $this->_propDict["refreshTokensValidFromDateTime"]; + } else { + $this->_propDict["refreshTokensValidFromDateTime"] = new \DateTime($this->_propDict["refreshTokensValidFromDateTime"]); + return $this->_propDict["refreshTokensValidFromDateTime"]; + } + } + return null; + } + + /** + * Sets the refreshTokensValidFromDateTime + * + * @param \DateTime $val The refreshTokensValidFromDateTime + * + * @return EducationUser + */ + public function setRefreshTokensValidFromDateTime($val) + { + $this->_propDict["refreshTokensValidFromDateTime"] = $val; + return $this; + } + + /** + * Gets the showInAddressList + * + * @return bool The showInAddressList + */ + public function getShowInAddressList() + { + if (array_key_exists("showInAddressList", $this->_propDict)) { + return $this->_propDict["showInAddressList"]; + } else { + return null; + } + } + + /** + * Sets the showInAddressList + * + * @param bool $val The showInAddressList + * + * @return EducationUser + */ + public function setShowInAddressList($val) + { + $this->_propDict["showInAddressList"] = boolval($val); + return $this; + } + + /** + * Gets the surname + * The user's surname (family name or last name). Supports $filter. + * + * @return string The surname + */ + public function getSurname() + { + if (array_key_exists("surname", $this->_propDict)) { + return $this->_propDict["surname"]; + } else { + return null; + } + } + + /** + * Sets the surname + * The user's surname (family name or last name). Supports $filter. + * + * @param string $val The surname + * + * @return EducationUser + */ + public function setSurname($val) + { + $this->_propDict["surname"] = $val; + return $this; + } + + /** + * Gets the usageLocation + * A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: 'US', 'JP', and 'GB'. Not nullable. Supports $filter. + * + * @return string The usageLocation + */ + public function getUsageLocation() + { + if (array_key_exists("usageLocation", $this->_propDict)) { + return $this->_propDict["usageLocation"]; + } else { + return null; + } + } + + /** + * Sets the usageLocation + * A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: 'US', 'JP', and 'GB'. Not nullable. Supports $filter. + * + * @param string $val The usageLocation + * + * @return EducationUser + */ + public function setUsageLocation($val) + { + $this->_propDict["usageLocation"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby. + * + * @param string $val The userPrincipalName + * + * @return EducationUser + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + + /** + * Gets the userType + * A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Supports $filter. + * + * @return string The userType + */ + public function getUserType() + { + if (array_key_exists("userType", $this->_propDict)) { + return $this->_propDict["userType"]; + } else { + return null; + } + } + + /** + * Sets the userType + * A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Supports $filter. + * + * @param string $val The userType + * + * @return EducationUser + */ + public function setUserType($val) + { + $this->_propDict["userType"] = $val; + return $this; + } + + + /** + * Gets the schools + * Schools to which the user belongs. Nullable. + * + * @return array The schools + */ + public function getSchools() + { + if (array_key_exists("schools", $this->_propDict)) { + return $this->_propDict["schools"]; + } else { + return null; + } + } + + /** + * Sets the schools + * Schools to which the user belongs. Nullable. + * + * @param EducationSchool $val The schools + * + * @return EducationUser + */ + public function setSchools($val) + { + $this->_propDict["schools"] = $val; + return $this; + } + + + /** + * Gets the classes + * Classes to which the user belongs. Nullable. + * + * @return array The classes + */ + public function getClasses() + { + if (array_key_exists("classes", $this->_propDict)) { + return $this->_propDict["classes"]; + } else { + return null; + } + } + + /** + * Sets the classes + * Classes to which the user belongs. Nullable. + * + * @param EducationClass $val The classes + * + * @return EducationUser + */ + public function setClasses($val) + { + $this->_propDict["classes"] = $val; + return $this; + } + + /** + * Gets the user + * The directory user corresponding to this user. + * + * @return User The user + */ + public function getUser() + { + if (array_key_exists("user", $this->_propDict)) { + if (is_a($this->_propDict["user"], "Microsoft\Graph\Model\User")) { + return $this->_propDict["user"]; + } else { + $this->_propDict["user"] = new User($this->_propDict["user"]); + return $this->_propDict["user"]; + } + } + return null; + } + + /** + * Sets the user + * The directory user corresponding to this user. + * + * @param User $val The user + * + * @return EducationUser + */ + public function setUser($val) + { + $this->_propDict["user"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EducationUserRole.php b/vendor/microsoft/microsoft-graph/src/Model/EducationUserRole.php new file mode 100644 index 000000000..c95a4a663 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EducationUserRole.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The display name of the person or entity. + * + * @param string $val The value of the name + * + * @return EmailAddress + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the address + * The email address of the person or entity. + * + * @return string The address + */ + public function getAddress() + { + if (array_key_exists("address", $this->_propDict)) { + return $this->_propDict["address"]; + } else { + return null; + } + } + + /** + * Sets the address + * The email address of the person or entity. + * + * @param string $val The value of the address + * + * @return EmailAddress + */ + public function setAddress($val) + { + $this->_propDict["address"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/EmailRole.php b/vendor/microsoft/microsoft-graph/src/Model/EmailRole.php new file mode 100644 index 000000000..36b776190 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EmailRole.php @@ -0,0 +1,38 @@ +_propDict)) { + if (is_a($this->_propDict["target"], "Microsoft\Graph\Model\DeviceAndAppManagementAssignmentTarget")) { + return $this->_propDict["target"]; + } else { + $this->_propDict["target"] = new DeviceAndAppManagementAssignmentTarget($this->_propDict["target"]); + return $this->_propDict["target"]; + } + } + return null; + } + + /** + * Sets the target + * Not yet documented + * + * @param DeviceAndAppManagementAssignmentTarget $val The target + * + * @return EnrollmentConfigurationAssignment + */ + public function setTarget($val) + { + $this->_propDict["target"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EnrollmentTroubleshootingEvent.php b/vendor/microsoft/microsoft-graph/src/Model/EnrollmentTroubleshootingEvent.php new file mode 100644 index 000000000..833b99600 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EnrollmentTroubleshootingEvent.php @@ -0,0 +1,269 @@ +_propDict)) { + return $this->_propDict["managedDeviceIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the managedDeviceIdentifier + * Device identifier created or collected by Intune. + * + * @param string $val The managedDeviceIdentifier + * + * @return EnrollmentTroubleshootingEvent + */ + public function setManagedDeviceIdentifier($val) + { + $this->_propDict["managedDeviceIdentifier"] = $val; + return $this; + } + + /** + * Gets the operatingSystem + * Operating System. + * + * @return string The operatingSystem + */ + public function getOperatingSystem() + { + if (array_key_exists("operatingSystem", $this->_propDict)) { + return $this->_propDict["operatingSystem"]; + } else { + return null; + } + } + + /** + * Sets the operatingSystem + * Operating System. + * + * @param string $val The operatingSystem + * + * @return EnrollmentTroubleshootingEvent + */ + public function setOperatingSystem($val) + { + $this->_propDict["operatingSystem"] = $val; + return $this; + } + + /** + * Gets the osVersion + * OS Version. + * + * @return string The osVersion + */ + public function getOsVersion() + { + if (array_key_exists("osVersion", $this->_propDict)) { + return $this->_propDict["osVersion"]; + } else { + return null; + } + } + + /** + * Sets the osVersion + * OS Version. + * + * @param string $val The osVersion + * + * @return EnrollmentTroubleshootingEvent + */ + public function setOsVersion($val) + { + $this->_propDict["osVersion"] = $val; + return $this; + } + + /** + * Gets the userId + * Identifier for the user that tried to enroll the device. + * + * @return string The userId + */ + public function getUserId() + { + if (array_key_exists("userId", $this->_propDict)) { + return $this->_propDict["userId"]; + } else { + return null; + } + } + + /** + * Sets the userId + * Identifier for the user that tried to enroll the device. + * + * @param string $val The userId + * + * @return EnrollmentTroubleshootingEvent + */ + public function setUserId($val) + { + $this->_propDict["userId"] = $val; + return $this; + } + + /** + * Gets the deviceId + * Azure AD device identifier. + * + * @return string The deviceId + */ + public function getDeviceId() + { + if (array_key_exists("deviceId", $this->_propDict)) { + return $this->_propDict["deviceId"]; + } else { + return null; + } + } + + /** + * Sets the deviceId + * Azure AD device identifier. + * + * @param string $val The deviceId + * + * @return EnrollmentTroubleshootingEvent + */ + public function setDeviceId($val) + { + $this->_propDict["deviceId"] = $val; + return $this; + } + + /** + * Gets the enrollmentType + * Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement. + * + * @return DeviceEnrollmentType The enrollmentType + */ + public function getEnrollmentType() + { + if (array_key_exists("enrollmentType", $this->_propDict)) { + if (is_a($this->_propDict["enrollmentType"], "Microsoft\Graph\Model\DeviceEnrollmentType")) { + return $this->_propDict["enrollmentType"]; + } else { + $this->_propDict["enrollmentType"] = new DeviceEnrollmentType($this->_propDict["enrollmentType"]); + return $this->_propDict["enrollmentType"]; + } + } + return null; + } + + /** + * Sets the enrollmentType + * Type of the enrollment. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement. + * + * @param DeviceEnrollmentType $val The enrollmentType + * + * @return EnrollmentTroubleshootingEvent + */ + public function setEnrollmentType($val) + { + $this->_propDict["enrollmentType"] = $val; + return $this; + } + + /** + * Gets the failureCategory + * Highlevel failure category. Possible values are: unknown, authentication, authorization, accountValidation, userValidation, deviceNotSupported, inMaintenance, badRequest, featureNotSupported, enrollmentRestrictionsEnforced, clientDisconnected, userAbandonment. + * + * @return DeviceEnrollmentFailureReason The failureCategory + */ + public function getFailureCategory() + { + if (array_key_exists("failureCategory", $this->_propDict)) { + if (is_a($this->_propDict["failureCategory"], "Microsoft\Graph\Model\DeviceEnrollmentFailureReason")) { + return $this->_propDict["failureCategory"]; + } else { + $this->_propDict["failureCategory"] = new DeviceEnrollmentFailureReason($this->_propDict["failureCategory"]); + return $this->_propDict["failureCategory"]; + } + } + return null; + } + + /** + * Sets the failureCategory + * Highlevel failure category. Possible values are: unknown, authentication, authorization, accountValidation, userValidation, deviceNotSupported, inMaintenance, badRequest, featureNotSupported, enrollmentRestrictionsEnforced, clientDisconnected, userAbandonment. + * + * @param DeviceEnrollmentFailureReason $val The failureCategory + * + * @return EnrollmentTroubleshootingEvent + */ + public function setFailureCategory($val) + { + $this->_propDict["failureCategory"] = $val; + return $this; + } + + /** + * Gets the failureReason + * Detailed failure reason. + * + * @return string The failureReason + */ + public function getFailureReason() + { + if (array_key_exists("failureReason", $this->_propDict)) { + return $this->_propDict["failureReason"]; + } else { + return null; + } + } + + /** + * Sets the failureReason + * Detailed failure reason. + * + * @param string $val The failureReason + * + * @return EnrollmentTroubleshootingEvent + */ + public function setFailureReason($val) + { + $this->_propDict["failureReason"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Entity.php b/vendor/microsoft/microsoft-graph/src/Model/Entity.php new file mode 100644 index 000000000..fd926e87b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Entity.php @@ -0,0 +1,127 @@ + string) + */ + protected $_propDict; + + /** + * Construct a new Entity + * + * @param array $propDict A list of properties to set + */ + function __construct($propDict = array()) + { + $this->_propDict = $propDict; + } + + /** + * Gets the property dictionary of the Entity + * + * @return array The list of properties + */ + public function getProperties() + { + return $this->_propDict; + } + + /** + * Gets the id + * Read-only. + * + * @return string The id + */ + public function getId() + { + if (array_key_exists("id", $this->_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * Read-only. + * + * @param string $val The id + * + * @return Entity + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + + /** + * Gets the ODataType + * + * @return string The ODataType + */ + public function getODataType() + { + return $this->_propDict["@odata.type"]; + } + + /** + * Sets the ODataType + * + * @param string The ODataType + * + * @return Entity + */ + public function setODataType($val) + { + $this->_propDict["@odata.type"] = $val; + return $this; + } + + /** + * Serializes the object by property array + * Manually serialize DateTime into RFC3339 format + * + * @return array The list of properties + */ + public function jsonSerialize() + { + $serializableProperties = $this->getProperties(); + foreach ($serializableProperties as $property => $val) { + if (is_a($val, "\DateTime")) { + $serializableProperties[$property] = $val->format(\DateTime::RFC3339); + } else if (is_a($val, "\Microsoft\Graph\Core\Enum")) { + $serializableProperties[$property] = $val->value(); + } + } + return $serializableProperties; + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Event.php b/vendor/microsoft/microsoft-graph/src/Model/Event.php new file mode 100644 index 000000000..3f4ce2b37 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Event.php @@ -0,0 +1,1103 @@ +_propDict)) { + return $this->_propDict["originalStartTimeZone"]; + } else { + return null; + } + } + + /** + * Sets the originalStartTimeZone + * The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook. + * + * @param string $val The originalStartTimeZone + * + * @return Event + */ + public function setOriginalStartTimeZone($val) + { + $this->_propDict["originalStartTimeZone"] = $val; + return $this; + } + + /** + * Gets the originalEndTimeZone + * The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook. + * + * @return string The originalEndTimeZone + */ + public function getOriginalEndTimeZone() + { + if (array_key_exists("originalEndTimeZone", $this->_propDict)) { + return $this->_propDict["originalEndTimeZone"]; + } else { + return null; + } + } + + /** + * Sets the originalEndTimeZone + * The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook. + * + * @param string $val The originalEndTimeZone + * + * @return Event + */ + public function setOriginalEndTimeZone($val) + { + $this->_propDict["originalEndTimeZone"] = $val; + return $this; + } + + /** + * Gets the responseStatus + * Indicates the type of response sent in response to an event message. + * + * @return ResponseStatus The responseStatus + */ + public function getResponseStatus() + { + if (array_key_exists("responseStatus", $this->_propDict)) { + if (is_a($this->_propDict["responseStatus"], "Microsoft\Graph\Model\ResponseStatus")) { + return $this->_propDict["responseStatus"]; + } else { + $this->_propDict["responseStatus"] = new ResponseStatus($this->_propDict["responseStatus"]); + return $this->_propDict["responseStatus"]; + } + } + return null; + } + + /** + * Sets the responseStatus + * Indicates the type of response sent in response to an event message. + * + * @param ResponseStatus $val The responseStatus + * + * @return Event + */ + public function setResponseStatus($val) + { + $this->_propDict["responseStatus"] = $val; + return $this; + } + + /** + * Gets the iCalUId + * A unique identifier that is shared by all instances of an event across different calendars. Read-only. + * + * @return string The iCalUId + */ + public function getICalUId() + { + if (array_key_exists("iCalUId", $this->_propDict)) { + return $this->_propDict["iCalUId"]; + } else { + return null; + } + } + + /** + * Sets the iCalUId + * A unique identifier that is shared by all instances of an event across different calendars. Read-only. + * + * @param string $val The iCalUId + * + * @return Event + */ + public function setICalUId($val) + { + $this->_propDict["iCalUId"] = $val; + return $this; + } + + /** + * Gets the reminderMinutesBeforeStart + * The number of minutes before the event start time that the reminder alert occurs. + * + * @return int The reminderMinutesBeforeStart + */ + public function getReminderMinutesBeforeStart() + { + if (array_key_exists("reminderMinutesBeforeStart", $this->_propDict)) { + return $this->_propDict["reminderMinutesBeforeStart"]; + } else { + return null; + } + } + + /** + * Sets the reminderMinutesBeforeStart + * The number of minutes before the event start time that the reminder alert occurs. + * + * @param int $val The reminderMinutesBeforeStart + * + * @return Event + */ + public function setReminderMinutesBeforeStart($val) + { + $this->_propDict["reminderMinutesBeforeStart"] = intval($val); + return $this; + } + + /** + * Gets the isReminderOn + * Set to true if an alert is set to remind the user of the event. + * + * @return bool The isReminderOn + */ + public function getIsReminderOn() + { + if (array_key_exists("isReminderOn", $this->_propDict)) { + return $this->_propDict["isReminderOn"]; + } else { + return null; + } + } + + /** + * Sets the isReminderOn + * Set to true if an alert is set to remind the user of the event. + * + * @param bool $val The isReminderOn + * + * @return Event + */ + public function setIsReminderOn($val) + { + $this->_propDict["isReminderOn"] = boolval($val); + return $this; + } + + /** + * Gets the hasAttachments + * Set to true if the event has attachments. + * + * @return bool The hasAttachments + */ + public function getHasAttachments() + { + if (array_key_exists("hasAttachments", $this->_propDict)) { + return $this->_propDict["hasAttachments"]; + } else { + return null; + } + } + + /** + * Sets the hasAttachments + * Set to true if the event has attachments. + * + * @param bool $val The hasAttachments + * + * @return Event + */ + public function setHasAttachments($val) + { + $this->_propDict["hasAttachments"] = boolval($val); + return $this; + } + + /** + * Gets the subject + * The text of the event's subject line. + * + * @return string The subject + */ + public function getSubject() + { + if (array_key_exists("subject", $this->_propDict)) { + return $this->_propDict["subject"]; + } else { + return null; + } + } + + /** + * Sets the subject + * The text of the event's subject line. + * + * @param string $val The subject + * + * @return Event + */ + public function setSubject($val) + { + $this->_propDict["subject"] = $val; + return $this; + } + + /** + * Gets the body + * The body of the message associated with the event. It can be in HTML or text format. + * + * @return ItemBody The body + */ + public function getBody() + { + if (array_key_exists("body", $this->_propDict)) { + if (is_a($this->_propDict["body"], "Microsoft\Graph\Model\ItemBody")) { + return $this->_propDict["body"]; + } else { + $this->_propDict["body"] = new ItemBody($this->_propDict["body"]); + return $this->_propDict["body"]; + } + } + return null; + } + + /** + * Sets the body + * The body of the message associated with the event. It can be in HTML or text format. + * + * @param ItemBody $val The body + * + * @return Event + */ + public function setBody($val) + { + $this->_propDict["body"] = $val; + return $this; + } + + /** + * Gets the bodyPreview + * The preview of the message associated with the event. It is in text format. + * + * @return string The bodyPreview + */ + public function getBodyPreview() + { + if (array_key_exists("bodyPreview", $this->_propDict)) { + return $this->_propDict["bodyPreview"]; + } else { + return null; + } + } + + /** + * Sets the bodyPreview + * The preview of the message associated with the event. It is in text format. + * + * @param string $val The bodyPreview + * + * @return Event + */ + public function setBodyPreview($val) + { + $this->_propDict["bodyPreview"] = $val; + return $this; + } + + /** + * Gets the importance + * The importance of the event. The possible values are: low, normal, high. + * + * @return Importance The importance + */ + public function getImportance() + { + if (array_key_exists("importance", $this->_propDict)) { + if (is_a($this->_propDict["importance"], "Microsoft\Graph\Model\Importance")) { + return $this->_propDict["importance"]; + } else { + $this->_propDict["importance"] = new Importance($this->_propDict["importance"]); + return $this->_propDict["importance"]; + } + } + return null; + } + + /** + * Sets the importance + * The importance of the event. The possible values are: low, normal, high. + * + * @param Importance $val The importance + * + * @return Event + */ + public function setImportance($val) + { + $this->_propDict["importance"] = $val; + return $this; + } + + /** + * Gets the sensitivity + * The possible values are: normal, personal, private, confidential. + * + * @return Sensitivity The sensitivity + */ + public function getSensitivity() + { + if (array_key_exists("sensitivity", $this->_propDict)) { + if (is_a($this->_propDict["sensitivity"], "Microsoft\Graph\Model\Sensitivity")) { + return $this->_propDict["sensitivity"]; + } else { + $this->_propDict["sensitivity"] = new Sensitivity($this->_propDict["sensitivity"]); + return $this->_propDict["sensitivity"]; + } + } + return null; + } + + /** + * Sets the sensitivity + * The possible values are: normal, personal, private, confidential. + * + * @param Sensitivity $val The sensitivity + * + * @return Event + */ + public function setSensitivity($val) + { + $this->_propDict["sensitivity"] = $val; + return $this; + } + + /** + * Gets the start + * The date, time, and time zone that the event starts. By default, the start time is in UTC. + * + * @return DateTimeTimeZone The start + */ + public function getStart() + { + if (array_key_exists("start", $this->_propDict)) { + if (is_a($this->_propDict["start"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["start"]; + } else { + $this->_propDict["start"] = new DateTimeTimeZone($this->_propDict["start"]); + return $this->_propDict["start"]; + } + } + return null; + } + + /** + * Sets the start + * The date, time, and time zone that the event starts. By default, the start time is in UTC. + * + * @param DateTimeTimeZone $val The start + * + * @return Event + */ + public function setStart($val) + { + $this->_propDict["start"] = $val; + return $this; + } + + /** + * Gets the originalStart + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The originalStart + */ + public function getOriginalStart() + { + if (array_key_exists("originalStart", $this->_propDict)) { + if (is_a($this->_propDict["originalStart"], "\DateTime")) { + return $this->_propDict["originalStart"]; + } else { + $this->_propDict["originalStart"] = new \DateTime($this->_propDict["originalStart"]); + return $this->_propDict["originalStart"]; + } + } + return null; + } + + /** + * Sets the originalStart + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The originalStart + * + * @return Event + */ + public function setOriginalStart($val) + { + $this->_propDict["originalStart"] = $val; + return $this; + } + + /** + * Gets the end + * The date, time, and time zone that the event ends. By default, the end time is in UTC. + * + * @return DateTimeTimeZone The end + */ + public function getEnd() + { + if (array_key_exists("end", $this->_propDict)) { + if (is_a($this->_propDict["end"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["end"]; + } else { + $this->_propDict["end"] = new DateTimeTimeZone($this->_propDict["end"]); + return $this->_propDict["end"]; + } + } + return null; + } + + /** + * Sets the end + * The date, time, and time zone that the event ends. By default, the end time is in UTC. + * + * @param DateTimeTimeZone $val The end + * + * @return Event + */ + public function setEnd($val) + { + $this->_propDict["end"] = $val; + return $this; + } + + /** + * Gets the location + * The location of the event. + * + * @return Location The location + */ + public function getLocation() + { + if (array_key_exists("location", $this->_propDict)) { + if (is_a($this->_propDict["location"], "Microsoft\Graph\Model\Location")) { + return $this->_propDict["location"]; + } else { + $this->_propDict["location"] = new Location($this->_propDict["location"]); + return $this->_propDict["location"]; + } + } + return null; + } + + /** + * Sets the location + * The location of the event. + * + * @param Location $val The location + * + * @return Event + */ + public function setLocation($val) + { + $this->_propDict["location"] = $val; + return $this; + } + + + /** + * Gets the locations + * The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value. + * + * @return array The locations + */ + public function getLocations() + { + if (array_key_exists("locations", $this->_propDict)) { + return $this->_propDict["locations"]; + } else { + return null; + } + } + + /** + * Sets the locations + * The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value. + * + * @param Location $val The locations + * + * @return Event + */ + public function setLocations($val) + { + $this->_propDict["locations"] = $val; + return $this; + } + + /** + * Gets the isAllDay + * Set to true if the event lasts all day. + * + * @return bool The isAllDay + */ + public function getIsAllDay() + { + if (array_key_exists("isAllDay", $this->_propDict)) { + return $this->_propDict["isAllDay"]; + } else { + return null; + } + } + + /** + * Sets the isAllDay + * Set to true if the event lasts all day. + * + * @param bool $val The isAllDay + * + * @return Event + */ + public function setIsAllDay($val) + { + $this->_propDict["isAllDay"] = boolval($val); + return $this; + } + + /** + * Gets the isCancelled + * Set to true if the event has been canceled. + * + * @return bool The isCancelled + */ + public function getIsCancelled() + { + if (array_key_exists("isCancelled", $this->_propDict)) { + return $this->_propDict["isCancelled"]; + } else { + return null; + } + } + + /** + * Sets the isCancelled + * Set to true if the event has been canceled. + * + * @param bool $val The isCancelled + * + * @return Event + */ + public function setIsCancelled($val) + { + $this->_propDict["isCancelled"] = boolval($val); + return $this; + } + + /** + * Gets the isOrganizer + * Set to true if the message sender is also the organizer. + * + * @return bool The isOrganizer + */ + public function getIsOrganizer() + { + if (array_key_exists("isOrganizer", $this->_propDict)) { + return $this->_propDict["isOrganizer"]; + } else { + return null; + } + } + + /** + * Sets the isOrganizer + * Set to true if the message sender is also the organizer. + * + * @param bool $val The isOrganizer + * + * @return Event + */ + public function setIsOrganizer($val) + { + $this->_propDict["isOrganizer"] = boolval($val); + return $this; + } + + /** + * Gets the recurrence + * The recurrence pattern for the event. + * + * @return PatternedRecurrence The recurrence + */ + public function getRecurrence() + { + if (array_key_exists("recurrence", $this->_propDict)) { + if (is_a($this->_propDict["recurrence"], "Microsoft\Graph\Model\PatternedRecurrence")) { + return $this->_propDict["recurrence"]; + } else { + $this->_propDict["recurrence"] = new PatternedRecurrence($this->_propDict["recurrence"]); + return $this->_propDict["recurrence"]; + } + } + return null; + } + + /** + * Sets the recurrence + * The recurrence pattern for the event. + * + * @param PatternedRecurrence $val The recurrence + * + * @return Event + */ + public function setRecurrence($val) + { + $this->_propDict["recurrence"] = $val; + return $this; + } + + /** + * Gets the responseRequested + * Set to true if the sender would like a response when the event is accepted or declined. + * + * @return bool The responseRequested + */ + public function getResponseRequested() + { + if (array_key_exists("responseRequested", $this->_propDict)) { + return $this->_propDict["responseRequested"]; + } else { + return null; + } + } + + /** + * Sets the responseRequested + * Set to true if the sender would like a response when the event is accepted or declined. + * + * @param bool $val The responseRequested + * + * @return Event + */ + public function setResponseRequested($val) + { + $this->_propDict["responseRequested"] = boolval($val); + return $this; + } + + /** + * Gets the seriesMasterId + * The ID for the recurring series master item, if this event is part of a recurring series. + * + * @return string The seriesMasterId + */ + public function getSeriesMasterId() + { + if (array_key_exists("seriesMasterId", $this->_propDict)) { + return $this->_propDict["seriesMasterId"]; + } else { + return null; + } + } + + /** + * Sets the seriesMasterId + * The ID for the recurring series master item, if this event is part of a recurring series. + * + * @param string $val The seriesMasterId + * + * @return Event + */ + public function setSeriesMasterId($val) + { + $this->_propDict["seriesMasterId"] = $val; + return $this; + } + + /** + * Gets the showAs + * The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * + * @return FreeBusyStatus The showAs + */ + public function getShowAs() + { + if (array_key_exists("showAs", $this->_propDict)) { + if (is_a($this->_propDict["showAs"], "Microsoft\Graph\Model\FreeBusyStatus")) { + return $this->_propDict["showAs"]; + } else { + $this->_propDict["showAs"] = new FreeBusyStatus($this->_propDict["showAs"]); + return $this->_propDict["showAs"]; + } + } + return null; + } + + /** + * Sets the showAs + * The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * + * @param FreeBusyStatus $val The showAs + * + * @return Event + */ + public function setShowAs($val) + { + $this->_propDict["showAs"] = $val; + return $this; + } + + /** + * Gets the type + * The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only. + * + * @return EventType The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + if (is_a($this->_propDict["type"], "Microsoft\Graph\Model\EventType")) { + return $this->_propDict["type"]; + } else { + $this->_propDict["type"] = new EventType($this->_propDict["type"]); + return $this->_propDict["type"]; + } + } + return null; + } + + /** + * Sets the type + * The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only. + * + * @param EventType $val The type + * + * @return Event + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + + + /** + * Gets the attendees + * The collection of attendees for the event. + * + * @return array The attendees + */ + public function getAttendees() + { + if (array_key_exists("attendees", $this->_propDict)) { + return $this->_propDict["attendees"]; + } else { + return null; + } + } + + /** + * Sets the attendees + * The collection of attendees for the event. + * + * @param Attendee $val The attendees + * + * @return Event + */ + public function setAttendees($val) + { + $this->_propDict["attendees"] = $val; + return $this; + } + + /** + * Gets the organizer + * The organizer of the event. + * + * @return Recipient The organizer + */ + public function getOrganizer() + { + if (array_key_exists("organizer", $this->_propDict)) { + if (is_a($this->_propDict["organizer"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["organizer"]; + } else { + $this->_propDict["organizer"] = new Recipient($this->_propDict["organizer"]); + return $this->_propDict["organizer"]; + } + } + return null; + } + + /** + * Sets the organizer + * The organizer of the event. + * + * @param Recipient $val The organizer + * + * @return Event + */ + public function setOrganizer($val) + { + $this->_propDict["organizer"] = $val; + return $this; + } + + /** + * Gets the webLink + * The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can be accessed from within an iFrame. + * + * @return string The webLink + */ + public function getWebLink() + { + if (array_key_exists("webLink", $this->_propDict)) { + return $this->_propDict["webLink"]; + } else { + return null; + } + } + + /** + * Sets the webLink + * The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can be accessed from within an iFrame. + * + * @param string $val The webLink + * + * @return Event + */ + public function setWebLink($val) + { + $this->_propDict["webLink"] = $val; + return $this; + } + + /** + * Gets the onlineMeetingUrl + * A URL for an online meeting. The property is set only when an organizer specifies an event as an online meeting such as a Skype meeting. Read-only. + * + * @return string The onlineMeetingUrl + */ + public function getOnlineMeetingUrl() + { + if (array_key_exists("onlineMeetingUrl", $this->_propDict)) { + return $this->_propDict["onlineMeetingUrl"]; + } else { + return null; + } + } + + /** + * Sets the onlineMeetingUrl + * A URL for an online meeting. The property is set only when an organizer specifies an event as an online meeting such as a Skype meeting. Read-only. + * + * @param string $val The onlineMeetingUrl + * + * @return Event + */ + public function setOnlineMeetingUrl($val) + { + $this->_propDict["onlineMeetingUrl"] = $val; + return $this; + } + + + /** + * Gets the attachments + * The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + * + * @return array The attachments + */ + public function getAttachments() + { + if (array_key_exists("attachments", $this->_propDict)) { + return $this->_propDict["attachments"]; + } else { + return null; + } + } + + /** + * Sets the attachments + * The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + * + * @param Attachment $val The attachments + * + * @return Event + */ + public function setAttachments($val) + { + $this->_propDict["attachments"] = $val; + return $this; + } + + + /** + * Gets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the event. Read-only. Nullable. + * + * @return array The singleValueExtendedProperties + */ + public function getSingleValueExtendedProperties() + { + if (array_key_exists("singleValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["singleValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the event. Read-only. Nullable. + * + * @param SingleValueLegacyExtendedProperty $val The singleValueExtendedProperties + * + * @return Event + */ + public function setSingleValueExtendedProperties($val) + { + $this->_propDict["singleValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the event. Read-only. Nullable. + * + * @return array The multiValueExtendedProperties + */ + public function getMultiValueExtendedProperties() + { + if (array_key_exists("multiValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["multiValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the event. Read-only. Nullable. + * + * @param MultiValueLegacyExtendedProperty $val The multiValueExtendedProperties + * + * @return Event + */ + public function setMultiValueExtendedProperties($val) + { + $this->_propDict["multiValueExtendedProperties"] = $val; + return $this; + } + + /** + * Gets the calendar + * The calendar that contains the event. Navigation property. Read-only. + * + * @return Calendar The calendar + */ + public function getCalendar() + { + if (array_key_exists("calendar", $this->_propDict)) { + if (is_a($this->_propDict["calendar"], "Microsoft\Graph\Model\Calendar")) { + return $this->_propDict["calendar"]; + } else { + $this->_propDict["calendar"] = new Calendar($this->_propDict["calendar"]); + return $this->_propDict["calendar"]; + } + } + return null; + } + + /** + * Sets the calendar + * The calendar that contains the event. Navigation property. Read-only. + * + * @param Calendar $val The calendar + * + * @return Event + */ + public function setCalendar($val) + { + $this->_propDict["calendar"] = $val; + return $this; + } + + + /** + * Gets the instances + * The instances of the event. Navigation property. Read-only. Nullable. + * + * @return array The instances + */ + public function getInstances() + { + if (array_key_exists("instances", $this->_propDict)) { + return $this->_propDict["instances"]; + } else { + return null; + } + } + + /** + * Sets the instances + * The instances of the event. Navigation property. Read-only. Nullable. + * + * @param Event $val The instances + * + * @return Event + */ + public function setInstances($val) + { + $this->_propDict["instances"] = $val; + return $this; + } + + + /** + * Gets the extensions + * The collection of open extensions defined for the event. Read-only. Nullable. + * + * @return array The extensions + */ + public function getExtensions() + { + if (array_key_exists("extensions", $this->_propDict)) { + return $this->_propDict["extensions"]; + } else { + return null; + } + } + + /** + * Sets the extensions + * The collection of open extensions defined for the event. Read-only. Nullable. + * + * @param Extension $val The extensions + * + * @return Event + */ + public function setExtensions($val) + { + $this->_propDict["extensions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EventMessage.php b/vendor/microsoft/microsoft-graph/src/Model/EventMessage.php new file mode 100644 index 000000000..35a2b2ef5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EventMessage.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["meetingMessageType"], "Microsoft\Graph\Model\MeetingMessageType")) { + return $this->_propDict["meetingMessageType"]; + } else { + $this->_propDict["meetingMessageType"] = new MeetingMessageType($this->_propDict["meetingMessageType"]); + return $this->_propDict["meetingMessageType"]; + } + } + return null; + } + + /** + * Sets the meetingMessageType + * The type of event message: none, meetingRequest, meetingCancelled, meetingAccepted, meetingTenativelyAccepted, meetingDeclined. + * + * @param MeetingMessageType $val The meetingMessageType + * + * @return EventMessage + */ + public function setMeetingMessageType($val) + { + $this->_propDict["meetingMessageType"] = $val; + return $this; + } + + /** + * Gets the event + * The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only. + * + * @return Event The event + */ + public function getEvent() + { + if (array_key_exists("event", $this->_propDict)) { + if (is_a($this->_propDict["event"], "Microsoft\Graph\Model\Event")) { + return $this->_propDict["event"]; + } else { + $this->_propDict["event"] = new Event($this->_propDict["event"]); + return $this->_propDict["event"]; + } + } + return null; + } + + /** + * Sets the event + * The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only. + * + * @param Event $val The event + * + * @return EventMessage + */ + public function setEvent($val) + { + $this->_propDict["event"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/EventType.php b/vendor/microsoft/microsoft-graph/src/Model/EventType.php new file mode 100644 index 000000000..bac3e17ec --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/EventType.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The name of the strongly-typed property defined as part of a schema extension. + * + * @param string $val The value of the name + * + * @return ExtensionSchemaProperty + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the type + * The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer or String. See the table below for more details. + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer or String. See the table below for more details. + * + * @param string $val The value of the type + * + * @return ExtensionSchemaProperty + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ExternalAudienceScope.php b/vendor/microsoft/microsoft-graph/src/Model/ExternalAudienceScope.php new file mode 100644 index 000000000..894700239 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ExternalAudienceScope.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["href"]; + } else { + return null; + } + } + + /** + * Sets the href + * The url of the link. + * + * @param string $val The value of the href + * + * @return ExternalLink + */ + public function setHref($val) + { + $this->_propDict["href"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FieldValueSet.php b/vendor/microsoft/microsoft-graph/src/Model/FieldValueSet.php new file mode 100644 index 000000000..d9a636b0e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FieldValueSet.php @@ -0,0 +1,29 @@ +_propDict)) { + if (is_a($this->_propDict["hashes"], "Microsoft\Graph\Model\Hashes")) { + return $this->_propDict["hashes"]; + } else { + $this->_propDict["hashes"] = new Hashes($this->_propDict["hashes"]); + return $this->_propDict["hashes"]; + } + } + return null; + } + + /** + * Sets the hashes + * Hashes of the file's binary content, if available. Read-only. + * + * @param Hashes $val The value to assign to the hashes + * + * @return File The File + */ + public function setHashes($val) + { + $this->_propDict["hashes"] = $val; + return $this; + } + /** + * Gets the mimeType + * The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. + * + * @return string The mimeType + */ + public function getMimeType() + { + if (array_key_exists("mimeType", $this->_propDict)) { + return $this->_propDict["mimeType"]; + } else { + return null; + } + } + + /** + * Sets the mimeType + * The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. + * + * @param string $val The value of the mimeType + * + * @return File + */ + public function setMimeType($val) + { + $this->_propDict["mimeType"] = $val; + return $this; + } + /** + * Gets the processingMetadata + * + * @return bool The processingMetadata + */ + public function getProcessingMetadata() + { + if (array_key_exists("processingMetadata", $this->_propDict)) { + return $this->_propDict["processingMetadata"]; + } else { + return null; + } + } + + /** + * Sets the processingMetadata + * + * @param bool $val The value of the processingMetadata + * + * @return File + */ + public function setProcessingMetadata($val) + { + $this->_propDict["processingMetadata"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FileAttachment.php b/vendor/microsoft/microsoft-graph/src/Model/FileAttachment.php new file mode 100644 index 000000000..373e6759b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FileAttachment.php @@ -0,0 +1,120 @@ +_propDict)) { + return $this->_propDict["contentId"]; + } else { + return null; + } + } + + /** + * Sets the contentId + * The ID of the attachment in the Exchange store. + * + * @param string $val The contentId + * + * @return FileAttachment + */ + public function setContentId($val) + { + $this->_propDict["contentId"] = $val; + return $this; + } + + /** + * Gets the contentLocation + * Do not use this property as it is not supported. + * + * @return string The contentLocation + */ + public function getContentLocation() + { + if (array_key_exists("contentLocation", $this->_propDict)) { + return $this->_propDict["contentLocation"]; + } else { + return null; + } + } + + /** + * Sets the contentLocation + * Do not use this property as it is not supported. + * + * @param string $val The contentLocation + * + * @return FileAttachment + */ + public function setContentLocation($val) + { + $this->_propDict["contentLocation"] = $val; + return $this; + } + + /** + * Gets the contentBytes + * The base64-encoded contents of the file. + * + * @return \GuzzleHttp\Psr7\Stream The contentBytes + */ + public function getContentBytes() + { + if (array_key_exists("contentBytes", $this->_propDict)) { + if (is_a($this->_propDict["contentBytes"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["contentBytes"]; + } else { + $this->_propDict["contentBytes"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["contentBytes"]); + return $this->_propDict["contentBytes"]; + } + } + return null; + } + + /** + * Sets the contentBytes + * The base64-encoded contents of the file. + * + * @param \GuzzleHttp\Psr7\Stream $val The contentBytes + * + * @return FileAttachment + */ + public function setContentBytes($val) + { + $this->_propDict["contentBytes"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/FileEncryptionInfo.php b/vendor/microsoft/microsoft-graph/src/Model/FileEncryptionInfo.php new file mode 100644 index 000000000..16c4aa309 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FileEncryptionInfo.php @@ -0,0 +1,249 @@ +_propDict)) { + if (is_a($this->_propDict["encryptionKey"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["encryptionKey"]; + } else { + $this->_propDict["encryptionKey"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["encryptionKey"]); + return $this->_propDict["encryptionKey"]; + } + } + return null; + } + + /** + * Sets the encryptionKey + * The key used to encrypt the file content. + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the encryptionKey + * + * @return FileEncryptionInfo The FileEncryptionInfo + */ + public function setEncryptionKey($val) + { + $this->_propDict["encryptionKey"] = $val; + return $this; + } + + /** + * Gets the initializationVector + * The initialization vector used for the encryption algorithm. + * + * @return \GuzzleHttp\Psr7\Stream The initializationVector + */ + public function getInitializationVector() + { + if (array_key_exists("initializationVector", $this->_propDict)) { + if (is_a($this->_propDict["initializationVector"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["initializationVector"]; + } else { + $this->_propDict["initializationVector"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["initializationVector"]); + return $this->_propDict["initializationVector"]; + } + } + return null; + } + + /** + * Sets the initializationVector + * The initialization vector used for the encryption algorithm. + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the initializationVector + * + * @return FileEncryptionInfo The FileEncryptionInfo + */ + public function setInitializationVector($val) + { + $this->_propDict["initializationVector"] = $val; + return $this; + } + + /** + * Gets the mac + * The hash of the encrypted file content + IV (content hash). + * + * @return \GuzzleHttp\Psr7\Stream The mac + */ + public function getMac() + { + if (array_key_exists("mac", $this->_propDict)) { + if (is_a($this->_propDict["mac"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["mac"]; + } else { + $this->_propDict["mac"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["mac"]); + return $this->_propDict["mac"]; + } + } + return null; + } + + /** + * Sets the mac + * The hash of the encrypted file content + IV (content hash). + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the mac + * + * @return FileEncryptionInfo The FileEncryptionInfo + */ + public function setMac($val) + { + $this->_propDict["mac"] = $val; + return $this; + } + + /** + * Gets the macKey + * The key used to get mac. + * + * @return \GuzzleHttp\Psr7\Stream The macKey + */ + public function getMacKey() + { + if (array_key_exists("macKey", $this->_propDict)) { + if (is_a($this->_propDict["macKey"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["macKey"]; + } else { + $this->_propDict["macKey"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["macKey"]); + return $this->_propDict["macKey"]; + } + } + return null; + } + + /** + * Sets the macKey + * The key used to get mac. + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the macKey + * + * @return FileEncryptionInfo The FileEncryptionInfo + */ + public function setMacKey($val) + { + $this->_propDict["macKey"] = $val; + return $this; + } + /** + * Gets the profileIdentifier + * The profile identifier. + * + * @return string The profileIdentifier + */ + public function getProfileIdentifier() + { + if (array_key_exists("profileIdentifier", $this->_propDict)) { + return $this->_propDict["profileIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the profileIdentifier + * The profile identifier. + * + * @param string $val The value of the profileIdentifier + * + * @return FileEncryptionInfo + */ + public function setProfileIdentifier($val) + { + $this->_propDict["profileIdentifier"] = $val; + return $this; + } + + /** + * Gets the fileDigest + * The file digest prior to encryption. + * + * @return \GuzzleHttp\Psr7\Stream The fileDigest + */ + public function getFileDigest() + { + if (array_key_exists("fileDigest", $this->_propDict)) { + if (is_a($this->_propDict["fileDigest"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["fileDigest"]; + } else { + $this->_propDict["fileDigest"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["fileDigest"]); + return $this->_propDict["fileDigest"]; + } + } + return null; + } + + /** + * Sets the fileDigest + * The file digest prior to encryption. + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the fileDigest + * + * @return FileEncryptionInfo The FileEncryptionInfo + */ + public function setFileDigest($val) + { + $this->_propDict["fileDigest"] = $val; + return $this; + } + /** + * Gets the fileDigestAlgorithm + * The file digest algorithm. + * + * @return string The fileDigestAlgorithm + */ + public function getFileDigestAlgorithm() + { + if (array_key_exists("fileDigestAlgorithm", $this->_propDict)) { + return $this->_propDict["fileDigestAlgorithm"]; + } else { + return null; + } + } + + /** + * Sets the fileDigestAlgorithm + * The file digest algorithm. + * + * @param string $val The value of the fileDigestAlgorithm + * + * @return FileEncryptionInfo + */ + public function setFileDigestAlgorithm($val) + { + $this->_propDict["fileDigestAlgorithm"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FileHash.php b/vendor/microsoft/microsoft-graph/src/Model/FileHash.php new file mode 100644 index 000000000..860a5140a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FileHash.php @@ -0,0 +1,89 @@ +_propDict)) { + if (is_a($this->_propDict["hashType"], "Microsoft\Graph\Model\FileHashType")) { + return $this->_propDict["hashType"]; + } else { + $this->_propDict["hashType"] = new FileHashType($this->_propDict["hashType"]); + return $this->_propDict["hashType"]; + } + } + return null; + } + + /** + * Sets the hashType + * File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. + * + * @param FileHashType $val The value to assign to the hashType + * + * @return FileHash The FileHash + */ + public function setHashType($val) + { + $this->_propDict["hashType"] = $val; + return $this; + } + /** + * Gets the hashValue + * Value of the file hash. + * + * @return string The hashValue + */ + public function getHashValue() + { + if (array_key_exists("hashValue", $this->_propDict)) { + return $this->_propDict["hashValue"]; + } else { + return null; + } + } + + /** + * Sets the hashValue + * Value of the file hash. + * + * @param string $val The value of the hashValue + * + * @return FileHash + */ + public function setHashValue($val) + { + $this->_propDict["hashValue"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FileHashType.php b/vendor/microsoft/microsoft-graph/src/Model/FileHashType.php new file mode 100644 index 000000000..7b7dd9e44 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FileHashType.php @@ -0,0 +1,42 @@ +_propDict)) { + if (is_a($this->_propDict["fileHash"], "Microsoft\Graph\Model\FileHash")) { + return $this->_propDict["fileHash"]; + } else { + $this->_propDict["fileHash"] = new FileHash($this->_propDict["fileHash"]); + return $this->_propDict["fileHash"]; + } + } + return null; + } + + /** + * Sets the fileHash + * Complex type containing file hashes (cryptographic and location-sensitive). + * + * @param FileHash $val The value to assign to the fileHash + * + * @return FileSecurityState The FileSecurityState + */ + public function setFileHash($val) + { + $this->_propDict["fileHash"] = $val; + return $this; + } + /** + * Gets the name + * File name (without path). + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * File name (without path). + * + * @param string $val The value of the name + * + * @return FileSecurityState + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the path + * Full file path of the file/imageFile. + * + * @return string The path + */ + public function getPath() + { + if (array_key_exists("path", $this->_propDict)) { + return $this->_propDict["path"]; + } else { + return null; + } + } + + /** + * Sets the path + * Full file path of the file/imageFile. + * + * @param string $val The value of the path + * + * @return FileSecurityState + */ + public function setPath($val) + { + $this->_propDict["path"] = $val; + return $this; + } + /** + * Gets the riskScore + * Provider generated/calculated risk score of the alert file. Recommended value range of 0-1, which equates to a percentage. + * + * @return string The riskScore + */ + public function getRiskScore() + { + if (array_key_exists("riskScore", $this->_propDict)) { + return $this->_propDict["riskScore"]; + } else { + return null; + } + } + + /** + * Sets the riskScore + * Provider generated/calculated risk score of the alert file. Recommended value range of 0-1, which equates to a percentage. + * + * @param string $val The value of the riskScore + * + * @return FileSecurityState + */ + public function setRiskScore($val) + { + $this->_propDict["riskScore"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FileSystemInfo.php b/vendor/microsoft/microsoft-graph/src/Model/FileSystemInfo.php new file mode 100644 index 000000000..12c1db5f7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FileSystemInfo.php @@ -0,0 +1,127 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * The UTC date and time the file was created on a client. + * + * @param \DateTime $val The value to assign to the createdDateTime + * + * @return FileSystemInfo The FileSystemInfo + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastAccessedDateTime + * The UTC date and time the file was last accessed. Available for the recent file list only. + * + * @return \DateTime The lastAccessedDateTime + */ + public function getLastAccessedDateTime() + { + if (array_key_exists("lastAccessedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastAccessedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastAccessedDateTime"]; + } else { + $this->_propDict["lastAccessedDateTime"] = new \DateTime($this->_propDict["lastAccessedDateTime"]); + return $this->_propDict["lastAccessedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastAccessedDateTime + * The UTC date and time the file was last accessed. Available for the recent file list only. + * + * @param \DateTime $val The value to assign to the lastAccessedDateTime + * + * @return FileSystemInfo The FileSystemInfo + */ + public function setLastAccessedDateTime($val) + { + $this->_propDict["lastAccessedDateTime"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * The UTC date and time the file was last modified on a client. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * The UTC date and time the file was last modified on a client. + * + * @param \DateTime $val The value to assign to the lastModifiedDateTime + * + * @return FileSystemInfo The FileSystemInfo + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FirewallCertificateRevocationListCheckMethodType.php b/vendor/microsoft/microsoft-graph/src/Model/FirewallCertificateRevocationListCheckMethodType.php new file mode 100644 index 000000000..d7305f0aa --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FirewallCertificateRevocationListCheckMethodType.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["childCount"]; + } else { + return null; + } + } + + /** + * Sets the childCount + * Number of children contained immediately within this container. + * + * @param int $val The value of the childCount + * + * @return Folder + */ + public function setChildCount($val) + { + $this->_propDict["childCount"] = $val; + return $this; + } + + /** + * Gets the view + * A collection of properties defining the recommended view for the folder. + * + * @return FolderView The view + */ + public function getView() + { + if (array_key_exists("view", $this->_propDict)) { + if (is_a($this->_propDict["view"], "Microsoft\Graph\Model\FolderView")) { + return $this->_propDict["view"]; + } else { + $this->_propDict["view"] = new FolderView($this->_propDict["view"]); + return $this->_propDict["view"]; + } + } + return null; + } + + /** + * Sets the view + * A collection of properties defining the recommended view for the folder. + * + * @param FolderView $val The value to assign to the view + * + * @return Folder The Folder + */ + public function setView($val) + { + $this->_propDict["view"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FolderView.php b/vendor/microsoft/microsoft-graph/src/Model/FolderView.php new file mode 100644 index 000000000..12a739c63 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FolderView.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["sortBy"]; + } else { + return null; + } + } + + /** + * Sets the sortBy + * The method by which the folder should be sorted. + * + * @param string $val The value of the sortBy + * + * @return FolderView + */ + public function setSortBy($val) + { + $this->_propDict["sortBy"] = $val; + return $this; + } + /** + * Gets the sortOrder + * If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending. + * + * @return string The sortOrder + */ + public function getSortOrder() + { + if (array_key_exists("sortOrder", $this->_propDict)) { + return $this->_propDict["sortOrder"]; + } else { + return null; + } + } + + /** + * Sets the sortOrder + * If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending. + * + * @param string $val The value of the sortOrder + * + * @return FolderView + */ + public function setSortOrder($val) + { + $this->_propDict["sortOrder"] = $val; + return $this; + } + /** + * Gets the viewType + * The type of view that should be used to represent the folder. + * + * @return string The viewType + */ + public function getViewType() + { + if (array_key_exists("viewType", $this->_propDict)) { + return $this->_propDict["viewType"]; + } else { + return null; + } + } + + /** + * Sets the viewType + * The type of view that should be used to represent the folder. + * + * @param string $val The value of the viewType + * + * @return FolderView + */ + public function setViewType($val) + { + $this->_propDict["viewType"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FollowupFlag.php b/vendor/microsoft/microsoft-graph/src/Model/FollowupFlag.php new file mode 100644 index 000000000..b804a8e74 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FollowupFlag.php @@ -0,0 +1,160 @@ +_propDict)) { + if (is_a($this->_propDict["completedDateTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["completedDateTime"]; + } else { + $this->_propDict["completedDateTime"] = new DateTimeTimeZone($this->_propDict["completedDateTime"]); + return $this->_propDict["completedDateTime"]; + } + } + return null; + } + + /** + * Sets the completedDateTime + * The date and time that the follow-up was finished. + * + * @param DateTimeTimeZone $val The value to assign to the completedDateTime + * + * @return FollowupFlag The FollowupFlag + */ + public function setCompletedDateTime($val) + { + $this->_propDict["completedDateTime"] = $val; + return $this; + } + + /** + * Gets the dueDateTime + * The date and time that the follow-up is to be finished. + * + * @return DateTimeTimeZone The dueDateTime + */ + public function getDueDateTime() + { + if (array_key_exists("dueDateTime", $this->_propDict)) { + if (is_a($this->_propDict["dueDateTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["dueDateTime"]; + } else { + $this->_propDict["dueDateTime"] = new DateTimeTimeZone($this->_propDict["dueDateTime"]); + return $this->_propDict["dueDateTime"]; + } + } + return null; + } + + /** + * Sets the dueDateTime + * The date and time that the follow-up is to be finished. + * + * @param DateTimeTimeZone $val The value to assign to the dueDateTime + * + * @return FollowupFlag The FollowupFlag + */ + public function setDueDateTime($val) + { + $this->_propDict["dueDateTime"] = $val; + return $this; + } + + /** + * Gets the startDateTime + * The date and time that the follow-up is to begin. + * + * @return DateTimeTimeZone The startDateTime + */ + public function getStartDateTime() + { + if (array_key_exists("startDateTime", $this->_propDict)) { + if (is_a($this->_propDict["startDateTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["startDateTime"]; + } else { + $this->_propDict["startDateTime"] = new DateTimeTimeZone($this->_propDict["startDateTime"]); + return $this->_propDict["startDateTime"]; + } + } + return null; + } + + /** + * Sets the startDateTime + * The date and time that the follow-up is to begin. + * + * @param DateTimeTimeZone $val The value to assign to the startDateTime + * + * @return FollowupFlag The FollowupFlag + */ + public function setStartDateTime($val) + { + $this->_propDict["startDateTime"] = $val; + return $this; + } + + /** + * Gets the flagStatus + * The status for follow-up for an item. Possible values are notFlagged, complete, and flagged. + * + * @return FollowupFlagStatus The flagStatus + */ + public function getFlagStatus() + { + if (array_key_exists("flagStatus", $this->_propDict)) { + if (is_a($this->_propDict["flagStatus"], "Microsoft\Graph\Model\FollowupFlagStatus")) { + return $this->_propDict["flagStatus"]; + } else { + $this->_propDict["flagStatus"] = new FollowupFlagStatus($this->_propDict["flagStatus"]); + return $this->_propDict["flagStatus"]; + } + } + return null; + } + + /** + * Sets the flagStatus + * The status for follow-up for an item. Possible values are notFlagged, complete, and flagged. + * + * @param FollowupFlagStatus $val The value to assign to the flagStatus + * + * @return FollowupFlag The FollowupFlag + */ + public function setFlagStatus($val) + { + $this->_propDict["flagStatus"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FollowupFlagStatus.php b/vendor/microsoft/microsoft-graph/src/Model/FollowupFlagStatus.php new file mode 100644 index 000000000..cd876a3a1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FollowupFlagStatus.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["message"]; + } else { + return null; + } + } + + /** + * Sets the message + * Describes the error. + * + * @param string $val The value of the message + * + * @return FreeBusyError + */ + public function setMessage($val) + { + $this->_propDict["message"] = $val; + return $this; + } + /** + * Gets the responseCode + * The response code from querying for the availability of the user, distribution list, or resource. + * + * @return string The responseCode + */ + public function getResponseCode() + { + if (array_key_exists("responseCode", $this->_propDict)) { + return $this->_propDict["responseCode"]; + } else { + return null; + } + } + + /** + * Sets the responseCode + * The response code from querying for the availability of the user, distribution list, or resource. + * + * @param string $val The value of the responseCode + * + * @return FreeBusyError + */ + public function setResponseCode($val) + { + $this->_propDict["responseCode"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/FreeBusyStatus.php b/vendor/microsoft/microsoft-graph/src/Model/FreeBusyStatus.php new file mode 100644 index 000000000..8b1b03cb2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/FreeBusyStatus.php @@ -0,0 +1,40 @@ +_propDict)) { + return $this->_propDict["message"]; + } else { + return null; + } + } + + /** + * Sets the message + * The error message. + * + * @param string $val The value of the message + * + * @return GenericError + */ + public function setMessage($val) + { + $this->_propDict["message"] = $val; + return $this; + } + /** + * Gets the code + * The error code. + * + * @return string The code + */ + public function getCode() + { + if (array_key_exists("code", $this->_propDict)) { + return $this->_propDict["code"]; + } else { + return null; + } + } + + /** + * Sets the code + * The error code. + * + * @param string $val The value of the code + * + * @return GenericError + */ + public function setCode($val) + { + $this->_propDict["code"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/GeoCoordinates.php b/vendor/microsoft/microsoft-graph/src/Model/GeoCoordinates.php new file mode 100644 index 000000000..e242dc39d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/GeoCoordinates.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["altitude"]; + } else { + return null; + } + } + + /** + * Sets the altitude + * Optional. The altitude (height), in feet, above sea level for the item. Read-only. + * + * @param float $val The value of the altitude + * + * @return GeoCoordinates + */ + public function setAltitude($val) + { + $this->_propDict["altitude"] = $val; + return $this; + } + /** + * Gets the latitude + * Optional. The latitude, in decimal, for the item. Read-only. + * + * @return float The latitude + */ + public function getLatitude() + { + if (array_key_exists("latitude", $this->_propDict)) { + return $this->_propDict["latitude"]; + } else { + return null; + } + } + + /** + * Sets the latitude + * Optional. The latitude, in decimal, for the item. Read-only. + * + * @param float $val The value of the latitude + * + * @return GeoCoordinates + */ + public function setLatitude($val) + { + $this->_propDict["latitude"] = $val; + return $this; + } + /** + * Gets the longitude + * Optional. The longitude, in decimal, for the item. Read-only. + * + * @return float The longitude + */ + public function getLongitude() + { + if (array_key_exists("longitude", $this->_propDict)) { + return $this->_propDict["longitude"]; + } else { + return null; + } + } + + /** + * Sets the longitude + * Optional. The longitude, in decimal, for the item. Read-only. + * + * @param float $val The value of the longitude + * + * @return GeoCoordinates + */ + public function setLongitude($val) + { + $this->_propDict["longitude"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/GiphyRatingType.php b/vendor/microsoft/microsoft-graph/src/Model/GiphyRatingType.php new file mode 100644 index 000000000..a7f1729a5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/GiphyRatingType.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The displayable title of the list. + * + * @param string $val The displayName + * + * @return List + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the list + * Provides additional details about the list. + * + * @return ListInfo The list + */ + public function getList() + { + if (array_key_exists("list", $this->_propDict)) { + if (is_a($this->_propDict["list"], "Microsoft\Graph\Model\ListInfo")) { + return $this->_propDict["list"]; + } else { + $this->_propDict["list"] = new ListInfo($this->_propDict["list"]); + return $this->_propDict["list"]; + } + } + return null; + } + + /** + * Sets the list + * Provides additional details about the list. + * + * @param ListInfo $val The list + * + * @return List + */ + public function setList($val) + { + $this->_propDict["list"] = $val; + return $this; + } + + /** + * Gets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @return SharepointIds The sharepointIds + */ + public function getSharepointIds() + { + if (array_key_exists("sharepointIds", $this->_propDict)) { + if (is_a($this->_propDict["sharepointIds"], "Microsoft\Graph\Model\SharepointIds")) { + return $this->_propDict["sharepointIds"]; + } else { + $this->_propDict["sharepointIds"] = new SharepointIds($this->_propDict["sharepointIds"]); + return $this->_propDict["sharepointIds"]; + } + } + return null; + } + + /** + * Sets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @param SharepointIds $val The sharepointIds + * + * @return List + */ + public function setSharepointIds($val) + { + $this->_propDict["sharepointIds"] = $val; + return $this; + } + + /** + * Gets the system + * If present, indicates that this is a system-managed list. Read-only. + * + * @return SystemFacet The system + */ + public function getSystem() + { + if (array_key_exists("system", $this->_propDict)) { + if (is_a($this->_propDict["system"], "Microsoft\Graph\Model\SystemFacet")) { + return $this->_propDict["system"]; + } else { + $this->_propDict["system"] = new SystemFacet($this->_propDict["system"]); + return $this->_propDict["system"]; + } + } + return null; + } + + /** + * Sets the system + * If present, indicates that this is a system-managed list. Read-only. + * + * @param SystemFacet $val The system + * + * @return List + */ + public function setSystem($val) + { + $this->_propDict["system"] = $val; + return $this; + } + + + /** + * Gets the columns + * The collection of field definitions for this list. + * + * @return array The columns + */ + public function getColumns() + { + if (array_key_exists("columns", $this->_propDict)) { + return $this->_propDict["columns"]; + } else { + return null; + } + } + + /** + * Sets the columns + * The collection of field definitions for this list. + * + * @param ColumnDefinition $val The columns + * + * @return List + */ + public function setColumns($val) + { + $this->_propDict["columns"] = $val; + return $this; + } + + + /** + * Gets the contentTypes + * The collection of content types present in this list. + * + * @return array The contentTypes + */ + public function getContentTypes() + { + if (array_key_exists("contentTypes", $this->_propDict)) { + return $this->_propDict["contentTypes"]; + } else { + return null; + } + } + + /** + * Sets the contentTypes + * The collection of content types present in this list. + * + * @param ContentType $val The contentTypes + * + * @return List + */ + public function setContentTypes($val) + { + $this->_propDict["contentTypes"] = $val; + return $this; + } + + /** + * Gets the drive + * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * + * @return Drive The drive + */ + public function getDrive() + { + if (array_key_exists("drive", $this->_propDict)) { + if (is_a($this->_propDict["drive"], "Microsoft\Graph\Model\Drive")) { + return $this->_propDict["drive"]; + } else { + $this->_propDict["drive"] = new Drive($this->_propDict["drive"]); + return $this->_propDict["drive"]; + } + } + return null; + } + + /** + * Sets the drive + * Only present on document libraries. Allows access to the list as a [drive][] resource with [driveItems][driveItem]. + * + * @param Drive $val The drive + * + * @return List + */ + public function setDrive($val) + { + $this->_propDict["drive"] = $val; + return $this; + } + + + /** + * Gets the items + * All items contained in the list. + * + * @return array The items + */ + public function getItems() + { + if (array_key_exists("items", $this->_propDict)) { + return $this->_propDict["items"]; + } else { + return null; + } + } + + /** + * Sets the items + * All items contained in the list. + * + * @param ListItem $val The items + * + * @return List + */ + public function setItems($val) + { + $this->_propDict["items"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Group.php b/vendor/microsoft/microsoft-graph/src/Model/Group.php new file mode 100644 index 000000000..9402ab755 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Group.php @@ -0,0 +1,1535 @@ +_propDict)) { + return $this->_propDict["assignedLicenses"]; + } else { + return null; + } + } + + /** + * Sets the assignedLicenses + * The licenses that are assigned to the group. Returned only on $select. Read-only. + * + * @param AssignedLicense $val The assignedLicenses + * + * @return Group + */ + public function setAssignedLicenses($val) + { + $this->_propDict["assignedLicenses"] = $val; + return $this; + } + + /** + * Gets the classification + * Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. + * + * @return string The classification + */ + public function getClassification() + { + if (array_key_exists("classification", $this->_propDict)) { + return $this->_propDict["classification"]; + } else { + return null; + } + } + + /** + * Sets the classification + * Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. + * + * @param string $val The classification + * + * @return Group + */ + public function setClassification($val) + { + $this->_propDict["classification"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. + * + * @param \DateTime $val The createdDateTime + * + * @return Group + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the description + * An optional description for the group. Returned by default. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * An optional description for the group. Returned by default. + * + * @param string $val The description + * + * @return Group + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the displayName + * The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $filter and $orderby. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $filter and $orderby. + * + * @param string $val The displayName + * + * @return Group + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the hasMembersWithLicenseErrors + * Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example. + * + * @return bool The hasMembersWithLicenseErrors + */ + public function getHasMembersWithLicenseErrors() + { + if (array_key_exists("hasMembersWithLicenseErrors", $this->_propDict)) { + return $this->_propDict["hasMembersWithLicenseErrors"]; + } else { + return null; + } + } + + /** + * Sets the hasMembersWithLicenseErrors + * Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example. + * + * @param bool $val The hasMembersWithLicenseErrors + * + * @return Group + */ + public function setHasMembersWithLicenseErrors($val) + { + $this->_propDict["hasMembersWithLicenseErrors"] = boolval($val); + return $this; + } + + /** + * Gets the groupTypes + * Specifies the group type and its membership. If the collection contains Unified then the group is an Office 365 group; otherwise it's a security group. If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter. + * + * @return string The groupTypes + */ + public function getGroupTypes() + { + if (array_key_exists("groupTypes", $this->_propDict)) { + return $this->_propDict["groupTypes"]; + } else { + return null; + } + } + + /** + * Sets the groupTypes + * Specifies the group type and its membership. If the collection contains Unified then the group is an Office 365 group; otherwise it's a security group. If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter. + * + * @param string $val The groupTypes + * + * @return Group + */ + public function setGroupTypes($val) + { + $this->_propDict["groupTypes"] = $val; + return $this; + } + + /** + * Gets the licenseProcessingState + * Indicates status of the group license assignment to all members of the group. Default value is false. Read-only. Possible values: QueuedForProcessing, ProcessingInProgress, and ProcessingComplete.Returned only on $select. Read-only. + * + * @return LicenseProcessingState The licenseProcessingState + */ + public function getLicenseProcessingState() + { + if (array_key_exists("licenseProcessingState", $this->_propDict)) { + if (is_a($this->_propDict["licenseProcessingState"], "Microsoft\Graph\Model\LicenseProcessingState")) { + return $this->_propDict["licenseProcessingState"]; + } else { + $this->_propDict["licenseProcessingState"] = new LicenseProcessingState($this->_propDict["licenseProcessingState"]); + return $this->_propDict["licenseProcessingState"]; + } + } + return null; + } + + /** + * Sets the licenseProcessingState + * Indicates status of the group license assignment to all members of the group. Default value is false. Read-only. Possible values: QueuedForProcessing, ProcessingInProgress, and ProcessingComplete.Returned only on $select. Read-only. + * + * @param LicenseProcessingState $val The licenseProcessingState + * + * @return Group + */ + public function setLicenseProcessingState($val) + { + $this->_propDict["licenseProcessingState"] = $val; + return $this; + } + + /** + * Gets the mail + * The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter. + * + * @return string The mail + */ + public function getMail() + { + if (array_key_exists("mail", $this->_propDict)) { + return $this->_propDict["mail"]; + } else { + return null; + } + } + + /** + * Sets the mail + * The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter. + * + * @param string $val The mail + * + * @return Group + */ + public function setMail($val) + { + $this->_propDict["mail"] = $val; + return $this; + } + + /** + * Gets the mailEnabled + * Specifies whether the group is mail-enabled. Returned by default. + * + * @return bool The mailEnabled + */ + public function getMailEnabled() + { + if (array_key_exists("mailEnabled", $this->_propDict)) { + return $this->_propDict["mailEnabled"]; + } else { + return null; + } + } + + /** + * Sets the mailEnabled + * Specifies whether the group is mail-enabled. Returned by default. + * + * @param bool $val The mailEnabled + * + * @return Group + */ + public function setMailEnabled($val) + { + $this->_propDict["mailEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the mailNickname + * The mail alias for the group, unique in the organization. This property must be specified when a group is created. Returned by default. Supports $filter. + * + * @return string The mailNickname + */ + public function getMailNickname() + { + if (array_key_exists("mailNickname", $this->_propDict)) { + return $this->_propDict["mailNickname"]; + } else { + return null; + } + } + + /** + * Sets the mailNickname + * The mail alias for the group, unique in the organization. This property must be specified when a group is created. Returned by default. Supports $filter. + * + * @param string $val The mailNickname + * + * @return Group + */ + public function setMailNickname($val) + { + $this->_propDict["mailNickname"] = $val; + return $this; + } + + /** + * Gets the onPremisesLastSyncDateTime + * Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. Supports $filter. + * + * @return \DateTime The onPremisesLastSyncDateTime + */ + public function getOnPremisesLastSyncDateTime() + { + if (array_key_exists("onPremisesLastSyncDateTime", $this->_propDict)) { + if (is_a($this->_propDict["onPremisesLastSyncDateTime"], "\DateTime")) { + return $this->_propDict["onPremisesLastSyncDateTime"]; + } else { + $this->_propDict["onPremisesLastSyncDateTime"] = new \DateTime($this->_propDict["onPremisesLastSyncDateTime"]); + return $this->_propDict["onPremisesLastSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the onPremisesLastSyncDateTime + * Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. Supports $filter. + * + * @param \DateTime $val The onPremisesLastSyncDateTime + * + * @return Group + */ + public function setOnPremisesLastSyncDateTime($val) + { + $this->_propDict["onPremisesLastSyncDateTime"] = $val; + return $this; + } + + + /** + * Gets the onPremisesProvisioningErrors + * Errors when using Microsoft synchronization product during provisioning. Returned by default. + * + * @return array The onPremisesProvisioningErrors + */ + public function getOnPremisesProvisioningErrors() + { + if (array_key_exists("onPremisesProvisioningErrors", $this->_propDict)) { + return $this->_propDict["onPremisesProvisioningErrors"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesProvisioningErrors + * Errors when using Microsoft synchronization product during provisioning. Returned by default. + * + * @param OnPremisesProvisioningError $val The onPremisesProvisioningErrors + * + * @return Group + */ + public function setOnPremisesProvisioningErrors($val) + { + $this->_propDict["onPremisesProvisioningErrors"] = $val; + return $this; + } + + /** + * Gets the onPremisesSecurityIdentifier + * Contains the on-premises security identifier (SID) for the group that was synchronized from on-premises to the cloud. Returned by default. Read-only. + * + * @return string The onPremisesSecurityIdentifier + */ + public function getOnPremisesSecurityIdentifier() + { + if (array_key_exists("onPremisesSecurityIdentifier", $this->_propDict)) { + return $this->_propDict["onPremisesSecurityIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesSecurityIdentifier + * Contains the on-premises security identifier (SID) for the group that was synchronized from on-premises to the cloud. Returned by default. Read-only. + * + * @param string $val The onPremisesSecurityIdentifier + * + * @return Group + */ + public function setOnPremisesSecurityIdentifier($val) + { + $this->_propDict["onPremisesSecurityIdentifier"] = $val; + return $this; + } + + /** + * Gets the onPremisesSyncEnabled + * true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter. + * + * @return bool The onPremisesSyncEnabled + */ + public function getOnPremisesSyncEnabled() + { + if (array_key_exists("onPremisesSyncEnabled", $this->_propDict)) { + return $this->_propDict["onPremisesSyncEnabled"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesSyncEnabled + * true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter. + * + * @param bool $val The onPremisesSyncEnabled + * + * @return Group + */ + public function setOnPremisesSyncEnabled($val) + { + $this->_propDict["onPremisesSyncEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the preferredDataLocation + * The preferred data location for the group. For more information, see OneDrive Online Multi-Geo. Returned by default. + * + * @return string The preferredDataLocation + */ + public function getPreferredDataLocation() + { + if (array_key_exists("preferredDataLocation", $this->_propDict)) { + return $this->_propDict["preferredDataLocation"]; + } else { + return null; + } + } + + /** + * Sets the preferredDataLocation + * The preferred data location for the group. For more information, see OneDrive Online Multi-Geo. Returned by default. + * + * @param string $val The preferredDataLocation + * + * @return Group + */ + public function setPreferredDataLocation($val) + { + $this->_propDict["preferredDataLocation"] = $val; + return $this; + } + + /** + * Gets the proxyAddresses + * Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter. + * + * @return string The proxyAddresses + */ + public function getProxyAddresses() + { + if (array_key_exists("proxyAddresses", $this->_propDict)) { + return $this->_propDict["proxyAddresses"]; + } else { + return null; + } + } + + /** + * Sets the proxyAddresses + * Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter. + * + * @param string $val The proxyAddresses + * + * @return Group + */ + public function setProxyAddresses($val) + { + $this->_propDict["proxyAddresses"] = $val; + return $this; + } + + /** + * Gets the renewedDateTime + * Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. + * + * @return \DateTime The renewedDateTime + */ + public function getRenewedDateTime() + { + if (array_key_exists("renewedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["renewedDateTime"], "\DateTime")) { + return $this->_propDict["renewedDateTime"]; + } else { + $this->_propDict["renewedDateTime"] = new \DateTime($this->_propDict["renewedDateTime"]); + return $this->_propDict["renewedDateTime"]; + } + } + return null; + } + + /** + * Sets the renewedDateTime + * Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. + * + * @param \DateTime $val The renewedDateTime + * + * @return Group + */ + public function setRenewedDateTime($val) + { + $this->_propDict["renewedDateTime"] = $val; + return $this; + } + + /** + * Gets the securityEnabled + * Specifies whether the group is a security group. Returned by default. Supports $filter. + * + * @return bool The securityEnabled + */ + public function getSecurityEnabled() + { + if (array_key_exists("securityEnabled", $this->_propDict)) { + return $this->_propDict["securityEnabled"]; + } else { + return null; + } + } + + /** + * Sets the securityEnabled + * Specifies whether the group is a security group. Returned by default. Supports $filter. + * + * @param bool $val The securityEnabled + * + * @return Group + */ + public function setSecurityEnabled($val) + { + $this->_propDict["securityEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the visibility + * Specifies the visibility of an Office 365 group. Possible values are: Private, Public, or Hiddenmembership; blank values are treated as public. See group visibility options to learn more.Visibility can be set only when a group is created; it is not editable.Visibility is supported only for unified groups; it is not supported for security groups. Returned by default. + * + * @return string The visibility + */ + public function getVisibility() + { + if (array_key_exists("visibility", $this->_propDict)) { + return $this->_propDict["visibility"]; + } else { + return null; + } + } + + /** + * Sets the visibility + * Specifies the visibility of an Office 365 group. Possible values are: Private, Public, or Hiddenmembership; blank values are treated as public. See group visibility options to learn more.Visibility can be set only when a group is created; it is not editable.Visibility is supported only for unified groups; it is not supported for security groups. Returned by default. + * + * @param string $val The visibility + * + * @return Group + */ + public function setVisibility($val) + { + $this->_propDict["visibility"] = $val; + return $this; + } + + /** + * Gets the allowExternalSenders + * Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. + * + * @return bool The allowExternalSenders + */ + public function getAllowExternalSenders() + { + if (array_key_exists("allowExternalSenders", $this->_propDict)) { + return $this->_propDict["allowExternalSenders"]; + } else { + return null; + } + } + + /** + * Sets the allowExternalSenders + * Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. + * + * @param bool $val The allowExternalSenders + * + * @return Group + */ + public function setAllowExternalSenders($val) + { + $this->_propDict["allowExternalSenders"] = boolval($val); + return $this; + } + + /** + * Gets the autoSubscribeNewMembers + * Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select. + * + * @return bool The autoSubscribeNewMembers + */ + public function getAutoSubscribeNewMembers() + { + if (array_key_exists("autoSubscribeNewMembers", $this->_propDict)) { + return $this->_propDict["autoSubscribeNewMembers"]; + } else { + return null; + } + } + + /** + * Sets the autoSubscribeNewMembers + * Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select. + * + * @param bool $val The autoSubscribeNewMembers + * + * @return Group + */ + public function setAutoSubscribeNewMembers($val) + { + $this->_propDict["autoSubscribeNewMembers"] = boolval($val); + return $this; + } + + /** + * Gets the isSubscribedByMail + * Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. + * + * @return bool The isSubscribedByMail + */ + public function getIsSubscribedByMail() + { + if (array_key_exists("isSubscribedByMail", $this->_propDict)) { + return $this->_propDict["isSubscribedByMail"]; + } else { + return null; + } + } + + /** + * Sets the isSubscribedByMail + * Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. + * + * @param bool $val The isSubscribedByMail + * + * @return Group + */ + public function setIsSubscribedByMail($val) + { + $this->_propDict["isSubscribedByMail"] = boolval($val); + return $this; + } + + /** + * Gets the unseenCount + * Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. + * + * @return int The unseenCount + */ + public function getUnseenCount() + { + if (array_key_exists("unseenCount", $this->_propDict)) { + return $this->_propDict["unseenCount"]; + } else { + return null; + } + } + + /** + * Sets the unseenCount + * Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. + * + * @param int $val The unseenCount + * + * @return Group + */ + public function setUnseenCount($val) + { + $this->_propDict["unseenCount"] = intval($val); + return $this; + } + + /** + * Gets the isArchived + * + * @return bool The isArchived + */ + public function getIsArchived() + { + if (array_key_exists("isArchived", $this->_propDict)) { + return $this->_propDict["isArchived"]; + } else { + return null; + } + } + + /** + * Sets the isArchived + * + * @param bool $val The isArchived + * + * @return Group + */ + public function setIsArchived($val) + { + $this->_propDict["isArchived"] = boolval($val); + return $this; + } + + + /** + * Gets the members + * Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Office 365 groups, security groups and mail-enabled security groups), DELETE (supported for Office 365 groups and security groups) Nullable. + * + * @return array The members + */ + public function getMembers() + { + if (array_key_exists("members", $this->_propDict)) { + return $this->_propDict["members"]; + } else { + return null; + } + } + + /** + * Sets the members + * Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Office 365 groups, security groups and mail-enabled security groups), DELETE (supported for Office 365 groups and security groups) Nullable. + * + * @param DirectoryObject $val The members + * + * @return Group + */ + public function setMembers($val) + { + $this->_propDict["members"] = $val; + return $this; + } + + + /** + * Gets the memberOf + * Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. + * + * @return array The memberOf + */ + public function getMemberOf() + { + if (array_key_exists("memberOf", $this->_propDict)) { + return $this->_propDict["memberOf"]; + } else { + return null; + } + } + + /** + * Sets the memberOf + * Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. + * + * @param DirectoryObject $val The memberOf + * + * @return Group + */ + public function setMemberOf($val) + { + $this->_propDict["memberOf"] = $val; + return $this; + } + + + /** + * Gets the membersWithLicenseErrors + * A list of group members with license errors from this group-based license assignment. Read-only. + * + * @return array The membersWithLicenseErrors + */ + public function getMembersWithLicenseErrors() + { + if (array_key_exists("membersWithLicenseErrors", $this->_propDict)) { + return $this->_propDict["membersWithLicenseErrors"]; + } else { + return null; + } + } + + /** + * Sets the membersWithLicenseErrors + * A list of group members with license errors from this group-based license assignment. Read-only. + * + * @param DirectoryObject $val The membersWithLicenseErrors + * + * @return Group + */ + public function setMembersWithLicenseErrors($val) + { + $this->_propDict["membersWithLicenseErrors"] = $val; + return $this; + } + + + /** + * Gets the transitiveMembers + * + * @return array The transitiveMembers + */ + public function getTransitiveMembers() + { + if (array_key_exists("transitiveMembers", $this->_propDict)) { + return $this->_propDict["transitiveMembers"]; + } else { + return null; + } + } + + /** + * Sets the transitiveMembers + * + * @param DirectoryObject $val The transitiveMembers + * + * @return Group + */ + public function setTransitiveMembers($val) + { + $this->_propDict["transitiveMembers"] = $val; + return $this; + } + + + /** + * Gets the transitiveMemberOf + * + * @return array The transitiveMemberOf + */ + public function getTransitiveMemberOf() + { + if (array_key_exists("transitiveMemberOf", $this->_propDict)) { + return $this->_propDict["transitiveMemberOf"]; + } else { + return null; + } + } + + /** + * Sets the transitiveMemberOf + * + * @param DirectoryObject $val The transitiveMemberOf + * + * @return Group + */ + public function setTransitiveMemberOf($val) + { + $this->_propDict["transitiveMemberOf"] = $val; + return $this; + } + + /** + * Gets the createdOnBehalfOf + * The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only. + * + * @return DirectoryObject The createdOnBehalfOf + */ + public function getCreatedOnBehalfOf() + { + if (array_key_exists("createdOnBehalfOf", $this->_propDict)) { + if (is_a($this->_propDict["createdOnBehalfOf"], "Microsoft\Graph\Model\DirectoryObject")) { + return $this->_propDict["createdOnBehalfOf"]; + } else { + $this->_propDict["createdOnBehalfOf"] = new DirectoryObject($this->_propDict["createdOnBehalfOf"]); + return $this->_propDict["createdOnBehalfOf"]; + } + } + return null; + } + + /** + * Sets the createdOnBehalfOf + * The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only. + * + * @param DirectoryObject $val The createdOnBehalfOf + * + * @return Group + */ + public function setCreatedOnBehalfOf($val) + { + $this->_propDict["createdOnBehalfOf"] = $val; + return $this; + } + + + /** + * Gets the owners + * The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 10 owners. HTTP Methods: GET (supported for all groups), POST (supported for Office 365 groups, security groups and mail-enabled security groups), DELETE (supported for Office 365 groups and security groups). Nullable. + * + * @return array The owners + */ + public function getOwners() + { + if (array_key_exists("owners", $this->_propDict)) { + return $this->_propDict["owners"]; + } else { + return null; + } + } + + /** + * Sets the owners + * The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 10 owners. HTTP Methods: GET (supported for all groups), POST (supported for Office 365 groups, security groups and mail-enabled security groups), DELETE (supported for Office 365 groups and security groups). Nullable. + * + * @param DirectoryObject $val The owners + * + * @return Group + */ + public function setOwners($val) + { + $this->_propDict["owners"] = $val; + return $this; + } + + + /** + * Gets the settings + * Read-only. Nullable. + * + * @return array The settings + */ + public function getSettings() + { + if (array_key_exists("settings", $this->_propDict)) { + return $this->_propDict["settings"]; + } else { + return null; + } + } + + /** + * Sets the settings + * Read-only. Nullable. + * + * @param GroupSetting $val The settings + * + * @return Group + */ + public function setSettings($val) + { + $this->_propDict["settings"] = $val; + return $this; + } + + + /** + * Gets the conversations + * The group's conversations. + * + * @return array The conversations + */ + public function getConversations() + { + if (array_key_exists("conversations", $this->_propDict)) { + return $this->_propDict["conversations"]; + } else { + return null; + } + } + + /** + * Sets the conversations + * The group's conversations. + * + * @param Conversation $val The conversations + * + * @return Group + */ + public function setConversations($val) + { + $this->_propDict["conversations"] = $val; + return $this; + } + + + /** + * Gets the photos + * The profile photos owned by the group. Read-only. Nullable. + * + * @return array The photos + */ + public function getPhotos() + { + if (array_key_exists("photos", $this->_propDict)) { + return $this->_propDict["photos"]; + } else { + return null; + } + } + + /** + * Sets the photos + * The profile photos owned by the group. Read-only. Nullable. + * + * @param ProfilePhoto $val The photos + * + * @return Group + */ + public function setPhotos($val) + { + $this->_propDict["photos"] = $val; + return $this; + } + + + /** + * Gets the acceptedSenders + * The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. + * + * @return array The acceptedSenders + */ + public function getAcceptedSenders() + { + if (array_key_exists("acceptedSenders", $this->_propDict)) { + return $this->_propDict["acceptedSenders"]; + } else { + return null; + } + } + + /** + * Sets the acceptedSenders + * The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. + * + * @param DirectoryObject $val The acceptedSenders + * + * @return Group + */ + public function setAcceptedSenders($val) + { + $this->_propDict["acceptedSenders"] = $val; + return $this; + } + + + /** + * Gets the rejectedSenders + * The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable + * + * @return array The rejectedSenders + */ + public function getRejectedSenders() + { + if (array_key_exists("rejectedSenders", $this->_propDict)) { + return $this->_propDict["rejectedSenders"]; + } else { + return null; + } + } + + /** + * Sets the rejectedSenders + * The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable + * + * @param DirectoryObject $val The rejectedSenders + * + * @return Group + */ + public function setRejectedSenders($val) + { + $this->_propDict["rejectedSenders"] = $val; + return $this; + } + + + /** + * Gets the threads + * The group's conversation threads. Nullable. + * + * @return array The threads + */ + public function getThreads() + { + if (array_key_exists("threads", $this->_propDict)) { + return $this->_propDict["threads"]; + } else { + return null; + } + } + + /** + * Sets the threads + * The group's conversation threads. Nullable. + * + * @param ConversationThread $val The threads + * + * @return Group + */ + public function setThreads($val) + { + $this->_propDict["threads"] = $val; + return $this; + } + + /** + * Gets the calendar + * The group's calendar. Read-only. + * + * @return Calendar The calendar + */ + public function getCalendar() + { + if (array_key_exists("calendar", $this->_propDict)) { + if (is_a($this->_propDict["calendar"], "Microsoft\Graph\Model\Calendar")) { + return $this->_propDict["calendar"]; + } else { + $this->_propDict["calendar"] = new Calendar($this->_propDict["calendar"]); + return $this->_propDict["calendar"]; + } + } + return null; + } + + /** + * Sets the calendar + * The group's calendar. Read-only. + * + * @param Calendar $val The calendar + * + * @return Group + */ + public function setCalendar($val) + { + $this->_propDict["calendar"] = $val; + return $this; + } + + + /** + * Gets the calendarView + * The calendar view for the calendar. Read-only. + * + * @return array The calendarView + */ + public function getCalendarView() + { + if (array_key_exists("calendarView", $this->_propDict)) { + return $this->_propDict["calendarView"]; + } else { + return null; + } + } + + /** + * Sets the calendarView + * The calendar view for the calendar. Read-only. + * + * @param Event $val The calendarView + * + * @return Group + */ + public function setCalendarView($val) + { + $this->_propDict["calendarView"] = $val; + return $this; + } + + + /** + * Gets the events + * The group's calendar events. + * + * @return array The events + */ + public function getEvents() + { + if (array_key_exists("events", $this->_propDict)) { + return $this->_propDict["events"]; + } else { + return null; + } + } + + /** + * Sets the events + * The group's calendar events. + * + * @param Event $val The events + * + * @return Group + */ + public function setEvents($val) + { + $this->_propDict["events"] = $val; + return $this; + } + + /** + * Gets the photo + * The group's profile photo + * + * @return ProfilePhoto The photo + */ + public function getPhoto() + { + if (array_key_exists("photo", $this->_propDict)) { + if (is_a($this->_propDict["photo"], "Microsoft\Graph\Model\ProfilePhoto")) { + return $this->_propDict["photo"]; + } else { + $this->_propDict["photo"] = new ProfilePhoto($this->_propDict["photo"]); + return $this->_propDict["photo"]; + } + } + return null; + } + + /** + * Sets the photo + * The group's profile photo + * + * @param ProfilePhoto $val The photo + * + * @return Group + */ + public function setPhoto($val) + { + $this->_propDict["photo"] = $val; + return $this; + } + + /** + * Gets the drive + * The group's default drive. Read-only. + * + * @return Drive The drive + */ + public function getDrive() + { + if (array_key_exists("drive", $this->_propDict)) { + if (is_a($this->_propDict["drive"], "Microsoft\Graph\Model\Drive")) { + return $this->_propDict["drive"]; + } else { + $this->_propDict["drive"] = new Drive($this->_propDict["drive"]); + return $this->_propDict["drive"]; + } + } + return null; + } + + /** + * Sets the drive + * The group's default drive. Read-only. + * + * @param Drive $val The drive + * + * @return Group + */ + public function setDrive($val) + { + $this->_propDict["drive"] = $val; + return $this; + } + + + /** + * Gets the drives + * The group's drives. Read-only. + * + * @return array The drives + */ + public function getDrives() + { + if (array_key_exists("drives", $this->_propDict)) { + return $this->_propDict["drives"]; + } else { + return null; + } + } + + /** + * Sets the drives + * The group's drives. Read-only. + * + * @param Drive $val The drives + * + * @return Group + */ + public function setDrives($val) + { + $this->_propDict["drives"] = $val; + return $this; + } + + + /** + * Gets the sites + * The list of SharePoint sites in this group. Access the default site with /sites/root. + * + * @return array The sites + */ + public function getSites() + { + if (array_key_exists("sites", $this->_propDict)) { + return $this->_propDict["sites"]; + } else { + return null; + } + } + + /** + * Sets the sites + * The list of SharePoint sites in this group. Access the default site with /sites/root. + * + * @param Site $val The sites + * + * @return Group + */ + public function setSites($val) + { + $this->_propDict["sites"] = $val; + return $this; + } + + + /** + * Gets the extensions + * The collection of open extensions defined for the group. Read-only. Nullable. + * + * @return array The extensions + */ + public function getExtensions() + { + if (array_key_exists("extensions", $this->_propDict)) { + return $this->_propDict["extensions"]; + } else { + return null; + } + } + + /** + * Sets the extensions + * The collection of open extensions defined for the group. Read-only. Nullable. + * + * @param Extension $val The extensions + * + * @return Group + */ + public function setExtensions($val) + { + $this->_propDict["extensions"] = $val; + return $this; + } + + + /** + * Gets the groupLifecyclePolicies + * The collection of lifecycle policies for this group. Read-only. Nullable. + * + * @return array The groupLifecyclePolicies + */ + public function getGroupLifecyclePolicies() + { + if (array_key_exists("groupLifecyclePolicies", $this->_propDict)) { + return $this->_propDict["groupLifecyclePolicies"]; + } else { + return null; + } + } + + /** + * Sets the groupLifecyclePolicies + * The collection of lifecycle policies for this group. Read-only. Nullable. + * + * @param GroupLifecyclePolicy $val The groupLifecyclePolicies + * + * @return Group + */ + public function setGroupLifecyclePolicies($val) + { + $this->_propDict["groupLifecyclePolicies"] = $val; + return $this; + } + + /** + * Gets the planner + * Entry-point to Planner resource that might exist for a Unified Group. + * + * @return PlannerGroup The planner + */ + public function getPlanner() + { + if (array_key_exists("planner", $this->_propDict)) { + if (is_a($this->_propDict["planner"], "Microsoft\Graph\Model\PlannerGroup")) { + return $this->_propDict["planner"]; + } else { + $this->_propDict["planner"] = new PlannerGroup($this->_propDict["planner"]); + return $this->_propDict["planner"]; + } + } + return null; + } + + /** + * Sets the planner + * Entry-point to Planner resource that might exist for a Unified Group. + * + * @param PlannerGroup $val The planner + * + * @return Group + */ + public function setPlanner($val) + { + $this->_propDict["planner"] = $val; + return $this; + } + + /** + * Gets the onenote + * Read-only. + * + * @return Onenote The onenote + */ + public function getOnenote() + { + if (array_key_exists("onenote", $this->_propDict)) { + if (is_a($this->_propDict["onenote"], "Microsoft\Graph\Model\Onenote")) { + return $this->_propDict["onenote"]; + } else { + $this->_propDict["onenote"] = new Onenote($this->_propDict["onenote"]); + return $this->_propDict["onenote"]; + } + } + return null; + } + + /** + * Sets the onenote + * Read-only. + * + * @param Onenote $val The onenote + * + * @return Group + */ + public function setOnenote($val) + { + $this->_propDict["onenote"] = $val; + return $this; + } + + /** + * Gets the team + * + * @return Team The team + */ + public function getTeam() + { + if (array_key_exists("team", $this->_propDict)) { + if (is_a($this->_propDict["team"], "Microsoft\Graph\Model\Team")) { + return $this->_propDict["team"]; + } else { + $this->_propDict["team"] = new Team($this->_propDict["team"]); + return $this->_propDict["team"]; + } + } + return null; + } + + /** + * Sets the team + * + * @param Team $val The team + * + * @return Group + */ + public function setTeam($val) + { + $this->_propDict["team"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/GroupAssignmentTarget.php b/vendor/microsoft/microsoft-graph/src/Model/GroupAssignmentTarget.php new file mode 100644 index 000000000..1f42dea61 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/GroupAssignmentTarget.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.groupAssignmentTarget"); + } + + /** + * Gets the groupId + * The group Id that is the target of the assignment. + * + * @return string The groupId + */ + public function getGroupId() + { + if (array_key_exists("groupId", $this->_propDict)) { + return $this->_propDict["groupId"]; + } else { + return null; + } + } + + /** + * Sets the groupId + * The group Id that is the target of the assignment. + * + * @param string $val The value of the groupId + * + * @return GroupAssignmentTarget + */ + public function setGroupId($val) + { + $this->_propDict["groupId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/GroupLifecyclePolicy.php b/vendor/microsoft/microsoft-graph/src/Model/GroupLifecyclePolicy.php new file mode 100644 index 000000000..e9c867312 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/GroupLifecyclePolicy.php @@ -0,0 +1,116 @@ +_propDict)) { + return $this->_propDict["groupLifetimeInDays"]; + } else { + return null; + } + } + + /** + * Sets the groupLifetimeInDays + * Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined. + * + * @param int $val The groupLifetimeInDays + * + * @return GroupLifecyclePolicy + */ + public function setGroupLifetimeInDays($val) + { + $this->_propDict["groupLifetimeInDays"] = intval($val); + return $this; + } + + /** + * Gets the managedGroupTypes + * The group type for which the expiration policy applies. Possible values are All, Selected or None. + * + * @return string The managedGroupTypes + */ + public function getManagedGroupTypes() + { + if (array_key_exists("managedGroupTypes", $this->_propDict)) { + return $this->_propDict["managedGroupTypes"]; + } else { + return null; + } + } + + /** + * Sets the managedGroupTypes + * The group type for which the expiration policy applies. Possible values are All, Selected or None. + * + * @param string $val The managedGroupTypes + * + * @return GroupLifecyclePolicy + */ + public function setManagedGroupTypes($val) + { + $this->_propDict["managedGroupTypes"] = $val; + return $this; + } + + /** + * Gets the alternateNotificationEmails + * List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon. + * + * @return string The alternateNotificationEmails + */ + public function getAlternateNotificationEmails() + { + if (array_key_exists("alternateNotificationEmails", $this->_propDict)) { + return $this->_propDict["alternateNotificationEmails"]; + } else { + return null; + } + } + + /** + * Sets the alternateNotificationEmails + * List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon. + * + * @param string $val The alternateNotificationEmails + * + * @return GroupLifecyclePolicy + */ + public function setAlternateNotificationEmails($val) + { + $this->_propDict["alternateNotificationEmails"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/GroupSetting.php b/vendor/microsoft/microsoft-graph/src/Model/GroupSetting.php new file mode 100644 index 000000000..d31480584 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/GroupSetting.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name of this group of settings, which comes from the associated template. + * + * @param string $val The displayName + * + * @return GroupSetting + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the templateId + * Unique identifier for the template used to create this group of settings. Read-only. + * + * @return string The templateId + */ + public function getTemplateId() + { + if (array_key_exists("templateId", $this->_propDict)) { + return $this->_propDict["templateId"]; + } else { + return null; + } + } + + /** + * Sets the templateId + * Unique identifier for the template used to create this group of settings. Read-only. + * + * @param string $val The templateId + * + * @return GroupSetting + */ + public function setTemplateId($val) + { + $this->_propDict["templateId"] = $val; + return $this; + } + + + /** + * Gets the values + * Collection of name value pairs. Must contain and set all the settings defined in the template. + * + * @return array The values + */ + public function getValues() + { + if (array_key_exists("values", $this->_propDict)) { + return $this->_propDict["values"]; + } else { + return null; + } + } + + /** + * Sets the values + * Collection of name value pairs. Must contain and set all the settings defined in the template. + * + * @param SettingValue $val The values + * + * @return GroupSetting + */ + public function setValues($val) + { + $this->_propDict["values"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/GroupSettingTemplate.php b/vendor/microsoft/microsoft-graph/src/Model/GroupSettingTemplate.php new file mode 100644 index 000000000..e8ed3a044 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/GroupSettingTemplate.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name of the template. + * + * @param string $val The displayName + * + * @return GroupSettingTemplate + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * Description of the template. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description of the template. + * + * @param string $val The description + * + * @return GroupSettingTemplate + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + + /** + * Gets the values + * Collection of settingTemplateValues that list the set of available settings, defaults and types that make up this template. + * + * @return array The values + */ + public function getValues() + { + if (array_key_exists("values", $this->_propDict)) { + return $this->_propDict["values"]; + } else { + return null; + } + } + + /** + * Sets the values + * Collection of settingTemplateValues that list the set of available settings, defaults and types that make up this template. + * + * @param SettingTemplateValue $val The values + * + * @return GroupSettingTemplate + */ + public function setValues($val) + { + $this->_propDict["values"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/GroupType.php b/vendor/microsoft/microsoft-graph/src/Model/GroupType.php new file mode 100644 index 000000000..dc6963449 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/GroupType.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["crc32Hash"]; + } else { + return null; + } + } + + /** + * Sets the crc32Hash + * The CRC32 value of the file in little endian (if available). Read-only. + * + * @param string $val The value of the crc32Hash + * + * @return Hashes + */ + public function setCrc32Hash($val) + { + $this->_propDict["crc32Hash"] = $val; + return $this; + } + /** + * Gets the quickXorHash + * A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only. + * + * @return string The quickXorHash + */ + public function getQuickXorHash() + { + if (array_key_exists("quickXorHash", $this->_propDict)) { + return $this->_propDict["quickXorHash"]; + } else { + return null; + } + } + + /** + * Sets the quickXorHash + * A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only. + * + * @param string $val The value of the quickXorHash + * + * @return Hashes + */ + public function setQuickXorHash($val) + { + $this->_propDict["quickXorHash"] = $val; + return $this; + } + /** + * Gets the sha1Hash + * SHA1 hash for the contents of the file (if available). Read-only. + * + * @return string The sha1Hash + */ + public function getSha1Hash() + { + if (array_key_exists("sha1Hash", $this->_propDict)) { + return $this->_propDict["sha1Hash"]; + } else { + return null; + } + } + + /** + * Sets the sha1Hash + * SHA1 hash for the contents of the file (if available). Read-only. + * + * @param string $val The value of the sha1Hash + * + * @return Hashes + */ + public function setSha1Hash($val) + { + $this->_propDict["sha1Hash"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/HostSecurityState.php b/vendor/microsoft/microsoft-graph/src/Model/HostSecurityState.php new file mode 100644 index 000000000..f1f2aff36 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/HostSecurityState.php @@ -0,0 +1,276 @@ +_propDict)) { + return $this->_propDict["fqdn"]; + } else { + return null; + } + } + + /** + * Sets the fqdn + * Host FQDN (Fully Qualified Domain Name) (for example, machine.company.com). + * + * @param string $val The value of the fqdn + * + * @return HostSecurityState + */ + public function setFqdn($val) + { + $this->_propDict["fqdn"] = $val; + return $this; + } + /** + * Gets the isAzureAdJoined + * + * @return bool The isAzureAdJoined + */ + public function getIsAzureAdJoined() + { + if (array_key_exists("isAzureAdJoined", $this->_propDict)) { + return $this->_propDict["isAzureAdJoined"]; + } else { + return null; + } + } + + /** + * Sets the isAzureAdJoined + * + * @param bool $val The value of the isAzureAdJoined + * + * @return HostSecurityState + */ + public function setIsAzureAdJoined($val) + { + $this->_propDict["isAzureAdJoined"] = $val; + return $this; + } + /** + * Gets the isAzureAdRegistered + * + * @return bool The isAzureAdRegistered + */ + public function getIsAzureAdRegistered() + { + if (array_key_exists("isAzureAdRegistered", $this->_propDict)) { + return $this->_propDict["isAzureAdRegistered"]; + } else { + return null; + } + } + + /** + * Sets the isAzureAdRegistered + * + * @param bool $val The value of the isAzureAdRegistered + * + * @return HostSecurityState + */ + public function setIsAzureAdRegistered($val) + { + $this->_propDict["isAzureAdRegistered"] = $val; + return $this; + } + /** + * Gets the isHybridAzureDomainJoined + * True if the host is domain joined to an on-premises Active Directory domain. + * + * @return bool The isHybridAzureDomainJoined + */ + public function getIsHybridAzureDomainJoined() + { + if (array_key_exists("isHybridAzureDomainJoined", $this->_propDict)) { + return $this->_propDict["isHybridAzureDomainJoined"]; + } else { + return null; + } + } + + /** + * Sets the isHybridAzureDomainJoined + * True if the host is domain joined to an on-premises Active Directory domain. + * + * @param bool $val The value of the isHybridAzureDomainJoined + * + * @return HostSecurityState + */ + public function setIsHybridAzureDomainJoined($val) + { + $this->_propDict["isHybridAzureDomainJoined"] = $val; + return $this; + } + /** + * Gets the netBiosName + * The local host name, without the DNS domain name. + * + * @return string The netBiosName + */ + public function getNetBiosName() + { + if (array_key_exists("netBiosName", $this->_propDict)) { + return $this->_propDict["netBiosName"]; + } else { + return null; + } + } + + /** + * Sets the netBiosName + * The local host name, without the DNS domain name. + * + * @param string $val The value of the netBiosName + * + * @return HostSecurityState + */ + public function setNetBiosName($val) + { + $this->_propDict["netBiosName"] = $val; + return $this; + } + /** + * Gets the os + * Host Operating System. (For example, Windows10, MacOS, RHEL, etc.). + * + * @return string The os + */ + public function getOs() + { + if (array_key_exists("os", $this->_propDict)) { + return $this->_propDict["os"]; + } else { + return null; + } + } + + /** + * Sets the os + * Host Operating System. (For example, Windows10, MacOS, RHEL, etc.). + * + * @param string $val The value of the os + * + * @return HostSecurityState + */ + public function setOs($val) + { + $this->_propDict["os"] = $val; + return $this; + } + /** + * Gets the privateIpAddress + * Private (not routable) IPv4 or IPv6 address (see RFC 1918) at the time of the alert. + * + * @return string The privateIpAddress + */ + public function getPrivateIpAddress() + { + if (array_key_exists("privateIpAddress", $this->_propDict)) { + return $this->_propDict["privateIpAddress"]; + } else { + return null; + } + } + + /** + * Sets the privateIpAddress + * Private (not routable) IPv4 or IPv6 address (see RFC 1918) at the time of the alert. + * + * @param string $val The value of the privateIpAddress + * + * @return HostSecurityState + */ + public function setPrivateIpAddress($val) + { + $this->_propDict["privateIpAddress"] = $val; + return $this; + } + /** + * Gets the publicIpAddress + * Publicly routable IPv4 or IPv6 address (see RFC 1918) at time of the alert. + * + * @return string The publicIpAddress + */ + public function getPublicIpAddress() + { + if (array_key_exists("publicIpAddress", $this->_propDict)) { + return $this->_propDict["publicIpAddress"]; + } else { + return null; + } + } + + /** + * Sets the publicIpAddress + * Publicly routable IPv4 or IPv6 address (see RFC 1918) at time of the alert. + * + * @param string $val The value of the publicIpAddress + * + * @return HostSecurityState + */ + public function setPublicIpAddress($val) + { + $this->_propDict["publicIpAddress"] = $val; + return $this; + } + /** + * Gets the riskScore + * Provider-generated/calculated risk score of the host. Recommended value range of 0-1, which equates to a percentage. + * + * @return string The riskScore + */ + public function getRiskScore() + { + if (array_key_exists("riskScore", $this->_propDict)) { + return $this->_propDict["riskScore"]; + } else { + return null; + } + } + + /** + * Sets the riskScore + * Provider-generated/calculated risk score of the host. Recommended value range of 0-1, which equates to a percentage. + * + * @param string $val The value of the riskScore + * + * @return HostSecurityState + */ + public function setRiskScore($val) + { + $this->_propDict["riskScore"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IPv4Range.php b/vendor/microsoft/microsoft-graph/src/Model/IPv4Range.php new file mode 100644 index 000000000..af374f00b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IPv4Range.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["lowerAddress"]; + } else { + return null; + } + } + + /** + * Sets the lowerAddress + * Lower address. + * + * @param string $val The value of the lowerAddress + * + * @return IPv4Range + */ + public function setLowerAddress($val) + { + $this->_propDict["lowerAddress"] = $val; + return $this; + } + /** + * Gets the upperAddress + * Upper address. + * + * @return string The upperAddress + */ + public function getUpperAddress() + { + if (array_key_exists("upperAddress", $this->_propDict)) { + return $this->_propDict["upperAddress"]; + } else { + return null; + } + } + + /** + * Sets the upperAddress + * Upper address. + * + * @param string $val The value of the upperAddress + * + * @return IPv4Range + */ + public function setUpperAddress($val) + { + $this->_propDict["upperAddress"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IPv6Range.php b/vendor/microsoft/microsoft-graph/src/Model/IPv6Range.php new file mode 100644 index 000000000..6ae07454f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IPv6Range.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["lowerAddress"]; + } else { + return null; + } + } + + /** + * Sets the lowerAddress + * Lower address + * + * @param string $val The value of the lowerAddress + * + * @return IPv6Range + */ + public function setLowerAddress($val) + { + $this->_propDict["lowerAddress"] = $val; + return $this; + } + /** + * Gets the upperAddress + * Upper address + * + * @return string The upperAddress + */ + public function getUpperAddress() + { + if (array_key_exists("upperAddress", $this->_propDict)) { + return $this->_propDict["upperAddress"]; + } else { + return null; + } + } + + /** + * Sets the upperAddress + * Upper address + * + * @param string $val The value of the upperAddress + * + * @return IPv6Range + */ + public function setUpperAddress($val) + { + $this->_propDict["upperAddress"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Identity.php b/vendor/microsoft/microsoft-graph/src/Model/Identity.php new file mode 100644 index 000000000..7a6dfffb8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Identity.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta. + * + * @param string $val The value of the displayName + * + * @return Identity + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the id + * Unique identifier for the identity. + * + * @return string The id + */ + public function getId() + { + if (array_key_exists("id", $this->_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * Unique identifier for the identity. + * + * @param string $val The value of the id + * + * @return Identity + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IdentityProvider.php b/vendor/microsoft/microsoft-graph/src/Model/IdentityProvider.php new file mode 100644 index 000000000..6f4e73d5d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IdentityProvider.php @@ -0,0 +1,137 @@ +_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * + * @param string $val The type + * + * @return IdentityProvider + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + + /** + * Gets the name + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * + * @param string $val The name + * + * @return IdentityProvider + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the clientId + * + * @return string The clientId + */ + public function getClientId() + { + if (array_key_exists("clientId", $this->_propDict)) { + return $this->_propDict["clientId"]; + } else { + return null; + } + } + + /** + * Sets the clientId + * + * @param string $val The clientId + * + * @return IdentityProvider + */ + public function setClientId($val) + { + $this->_propDict["clientId"] = $val; + return $this; + } + + /** + * Gets the clientSecret + * + * @return string The clientSecret + */ + public function getClientSecret() + { + if (array_key_exists("clientSecret", $this->_propDict)) { + return $this->_propDict["clientSecret"]; + } else { + return null; + } + } + + /** + * Sets the clientSecret + * + * @param string $val The clientSecret + * + * @return IdentityProvider + */ + public function setClientSecret($val) + { + $this->_propDict["clientSecret"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IdentitySet.php b/vendor/microsoft/microsoft-graph/src/Model/IdentitySet.php new file mode 100644 index 000000000..7b9a928bf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IdentitySet.php @@ -0,0 +1,127 @@ +_propDict)) { + if (is_a($this->_propDict["application"], "Microsoft\Graph\Model\Identity")) { + return $this->_propDict["application"]; + } else { + $this->_propDict["application"] = new Identity($this->_propDict["application"]); + return $this->_propDict["application"]; + } + } + return null; + } + + /** + * Sets the application + * Optional. The application associated with this action. + * + * @param Identity $val The value to assign to the application + * + * @return IdentitySet The IdentitySet + */ + public function setApplication($val) + { + $this->_propDict["application"] = $val; + return $this; + } + + /** + * Gets the device + * Optional. The device associated with this action. + * + * @return Identity The device + */ + public function getDevice() + { + if (array_key_exists("device", $this->_propDict)) { + if (is_a($this->_propDict["device"], "Microsoft\Graph\Model\Identity")) { + return $this->_propDict["device"]; + } else { + $this->_propDict["device"] = new Identity($this->_propDict["device"]); + return $this->_propDict["device"]; + } + } + return null; + } + + /** + * Sets the device + * Optional. The device associated with this action. + * + * @param Identity $val The value to assign to the device + * + * @return IdentitySet The IdentitySet + */ + public function setDevice($val) + { + $this->_propDict["device"] = $val; + return $this; + } + + /** + * Gets the user + * Optional. The user associated with this action. + * + * @return Identity The user + */ + public function getUser() + { + if (array_key_exists("user", $this->_propDict)) { + if (is_a($this->_propDict["user"], "Microsoft\Graph\Model\Identity")) { + return $this->_propDict["user"]; + } else { + $this->_propDict["user"] = new Identity($this->_propDict["user"]); + return $this->_propDict["user"]; + } + } + return null; + } + + /** + * Sets the user + * Optional. The user associated with this action. + * + * @param Identity $val The value to assign to the user + * + * @return IdentitySet The IdentitySet + */ + public function setUser($val) + { + $this->_propDict["user"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Image.php b/vendor/microsoft/microsoft-graph/src/Model/Image.php new file mode 100644 index 000000000..73b17d8c3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Image.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["height"]; + } else { + return null; + } + } + + /** + * Sets the height + * Optional. Height of the image, in pixels. Read-only. + * + * @param int $val The value of the height + * + * @return Image + */ + public function setHeight($val) + { + $this->_propDict["height"] = $val; + return $this; + } + /** + * Gets the width + * Optional. Width of the image, in pixels. Read-only. + * + * @return int The width + */ + public function getWidth() + { + if (array_key_exists("width", $this->_propDict)) { + return $this->_propDict["width"]; + } else { + return null; + } + } + + /** + * Sets the width + * Optional. Width of the image, in pixels. Read-only. + * + * @param int $val The value of the width + * + * @return Image + */ + public function setWidth($val) + { + $this->_propDict["width"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ImageInfo.php b/vendor/microsoft/microsoft-graph/src/Model/ImageInfo.php new file mode 100644 index 000000000..f18e731e2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ImageInfo.php @@ -0,0 +1,138 @@ +_propDict)) { + return $this->_propDict["iconUrl"]; + } else { + return null; + } + } + + /** + * Sets the iconUrl + * Optional; URI that points to an icon which represents the application used to generate the activity + * + * @param string $val The value of the iconUrl + * + * @return ImageInfo + */ + public function setIconUrl($val) + { + $this->_propDict["iconUrl"] = $val; + return $this; + } + /** + * Gets the alternativeText + * + * @return string The alternativeText + */ + public function getAlternativeText() + { + if (array_key_exists("alternativeText", $this->_propDict)) { + return $this->_propDict["alternativeText"]; + } else { + return null; + } + } + + /** + * Sets the alternativeText + * + * @param string $val The value of the alternativeText + * + * @return ImageInfo + */ + public function setAlternativeText($val) + { + $this->_propDict["alternativeText"] = $val; + return $this; + } + /** + * Gets the alternateText + * Optional; alt-text accessible content for the image + * + * @return string The alternateText + */ + public function getAlternateText() + { + if (array_key_exists("alternateText", $this->_propDict)) { + return $this->_propDict["alternateText"]; + } else { + return null; + } + } + + /** + * Sets the alternateText + * Optional; alt-text accessible content for the image + * + * @param string $val The value of the alternateText + * + * @return ImageInfo + */ + public function setAlternateText($val) + { + $this->_propDict["alternateText"] = $val; + return $this; + } + /** + * Gets the addImageQuery + * Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image + * + * @return bool The addImageQuery + */ + public function getAddImageQuery() + { + if (array_key_exists("addImageQuery", $this->_propDict)) { + return $this->_propDict["addImageQuery"]; + } else { + return null; + } + } + + /** + * Sets the addImageQuery + * Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image + * + * @param bool $val The value of the addImageQuery + * + * @return ImageInfo + */ + public function setAddImageQuery($val) + { + $this->_propDict["addImageQuery"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Importance.php b/vendor/microsoft/microsoft-graph/src/Model/Importance.php new file mode 100644 index 000000000..e0b0d16a7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Importance.php @@ -0,0 +1,37 @@ +_propDict)) { + if (is_a($this->_propDict["missingDataBeforeDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["missingDataBeforeDateTime"]; + } else { + $this->_propDict["missingDataBeforeDateTime"] = new \DateTime($this->_propDict["missingDataBeforeDateTime"]); + return $this->_propDict["missingDataBeforeDateTime"]; + } + } + return null; + } + + /** + * Sets the missingDataBeforeDateTime + * The service does not have source data before the specified time. + * + * @param \DateTime $val The value to assign to the missingDataBeforeDateTime + * + * @return IncompleteData The IncompleteData + */ + public function setMissingDataBeforeDateTime($val) + { + $this->_propDict["missingDataBeforeDateTime"] = $val; + return $this; + } + /** + * Gets the wasThrottled + * Some data was not recorded due to excessive activity. + * + * @return bool The wasThrottled + */ + public function getWasThrottled() + { + if (array_key_exists("wasThrottled", $this->_propDict)) { + return $this->_propDict["wasThrottled"]; + } else { + return null; + } + } + + /** + * Sets the wasThrottled + * Some data was not recorded due to excessive activity. + * + * @param bool $val The value of the wasThrottled + * + * @return IncompleteData + */ + public function setWasThrottled($val) + { + $this->_propDict["wasThrottled"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/InferenceClassification.php b/vendor/microsoft/microsoft-graph/src/Model/InferenceClassification.php new file mode 100644 index 000000000..d07bc27f8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/InferenceClassification.php @@ -0,0 +1,59 @@ +_propDict)) { + return $this->_propDict["overrides"]; + } else { + return null; + } + } + + /** + * Sets the overrides + * A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable. + * + * @param InferenceClassificationOverride $val The overrides + * + * @return InferenceClassification + */ + public function setOverrides($val) + { + $this->_propDict["overrides"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/InferenceClassificationOverride.php b/vendor/microsoft/microsoft-graph/src/Model/InferenceClassificationOverride.php new file mode 100644 index 000000000..72274ee2b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/InferenceClassificationOverride.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["classifyAs"], "Microsoft\Graph\Model\InferenceClassificationType")) { + return $this->_propDict["classifyAs"]; + } else { + $this->_propDict["classifyAs"] = new InferenceClassificationType($this->_propDict["classifyAs"]); + return $this->_propDict["classifyAs"]; + } + } + return null; + } + + /** + * Sets the classifyAs + * Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other. + * + * @param InferenceClassificationType $val The classifyAs + * + * @return InferenceClassificationOverride + */ + public function setClassifyAs($val) + { + $this->_propDict["classifyAs"] = $val; + return $this; + } + + /** + * Gets the senderEmailAddress + * The email address information of the sender for whom the override is created. + * + * @return EmailAddress The senderEmailAddress + */ + public function getSenderEmailAddress() + { + if (array_key_exists("senderEmailAddress", $this->_propDict)) { + if (is_a($this->_propDict["senderEmailAddress"], "Microsoft\Graph\Model\EmailAddress")) { + return $this->_propDict["senderEmailAddress"]; + } else { + $this->_propDict["senderEmailAddress"] = new EmailAddress($this->_propDict["senderEmailAddress"]); + return $this->_propDict["senderEmailAddress"]; + } + } + return null; + } + + /** + * Sets the senderEmailAddress + * The email address information of the sender for whom the override is created. + * + * @param EmailAddress $val The senderEmailAddress + * + * @return InferenceClassificationOverride + */ + public function setSenderEmailAddress($val) + { + $this->_propDict["senderEmailAddress"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/InferenceClassificationType.php b/vendor/microsoft/microsoft-graph/src/Model/InferenceClassificationType.php new file mode 100644 index 000000000..db3e06fb9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/InferenceClassificationType.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * + * @param string $val The value of the displayName + * + * @return InsightIdentity + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the id + * + * @return string The id + */ + public function getId() + { + if (array_key_exists("id", $this->_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * + * @param string $val The value of the id + * + * @return InsightIdentity + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + /** + * Gets the address + * + * @return string The address + */ + public function getAddress() + { + if (array_key_exists("address", $this->_propDict)) { + return $this->_propDict["address"]; + } else { + return null; + } + } + + /** + * Sets the address + * + * @param string $val The value of the address + * + * @return InsightIdentity + */ + public function setAddress($val) + { + $this->_propDict["address"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/InstallIntent.php b/vendor/microsoft/microsoft-graph/src/Model/InstallIntent.php new file mode 100644 index 000000000..6bcbb757f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/InstallIntent.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Represents the key in a key-value pair. + * + * @param string $val The value of the name + * + * @return InternetMessageHeader + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the value + * The value in a key-value pair. + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * The value in a key-value pair. + * + * @param string $val The value of the value + * + * @return InternetMessageHeader + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/InternetSiteSecurityLevel.php b/vendor/microsoft/microsoft-graph/src/Model/InternetSiteSecurityLevel.php new file mode 100644 index 000000000..110112b43 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/InternetSiteSecurityLevel.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Company/organization name that is displayed to end users. + * + * @param string $val The value of the displayName + * + * @return IntuneBrand + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the contactITName + * Name of the person/organization responsible for IT support. + * + * @return string The contactITName + */ + public function getContactITName() + { + if (array_key_exists("contactITName", $this->_propDict)) { + return $this->_propDict["contactITName"]; + } else { + return null; + } + } + + /** + * Sets the contactITName + * Name of the person/organization responsible for IT support. + * + * @param string $val The value of the contactITName + * + * @return IntuneBrand + */ + public function setContactITName($val) + { + $this->_propDict["contactITName"] = $val; + return $this; + } + /** + * Gets the contactITPhoneNumber + * Phone number of the person/organization responsible for IT support. + * + * @return string The contactITPhoneNumber + */ + public function getContactITPhoneNumber() + { + if (array_key_exists("contactITPhoneNumber", $this->_propDict)) { + return $this->_propDict["contactITPhoneNumber"]; + } else { + return null; + } + } + + /** + * Sets the contactITPhoneNumber + * Phone number of the person/organization responsible for IT support. + * + * @param string $val The value of the contactITPhoneNumber + * + * @return IntuneBrand + */ + public function setContactITPhoneNumber($val) + { + $this->_propDict["contactITPhoneNumber"] = $val; + return $this; + } + /** + * Gets the contactITEmailAddress + * Email address of the person/organization responsible for IT support. + * + * @return string The contactITEmailAddress + */ + public function getContactITEmailAddress() + { + if (array_key_exists("contactITEmailAddress", $this->_propDict)) { + return $this->_propDict["contactITEmailAddress"]; + } else { + return null; + } + } + + /** + * Sets the contactITEmailAddress + * Email address of the person/organization responsible for IT support. + * + * @param string $val The value of the contactITEmailAddress + * + * @return IntuneBrand + */ + public function setContactITEmailAddress($val) + { + $this->_propDict["contactITEmailAddress"] = $val; + return $this; + } + /** + * Gets the contactITNotes + * Text comments regarding the person/organization responsible for IT support. + * + * @return string The contactITNotes + */ + public function getContactITNotes() + { + if (array_key_exists("contactITNotes", $this->_propDict)) { + return $this->_propDict["contactITNotes"]; + } else { + return null; + } + } + + /** + * Sets the contactITNotes + * Text comments regarding the person/organization responsible for IT support. + * + * @param string $val The value of the contactITNotes + * + * @return IntuneBrand + */ + public function setContactITNotes($val) + { + $this->_propDict["contactITNotes"] = $val; + return $this; + } + /** + * Gets the privacyUrl + * URL to the company/organization’s privacy policy. + * + * @return string The privacyUrl + */ + public function getPrivacyUrl() + { + if (array_key_exists("privacyUrl", $this->_propDict)) { + return $this->_propDict["privacyUrl"]; + } else { + return null; + } + } + + /** + * Sets the privacyUrl + * URL to the company/organization’s privacy policy. + * + * @param string $val The value of the privacyUrl + * + * @return IntuneBrand + */ + public function setPrivacyUrl($val) + { + $this->_propDict["privacyUrl"] = $val; + return $this; + } + /** + * Gets the onlineSupportSiteUrl + * URL to the company/organization’s IT helpdesk site. + * + * @return string The onlineSupportSiteUrl + */ + public function getOnlineSupportSiteUrl() + { + if (array_key_exists("onlineSupportSiteUrl", $this->_propDict)) { + return $this->_propDict["onlineSupportSiteUrl"]; + } else { + return null; + } + } + + /** + * Sets the onlineSupportSiteUrl + * URL to the company/organization’s IT helpdesk site. + * + * @param string $val The value of the onlineSupportSiteUrl + * + * @return IntuneBrand + */ + public function setOnlineSupportSiteUrl($val) + { + $this->_propDict["onlineSupportSiteUrl"] = $val; + return $this; + } + /** + * Gets the onlineSupportSiteName + * Display name of the company/organization’s IT helpdesk site. + * + * @return string The onlineSupportSiteName + */ + public function getOnlineSupportSiteName() + { + if (array_key_exists("onlineSupportSiteName", $this->_propDict)) { + return $this->_propDict["onlineSupportSiteName"]; + } else { + return null; + } + } + + /** + * Sets the onlineSupportSiteName + * Display name of the company/organization’s IT helpdesk site. + * + * @param string $val The value of the onlineSupportSiteName + * + * @return IntuneBrand + */ + public function setOnlineSupportSiteName($val) + { + $this->_propDict["onlineSupportSiteName"] = $val; + return $this; + } + + /** + * Gets the themeColor + * Primary theme color used in the Company Portal applications and web portal. + * + * @return RgbColor The themeColor + */ + public function getThemeColor() + { + if (array_key_exists("themeColor", $this->_propDict)) { + if (is_a($this->_propDict["themeColor"], "Microsoft\Graph\Model\RgbColor")) { + return $this->_propDict["themeColor"]; + } else { + $this->_propDict["themeColor"] = new RgbColor($this->_propDict["themeColor"]); + return $this->_propDict["themeColor"]; + } + } + return null; + } + + /** + * Sets the themeColor + * Primary theme color used in the Company Portal applications and web portal. + * + * @param RgbColor $val The value to assign to the themeColor + * + * @return IntuneBrand The IntuneBrand + */ + public function setThemeColor($val) + { + $this->_propDict["themeColor"] = $val; + return $this; + } + /** + * Gets the showLogo + * Boolean that represents whether the administrator-supplied logo images are shown or not shown. + * + * @return bool The showLogo + */ + public function getShowLogo() + { + if (array_key_exists("showLogo", $this->_propDict)) { + return $this->_propDict["showLogo"]; + } else { + return null; + } + } + + /** + * Sets the showLogo + * Boolean that represents whether the administrator-supplied logo images are shown or not shown. + * + * @param bool $val The value of the showLogo + * + * @return IntuneBrand + */ + public function setShowLogo($val) + { + $this->_propDict["showLogo"] = $val; + return $this; + } + + /** + * Gets the lightBackgroundLogo + * Logo image displayed in Company Portal apps which have a light background behind the logo. + * + * @return MimeContent The lightBackgroundLogo + */ + public function getLightBackgroundLogo() + { + if (array_key_exists("lightBackgroundLogo", $this->_propDict)) { + if (is_a($this->_propDict["lightBackgroundLogo"], "Microsoft\Graph\Model\MimeContent")) { + return $this->_propDict["lightBackgroundLogo"]; + } else { + $this->_propDict["lightBackgroundLogo"] = new MimeContent($this->_propDict["lightBackgroundLogo"]); + return $this->_propDict["lightBackgroundLogo"]; + } + } + return null; + } + + /** + * Sets the lightBackgroundLogo + * Logo image displayed in Company Portal apps which have a light background behind the logo. + * + * @param MimeContent $val The value to assign to the lightBackgroundLogo + * + * @return IntuneBrand The IntuneBrand + */ + public function setLightBackgroundLogo($val) + { + $this->_propDict["lightBackgroundLogo"] = $val; + return $this; + } + + /** + * Gets the darkBackgroundLogo + * Logo image displayed in Company Portal apps which have a dark background behind the logo. + * + * @return MimeContent The darkBackgroundLogo + */ + public function getDarkBackgroundLogo() + { + if (array_key_exists("darkBackgroundLogo", $this->_propDict)) { + if (is_a($this->_propDict["darkBackgroundLogo"], "Microsoft\Graph\Model\MimeContent")) { + return $this->_propDict["darkBackgroundLogo"]; + } else { + $this->_propDict["darkBackgroundLogo"] = new MimeContent($this->_propDict["darkBackgroundLogo"]); + return $this->_propDict["darkBackgroundLogo"]; + } + } + return null; + } + + /** + * Sets the darkBackgroundLogo + * Logo image displayed in Company Portal apps which have a dark background behind the logo. + * + * @param MimeContent $val The value to assign to the darkBackgroundLogo + * + * @return IntuneBrand The IntuneBrand + */ + public function setDarkBackgroundLogo($val) + { + $this->_propDict["darkBackgroundLogo"] = $val; + return $this; + } + /** + * Gets the showNameNextToLogo + * Boolean that represents whether the administrator-supplied display name will be shown next to the logo image. + * + * @return bool The showNameNextToLogo + */ + public function getShowNameNextToLogo() + { + if (array_key_exists("showNameNextToLogo", $this->_propDict)) { + return $this->_propDict["showNameNextToLogo"]; + } else { + return null; + } + } + + /** + * Sets the showNameNextToLogo + * Boolean that represents whether the administrator-supplied display name will be shown next to the logo image. + * + * @param bool $val The value of the showNameNextToLogo + * + * @return IntuneBrand + */ + public function setShowNameNextToLogo($val) + { + $this->_propDict["showNameNextToLogo"] = $val; + return $this; + } + /** + * Gets the showDisplayNameNextToLogo + * Boolean that represents whether the administrator-supplied display name will be shown next to the logo image. + * + * @return bool The showDisplayNameNextToLogo + */ + public function getShowDisplayNameNextToLogo() + { + if (array_key_exists("showDisplayNameNextToLogo", $this->_propDict)) { + return $this->_propDict["showDisplayNameNextToLogo"]; + } else { + return null; + } + } + + /** + * Sets the showDisplayNameNextToLogo + * Boolean that represents whether the administrator-supplied display name will be shown next to the logo image. + * + * @param bool $val The value of the showDisplayNameNextToLogo + * + * @return IntuneBrand + */ + public function setShowDisplayNameNextToLogo($val) + { + $this->_propDict["showDisplayNameNextToLogo"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Invitation.php b/vendor/microsoft/microsoft-graph/src/Model/Invitation.php new file mode 100644 index 000000000..8ecfda9f6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Invitation.php @@ -0,0 +1,298 @@ +_propDict)) { + return $this->_propDict["invitedUserDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the invitedUserDisplayName + * The display name of the user being invited. + * + * @param string $val The invitedUserDisplayName + * + * @return Invitation + */ + public function setInvitedUserDisplayName($val) + { + $this->_propDict["invitedUserDisplayName"] = $val; + return $this; + } + + /** + * Gets the invitedUserType + * The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator. + * + * @return string The invitedUserType + */ + public function getInvitedUserType() + { + if (array_key_exists("invitedUserType", $this->_propDict)) { + return $this->_propDict["invitedUserType"]; + } else { + return null; + } + } + + /** + * Sets the invitedUserType + * The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator. + * + * @param string $val The invitedUserType + * + * @return Invitation + */ + public function setInvitedUserType($val) + { + $this->_propDict["invitedUserType"] = $val; + return $this; + } + + /** + * Gets the invitedUserEmailAddress + * The email address of the user being invited. Required. + * + * @return string The invitedUserEmailAddress + */ + public function getInvitedUserEmailAddress() + { + if (array_key_exists("invitedUserEmailAddress", $this->_propDict)) { + return $this->_propDict["invitedUserEmailAddress"]; + } else { + return null; + } + } + + /** + * Sets the invitedUserEmailAddress + * The email address of the user being invited. Required. + * + * @param string $val The invitedUserEmailAddress + * + * @return Invitation + */ + public function setInvitedUserEmailAddress($val) + { + $this->_propDict["invitedUserEmailAddress"] = $val; + return $this; + } + + /** + * Gets the invitedUserMessageInfo + * Additional configuration for the message being sent to the invited user, including customizing message text, language and cc recipient list. + * + * @return InvitedUserMessageInfo The invitedUserMessageInfo + */ + public function getInvitedUserMessageInfo() + { + if (array_key_exists("invitedUserMessageInfo", $this->_propDict)) { + if (is_a($this->_propDict["invitedUserMessageInfo"], "Microsoft\Graph\Model\InvitedUserMessageInfo")) { + return $this->_propDict["invitedUserMessageInfo"]; + } else { + $this->_propDict["invitedUserMessageInfo"] = new InvitedUserMessageInfo($this->_propDict["invitedUserMessageInfo"]); + return $this->_propDict["invitedUserMessageInfo"]; + } + } + return null; + } + + /** + * Sets the invitedUserMessageInfo + * Additional configuration for the message being sent to the invited user, including customizing message text, language and cc recipient list. + * + * @param InvitedUserMessageInfo $val The invitedUserMessageInfo + * + * @return Invitation + */ + public function setInvitedUserMessageInfo($val) + { + $this->_propDict["invitedUserMessageInfo"] = $val; + return $this; + } + + /** + * Gets the sendInvitationMessage + * Indicates whether an email should be sent to the user being invited or not. The default is false. + * + * @return bool The sendInvitationMessage + */ + public function getSendInvitationMessage() + { + if (array_key_exists("sendInvitationMessage", $this->_propDict)) { + return $this->_propDict["sendInvitationMessage"]; + } else { + return null; + } + } + + /** + * Sets the sendInvitationMessage + * Indicates whether an email should be sent to the user being invited or not. The default is false. + * + * @param bool $val The sendInvitationMessage + * + * @return Invitation + */ + public function setSendInvitationMessage($val) + { + $this->_propDict["sendInvitationMessage"] = boolval($val); + return $this; + } + + /** + * Gets the inviteRedirectUrl + * The URL user should be redirected to once the invitation is redeemed. Required. + * + * @return string The inviteRedirectUrl + */ + public function getInviteRedirectUrl() + { + if (array_key_exists("inviteRedirectUrl", $this->_propDict)) { + return $this->_propDict["inviteRedirectUrl"]; + } else { + return null; + } + } + + /** + * Sets the inviteRedirectUrl + * The URL user should be redirected to once the invitation is redeemed. Required. + * + * @param string $val The inviteRedirectUrl + * + * @return Invitation + */ + public function setInviteRedirectUrl($val) + { + $this->_propDict["inviteRedirectUrl"] = $val; + return $this; + } + + /** + * Gets the inviteRedeemUrl + * The URL user can use to redeem his invitation. Read-Only + * + * @return string The inviteRedeemUrl + */ + public function getInviteRedeemUrl() + { + if (array_key_exists("inviteRedeemUrl", $this->_propDict)) { + return $this->_propDict["inviteRedeemUrl"]; + } else { + return null; + } + } + + /** + * Sets the inviteRedeemUrl + * The URL user can use to redeem his invitation. Read-Only + * + * @param string $val The inviteRedeemUrl + * + * @return Invitation + */ + public function setInviteRedeemUrl($val) + { + $this->_propDict["inviteRedeemUrl"] = $val; + return $this; + } + + /** + * Gets the status + * The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error + * + * @return string The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + return $this->_propDict["status"]; + } else { + return null; + } + } + + /** + * Sets the status + * The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error + * + * @param string $val The status + * + * @return Invitation + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the invitedUser + * The user created as part of the invitation creation. Read-Only + * + * @return User The invitedUser + */ + public function getInvitedUser() + { + if (array_key_exists("invitedUser", $this->_propDict)) { + if (is_a($this->_propDict["invitedUser"], "Microsoft\Graph\Model\User")) { + return $this->_propDict["invitedUser"]; + } else { + $this->_propDict["invitedUser"] = new User($this->_propDict["invitedUser"]); + return $this->_propDict["invitedUser"]; + } + } + return null; + } + + /** + * Sets the invitedUser + * The user created as part of the invitation creation. Read-Only + * + * @param User $val The invitedUser + * + * @return Invitation + */ + public function setInvitedUser($val) + { + $this->_propDict["invitedUser"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/InvitedUserMessageInfo.php b/vendor/microsoft/microsoft-graph/src/Model/InvitedUserMessageInfo.php new file mode 100644 index 000000000..175ccbad8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/InvitedUserMessageInfo.php @@ -0,0 +1,117 @@ +_propDict)) { + if (is_a($this->_propDict["ccRecipients"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["ccRecipients"]; + } else { + $this->_propDict["ccRecipients"] = new Recipient($this->_propDict["ccRecipients"]); + return $this->_propDict["ccRecipients"]; + } + } + return null; + } + + /** + * Sets the ccRecipients + * Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported. + * + * @param Recipient $val The value to assign to the ccRecipients + * + * @return InvitedUserMessageInfo The InvitedUserMessageInfo + */ + public function setCcRecipients($val) + { + $this->_propDict["ccRecipients"] = $val; + return $this; + } + /** + * Gets the messageLanguage + * The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US. + * + * @return string The messageLanguage + */ + public function getMessageLanguage() + { + if (array_key_exists("messageLanguage", $this->_propDict)) { + return $this->_propDict["messageLanguage"]; + } else { + return null; + } + } + + /** + * Sets the messageLanguage + * The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US. + * + * @param string $val The value of the messageLanguage + * + * @return InvitedUserMessageInfo + */ + public function setMessageLanguage($val) + { + $this->_propDict["messageLanguage"] = $val; + return $this; + } + /** + * Gets the customizedMessageBody + * Customized message body you want to send if you don't want the default message. + * + * @return string The customizedMessageBody + */ + public function getCustomizedMessageBody() + { + if (array_key_exists("customizedMessageBody", $this->_propDict)) { + return $this->_propDict["customizedMessageBody"]; + } else { + return null; + } + } + + /** + * Sets the customizedMessageBody + * Customized message body you want to send if you don't want the default message. + * + * @param string $val The value of the customizedMessageBody + * + * @return InvitedUserMessageInfo + */ + public function setCustomizedMessageBody($val) + { + $this->_propDict["customizedMessageBody"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosCertificateProfile.php b/vendor/microsoft/microsoft-graph/src/Model/IosCertificateProfile.php new file mode 100644 index 000000000..39edd943e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosCertificateProfile.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["passcodeBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passcodeBlockSimple + * Indicates whether or not to block simple passcodes. + * + * @param bool $val The passcodeBlockSimple + * + * @return IosCompliancePolicy + */ + public function setPasscodeBlockSimple($val) + { + $this->_propDict["passcodeBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passcodeExpirationDays + * Number of days before the passcode expires. Valid values 1 to 65535 + * + * @return int The passcodeExpirationDays + */ + public function getPasscodeExpirationDays() + { + if (array_key_exists("passcodeExpirationDays", $this->_propDict)) { + return $this->_propDict["passcodeExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passcodeExpirationDays + * Number of days before the passcode expires. Valid values 1 to 65535 + * + * @param int $val The passcodeExpirationDays + * + * @return IosCompliancePolicy + */ + public function setPasscodeExpirationDays($val) + { + $this->_propDict["passcodeExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passcodeMinimumLength + * Minimum length of passcode. Valid values 4 to 14 + * + * @return int The passcodeMinimumLength + */ + public function getPasscodeMinimumLength() + { + if (array_key_exists("passcodeMinimumLength", $this->_propDict)) { + return $this->_propDict["passcodeMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passcodeMinimumLength + * Minimum length of passcode. Valid values 4 to 14 + * + * @param int $val The passcodeMinimumLength + * + * @return IosCompliancePolicy + */ + public function setPasscodeMinimumLength($val) + { + $this->_propDict["passcodeMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passcodeMinutesOfInactivityBeforeLock + * Minutes of inactivity before a passcode is required. + * + * @return int The passcodeMinutesOfInactivityBeforeLock + */ + public function getPasscodeMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passcodeMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passcodeMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passcodeMinutesOfInactivityBeforeLock + * Minutes of inactivity before a passcode is required. + * + * @param int $val The passcodeMinutesOfInactivityBeforeLock + * + * @return IosCompliancePolicy + */ + public function setPasscodeMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passcodeMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passcodePreviousPasscodeBlockCount + * Number of previous passcodes to block. Valid values 1 to 24 + * + * @return int The passcodePreviousPasscodeBlockCount + */ + public function getPasscodePreviousPasscodeBlockCount() + { + if (array_key_exists("passcodePreviousPasscodeBlockCount", $this->_propDict)) { + return $this->_propDict["passcodePreviousPasscodeBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passcodePreviousPasscodeBlockCount + * Number of previous passcodes to block. Valid values 1 to 24 + * + * @param int $val The passcodePreviousPasscodeBlockCount + * + * @return IosCompliancePolicy + */ + public function setPasscodePreviousPasscodeBlockCount($val) + { + $this->_propDict["passcodePreviousPasscodeBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passcodeMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @return int The passcodeMinimumCharacterSetCount + */ + public function getPasscodeMinimumCharacterSetCount() + { + if (array_key_exists("passcodeMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passcodeMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passcodeMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @param int $val The passcodeMinimumCharacterSetCount + * + * @return IosCompliancePolicy + */ + public function setPasscodeMinimumCharacterSetCount($val) + { + $this->_propDict["passcodeMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passcodeRequiredType + * The required passcode type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passcodeRequiredType + */ + public function getPasscodeRequiredType() + { + if (array_key_exists("passcodeRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passcodeRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passcodeRequiredType"]; + } else { + $this->_propDict["passcodeRequiredType"] = new RequiredPasswordType($this->_propDict["passcodeRequiredType"]); + return $this->_propDict["passcodeRequiredType"]; + } + } + return null; + } + + /** + * Sets the passcodeRequiredType + * The required passcode type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passcodeRequiredType + * + * @return IosCompliancePolicy + */ + public function setPasscodeRequiredType($val) + { + $this->_propDict["passcodeRequiredType"] = $val; + return $this; + } + + /** + * Gets the passcodeRequired + * Indicates whether or not to require a passcode. + * + * @return bool The passcodeRequired + */ + public function getPasscodeRequired() + { + if (array_key_exists("passcodeRequired", $this->_propDict)) { + return $this->_propDict["passcodeRequired"]; + } else { + return null; + } + } + + /** + * Sets the passcodeRequired + * Indicates whether or not to require a passcode. + * + * @param bool $val The passcodeRequired + * + * @return IosCompliancePolicy + */ + public function setPasscodeRequired($val) + { + $this->_propDict["passcodeRequired"] = boolval($val); + return $this; + } + + /** + * Gets the osMinimumVersion + * Minimum IOS version. + * + * @return string The osMinimumVersion + */ + public function getOsMinimumVersion() + { + if (array_key_exists("osMinimumVersion", $this->_propDict)) { + return $this->_propDict["osMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMinimumVersion + * Minimum IOS version. + * + * @param string $val The osMinimumVersion + * + * @return IosCompliancePolicy + */ + public function setOsMinimumVersion($val) + { + $this->_propDict["osMinimumVersion"] = $val; + return $this; + } + + /** + * Gets the osMaximumVersion + * Maximum IOS version. + * + * @return string The osMaximumVersion + */ + public function getOsMaximumVersion() + { + if (array_key_exists("osMaximumVersion", $this->_propDict)) { + return $this->_propDict["osMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMaximumVersion + * Maximum IOS version. + * + * @param string $val The osMaximumVersion + * + * @return IosCompliancePolicy + */ + public function setOsMaximumVersion($val) + { + $this->_propDict["osMaximumVersion"] = $val; + return $this; + } + + /** + * Gets the securityBlockJailbrokenDevices + * Devices must not be jailbroken or rooted. + * + * @return bool The securityBlockJailbrokenDevices + */ + public function getSecurityBlockJailbrokenDevices() + { + if (array_key_exists("securityBlockJailbrokenDevices", $this->_propDict)) { + return $this->_propDict["securityBlockJailbrokenDevices"]; + } else { + return null; + } + } + + /** + * Sets the securityBlockJailbrokenDevices + * Devices must not be jailbroken or rooted. + * + * @param bool $val The securityBlockJailbrokenDevices + * + * @return IosCompliancePolicy + */ + public function setSecurityBlockJailbrokenDevices($val) + { + $this->_propDict["securityBlockJailbrokenDevices"] = boolval($val); + return $this; + } + + /** + * Gets the deviceThreatProtectionEnabled + * Require that devices have enabled device threat protection . + * + * @return bool The deviceThreatProtectionEnabled + */ + public function getDeviceThreatProtectionEnabled() + { + if (array_key_exists("deviceThreatProtectionEnabled", $this->_propDict)) { + return $this->_propDict["deviceThreatProtectionEnabled"]; + } else { + return null; + } + } + + /** + * Sets the deviceThreatProtectionEnabled + * Require that devices have enabled device threat protection . + * + * @param bool $val The deviceThreatProtectionEnabled + * + * @return IosCompliancePolicy + */ + public function setDeviceThreatProtectionEnabled($val) + { + $this->_propDict["deviceThreatProtectionEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the deviceThreatProtectionRequiredSecurityLevel + * Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. + * + * @return DeviceThreatProtectionLevel The deviceThreatProtectionRequiredSecurityLevel + */ + public function getDeviceThreatProtectionRequiredSecurityLevel() + { + if (array_key_exists("deviceThreatProtectionRequiredSecurityLevel", $this->_propDict)) { + if (is_a($this->_propDict["deviceThreatProtectionRequiredSecurityLevel"], "Microsoft\Graph\Model\DeviceThreatProtectionLevel")) { + return $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]; + } else { + $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"] = new DeviceThreatProtectionLevel($this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]); + return $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]; + } + } + return null; + } + + /** + * Sets the deviceThreatProtectionRequiredSecurityLevel + * Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. + * + * @param DeviceThreatProtectionLevel $val The deviceThreatProtectionRequiredSecurityLevel + * + * @return IosCompliancePolicy + */ + public function setDeviceThreatProtectionRequiredSecurityLevel($val) + { + $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"] = $val; + return $this; + } + + /** + * Gets the managedEmailProfileRequired + * Indicates whether or not to require a managed email profile. + * + * @return bool The managedEmailProfileRequired + */ + public function getManagedEmailProfileRequired() + { + if (array_key_exists("managedEmailProfileRequired", $this->_propDict)) { + return $this->_propDict["managedEmailProfileRequired"]; + } else { + return null; + } + } + + /** + * Sets the managedEmailProfileRequired + * Indicates whether or not to require a managed email profile. + * + * @param bool $val The managedEmailProfileRequired + * + * @return IosCompliancePolicy + */ + public function setManagedEmailProfileRequired($val) + { + $this->_propDict["managedEmailProfileRequired"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosCustomConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/IosCustomConfiguration.php new file mode 100644 index 000000000..ff7e88e4f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosCustomConfiguration.php @@ -0,0 +1,120 @@ +_propDict)) { + return $this->_propDict["payloadName"]; + } else { + return null; + } + } + + /** + * Sets the payloadName + * Name that is displayed to the user. + * + * @param string $val The payloadName + * + * @return IosCustomConfiguration + */ + public function setPayloadName($val) + { + $this->_propDict["payloadName"] = $val; + return $this; + } + + /** + * Gets the payloadFileName + * Payload file name (.mobileconfig + * + * @return string The payloadFileName + */ + public function getPayloadFileName() + { + if (array_key_exists("payloadFileName", $this->_propDict)) { + return $this->_propDict["payloadFileName"]; + } else { + return null; + } + } + + /** + * Sets the payloadFileName + * Payload file name (.mobileconfig + * + * @param string $val The payloadFileName + * + * @return IosCustomConfiguration + */ + public function setPayloadFileName($val) + { + $this->_propDict["payloadFileName"] = $val; + return $this; + } + + /** + * Gets the payload + * Payload. (UTF8 encoded byte array) + * + * @return \GuzzleHttp\Psr7\Stream The payload + */ + public function getPayload() + { + if (array_key_exists("payload", $this->_propDict)) { + if (is_a($this->_propDict["payload"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["payload"]; + } else { + $this->_propDict["payload"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["payload"]); + return $this->_propDict["payload"]; + } + } + return null; + } + + /** + * Sets the payload + * Payload. (UTF8 encoded byte array) + * + * @param \GuzzleHttp\Psr7\Stream $val The payload + * + * @return IosCustomConfiguration + */ + public function setPayload($val) + { + $this->_propDict["payload"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosDeviceFeaturesConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/IosDeviceFeaturesConfiguration.php new file mode 100644 index 000000000..f27fc801f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosDeviceFeaturesConfiguration.php @@ -0,0 +1,177 @@ +_propDict)) { + return $this->_propDict["assetTagTemplate"]; + } else { + return null; + } + } + + /** + * Sets the assetTagTemplate + * Asset tag information for the device, displayed on the login window and lock screen. + * + * @param string $val The assetTagTemplate + * + * @return IosDeviceFeaturesConfiguration + */ + public function setAssetTagTemplate($val) + { + $this->_propDict["assetTagTemplate"] = $val; + return $this; + } + + /** + * Gets the lockScreenFootnote + * A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later. + * + * @return string The lockScreenFootnote + */ + public function getLockScreenFootnote() + { + if (array_key_exists("lockScreenFootnote", $this->_propDict)) { + return $this->_propDict["lockScreenFootnote"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenFootnote + * A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later. + * + * @param string $val The lockScreenFootnote + * + * @return IosDeviceFeaturesConfiguration + */ + public function setLockScreenFootnote($val) + { + $this->_propDict["lockScreenFootnote"] = $val; + return $this; + } + + + /** + * Gets the homeScreenDockIcons + * A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements. + * + * @return array The homeScreenDockIcons + */ + public function getHomeScreenDockIcons() + { + if (array_key_exists("homeScreenDockIcons", $this->_propDict)) { + return $this->_propDict["homeScreenDockIcons"]; + } else { + return null; + } + } + + /** + * Sets the homeScreenDockIcons + * A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements. + * + * @param IosHomeScreenItem $val The homeScreenDockIcons + * + * @return IosDeviceFeaturesConfiguration + */ + public function setHomeScreenDockIcons($val) + { + $this->_propDict["homeScreenDockIcons"] = $val; + return $this; + } + + + /** + * Gets the homeScreenPages + * A list of pages on the Home Screen. This collection can contain a maximum of 500 elements. + * + * @return array The homeScreenPages + */ + public function getHomeScreenPages() + { + if (array_key_exists("homeScreenPages", $this->_propDict)) { + return $this->_propDict["homeScreenPages"]; + } else { + return null; + } + } + + /** + * Sets the homeScreenPages + * A list of pages on the Home Screen. This collection can contain a maximum of 500 elements. + * + * @param IosHomeScreenPage $val The homeScreenPages + * + * @return IosDeviceFeaturesConfiguration + */ + public function setHomeScreenPages($val) + { + $this->_propDict["homeScreenPages"] = $val; + return $this; + } + + + /** + * Gets the notificationSettings + * Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements. + * + * @return array The notificationSettings + */ + public function getNotificationSettings() + { + if (array_key_exists("notificationSettings", $this->_propDict)) { + return $this->_propDict["notificationSettings"]; + } else { + return null; + } + } + + /** + * Sets the notificationSettings + * Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements. + * + * @param IosNotificationSettings $val The notificationSettings + * + * @return IosDeviceFeaturesConfiguration + */ + public function setNotificationSettings($val) + { + $this->_propDict["notificationSettings"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosDeviceType.php b/vendor/microsoft/microsoft-graph/src/Model/IosDeviceType.php new file mode 100644 index 000000000..d5190b063 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosDeviceType.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["iPad"]; + } else { + return null; + } + } + + /** + * Sets the iPad + * Whether the app should run on iPads. + * + * @param bool $val The value of the iPad + * + * @return IosDeviceType + */ + public function setIPad($val) + { + $this->_propDict["iPad"] = $val; + return $this; + } + /** + * Gets the iPhoneAndIPod + * Whether the app should run on iPhones and iPods. + * + * @return bool The iPhoneAndIPod + */ + public function getIPhoneAndIPod() + { + if (array_key_exists("iPhoneAndIPod", $this->_propDict)) { + return $this->_propDict["iPhoneAndIPod"]; + } else { + return null; + } + } + + /** + * Sets the iPhoneAndIPod + * Whether the app should run on iPhones and iPods. + * + * @param bool $val The value of the iPhoneAndIPod + * + * @return IosDeviceType + */ + public function setIPhoneAndIPod($val) + { + $this->_propDict["iPhoneAndIPod"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosGeneralDeviceConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/IosGeneralDeviceConfiguration.php new file mode 100644 index 000000000..6f0e478db --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosGeneralDeviceConfiguration.php @@ -0,0 +1,3888 @@ +_propDict)) { + return $this->_propDict["accountBlockModification"]; + } else { + return null; + } + } + + /** + * Sets the accountBlockModification + * Indicates whether or not to allow account modification when the device is in supervised mode. + * + * @param bool $val The accountBlockModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setAccountBlockModification($val) + { + $this->_propDict["accountBlockModification"] = boolval($val); + return $this; + } + + /** + * Gets the activationLockAllowWhenSupervised + * Indicates whether or not to allow activation lock when the device is in the supervised mode. + * + * @return bool The activationLockAllowWhenSupervised + */ + public function getActivationLockAllowWhenSupervised() + { + if (array_key_exists("activationLockAllowWhenSupervised", $this->_propDict)) { + return $this->_propDict["activationLockAllowWhenSupervised"]; + } else { + return null; + } + } + + /** + * Sets the activationLockAllowWhenSupervised + * Indicates whether or not to allow activation lock when the device is in the supervised mode. + * + * @param bool $val The activationLockAllowWhenSupervised + * + * @return IosGeneralDeviceConfiguration + */ + public function setActivationLockAllowWhenSupervised($val) + { + $this->_propDict["activationLockAllowWhenSupervised"] = boolval($val); + return $this; + } + + /** + * Gets the airDropBlocked + * Indicates whether or not to allow AirDrop when the device is in supervised mode. + * + * @return bool The airDropBlocked + */ + public function getAirDropBlocked() + { + if (array_key_exists("airDropBlocked", $this->_propDict)) { + return $this->_propDict["airDropBlocked"]; + } else { + return null; + } + } + + /** + * Sets the airDropBlocked + * Indicates whether or not to allow AirDrop when the device is in supervised mode. + * + * @param bool $val The airDropBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setAirDropBlocked($val) + { + $this->_propDict["airDropBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the airDropForceUnmanagedDropTarget + * Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later). + * + * @return bool The airDropForceUnmanagedDropTarget + */ + public function getAirDropForceUnmanagedDropTarget() + { + if (array_key_exists("airDropForceUnmanagedDropTarget", $this->_propDict)) { + return $this->_propDict["airDropForceUnmanagedDropTarget"]; + } else { + return null; + } + } + + /** + * Sets the airDropForceUnmanagedDropTarget + * Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later). + * + * @param bool $val The airDropForceUnmanagedDropTarget + * + * @return IosGeneralDeviceConfiguration + */ + public function setAirDropForceUnmanagedDropTarget($val) + { + $this->_propDict["airDropForceUnmanagedDropTarget"] = boolval($val); + return $this; + } + + /** + * Gets the airPlayForcePairingPasswordForOutgoingRequests + * Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password. + * + * @return bool The airPlayForcePairingPasswordForOutgoingRequests + */ + public function getAirPlayForcePairingPasswordForOutgoingRequests() + { + if (array_key_exists("airPlayForcePairingPasswordForOutgoingRequests", $this->_propDict)) { + return $this->_propDict["airPlayForcePairingPasswordForOutgoingRequests"]; + } else { + return null; + } + } + + /** + * Sets the airPlayForcePairingPasswordForOutgoingRequests + * Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password. + * + * @param bool $val The airPlayForcePairingPasswordForOutgoingRequests + * + * @return IosGeneralDeviceConfiguration + */ + public function setAirPlayForcePairingPasswordForOutgoingRequests($val) + { + $this->_propDict["airPlayForcePairingPasswordForOutgoingRequests"] = boolval($val); + return $this; + } + + /** + * Gets the appleWatchBlockPairing + * Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later). + * + * @return bool The appleWatchBlockPairing + */ + public function getAppleWatchBlockPairing() + { + if (array_key_exists("appleWatchBlockPairing", $this->_propDict)) { + return $this->_propDict["appleWatchBlockPairing"]; + } else { + return null; + } + } + + /** + * Sets the appleWatchBlockPairing + * Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later). + * + * @param bool $val The appleWatchBlockPairing + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppleWatchBlockPairing($val) + { + $this->_propDict["appleWatchBlockPairing"] = boolval($val); + return $this; + } + + /** + * Gets the appleWatchForceWristDetection + * Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later). + * + * @return bool The appleWatchForceWristDetection + */ + public function getAppleWatchForceWristDetection() + { + if (array_key_exists("appleWatchForceWristDetection", $this->_propDict)) { + return $this->_propDict["appleWatchForceWristDetection"]; + } else { + return null; + } + } + + /** + * Sets the appleWatchForceWristDetection + * Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later). + * + * @param bool $val The appleWatchForceWristDetection + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppleWatchForceWristDetection($val) + { + $this->_propDict["appleWatchForceWristDetection"] = boolval($val); + return $this; + } + + /** + * Gets the appleNewsBlocked + * Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later). + * + * @return bool The appleNewsBlocked + */ + public function getAppleNewsBlocked() + { + if (array_key_exists("appleNewsBlocked", $this->_propDict)) { + return $this->_propDict["appleNewsBlocked"]; + } else { + return null; + } + } + + /** + * Sets the appleNewsBlocked + * Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later). + * + * @param bool $val The appleNewsBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppleNewsBlocked($val) + { + $this->_propDict["appleNewsBlocked"] = boolval($val); + return $this; + } + + + /** + * Gets the appsSingleAppModeList + * Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements. + * + * @return array The appsSingleAppModeList + */ + public function getAppsSingleAppModeList() + { + if (array_key_exists("appsSingleAppModeList", $this->_propDict)) { + return $this->_propDict["appsSingleAppModeList"]; + } else { + return null; + } + } + + /** + * Sets the appsSingleAppModeList + * Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements. + * + * @param AppListItem $val The appsSingleAppModeList + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppsSingleAppModeList($val) + { + $this->_propDict["appsSingleAppModeList"] = $val; + return $this; + } + + + /** + * Gets the appsVisibilityList + * List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements. + * + * @return array The appsVisibilityList + */ + public function getAppsVisibilityList() + { + if (array_key_exists("appsVisibilityList", $this->_propDict)) { + return $this->_propDict["appsVisibilityList"]; + } else { + return null; + } + } + + /** + * Sets the appsVisibilityList + * List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements. + * + * @param AppListItem $val The appsVisibilityList + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppsVisibilityList($val) + { + $this->_propDict["appsVisibilityList"] = $val; + return $this; + } + + /** + * Gets the appsVisibilityListType + * Type of list that is in the AppsVisibilityList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @return AppListType The appsVisibilityListType + */ + public function getAppsVisibilityListType() + { + if (array_key_exists("appsVisibilityListType", $this->_propDict)) { + if (is_a($this->_propDict["appsVisibilityListType"], "Microsoft\Graph\Model\AppListType")) { + return $this->_propDict["appsVisibilityListType"]; + } else { + $this->_propDict["appsVisibilityListType"] = new AppListType($this->_propDict["appsVisibilityListType"]); + return $this->_propDict["appsVisibilityListType"]; + } + } + return null; + } + + /** + * Sets the appsVisibilityListType + * Type of list that is in the AppsVisibilityList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @param AppListType $val The appsVisibilityListType + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppsVisibilityListType($val) + { + $this->_propDict["appsVisibilityListType"] = $val; + return $this; + } + + /** + * Gets the appStoreBlockAutomaticDownloads + * Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later). + * + * @return bool The appStoreBlockAutomaticDownloads + */ + public function getAppStoreBlockAutomaticDownloads() + { + if (array_key_exists("appStoreBlockAutomaticDownloads", $this->_propDict)) { + return $this->_propDict["appStoreBlockAutomaticDownloads"]; + } else { + return null; + } + } + + /** + * Sets the appStoreBlockAutomaticDownloads + * Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later). + * + * @param bool $val The appStoreBlockAutomaticDownloads + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppStoreBlockAutomaticDownloads($val) + { + $this->_propDict["appStoreBlockAutomaticDownloads"] = boolval($val); + return $this; + } + + /** + * Gets the appStoreBlocked + * Indicates whether or not to block the user from using the App Store. + * + * @return bool The appStoreBlocked + */ + public function getAppStoreBlocked() + { + if (array_key_exists("appStoreBlocked", $this->_propDict)) { + return $this->_propDict["appStoreBlocked"]; + } else { + return null; + } + } + + /** + * Sets the appStoreBlocked + * Indicates whether or not to block the user from using the App Store. + * + * @param bool $val The appStoreBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppStoreBlocked($val) + { + $this->_propDict["appStoreBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the appStoreBlockInAppPurchases + * Indicates whether or not to block the user from making in app purchases. + * + * @return bool The appStoreBlockInAppPurchases + */ + public function getAppStoreBlockInAppPurchases() + { + if (array_key_exists("appStoreBlockInAppPurchases", $this->_propDict)) { + return $this->_propDict["appStoreBlockInAppPurchases"]; + } else { + return null; + } + } + + /** + * Sets the appStoreBlockInAppPurchases + * Indicates whether or not to block the user from making in app purchases. + * + * @param bool $val The appStoreBlockInAppPurchases + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppStoreBlockInAppPurchases($val) + { + $this->_propDict["appStoreBlockInAppPurchases"] = boolval($val); + return $this; + } + + /** + * Gets the appStoreBlockUIAppInstallation + * Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later). + * + * @return bool The appStoreBlockUIAppInstallation + */ + public function getAppStoreBlockUIAppInstallation() + { + if (array_key_exists("appStoreBlockUIAppInstallation", $this->_propDict)) { + return $this->_propDict["appStoreBlockUIAppInstallation"]; + } else { + return null; + } + } + + /** + * Sets the appStoreBlockUIAppInstallation + * Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later). + * + * @param bool $val The appStoreBlockUIAppInstallation + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppStoreBlockUIAppInstallation($val) + { + $this->_propDict["appStoreBlockUIAppInstallation"] = boolval($val); + return $this; + } + + /** + * Gets the appStoreRequirePassword + * Indicates whether or not to require a password when using the app store. + * + * @return bool The appStoreRequirePassword + */ + public function getAppStoreRequirePassword() + { + if (array_key_exists("appStoreRequirePassword", $this->_propDict)) { + return $this->_propDict["appStoreRequirePassword"]; + } else { + return null; + } + } + + /** + * Sets the appStoreRequirePassword + * Indicates whether or not to require a password when using the app store. + * + * @param bool $val The appStoreRequirePassword + * + * @return IosGeneralDeviceConfiguration + */ + public function setAppStoreRequirePassword($val) + { + $this->_propDict["appStoreRequirePassword"] = boolval($val); + return $this; + } + + /** + * Gets the bluetoothBlockModification + * Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later). + * + * @return bool The bluetoothBlockModification + */ + public function getBluetoothBlockModification() + { + if (array_key_exists("bluetoothBlockModification", $this->_propDict)) { + return $this->_propDict["bluetoothBlockModification"]; + } else { + return null; + } + } + + /** + * Sets the bluetoothBlockModification + * Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later). + * + * @param bool $val The bluetoothBlockModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setBluetoothBlockModification($val) + { + $this->_propDict["bluetoothBlockModification"] = boolval($val); + return $this; + } + + /** + * Gets the cameraBlocked + * Indicates whether or not to block the user from accessing the camera of the device. + * + * @return bool The cameraBlocked + */ + public function getCameraBlocked() + { + if (array_key_exists("cameraBlocked", $this->_propDict)) { + return $this->_propDict["cameraBlocked"]; + } else { + return null; + } + } + + /** + * Sets the cameraBlocked + * Indicates whether or not to block the user from accessing the camera of the device. + * + * @param bool $val The cameraBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setCameraBlocked($val) + { + $this->_propDict["cameraBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockDataRoaming + * Indicates whether or not to block data roaming. + * + * @return bool The cellularBlockDataRoaming + */ + public function getCellularBlockDataRoaming() + { + if (array_key_exists("cellularBlockDataRoaming", $this->_propDict)) { + return $this->_propDict["cellularBlockDataRoaming"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockDataRoaming + * Indicates whether or not to block data roaming. + * + * @param bool $val The cellularBlockDataRoaming + * + * @return IosGeneralDeviceConfiguration + */ + public function setCellularBlockDataRoaming($val) + { + $this->_propDict["cellularBlockDataRoaming"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockGlobalBackgroundFetchWhileRoaming + * Indicates whether or not to block global background fetch while roaming. + * + * @return bool The cellularBlockGlobalBackgroundFetchWhileRoaming + */ + public function getCellularBlockGlobalBackgroundFetchWhileRoaming() + { + if (array_key_exists("cellularBlockGlobalBackgroundFetchWhileRoaming", $this->_propDict)) { + return $this->_propDict["cellularBlockGlobalBackgroundFetchWhileRoaming"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockGlobalBackgroundFetchWhileRoaming + * Indicates whether or not to block global background fetch while roaming. + * + * @param bool $val The cellularBlockGlobalBackgroundFetchWhileRoaming + * + * @return IosGeneralDeviceConfiguration + */ + public function setCellularBlockGlobalBackgroundFetchWhileRoaming($val) + { + $this->_propDict["cellularBlockGlobalBackgroundFetchWhileRoaming"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockPerAppDataModification + * Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode. + * + * @return bool The cellularBlockPerAppDataModification + */ + public function getCellularBlockPerAppDataModification() + { + if (array_key_exists("cellularBlockPerAppDataModification", $this->_propDict)) { + return $this->_propDict["cellularBlockPerAppDataModification"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockPerAppDataModification + * Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode. + * + * @param bool $val The cellularBlockPerAppDataModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setCellularBlockPerAppDataModification($val) + { + $this->_propDict["cellularBlockPerAppDataModification"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockPersonalHotspot + * Indicates whether or not to block Personal Hotspot. + * + * @return bool The cellularBlockPersonalHotspot + */ + public function getCellularBlockPersonalHotspot() + { + if (array_key_exists("cellularBlockPersonalHotspot", $this->_propDict)) { + return $this->_propDict["cellularBlockPersonalHotspot"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockPersonalHotspot + * Indicates whether or not to block Personal Hotspot. + * + * @param bool $val The cellularBlockPersonalHotspot + * + * @return IosGeneralDeviceConfiguration + */ + public function setCellularBlockPersonalHotspot($val) + { + $this->_propDict["cellularBlockPersonalHotspot"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockVoiceRoaming + * Indicates whether or not to block voice roaming. + * + * @return bool The cellularBlockVoiceRoaming + */ + public function getCellularBlockVoiceRoaming() + { + if (array_key_exists("cellularBlockVoiceRoaming", $this->_propDict)) { + return $this->_propDict["cellularBlockVoiceRoaming"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockVoiceRoaming + * Indicates whether or not to block voice roaming. + * + * @param bool $val The cellularBlockVoiceRoaming + * + * @return IosGeneralDeviceConfiguration + */ + public function setCellularBlockVoiceRoaming($val) + { + $this->_propDict["cellularBlockVoiceRoaming"] = boolval($val); + return $this; + } + + /** + * Gets the certificatesBlockUntrustedTlsCertificates + * Indicates whether or not to block untrusted TLS certificates. + * + * @return bool The certificatesBlockUntrustedTlsCertificates + */ + public function getCertificatesBlockUntrustedTlsCertificates() + { + if (array_key_exists("certificatesBlockUntrustedTlsCertificates", $this->_propDict)) { + return $this->_propDict["certificatesBlockUntrustedTlsCertificates"]; + } else { + return null; + } + } + + /** + * Sets the certificatesBlockUntrustedTlsCertificates + * Indicates whether or not to block untrusted TLS certificates. + * + * @param bool $val The certificatesBlockUntrustedTlsCertificates + * + * @return IosGeneralDeviceConfiguration + */ + public function setCertificatesBlockUntrustedTlsCertificates($val) + { + $this->_propDict["certificatesBlockUntrustedTlsCertificates"] = boolval($val); + return $this; + } + + /** + * Gets the classroomAppBlockRemoteScreenObservation + * Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later). + * + * @return bool The classroomAppBlockRemoteScreenObservation + */ + public function getClassroomAppBlockRemoteScreenObservation() + { + if (array_key_exists("classroomAppBlockRemoteScreenObservation", $this->_propDict)) { + return $this->_propDict["classroomAppBlockRemoteScreenObservation"]; + } else { + return null; + } + } + + /** + * Sets the classroomAppBlockRemoteScreenObservation + * Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later). + * + * @param bool $val The classroomAppBlockRemoteScreenObservation + * + * @return IosGeneralDeviceConfiguration + */ + public function setClassroomAppBlockRemoteScreenObservation($val) + { + $this->_propDict["classroomAppBlockRemoteScreenObservation"] = boolval($val); + return $this; + } + + /** + * Gets the classroomAppForceUnpromptedScreenObservation + * Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode. + * + * @return bool The classroomAppForceUnpromptedScreenObservation + */ + public function getClassroomAppForceUnpromptedScreenObservation() + { + if (array_key_exists("classroomAppForceUnpromptedScreenObservation", $this->_propDict)) { + return $this->_propDict["classroomAppForceUnpromptedScreenObservation"]; + } else { + return null; + } + } + + /** + * Sets the classroomAppForceUnpromptedScreenObservation + * Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode. + * + * @param bool $val The classroomAppForceUnpromptedScreenObservation + * + * @return IosGeneralDeviceConfiguration + */ + public function setClassroomAppForceUnpromptedScreenObservation($val) + { + $this->_propDict["classroomAppForceUnpromptedScreenObservation"] = boolval($val); + return $this; + } + + + /** + * Gets the compliantAppsList + * List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. + * + * @return array The compliantAppsList + */ + public function getCompliantAppsList() + { + if (array_key_exists("compliantAppsList", $this->_propDict)) { + return $this->_propDict["compliantAppsList"]; + } else { + return null; + } + } + + /** + * Sets the compliantAppsList + * List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. + * + * @param AppListItem $val The compliantAppsList + * + * @return IosGeneralDeviceConfiguration + */ + public function setCompliantAppsList($val) + { + $this->_propDict["compliantAppsList"] = $val; + return $this; + } + + /** + * Gets the compliantAppListType + * List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @return AppListType The compliantAppListType + */ + public function getCompliantAppListType() + { + if (array_key_exists("compliantAppListType", $this->_propDict)) { + if (is_a($this->_propDict["compliantAppListType"], "Microsoft\Graph\Model\AppListType")) { + return $this->_propDict["compliantAppListType"]; + } else { + $this->_propDict["compliantAppListType"] = new AppListType($this->_propDict["compliantAppListType"]); + return $this->_propDict["compliantAppListType"]; + } + } + return null; + } + + /** + * Sets the compliantAppListType + * List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @param AppListType $val The compliantAppListType + * + * @return IosGeneralDeviceConfiguration + */ + public function setCompliantAppListType($val) + { + $this->_propDict["compliantAppListType"] = $val; + return $this; + } + + /** + * Gets the configurationProfileBlockChanges + * Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode. + * + * @return bool The configurationProfileBlockChanges + */ + public function getConfigurationProfileBlockChanges() + { + if (array_key_exists("configurationProfileBlockChanges", $this->_propDict)) { + return $this->_propDict["configurationProfileBlockChanges"]; + } else { + return null; + } + } + + /** + * Sets the configurationProfileBlockChanges + * Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode. + * + * @param bool $val The configurationProfileBlockChanges + * + * @return IosGeneralDeviceConfiguration + */ + public function setConfigurationProfileBlockChanges($val) + { + $this->_propDict["configurationProfileBlockChanges"] = boolval($val); + return $this; + } + + /** + * Gets the definitionLookupBlocked + * Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ). + * + * @return bool The definitionLookupBlocked + */ + public function getDefinitionLookupBlocked() + { + if (array_key_exists("definitionLookupBlocked", $this->_propDict)) { + return $this->_propDict["definitionLookupBlocked"]; + } else { + return null; + } + } + + /** + * Sets the definitionLookupBlocked + * Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ). + * + * @param bool $val The definitionLookupBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setDefinitionLookupBlocked($val) + { + $this->_propDict["definitionLookupBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the deviceBlockEnableRestrictions + * Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode. + * + * @return bool The deviceBlockEnableRestrictions + */ + public function getDeviceBlockEnableRestrictions() + { + if (array_key_exists("deviceBlockEnableRestrictions", $this->_propDict)) { + return $this->_propDict["deviceBlockEnableRestrictions"]; + } else { + return null; + } + } + + /** + * Sets the deviceBlockEnableRestrictions + * Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode. + * + * @param bool $val The deviceBlockEnableRestrictions + * + * @return IosGeneralDeviceConfiguration + */ + public function setDeviceBlockEnableRestrictions($val) + { + $this->_propDict["deviceBlockEnableRestrictions"] = boolval($val); + return $this; + } + + /** + * Gets the deviceBlockEraseContentAndSettings + * Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode. + * + * @return bool The deviceBlockEraseContentAndSettings + */ + public function getDeviceBlockEraseContentAndSettings() + { + if (array_key_exists("deviceBlockEraseContentAndSettings", $this->_propDict)) { + return $this->_propDict["deviceBlockEraseContentAndSettings"]; + } else { + return null; + } + } + + /** + * Sets the deviceBlockEraseContentAndSettings + * Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode. + * + * @param bool $val The deviceBlockEraseContentAndSettings + * + * @return IosGeneralDeviceConfiguration + */ + public function setDeviceBlockEraseContentAndSettings($val) + { + $this->_propDict["deviceBlockEraseContentAndSettings"] = boolval($val); + return $this; + } + + /** + * Gets the deviceBlockNameModification + * Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later). + * + * @return bool The deviceBlockNameModification + */ + public function getDeviceBlockNameModification() + { + if (array_key_exists("deviceBlockNameModification", $this->_propDict)) { + return $this->_propDict["deviceBlockNameModification"]; + } else { + return null; + } + } + + /** + * Sets the deviceBlockNameModification + * Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later). + * + * @param bool $val The deviceBlockNameModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setDeviceBlockNameModification($val) + { + $this->_propDict["deviceBlockNameModification"] = boolval($val); + return $this; + } + + /** + * Gets the diagnosticDataBlockSubmission + * Indicates whether or not to block diagnostic data submission. + * + * @return bool The diagnosticDataBlockSubmission + */ + public function getDiagnosticDataBlockSubmission() + { + if (array_key_exists("diagnosticDataBlockSubmission", $this->_propDict)) { + return $this->_propDict["diagnosticDataBlockSubmission"]; + } else { + return null; + } + } + + /** + * Sets the diagnosticDataBlockSubmission + * Indicates whether or not to block diagnostic data submission. + * + * @param bool $val The diagnosticDataBlockSubmission + * + * @return IosGeneralDeviceConfiguration + */ + public function setDiagnosticDataBlockSubmission($val) + { + $this->_propDict["diagnosticDataBlockSubmission"] = boolval($val); + return $this; + } + + /** + * Gets the diagnosticDataBlockSubmissionModification + * Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later). + * + * @return bool The diagnosticDataBlockSubmissionModification + */ + public function getDiagnosticDataBlockSubmissionModification() + { + if (array_key_exists("diagnosticDataBlockSubmissionModification", $this->_propDict)) { + return $this->_propDict["diagnosticDataBlockSubmissionModification"]; + } else { + return null; + } + } + + /** + * Sets the diagnosticDataBlockSubmissionModification + * Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later). + * + * @param bool $val The diagnosticDataBlockSubmissionModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setDiagnosticDataBlockSubmissionModification($val) + { + $this->_propDict["diagnosticDataBlockSubmissionModification"] = boolval($val); + return $this; + } + + /** + * Gets the documentsBlockManagedDocumentsInUnmanagedApps + * Indicates whether or not to block the user from viewing managed documents in unmanaged apps. + * + * @return bool The documentsBlockManagedDocumentsInUnmanagedApps + */ + public function getDocumentsBlockManagedDocumentsInUnmanagedApps() + { + if (array_key_exists("documentsBlockManagedDocumentsInUnmanagedApps", $this->_propDict)) { + return $this->_propDict["documentsBlockManagedDocumentsInUnmanagedApps"]; + } else { + return null; + } + } + + /** + * Sets the documentsBlockManagedDocumentsInUnmanagedApps + * Indicates whether or not to block the user from viewing managed documents in unmanaged apps. + * + * @param bool $val The documentsBlockManagedDocumentsInUnmanagedApps + * + * @return IosGeneralDeviceConfiguration + */ + public function setDocumentsBlockManagedDocumentsInUnmanagedApps($val) + { + $this->_propDict["documentsBlockManagedDocumentsInUnmanagedApps"] = boolval($val); + return $this; + } + + /** + * Gets the documentsBlockUnmanagedDocumentsInManagedApps + * Indicates whether or not to block the user from viewing unmanaged documents in managed apps. + * + * @return bool The documentsBlockUnmanagedDocumentsInManagedApps + */ + public function getDocumentsBlockUnmanagedDocumentsInManagedApps() + { + if (array_key_exists("documentsBlockUnmanagedDocumentsInManagedApps", $this->_propDict)) { + return $this->_propDict["documentsBlockUnmanagedDocumentsInManagedApps"]; + } else { + return null; + } + } + + /** + * Sets the documentsBlockUnmanagedDocumentsInManagedApps + * Indicates whether or not to block the user from viewing unmanaged documents in managed apps. + * + * @param bool $val The documentsBlockUnmanagedDocumentsInManagedApps + * + * @return IosGeneralDeviceConfiguration + */ + public function setDocumentsBlockUnmanagedDocumentsInManagedApps($val) + { + $this->_propDict["documentsBlockUnmanagedDocumentsInManagedApps"] = boolval($val); + return $this; + } + + /** + * Gets the emailInDomainSuffixes + * An email address lacking a suffix that matches any of these strings will be considered out-of-domain. + * + * @return string The emailInDomainSuffixes + */ + public function getEmailInDomainSuffixes() + { + if (array_key_exists("emailInDomainSuffixes", $this->_propDict)) { + return $this->_propDict["emailInDomainSuffixes"]; + } else { + return null; + } + } + + /** + * Sets the emailInDomainSuffixes + * An email address lacking a suffix that matches any of these strings will be considered out-of-domain. + * + * @param string $val The emailInDomainSuffixes + * + * @return IosGeneralDeviceConfiguration + */ + public function setEmailInDomainSuffixes($val) + { + $this->_propDict["emailInDomainSuffixes"] = $val; + return $this; + } + + /** + * Gets the enterpriseAppBlockTrust + * Indicates whether or not to block the user from trusting an enterprise app. + * + * @return bool The enterpriseAppBlockTrust + */ + public function getEnterpriseAppBlockTrust() + { + if (array_key_exists("enterpriseAppBlockTrust", $this->_propDict)) { + return $this->_propDict["enterpriseAppBlockTrust"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseAppBlockTrust + * Indicates whether or not to block the user from trusting an enterprise app. + * + * @param bool $val The enterpriseAppBlockTrust + * + * @return IosGeneralDeviceConfiguration + */ + public function setEnterpriseAppBlockTrust($val) + { + $this->_propDict["enterpriseAppBlockTrust"] = boolval($val); + return $this; + } + + /** + * Gets the enterpriseAppBlockTrustModification + * Indicates whether or not to block the user from modifying the enterprise app trust settings. + * + * @return bool The enterpriseAppBlockTrustModification + */ + public function getEnterpriseAppBlockTrustModification() + { + if (array_key_exists("enterpriseAppBlockTrustModification", $this->_propDict)) { + return $this->_propDict["enterpriseAppBlockTrustModification"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseAppBlockTrustModification + * Indicates whether or not to block the user from modifying the enterprise app trust settings. + * + * @param bool $val The enterpriseAppBlockTrustModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setEnterpriseAppBlockTrustModification($val) + { + $this->_propDict["enterpriseAppBlockTrustModification"] = boolval($val); + return $this; + } + + /** + * Gets the faceTimeBlocked + * Indicates whether or not to block the user from using FaceTime. + * + * @return bool The faceTimeBlocked + */ + public function getFaceTimeBlocked() + { + if (array_key_exists("faceTimeBlocked", $this->_propDict)) { + return $this->_propDict["faceTimeBlocked"]; + } else { + return null; + } + } + + /** + * Sets the faceTimeBlocked + * Indicates whether or not to block the user from using FaceTime. + * + * @param bool $val The faceTimeBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setFaceTimeBlocked($val) + { + $this->_propDict["faceTimeBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the findMyFriendsBlocked + * Indicates whether or not to block Find My Friends when the device is in supervised mode. + * + * @return bool The findMyFriendsBlocked + */ + public function getFindMyFriendsBlocked() + { + if (array_key_exists("findMyFriendsBlocked", $this->_propDict)) { + return $this->_propDict["findMyFriendsBlocked"]; + } else { + return null; + } + } + + /** + * Sets the findMyFriendsBlocked + * Indicates whether or not to block Find My Friends when the device is in supervised mode. + * + * @param bool $val The findMyFriendsBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setFindMyFriendsBlocked($val) + { + $this->_propDict["findMyFriendsBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the gamingBlockGameCenterFriends + * Indicates whether or not to block the user from having friends in Game Center. + * + * @return bool The gamingBlockGameCenterFriends + */ + public function getGamingBlockGameCenterFriends() + { + if (array_key_exists("gamingBlockGameCenterFriends", $this->_propDict)) { + return $this->_propDict["gamingBlockGameCenterFriends"]; + } else { + return null; + } + } + + /** + * Sets the gamingBlockGameCenterFriends + * Indicates whether or not to block the user from having friends in Game Center. + * + * @param bool $val The gamingBlockGameCenterFriends + * + * @return IosGeneralDeviceConfiguration + */ + public function setGamingBlockGameCenterFriends($val) + { + $this->_propDict["gamingBlockGameCenterFriends"] = boolval($val); + return $this; + } + + /** + * Gets the gamingBlockMultiplayer + * Indicates whether or not to block the user from using multiplayer gaming. + * + * @return bool The gamingBlockMultiplayer + */ + public function getGamingBlockMultiplayer() + { + if (array_key_exists("gamingBlockMultiplayer", $this->_propDict)) { + return $this->_propDict["gamingBlockMultiplayer"]; + } else { + return null; + } + } + + /** + * Sets the gamingBlockMultiplayer + * Indicates whether or not to block the user from using multiplayer gaming. + * + * @param bool $val The gamingBlockMultiplayer + * + * @return IosGeneralDeviceConfiguration + */ + public function setGamingBlockMultiplayer($val) + { + $this->_propDict["gamingBlockMultiplayer"] = boolval($val); + return $this; + } + + /** + * Gets the gameCenterBlocked + * Indicates whether or not to block the user from using Game Center when the device is in supervised mode. + * + * @return bool The gameCenterBlocked + */ + public function getGameCenterBlocked() + { + if (array_key_exists("gameCenterBlocked", $this->_propDict)) { + return $this->_propDict["gameCenterBlocked"]; + } else { + return null; + } + } + + /** + * Sets the gameCenterBlocked + * Indicates whether or not to block the user from using Game Center when the device is in supervised mode. + * + * @param bool $val The gameCenterBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setGameCenterBlocked($val) + { + $this->_propDict["gameCenterBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the hostPairingBlocked + * indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode. + * + * @return bool The hostPairingBlocked + */ + public function getHostPairingBlocked() + { + if (array_key_exists("hostPairingBlocked", $this->_propDict)) { + return $this->_propDict["hostPairingBlocked"]; + } else { + return null; + } + } + + /** + * Sets the hostPairingBlocked + * indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode. + * + * @param bool $val The hostPairingBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setHostPairingBlocked($val) + { + $this->_propDict["hostPairingBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the iBooksStoreBlocked + * Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode. + * + * @return bool The iBooksStoreBlocked + */ + public function getIBooksStoreBlocked() + { + if (array_key_exists("iBooksStoreBlocked", $this->_propDict)) { + return $this->_propDict["iBooksStoreBlocked"]; + } else { + return null; + } + } + + /** + * Sets the iBooksStoreBlocked + * Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode. + * + * @param bool $val The iBooksStoreBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setIBooksStoreBlocked($val) + { + $this->_propDict["iBooksStoreBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the iBooksStoreBlockErotica + * Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica. + * + * @return bool The iBooksStoreBlockErotica + */ + public function getIBooksStoreBlockErotica() + { + if (array_key_exists("iBooksStoreBlockErotica", $this->_propDict)) { + return $this->_propDict["iBooksStoreBlockErotica"]; + } else { + return null; + } + } + + /** + * Sets the iBooksStoreBlockErotica + * Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica. + * + * @param bool $val The iBooksStoreBlockErotica + * + * @return IosGeneralDeviceConfiguration + */ + public function setIBooksStoreBlockErotica($val) + { + $this->_propDict["iBooksStoreBlockErotica"] = boolval($val); + return $this; + } + + /** + * Gets the iCloudBlockActivityContinuation + * Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device. + * + * @return bool The iCloudBlockActivityContinuation + */ + public function getICloudBlockActivityContinuation() + { + if (array_key_exists("iCloudBlockActivityContinuation", $this->_propDict)) { + return $this->_propDict["iCloudBlockActivityContinuation"]; + } else { + return null; + } + } + + /** + * Sets the iCloudBlockActivityContinuation + * Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device. + * + * @param bool $val The iCloudBlockActivityContinuation + * + * @return IosGeneralDeviceConfiguration + */ + public function setICloudBlockActivityContinuation($val) + { + $this->_propDict["iCloudBlockActivityContinuation"] = boolval($val); + return $this; + } + + /** + * Gets the iCloudBlockBackup + * Indicates whether or not to block iCloud backup. + * + * @return bool The iCloudBlockBackup + */ + public function getICloudBlockBackup() + { + if (array_key_exists("iCloudBlockBackup", $this->_propDict)) { + return $this->_propDict["iCloudBlockBackup"]; + } else { + return null; + } + } + + /** + * Sets the iCloudBlockBackup + * Indicates whether or not to block iCloud backup. + * + * @param bool $val The iCloudBlockBackup + * + * @return IosGeneralDeviceConfiguration + */ + public function setICloudBlockBackup($val) + { + $this->_propDict["iCloudBlockBackup"] = boolval($val); + return $this; + } + + /** + * Gets the iCloudBlockDocumentSync + * Indicates whether or not to block iCloud document sync. + * + * @return bool The iCloudBlockDocumentSync + */ + public function getICloudBlockDocumentSync() + { + if (array_key_exists("iCloudBlockDocumentSync", $this->_propDict)) { + return $this->_propDict["iCloudBlockDocumentSync"]; + } else { + return null; + } + } + + /** + * Sets the iCloudBlockDocumentSync + * Indicates whether or not to block iCloud document sync. + * + * @param bool $val The iCloudBlockDocumentSync + * + * @return IosGeneralDeviceConfiguration + */ + public function setICloudBlockDocumentSync($val) + { + $this->_propDict["iCloudBlockDocumentSync"] = boolval($val); + return $this; + } + + /** + * Gets the iCloudBlockManagedAppsSync + * Indicates whether or not to block Managed Apps Cloud Sync. + * + * @return bool The iCloudBlockManagedAppsSync + */ + public function getICloudBlockManagedAppsSync() + { + if (array_key_exists("iCloudBlockManagedAppsSync", $this->_propDict)) { + return $this->_propDict["iCloudBlockManagedAppsSync"]; + } else { + return null; + } + } + + /** + * Sets the iCloudBlockManagedAppsSync + * Indicates whether or not to block Managed Apps Cloud Sync. + * + * @param bool $val The iCloudBlockManagedAppsSync + * + * @return IosGeneralDeviceConfiguration + */ + public function setICloudBlockManagedAppsSync($val) + { + $this->_propDict["iCloudBlockManagedAppsSync"] = boolval($val); + return $this; + } + + /** + * Gets the iCloudBlockPhotoLibrary + * Indicates whether or not to block iCloud Photo Library. + * + * @return bool The iCloudBlockPhotoLibrary + */ + public function getICloudBlockPhotoLibrary() + { + if (array_key_exists("iCloudBlockPhotoLibrary", $this->_propDict)) { + return $this->_propDict["iCloudBlockPhotoLibrary"]; + } else { + return null; + } + } + + /** + * Sets the iCloudBlockPhotoLibrary + * Indicates whether or not to block iCloud Photo Library. + * + * @param bool $val The iCloudBlockPhotoLibrary + * + * @return IosGeneralDeviceConfiguration + */ + public function setICloudBlockPhotoLibrary($val) + { + $this->_propDict["iCloudBlockPhotoLibrary"] = boolval($val); + return $this; + } + + /** + * Gets the iCloudBlockPhotoStreamSync + * Indicates whether or not to block iCloud Photo Stream Sync. + * + * @return bool The iCloudBlockPhotoStreamSync + */ + public function getICloudBlockPhotoStreamSync() + { + if (array_key_exists("iCloudBlockPhotoStreamSync", $this->_propDict)) { + return $this->_propDict["iCloudBlockPhotoStreamSync"]; + } else { + return null; + } + } + + /** + * Sets the iCloudBlockPhotoStreamSync + * Indicates whether or not to block iCloud Photo Stream Sync. + * + * @param bool $val The iCloudBlockPhotoStreamSync + * + * @return IosGeneralDeviceConfiguration + */ + public function setICloudBlockPhotoStreamSync($val) + { + $this->_propDict["iCloudBlockPhotoStreamSync"] = boolval($val); + return $this; + } + + /** + * Gets the iCloudBlockSharedPhotoStream + * Indicates whether or not to block Shared Photo Stream. + * + * @return bool The iCloudBlockSharedPhotoStream + */ + public function getICloudBlockSharedPhotoStream() + { + if (array_key_exists("iCloudBlockSharedPhotoStream", $this->_propDict)) { + return $this->_propDict["iCloudBlockSharedPhotoStream"]; + } else { + return null; + } + } + + /** + * Sets the iCloudBlockSharedPhotoStream + * Indicates whether or not to block Shared Photo Stream. + * + * @param bool $val The iCloudBlockSharedPhotoStream + * + * @return IosGeneralDeviceConfiguration + */ + public function setICloudBlockSharedPhotoStream($val) + { + $this->_propDict["iCloudBlockSharedPhotoStream"] = boolval($val); + return $this; + } + + /** + * Gets the iCloudRequireEncryptedBackup + * Indicates whether or not to require backups to iCloud be encrypted. + * + * @return bool The iCloudRequireEncryptedBackup + */ + public function getICloudRequireEncryptedBackup() + { + if (array_key_exists("iCloudRequireEncryptedBackup", $this->_propDict)) { + return $this->_propDict["iCloudRequireEncryptedBackup"]; + } else { + return null; + } + } + + /** + * Sets the iCloudRequireEncryptedBackup + * Indicates whether or not to require backups to iCloud be encrypted. + * + * @param bool $val The iCloudRequireEncryptedBackup + * + * @return IosGeneralDeviceConfiguration + */ + public function setICloudRequireEncryptedBackup($val) + { + $this->_propDict["iCloudRequireEncryptedBackup"] = boolval($val); + return $this; + } + + /** + * Gets the iTunesBlockExplicitContent + * Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. + * + * @return bool The iTunesBlockExplicitContent + */ + public function getITunesBlockExplicitContent() + { + if (array_key_exists("iTunesBlockExplicitContent", $this->_propDict)) { + return $this->_propDict["iTunesBlockExplicitContent"]; + } else { + return null; + } + } + + /** + * Sets the iTunesBlockExplicitContent + * Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. + * + * @param bool $val The iTunesBlockExplicitContent + * + * @return IosGeneralDeviceConfiguration + */ + public function setITunesBlockExplicitContent($val) + { + $this->_propDict["iTunesBlockExplicitContent"] = boolval($val); + return $this; + } + + /** + * Gets the iTunesBlockMusicService + * Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later). + * + * @return bool The iTunesBlockMusicService + */ + public function getITunesBlockMusicService() + { + if (array_key_exists("iTunesBlockMusicService", $this->_propDict)) { + return $this->_propDict["iTunesBlockMusicService"]; + } else { + return null; + } + } + + /** + * Sets the iTunesBlockMusicService + * Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later). + * + * @param bool $val The iTunesBlockMusicService + * + * @return IosGeneralDeviceConfiguration + */ + public function setITunesBlockMusicService($val) + { + $this->_propDict["iTunesBlockMusicService"] = boolval($val); + return $this; + } + + /** + * Gets the iTunesBlockRadio + * Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later). + * + * @return bool The iTunesBlockRadio + */ + public function getITunesBlockRadio() + { + if (array_key_exists("iTunesBlockRadio", $this->_propDict)) { + return $this->_propDict["iTunesBlockRadio"]; + } else { + return null; + } + } + + /** + * Sets the iTunesBlockRadio + * Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later). + * + * @param bool $val The iTunesBlockRadio + * + * @return IosGeneralDeviceConfiguration + */ + public function setITunesBlockRadio($val) + { + $this->_propDict["iTunesBlockRadio"] = boolval($val); + return $this; + } + + /** + * Gets the keyboardBlockAutoCorrect + * Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later). + * + * @return bool The keyboardBlockAutoCorrect + */ + public function getKeyboardBlockAutoCorrect() + { + if (array_key_exists("keyboardBlockAutoCorrect", $this->_propDict)) { + return $this->_propDict["keyboardBlockAutoCorrect"]; + } else { + return null; + } + } + + /** + * Sets the keyboardBlockAutoCorrect + * Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later). + * + * @param bool $val The keyboardBlockAutoCorrect + * + * @return IosGeneralDeviceConfiguration + */ + public function setKeyboardBlockAutoCorrect($val) + { + $this->_propDict["keyboardBlockAutoCorrect"] = boolval($val); + return $this; + } + + /** + * Gets the keyboardBlockDictation + * Indicates whether or not to block the user from using dictation input when the device is in supervised mode. + * + * @return bool The keyboardBlockDictation + */ + public function getKeyboardBlockDictation() + { + if (array_key_exists("keyboardBlockDictation", $this->_propDict)) { + return $this->_propDict["keyboardBlockDictation"]; + } else { + return null; + } + } + + /** + * Sets the keyboardBlockDictation + * Indicates whether or not to block the user from using dictation input when the device is in supervised mode. + * + * @param bool $val The keyboardBlockDictation + * + * @return IosGeneralDeviceConfiguration + */ + public function setKeyboardBlockDictation($val) + { + $this->_propDict["keyboardBlockDictation"] = boolval($val); + return $this; + } + + /** + * Gets the keyboardBlockPredictive + * Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later). + * + * @return bool The keyboardBlockPredictive + */ + public function getKeyboardBlockPredictive() + { + if (array_key_exists("keyboardBlockPredictive", $this->_propDict)) { + return $this->_propDict["keyboardBlockPredictive"]; + } else { + return null; + } + } + + /** + * Sets the keyboardBlockPredictive + * Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later). + * + * @param bool $val The keyboardBlockPredictive + * + * @return IosGeneralDeviceConfiguration + */ + public function setKeyboardBlockPredictive($val) + { + $this->_propDict["keyboardBlockPredictive"] = boolval($val); + return $this; + } + + /** + * Gets the keyboardBlockShortcuts + * Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later). + * + * @return bool The keyboardBlockShortcuts + */ + public function getKeyboardBlockShortcuts() + { + if (array_key_exists("keyboardBlockShortcuts", $this->_propDict)) { + return $this->_propDict["keyboardBlockShortcuts"]; + } else { + return null; + } + } + + /** + * Sets the keyboardBlockShortcuts + * Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later). + * + * @param bool $val The keyboardBlockShortcuts + * + * @return IosGeneralDeviceConfiguration + */ + public function setKeyboardBlockShortcuts($val) + { + $this->_propDict["keyboardBlockShortcuts"] = boolval($val); + return $this; + } + + /** + * Gets the keyboardBlockSpellCheck + * Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later). + * + * @return bool The keyboardBlockSpellCheck + */ + public function getKeyboardBlockSpellCheck() + { + if (array_key_exists("keyboardBlockSpellCheck", $this->_propDict)) { + return $this->_propDict["keyboardBlockSpellCheck"]; + } else { + return null; + } + } + + /** + * Sets the keyboardBlockSpellCheck + * Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later). + * + * @param bool $val The keyboardBlockSpellCheck + * + * @return IosGeneralDeviceConfiguration + */ + public function setKeyboardBlockSpellCheck($val) + { + $this->_propDict["keyboardBlockSpellCheck"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowAssistiveSpeak + * Indicates whether or not to allow assistive speak while in kiosk mode. + * + * @return bool The kioskModeAllowAssistiveSpeak + */ + public function getKioskModeAllowAssistiveSpeak() + { + if (array_key_exists("kioskModeAllowAssistiveSpeak", $this->_propDict)) { + return $this->_propDict["kioskModeAllowAssistiveSpeak"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowAssistiveSpeak + * Indicates whether or not to allow assistive speak while in kiosk mode. + * + * @param bool $val The kioskModeAllowAssistiveSpeak + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowAssistiveSpeak($val) + { + $this->_propDict["kioskModeAllowAssistiveSpeak"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowAssistiveTouchSettings + * Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode. + * + * @return bool The kioskModeAllowAssistiveTouchSettings + */ + public function getKioskModeAllowAssistiveTouchSettings() + { + if (array_key_exists("kioskModeAllowAssistiveTouchSettings", $this->_propDict)) { + return $this->_propDict["kioskModeAllowAssistiveTouchSettings"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowAssistiveTouchSettings + * Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode. + * + * @param bool $val The kioskModeAllowAssistiveTouchSettings + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowAssistiveTouchSettings($val) + { + $this->_propDict["kioskModeAllowAssistiveTouchSettings"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowAutoLock + * Indicates whether or not to allow device auto lock while in kiosk mode. + * + * @return bool The kioskModeAllowAutoLock + */ + public function getKioskModeAllowAutoLock() + { + if (array_key_exists("kioskModeAllowAutoLock", $this->_propDict)) { + return $this->_propDict["kioskModeAllowAutoLock"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowAutoLock + * Indicates whether or not to allow device auto lock while in kiosk mode. + * + * @param bool $val The kioskModeAllowAutoLock + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowAutoLock($val) + { + $this->_propDict["kioskModeAllowAutoLock"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowColorInversionSettings + * Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode. + * + * @return bool The kioskModeAllowColorInversionSettings + */ + public function getKioskModeAllowColorInversionSettings() + { + if (array_key_exists("kioskModeAllowColorInversionSettings", $this->_propDict)) { + return $this->_propDict["kioskModeAllowColorInversionSettings"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowColorInversionSettings + * Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode. + * + * @param bool $val The kioskModeAllowColorInversionSettings + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowColorInversionSettings($val) + { + $this->_propDict["kioskModeAllowColorInversionSettings"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowRingerSwitch + * Indicates whether or not to allow use of the ringer switch while in kiosk mode. + * + * @return bool The kioskModeAllowRingerSwitch + */ + public function getKioskModeAllowRingerSwitch() + { + if (array_key_exists("kioskModeAllowRingerSwitch", $this->_propDict)) { + return $this->_propDict["kioskModeAllowRingerSwitch"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowRingerSwitch + * Indicates whether or not to allow use of the ringer switch while in kiosk mode. + * + * @param bool $val The kioskModeAllowRingerSwitch + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowRingerSwitch($val) + { + $this->_propDict["kioskModeAllowRingerSwitch"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowScreenRotation + * Indicates whether or not to allow screen rotation while in kiosk mode. + * + * @return bool The kioskModeAllowScreenRotation + */ + public function getKioskModeAllowScreenRotation() + { + if (array_key_exists("kioskModeAllowScreenRotation", $this->_propDict)) { + return $this->_propDict["kioskModeAllowScreenRotation"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowScreenRotation + * Indicates whether or not to allow screen rotation while in kiosk mode. + * + * @param bool $val The kioskModeAllowScreenRotation + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowScreenRotation($val) + { + $this->_propDict["kioskModeAllowScreenRotation"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowSleepButton + * Indicates whether or not to allow use of the sleep button while in kiosk mode. + * + * @return bool The kioskModeAllowSleepButton + */ + public function getKioskModeAllowSleepButton() + { + if (array_key_exists("kioskModeAllowSleepButton", $this->_propDict)) { + return $this->_propDict["kioskModeAllowSleepButton"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowSleepButton + * Indicates whether or not to allow use of the sleep button while in kiosk mode. + * + * @param bool $val The kioskModeAllowSleepButton + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowSleepButton($val) + { + $this->_propDict["kioskModeAllowSleepButton"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowTouchscreen + * Indicates whether or not to allow use of the touchscreen while in kiosk mode. + * + * @return bool The kioskModeAllowTouchscreen + */ + public function getKioskModeAllowTouchscreen() + { + if (array_key_exists("kioskModeAllowTouchscreen", $this->_propDict)) { + return $this->_propDict["kioskModeAllowTouchscreen"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowTouchscreen + * Indicates whether or not to allow use of the touchscreen while in kiosk mode. + * + * @param bool $val The kioskModeAllowTouchscreen + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowTouchscreen($val) + { + $this->_propDict["kioskModeAllowTouchscreen"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowVoiceOverSettings + * Indicates whether or not to allow access to the voice over settings while in kiosk mode. + * + * @return bool The kioskModeAllowVoiceOverSettings + */ + public function getKioskModeAllowVoiceOverSettings() + { + if (array_key_exists("kioskModeAllowVoiceOverSettings", $this->_propDict)) { + return $this->_propDict["kioskModeAllowVoiceOverSettings"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowVoiceOverSettings + * Indicates whether or not to allow access to the voice over settings while in kiosk mode. + * + * @param bool $val The kioskModeAllowVoiceOverSettings + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowVoiceOverSettings($val) + { + $this->_propDict["kioskModeAllowVoiceOverSettings"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowVolumeButtons + * Indicates whether or not to allow use of the volume buttons while in kiosk mode. + * + * @return bool The kioskModeAllowVolumeButtons + */ + public function getKioskModeAllowVolumeButtons() + { + if (array_key_exists("kioskModeAllowVolumeButtons", $this->_propDict)) { + return $this->_propDict["kioskModeAllowVolumeButtons"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowVolumeButtons + * Indicates whether or not to allow use of the volume buttons while in kiosk mode. + * + * @param bool $val The kioskModeAllowVolumeButtons + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowVolumeButtons($val) + { + $this->_propDict["kioskModeAllowVolumeButtons"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAllowZoomSettings + * Indicates whether or not to allow access to the zoom settings while in kiosk mode. + * + * @return bool The kioskModeAllowZoomSettings + */ + public function getKioskModeAllowZoomSettings() + { + if (array_key_exists("kioskModeAllowZoomSettings", $this->_propDict)) { + return $this->_propDict["kioskModeAllowZoomSettings"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAllowZoomSettings + * Indicates whether or not to allow access to the zoom settings while in kiosk mode. + * + * @param bool $val The kioskModeAllowZoomSettings + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAllowZoomSettings($val) + { + $this->_propDict["kioskModeAllowZoomSettings"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeAppStoreUrl + * URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known. + * + * @return string The kioskModeAppStoreUrl + */ + public function getKioskModeAppStoreUrl() + { + if (array_key_exists("kioskModeAppStoreUrl", $this->_propDict)) { + return $this->_propDict["kioskModeAppStoreUrl"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeAppStoreUrl + * URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known. + * + * @param string $val The kioskModeAppStoreUrl + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeAppStoreUrl($val) + { + $this->_propDict["kioskModeAppStoreUrl"] = $val; + return $this; + } + + /** + * Gets the kioskModeBuiltInAppId + * ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set. + * + * @return string The kioskModeBuiltInAppId + */ + public function getKioskModeBuiltInAppId() + { + if (array_key_exists("kioskModeBuiltInAppId", $this->_propDict)) { + return $this->_propDict["kioskModeBuiltInAppId"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeBuiltInAppId + * ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set. + * + * @param string $val The kioskModeBuiltInAppId + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeBuiltInAppId($val) + { + $this->_propDict["kioskModeBuiltInAppId"] = $val; + return $this; + } + + /** + * Gets the kioskModeRequireAssistiveTouch + * Indicates whether or not to require assistive touch while in kiosk mode. + * + * @return bool The kioskModeRequireAssistiveTouch + */ + public function getKioskModeRequireAssistiveTouch() + { + if (array_key_exists("kioskModeRequireAssistiveTouch", $this->_propDict)) { + return $this->_propDict["kioskModeRequireAssistiveTouch"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeRequireAssistiveTouch + * Indicates whether or not to require assistive touch while in kiosk mode. + * + * @param bool $val The kioskModeRequireAssistiveTouch + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeRequireAssistiveTouch($val) + { + $this->_propDict["kioskModeRequireAssistiveTouch"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeRequireColorInversion + * Indicates whether or not to require color inversion while in kiosk mode. + * + * @return bool The kioskModeRequireColorInversion + */ + public function getKioskModeRequireColorInversion() + { + if (array_key_exists("kioskModeRequireColorInversion", $this->_propDict)) { + return $this->_propDict["kioskModeRequireColorInversion"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeRequireColorInversion + * Indicates whether or not to require color inversion while in kiosk mode. + * + * @param bool $val The kioskModeRequireColorInversion + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeRequireColorInversion($val) + { + $this->_propDict["kioskModeRequireColorInversion"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeRequireMonoAudio + * Indicates whether or not to require mono audio while in kiosk mode. + * + * @return bool The kioskModeRequireMonoAudio + */ + public function getKioskModeRequireMonoAudio() + { + if (array_key_exists("kioskModeRequireMonoAudio", $this->_propDict)) { + return $this->_propDict["kioskModeRequireMonoAudio"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeRequireMonoAudio + * Indicates whether or not to require mono audio while in kiosk mode. + * + * @param bool $val The kioskModeRequireMonoAudio + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeRequireMonoAudio($val) + { + $this->_propDict["kioskModeRequireMonoAudio"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeRequireVoiceOver + * Indicates whether or not to require voice over while in kiosk mode. + * + * @return bool The kioskModeRequireVoiceOver + */ + public function getKioskModeRequireVoiceOver() + { + if (array_key_exists("kioskModeRequireVoiceOver", $this->_propDict)) { + return $this->_propDict["kioskModeRequireVoiceOver"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeRequireVoiceOver + * Indicates whether or not to require voice over while in kiosk mode. + * + * @param bool $val The kioskModeRequireVoiceOver + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeRequireVoiceOver($val) + { + $this->_propDict["kioskModeRequireVoiceOver"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeRequireZoom + * Indicates whether or not to require zoom while in kiosk mode. + * + * @return bool The kioskModeRequireZoom + */ + public function getKioskModeRequireZoom() + { + if (array_key_exists("kioskModeRequireZoom", $this->_propDict)) { + return $this->_propDict["kioskModeRequireZoom"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeRequireZoom + * Indicates whether or not to require zoom while in kiosk mode. + * + * @param bool $val The kioskModeRequireZoom + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeRequireZoom($val) + { + $this->_propDict["kioskModeRequireZoom"] = boolval($val); + return $this; + } + + /** + * Gets the kioskModeManagedAppId + * Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored. + * + * @return string The kioskModeManagedAppId + */ + public function getKioskModeManagedAppId() + { + if (array_key_exists("kioskModeManagedAppId", $this->_propDict)) { + return $this->_propDict["kioskModeManagedAppId"]; + } else { + return null; + } + } + + /** + * Sets the kioskModeManagedAppId + * Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored. + * + * @param string $val The kioskModeManagedAppId + * + * @return IosGeneralDeviceConfiguration + */ + public function setKioskModeManagedAppId($val) + { + $this->_propDict["kioskModeManagedAppId"] = $val; + return $this; + } + + /** + * Gets the lockScreenBlockControlCenter + * Indicates whether or not to block the user from using control center on the lock screen. + * + * @return bool The lockScreenBlockControlCenter + */ + public function getLockScreenBlockControlCenter() + { + if (array_key_exists("lockScreenBlockControlCenter", $this->_propDict)) { + return $this->_propDict["lockScreenBlockControlCenter"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenBlockControlCenter + * Indicates whether or not to block the user from using control center on the lock screen. + * + * @param bool $val The lockScreenBlockControlCenter + * + * @return IosGeneralDeviceConfiguration + */ + public function setLockScreenBlockControlCenter($val) + { + $this->_propDict["lockScreenBlockControlCenter"] = boolval($val); + return $this; + } + + /** + * Gets the lockScreenBlockNotificationView + * Indicates whether or not to block the user from using the notification view on the lock screen. + * + * @return bool The lockScreenBlockNotificationView + */ + public function getLockScreenBlockNotificationView() + { + if (array_key_exists("lockScreenBlockNotificationView", $this->_propDict)) { + return $this->_propDict["lockScreenBlockNotificationView"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenBlockNotificationView + * Indicates whether or not to block the user from using the notification view on the lock screen. + * + * @param bool $val The lockScreenBlockNotificationView + * + * @return IosGeneralDeviceConfiguration + */ + public function setLockScreenBlockNotificationView($val) + { + $this->_propDict["lockScreenBlockNotificationView"] = boolval($val); + return $this; + } + + /** + * Gets the lockScreenBlockPassbook + * Indicates whether or not to block the user from using passbook when the device is locked. + * + * @return bool The lockScreenBlockPassbook + */ + public function getLockScreenBlockPassbook() + { + if (array_key_exists("lockScreenBlockPassbook", $this->_propDict)) { + return $this->_propDict["lockScreenBlockPassbook"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenBlockPassbook + * Indicates whether or not to block the user from using passbook when the device is locked. + * + * @param bool $val The lockScreenBlockPassbook + * + * @return IosGeneralDeviceConfiguration + */ + public function setLockScreenBlockPassbook($val) + { + $this->_propDict["lockScreenBlockPassbook"] = boolval($val); + return $this; + } + + /** + * Gets the lockScreenBlockTodayView + * Indicates whether or not to block the user from using the Today View on the lock screen. + * + * @return bool The lockScreenBlockTodayView + */ + public function getLockScreenBlockTodayView() + { + if (array_key_exists("lockScreenBlockTodayView", $this->_propDict)) { + return $this->_propDict["lockScreenBlockTodayView"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenBlockTodayView + * Indicates whether or not to block the user from using the Today View on the lock screen. + * + * @param bool $val The lockScreenBlockTodayView + * + * @return IosGeneralDeviceConfiguration + */ + public function setLockScreenBlockTodayView($val) + { + $this->_propDict["lockScreenBlockTodayView"] = boolval($val); + return $this; + } + + /** + * Gets the mediaContentRatingAustralia + * Media content rating settings for Australia + * + * @return MediaContentRatingAustralia The mediaContentRatingAustralia + */ + public function getMediaContentRatingAustralia() + { + if (array_key_exists("mediaContentRatingAustralia", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingAustralia"], "Microsoft\Graph\Model\MediaContentRatingAustralia")) { + return $this->_propDict["mediaContentRatingAustralia"]; + } else { + $this->_propDict["mediaContentRatingAustralia"] = new MediaContentRatingAustralia($this->_propDict["mediaContentRatingAustralia"]); + return $this->_propDict["mediaContentRatingAustralia"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingAustralia + * Media content rating settings for Australia + * + * @param MediaContentRatingAustralia $val The mediaContentRatingAustralia + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingAustralia($val) + { + $this->_propDict["mediaContentRatingAustralia"] = $val; + return $this; + } + + /** + * Gets the mediaContentRatingCanada + * Media content rating settings for Canada + * + * @return MediaContentRatingCanada The mediaContentRatingCanada + */ + public function getMediaContentRatingCanada() + { + if (array_key_exists("mediaContentRatingCanada", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingCanada"], "Microsoft\Graph\Model\MediaContentRatingCanada")) { + return $this->_propDict["mediaContentRatingCanada"]; + } else { + $this->_propDict["mediaContentRatingCanada"] = new MediaContentRatingCanada($this->_propDict["mediaContentRatingCanada"]); + return $this->_propDict["mediaContentRatingCanada"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingCanada + * Media content rating settings for Canada + * + * @param MediaContentRatingCanada $val The mediaContentRatingCanada + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingCanada($val) + { + $this->_propDict["mediaContentRatingCanada"] = $val; + return $this; + } + + /** + * Gets the mediaContentRatingFrance + * Media content rating settings for France + * + * @return MediaContentRatingFrance The mediaContentRatingFrance + */ + public function getMediaContentRatingFrance() + { + if (array_key_exists("mediaContentRatingFrance", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingFrance"], "Microsoft\Graph\Model\MediaContentRatingFrance")) { + return $this->_propDict["mediaContentRatingFrance"]; + } else { + $this->_propDict["mediaContentRatingFrance"] = new MediaContentRatingFrance($this->_propDict["mediaContentRatingFrance"]); + return $this->_propDict["mediaContentRatingFrance"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingFrance + * Media content rating settings for France + * + * @param MediaContentRatingFrance $val The mediaContentRatingFrance + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingFrance($val) + { + $this->_propDict["mediaContentRatingFrance"] = $val; + return $this; + } + + /** + * Gets the mediaContentRatingGermany + * Media content rating settings for Germany + * + * @return MediaContentRatingGermany The mediaContentRatingGermany + */ + public function getMediaContentRatingGermany() + { + if (array_key_exists("mediaContentRatingGermany", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingGermany"], "Microsoft\Graph\Model\MediaContentRatingGermany")) { + return $this->_propDict["mediaContentRatingGermany"]; + } else { + $this->_propDict["mediaContentRatingGermany"] = new MediaContentRatingGermany($this->_propDict["mediaContentRatingGermany"]); + return $this->_propDict["mediaContentRatingGermany"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingGermany + * Media content rating settings for Germany + * + * @param MediaContentRatingGermany $val The mediaContentRatingGermany + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingGermany($val) + { + $this->_propDict["mediaContentRatingGermany"] = $val; + return $this; + } + + /** + * Gets the mediaContentRatingIreland + * Media content rating settings for Ireland + * + * @return MediaContentRatingIreland The mediaContentRatingIreland + */ + public function getMediaContentRatingIreland() + { + if (array_key_exists("mediaContentRatingIreland", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingIreland"], "Microsoft\Graph\Model\MediaContentRatingIreland")) { + return $this->_propDict["mediaContentRatingIreland"]; + } else { + $this->_propDict["mediaContentRatingIreland"] = new MediaContentRatingIreland($this->_propDict["mediaContentRatingIreland"]); + return $this->_propDict["mediaContentRatingIreland"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingIreland + * Media content rating settings for Ireland + * + * @param MediaContentRatingIreland $val The mediaContentRatingIreland + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingIreland($val) + { + $this->_propDict["mediaContentRatingIreland"] = $val; + return $this; + } + + /** + * Gets the mediaContentRatingJapan + * Media content rating settings for Japan + * + * @return MediaContentRatingJapan The mediaContentRatingJapan + */ + public function getMediaContentRatingJapan() + { + if (array_key_exists("mediaContentRatingJapan", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingJapan"], "Microsoft\Graph\Model\MediaContentRatingJapan")) { + return $this->_propDict["mediaContentRatingJapan"]; + } else { + $this->_propDict["mediaContentRatingJapan"] = new MediaContentRatingJapan($this->_propDict["mediaContentRatingJapan"]); + return $this->_propDict["mediaContentRatingJapan"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingJapan + * Media content rating settings for Japan + * + * @param MediaContentRatingJapan $val The mediaContentRatingJapan + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingJapan($val) + { + $this->_propDict["mediaContentRatingJapan"] = $val; + return $this; + } + + /** + * Gets the mediaContentRatingNewZealand + * Media content rating settings for New Zealand + * + * @return MediaContentRatingNewZealand The mediaContentRatingNewZealand + */ + public function getMediaContentRatingNewZealand() + { + if (array_key_exists("mediaContentRatingNewZealand", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingNewZealand"], "Microsoft\Graph\Model\MediaContentRatingNewZealand")) { + return $this->_propDict["mediaContentRatingNewZealand"]; + } else { + $this->_propDict["mediaContentRatingNewZealand"] = new MediaContentRatingNewZealand($this->_propDict["mediaContentRatingNewZealand"]); + return $this->_propDict["mediaContentRatingNewZealand"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingNewZealand + * Media content rating settings for New Zealand + * + * @param MediaContentRatingNewZealand $val The mediaContentRatingNewZealand + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingNewZealand($val) + { + $this->_propDict["mediaContentRatingNewZealand"] = $val; + return $this; + } + + /** + * Gets the mediaContentRatingUnitedKingdom + * Media content rating settings for United Kingdom + * + * @return MediaContentRatingUnitedKingdom The mediaContentRatingUnitedKingdom + */ + public function getMediaContentRatingUnitedKingdom() + { + if (array_key_exists("mediaContentRatingUnitedKingdom", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingUnitedKingdom"], "Microsoft\Graph\Model\MediaContentRatingUnitedKingdom")) { + return $this->_propDict["mediaContentRatingUnitedKingdom"]; + } else { + $this->_propDict["mediaContentRatingUnitedKingdom"] = new MediaContentRatingUnitedKingdom($this->_propDict["mediaContentRatingUnitedKingdom"]); + return $this->_propDict["mediaContentRatingUnitedKingdom"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingUnitedKingdom + * Media content rating settings for United Kingdom + * + * @param MediaContentRatingUnitedKingdom $val The mediaContentRatingUnitedKingdom + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingUnitedKingdom($val) + { + $this->_propDict["mediaContentRatingUnitedKingdom"] = $val; + return $this; + } + + /** + * Gets the mediaContentRatingUnitedStates + * Media content rating settings for United States + * + * @return MediaContentRatingUnitedStates The mediaContentRatingUnitedStates + */ + public function getMediaContentRatingUnitedStates() + { + if (array_key_exists("mediaContentRatingUnitedStates", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingUnitedStates"], "Microsoft\Graph\Model\MediaContentRatingUnitedStates")) { + return $this->_propDict["mediaContentRatingUnitedStates"]; + } else { + $this->_propDict["mediaContentRatingUnitedStates"] = new MediaContentRatingUnitedStates($this->_propDict["mediaContentRatingUnitedStates"]); + return $this->_propDict["mediaContentRatingUnitedStates"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingUnitedStates + * Media content rating settings for United States + * + * @param MediaContentRatingUnitedStates $val The mediaContentRatingUnitedStates + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingUnitedStates($val) + { + $this->_propDict["mediaContentRatingUnitedStates"] = $val; + return $this; + } + + + /** + * Gets the networkUsageRules + * List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements. + * + * @return array The networkUsageRules + */ + public function getNetworkUsageRules() + { + if (array_key_exists("networkUsageRules", $this->_propDict)) { + return $this->_propDict["networkUsageRules"]; + } else { + return null; + } + } + + /** + * Sets the networkUsageRules + * List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements. + * + * @param IosNetworkUsageRule $val The networkUsageRules + * + * @return IosGeneralDeviceConfiguration + */ + public function setNetworkUsageRules($val) + { + $this->_propDict["networkUsageRules"] = $val; + return $this; + } + + /** + * Gets the mediaContentRatingApps + * Media content rating settings for Apps. Possible values are: allAllowed, allBlocked, agesAbove4, agesAbove9, agesAbove12, agesAbove17. + * + * @return RatingAppsType The mediaContentRatingApps + */ + public function getMediaContentRatingApps() + { + if (array_key_exists("mediaContentRatingApps", $this->_propDict)) { + if (is_a($this->_propDict["mediaContentRatingApps"], "Microsoft\Graph\Model\RatingAppsType")) { + return $this->_propDict["mediaContentRatingApps"]; + } else { + $this->_propDict["mediaContentRatingApps"] = new RatingAppsType($this->_propDict["mediaContentRatingApps"]); + return $this->_propDict["mediaContentRatingApps"]; + } + } + return null; + } + + /** + * Sets the mediaContentRatingApps + * Media content rating settings for Apps. Possible values are: allAllowed, allBlocked, agesAbove4, agesAbove9, agesAbove12, agesAbove17. + * + * @param RatingAppsType $val The mediaContentRatingApps + * + * @return IosGeneralDeviceConfiguration + */ + public function setMediaContentRatingApps($val) + { + $this->_propDict["mediaContentRatingApps"] = $val; + return $this; + } + + /** + * Gets the messagesBlocked + * Indicates whether or not to block the user from using the Messages app on the supervised device. + * + * @return bool The messagesBlocked + */ + public function getMessagesBlocked() + { + if (array_key_exists("messagesBlocked", $this->_propDict)) { + return $this->_propDict["messagesBlocked"]; + } else { + return null; + } + } + + /** + * Sets the messagesBlocked + * Indicates whether or not to block the user from using the Messages app on the supervised device. + * + * @param bool $val The messagesBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setMessagesBlocked($val) + { + $this->_propDict["messagesBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the notificationsBlockSettingsModification + * Indicates whether or not to allow notifications settings modification (iOS 9.3 and later). + * + * @return bool The notificationsBlockSettingsModification + */ + public function getNotificationsBlockSettingsModification() + { + if (array_key_exists("notificationsBlockSettingsModification", $this->_propDict)) { + return $this->_propDict["notificationsBlockSettingsModification"]; + } else { + return null; + } + } + + /** + * Sets the notificationsBlockSettingsModification + * Indicates whether or not to allow notifications settings modification (iOS 9.3 and later). + * + * @param bool $val The notificationsBlockSettingsModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setNotificationsBlockSettingsModification($val) + { + $this->_propDict["notificationsBlockSettingsModification"] = boolval($val); + return $this; + } + + /** + * Gets the passcodeBlockFingerprintUnlock + * Indicates whether or not to block fingerprint unlock. + * + * @return bool The passcodeBlockFingerprintUnlock + */ + public function getPasscodeBlockFingerprintUnlock() + { + if (array_key_exists("passcodeBlockFingerprintUnlock", $this->_propDict)) { + return $this->_propDict["passcodeBlockFingerprintUnlock"]; + } else { + return null; + } + } + + /** + * Sets the passcodeBlockFingerprintUnlock + * Indicates whether or not to block fingerprint unlock. + * + * @param bool $val The passcodeBlockFingerprintUnlock + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeBlockFingerprintUnlock($val) + { + $this->_propDict["passcodeBlockFingerprintUnlock"] = boolval($val); + return $this; + } + + /** + * Gets the passcodeBlockFingerprintModification + * Block modification of registered Touch ID fingerprints when in supervised mode. + * + * @return bool The passcodeBlockFingerprintModification + */ + public function getPasscodeBlockFingerprintModification() + { + if (array_key_exists("passcodeBlockFingerprintModification", $this->_propDict)) { + return $this->_propDict["passcodeBlockFingerprintModification"]; + } else { + return null; + } + } + + /** + * Sets the passcodeBlockFingerprintModification + * Block modification of registered Touch ID fingerprints when in supervised mode. + * + * @param bool $val The passcodeBlockFingerprintModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeBlockFingerprintModification($val) + { + $this->_propDict["passcodeBlockFingerprintModification"] = boolval($val); + return $this; + } + + /** + * Gets the passcodeBlockModification + * Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later). + * + * @return bool The passcodeBlockModification + */ + public function getPasscodeBlockModification() + { + if (array_key_exists("passcodeBlockModification", $this->_propDict)) { + return $this->_propDict["passcodeBlockModification"]; + } else { + return null; + } + } + + /** + * Sets the passcodeBlockModification + * Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later). + * + * @param bool $val The passcodeBlockModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeBlockModification($val) + { + $this->_propDict["passcodeBlockModification"] = boolval($val); + return $this; + } + + /** + * Gets the passcodeBlockSimple + * Indicates whether or not to block simple passcodes. + * + * @return bool The passcodeBlockSimple + */ + public function getPasscodeBlockSimple() + { + if (array_key_exists("passcodeBlockSimple", $this->_propDict)) { + return $this->_propDict["passcodeBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passcodeBlockSimple + * Indicates whether or not to block simple passcodes. + * + * @param bool $val The passcodeBlockSimple + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeBlockSimple($val) + { + $this->_propDict["passcodeBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passcodeExpirationDays + * Number of days before the passcode expires. Valid values 1 to 65535 + * + * @return int The passcodeExpirationDays + */ + public function getPasscodeExpirationDays() + { + if (array_key_exists("passcodeExpirationDays", $this->_propDict)) { + return $this->_propDict["passcodeExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passcodeExpirationDays + * Number of days before the passcode expires. Valid values 1 to 65535 + * + * @param int $val The passcodeExpirationDays + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeExpirationDays($val) + { + $this->_propDict["passcodeExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passcodeMinimumLength + * Minimum length of passcode. Valid values 4 to 14 + * + * @return int The passcodeMinimumLength + */ + public function getPasscodeMinimumLength() + { + if (array_key_exists("passcodeMinimumLength", $this->_propDict)) { + return $this->_propDict["passcodeMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passcodeMinimumLength + * Minimum length of passcode. Valid values 4 to 14 + * + * @param int $val The passcodeMinimumLength + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeMinimumLength($val) + { + $this->_propDict["passcodeMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passcodeMinutesOfInactivityBeforeLock + * Minutes of inactivity before a passcode is required. + * + * @return int The passcodeMinutesOfInactivityBeforeLock + */ + public function getPasscodeMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passcodeMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passcodeMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passcodeMinutesOfInactivityBeforeLock + * Minutes of inactivity before a passcode is required. + * + * @param int $val The passcodeMinutesOfInactivityBeforeLock + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passcodeMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passcodeMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before the screen times out. + * + * @return int The passcodeMinutesOfInactivityBeforeScreenTimeout + */ + public function getPasscodeMinutesOfInactivityBeforeScreenTimeout() + { + if (array_key_exists("passcodeMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { + return $this->_propDict["passcodeMinutesOfInactivityBeforeScreenTimeout"]; + } else { + return null; + } + } + + /** + * Sets the passcodeMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before the screen times out. + * + * @param int $val The passcodeMinutesOfInactivityBeforeScreenTimeout + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeMinutesOfInactivityBeforeScreenTimeout($val) + { + $this->_propDict["passcodeMinutesOfInactivityBeforeScreenTimeout"] = intval($val); + return $this; + } + + /** + * Gets the passcodeMinimumCharacterSetCount + * Number of character sets a passcode must contain. Valid values 0 to 4 + * + * @return int The passcodeMinimumCharacterSetCount + */ + public function getPasscodeMinimumCharacterSetCount() + { + if (array_key_exists("passcodeMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passcodeMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passcodeMinimumCharacterSetCount + * Number of character sets a passcode must contain. Valid values 0 to 4 + * + * @param int $val The passcodeMinimumCharacterSetCount + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeMinimumCharacterSetCount($val) + { + $this->_propDict["passcodeMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passcodePreviousPasscodeBlockCount + * Number of previous passcodes to block. Valid values 1 to 24 + * + * @return int The passcodePreviousPasscodeBlockCount + */ + public function getPasscodePreviousPasscodeBlockCount() + { + if (array_key_exists("passcodePreviousPasscodeBlockCount", $this->_propDict)) { + return $this->_propDict["passcodePreviousPasscodeBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passcodePreviousPasscodeBlockCount + * Number of previous passcodes to block. Valid values 1 to 24 + * + * @param int $val The passcodePreviousPasscodeBlockCount + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodePreviousPasscodeBlockCount($val) + { + $this->_propDict["passcodePreviousPasscodeBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passcodeSignInFailureCountBeforeWipe + * Number of sign in failures allowed before wiping the device. Valid values 4 to 11 + * + * @return int The passcodeSignInFailureCountBeforeWipe + */ + public function getPasscodeSignInFailureCountBeforeWipe() + { + if (array_key_exists("passcodeSignInFailureCountBeforeWipe", $this->_propDict)) { + return $this->_propDict["passcodeSignInFailureCountBeforeWipe"]; + } else { + return null; + } + } + + /** + * Sets the passcodeSignInFailureCountBeforeWipe + * Number of sign in failures allowed before wiping the device. Valid values 4 to 11 + * + * @param int $val The passcodeSignInFailureCountBeforeWipe + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeSignInFailureCountBeforeWipe($val) + { + $this->_propDict["passcodeSignInFailureCountBeforeWipe"] = intval($val); + return $this; + } + + /** + * Gets the passcodeRequiredType + * Type of passcode that is required. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passcodeRequiredType + */ + public function getPasscodeRequiredType() + { + if (array_key_exists("passcodeRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passcodeRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passcodeRequiredType"]; + } else { + $this->_propDict["passcodeRequiredType"] = new RequiredPasswordType($this->_propDict["passcodeRequiredType"]); + return $this->_propDict["passcodeRequiredType"]; + } + } + return null; + } + + /** + * Sets the passcodeRequiredType + * Type of passcode that is required. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passcodeRequiredType + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeRequiredType($val) + { + $this->_propDict["passcodeRequiredType"] = $val; + return $this; + } + + /** + * Gets the passcodeRequired + * Indicates whether or not to require a passcode. + * + * @return bool The passcodeRequired + */ + public function getPasscodeRequired() + { + if (array_key_exists("passcodeRequired", $this->_propDict)) { + return $this->_propDict["passcodeRequired"]; + } else { + return null; + } + } + + /** + * Sets the passcodeRequired + * Indicates whether or not to require a passcode. + * + * @param bool $val The passcodeRequired + * + * @return IosGeneralDeviceConfiguration + */ + public function setPasscodeRequired($val) + { + $this->_propDict["passcodeRequired"] = boolval($val); + return $this; + } + + /** + * Gets the podcastsBlocked + * Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later). + * + * @return bool The podcastsBlocked + */ + public function getPodcastsBlocked() + { + if (array_key_exists("podcastsBlocked", $this->_propDict)) { + return $this->_propDict["podcastsBlocked"]; + } else { + return null; + } + } + + /** + * Sets the podcastsBlocked + * Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later). + * + * @param bool $val The podcastsBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setPodcastsBlocked($val) + { + $this->_propDict["podcastsBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the safariBlockAutofill + * Indicates whether or not to block the user from using Auto fill in Safari. + * + * @return bool The safariBlockAutofill + */ + public function getSafariBlockAutofill() + { + if (array_key_exists("safariBlockAutofill", $this->_propDict)) { + return $this->_propDict["safariBlockAutofill"]; + } else { + return null; + } + } + + /** + * Sets the safariBlockAutofill + * Indicates whether or not to block the user from using Auto fill in Safari. + * + * @param bool $val The safariBlockAutofill + * + * @return IosGeneralDeviceConfiguration + */ + public function setSafariBlockAutofill($val) + { + $this->_propDict["safariBlockAutofill"] = boolval($val); + return $this; + } + + /** + * Gets the safariBlockJavaScript + * Indicates whether or not to block JavaScript in Safari. + * + * @return bool The safariBlockJavaScript + */ + public function getSafariBlockJavaScript() + { + if (array_key_exists("safariBlockJavaScript", $this->_propDict)) { + return $this->_propDict["safariBlockJavaScript"]; + } else { + return null; + } + } + + /** + * Sets the safariBlockJavaScript + * Indicates whether or not to block JavaScript in Safari. + * + * @param bool $val The safariBlockJavaScript + * + * @return IosGeneralDeviceConfiguration + */ + public function setSafariBlockJavaScript($val) + { + $this->_propDict["safariBlockJavaScript"] = boolval($val); + return $this; + } + + /** + * Gets the safariBlockPopups + * Indicates whether or not to block popups in Safari. + * + * @return bool The safariBlockPopups + */ + public function getSafariBlockPopups() + { + if (array_key_exists("safariBlockPopups", $this->_propDict)) { + return $this->_propDict["safariBlockPopups"]; + } else { + return null; + } + } + + /** + * Sets the safariBlockPopups + * Indicates whether or not to block popups in Safari. + * + * @param bool $val The safariBlockPopups + * + * @return IosGeneralDeviceConfiguration + */ + public function setSafariBlockPopups($val) + { + $this->_propDict["safariBlockPopups"] = boolval($val); + return $this; + } + + /** + * Gets the safariBlocked + * Indicates whether or not to block the user from using Safari. + * + * @return bool The safariBlocked + */ + public function getSafariBlocked() + { + if (array_key_exists("safariBlocked", $this->_propDict)) { + return $this->_propDict["safariBlocked"]; + } else { + return null; + } + } + + /** + * Sets the safariBlocked + * Indicates whether or not to block the user from using Safari. + * + * @param bool $val The safariBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setSafariBlocked($val) + { + $this->_propDict["safariBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the safariCookieSettings + * Cookie settings for Safari. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways. + * + * @return WebBrowserCookieSettings The safariCookieSettings + */ + public function getSafariCookieSettings() + { + if (array_key_exists("safariCookieSettings", $this->_propDict)) { + if (is_a($this->_propDict["safariCookieSettings"], "Microsoft\Graph\Model\WebBrowserCookieSettings")) { + return $this->_propDict["safariCookieSettings"]; + } else { + $this->_propDict["safariCookieSettings"] = new WebBrowserCookieSettings($this->_propDict["safariCookieSettings"]); + return $this->_propDict["safariCookieSettings"]; + } + } + return null; + } + + /** + * Sets the safariCookieSettings + * Cookie settings for Safari. Possible values are: browserDefault, blockAlways, allowCurrentWebSite, allowFromWebsitesVisited, allowAlways. + * + * @param WebBrowserCookieSettings $val The safariCookieSettings + * + * @return IosGeneralDeviceConfiguration + */ + public function setSafariCookieSettings($val) + { + $this->_propDict["safariCookieSettings"] = $val; + return $this; + } + + /** + * Gets the safariManagedDomains + * URLs matching the patterns listed here will be considered managed. + * + * @return string The safariManagedDomains + */ + public function getSafariManagedDomains() + { + if (array_key_exists("safariManagedDomains", $this->_propDict)) { + return $this->_propDict["safariManagedDomains"]; + } else { + return null; + } + } + + /** + * Sets the safariManagedDomains + * URLs matching the patterns listed here will be considered managed. + * + * @param string $val The safariManagedDomains + * + * @return IosGeneralDeviceConfiguration + */ + public function setSafariManagedDomains($val) + { + $this->_propDict["safariManagedDomains"] = $val; + return $this; + } + + /** + * Gets the safariPasswordAutoFillDomains + * Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later). + * + * @return string The safariPasswordAutoFillDomains + */ + public function getSafariPasswordAutoFillDomains() + { + if (array_key_exists("safariPasswordAutoFillDomains", $this->_propDict)) { + return $this->_propDict["safariPasswordAutoFillDomains"]; + } else { + return null; + } + } + + /** + * Sets the safariPasswordAutoFillDomains + * Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later). + * + * @param string $val The safariPasswordAutoFillDomains + * + * @return IosGeneralDeviceConfiguration + */ + public function setSafariPasswordAutoFillDomains($val) + { + $this->_propDict["safariPasswordAutoFillDomains"] = $val; + return $this; + } + + /** + * Gets the safariRequireFraudWarning + * Indicates whether or not to require fraud warning in Safari. + * + * @return bool The safariRequireFraudWarning + */ + public function getSafariRequireFraudWarning() + { + if (array_key_exists("safariRequireFraudWarning", $this->_propDict)) { + return $this->_propDict["safariRequireFraudWarning"]; + } else { + return null; + } + } + + /** + * Sets the safariRequireFraudWarning + * Indicates whether or not to require fraud warning in Safari. + * + * @param bool $val The safariRequireFraudWarning + * + * @return IosGeneralDeviceConfiguration + */ + public function setSafariRequireFraudWarning($val) + { + $this->_propDict["safariRequireFraudWarning"] = boolval($val); + return $this; + } + + /** + * Gets the screenCaptureBlocked + * Indicates whether or not to block the user from taking Screenshots. + * + * @return bool The screenCaptureBlocked + */ + public function getScreenCaptureBlocked() + { + if (array_key_exists("screenCaptureBlocked", $this->_propDict)) { + return $this->_propDict["screenCaptureBlocked"]; + } else { + return null; + } + } + + /** + * Sets the screenCaptureBlocked + * Indicates whether or not to block the user from taking Screenshots. + * + * @param bool $val The screenCaptureBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setScreenCaptureBlocked($val) + { + $this->_propDict["screenCaptureBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the siriBlocked + * Indicates whether or not to block the user from using Siri. + * + * @return bool The siriBlocked + */ + public function getSiriBlocked() + { + if (array_key_exists("siriBlocked", $this->_propDict)) { + return $this->_propDict["siriBlocked"]; + } else { + return null; + } + } + + /** + * Sets the siriBlocked + * Indicates whether or not to block the user from using Siri. + * + * @param bool $val The siriBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setSiriBlocked($val) + { + $this->_propDict["siriBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the siriBlockedWhenLocked + * Indicates whether or not to block the user from using Siri when locked. + * + * @return bool The siriBlockedWhenLocked + */ + public function getSiriBlockedWhenLocked() + { + if (array_key_exists("siriBlockedWhenLocked", $this->_propDict)) { + return $this->_propDict["siriBlockedWhenLocked"]; + } else { + return null; + } + } + + /** + * Sets the siriBlockedWhenLocked + * Indicates whether or not to block the user from using Siri when locked. + * + * @param bool $val The siriBlockedWhenLocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setSiriBlockedWhenLocked($val) + { + $this->_propDict["siriBlockedWhenLocked"] = boolval($val); + return $this; + } + + /** + * Gets the siriBlockUserGeneratedContent + * Indicates whether or not to block Siri from querying user-generated content when used on a supervised device. + * + * @return bool The siriBlockUserGeneratedContent + */ + public function getSiriBlockUserGeneratedContent() + { + if (array_key_exists("siriBlockUserGeneratedContent", $this->_propDict)) { + return $this->_propDict["siriBlockUserGeneratedContent"]; + } else { + return null; + } + } + + /** + * Sets the siriBlockUserGeneratedContent + * Indicates whether or not to block Siri from querying user-generated content when used on a supervised device. + * + * @param bool $val The siriBlockUserGeneratedContent + * + * @return IosGeneralDeviceConfiguration + */ + public function setSiriBlockUserGeneratedContent($val) + { + $this->_propDict["siriBlockUserGeneratedContent"] = boolval($val); + return $this; + } + + /** + * Gets the siriRequireProfanityFilter + * Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device. + * + * @return bool The siriRequireProfanityFilter + */ + public function getSiriRequireProfanityFilter() + { + if (array_key_exists("siriRequireProfanityFilter", $this->_propDict)) { + return $this->_propDict["siriRequireProfanityFilter"]; + } else { + return null; + } + } + + /** + * Sets the siriRequireProfanityFilter + * Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device. + * + * @param bool $val The siriRequireProfanityFilter + * + * @return IosGeneralDeviceConfiguration + */ + public function setSiriRequireProfanityFilter($val) + { + $this->_propDict["siriRequireProfanityFilter"] = boolval($val); + return $this; + } + + /** + * Gets the spotlightBlockInternetResults + * Indicates whether or not to block Spotlight search from returning internet results on supervised device. + * + * @return bool The spotlightBlockInternetResults + */ + public function getSpotlightBlockInternetResults() + { + if (array_key_exists("spotlightBlockInternetResults", $this->_propDict)) { + return $this->_propDict["spotlightBlockInternetResults"]; + } else { + return null; + } + } + + /** + * Sets the spotlightBlockInternetResults + * Indicates whether or not to block Spotlight search from returning internet results on supervised device. + * + * @param bool $val The spotlightBlockInternetResults + * + * @return IosGeneralDeviceConfiguration + */ + public function setSpotlightBlockInternetResults($val) + { + $this->_propDict["spotlightBlockInternetResults"] = boolval($val); + return $this; + } + + /** + * Gets the voiceDialingBlocked + * Indicates whether or not to block voice dialing. + * + * @return bool The voiceDialingBlocked + */ + public function getVoiceDialingBlocked() + { + if (array_key_exists("voiceDialingBlocked", $this->_propDict)) { + return $this->_propDict["voiceDialingBlocked"]; + } else { + return null; + } + } + + /** + * Sets the voiceDialingBlocked + * Indicates whether or not to block voice dialing. + * + * @param bool $val The voiceDialingBlocked + * + * @return IosGeneralDeviceConfiguration + */ + public function setVoiceDialingBlocked($val) + { + $this->_propDict["voiceDialingBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the wallpaperBlockModification + * Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) . + * + * @return bool The wallpaperBlockModification + */ + public function getWallpaperBlockModification() + { + if (array_key_exists("wallpaperBlockModification", $this->_propDict)) { + return $this->_propDict["wallpaperBlockModification"]; + } else { + return null; + } + } + + /** + * Sets the wallpaperBlockModification + * Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) . + * + * @param bool $val The wallpaperBlockModification + * + * @return IosGeneralDeviceConfiguration + */ + public function setWallpaperBlockModification($val) + { + $this->_propDict["wallpaperBlockModification"] = boolval($val); + return $this; + } + + /** + * Gets the wiFiConnectOnlyToConfiguredNetworks + * Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. + * + * @return bool The wiFiConnectOnlyToConfiguredNetworks + */ + public function getWiFiConnectOnlyToConfiguredNetworks() + { + if (array_key_exists("wiFiConnectOnlyToConfiguredNetworks", $this->_propDict)) { + return $this->_propDict["wiFiConnectOnlyToConfiguredNetworks"]; + } else { + return null; + } + } + + /** + * Sets the wiFiConnectOnlyToConfiguredNetworks + * Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. + * + * @param bool $val The wiFiConnectOnlyToConfiguredNetworks + * + * @return IosGeneralDeviceConfiguration + */ + public function setWiFiConnectOnlyToConfiguredNetworks($val) + { + $this->_propDict["wiFiConnectOnlyToConfiguredNetworks"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenApp.php b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenApp.php new file mode 100644 index 000000000..2d3e61d50 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenApp.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.iosHomeScreenApp"); + } + + /** + * Gets the bundleID + * BundleID of app + * + * @return string The bundleID + */ + public function getBundleID() + { + if (array_key_exists("bundleID", $this->_propDict)) { + return $this->_propDict["bundleID"]; + } else { + return null; + } + } + + /** + * Sets the bundleID + * BundleID of app + * + * @param string $val The value of the bundleID + * + * @return IosHomeScreenApp + */ + public function setBundleID($val) + { + $this->_propDict["bundleID"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenFolder.php b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenFolder.php new file mode 100644 index 000000000..c2096b9a3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenFolder.php @@ -0,0 +1,70 @@ +setODataType("#microsoft.graph.iosHomeScreenFolder"); + } + + + /** + * Gets the pages + * Pages of Home Screen Layout Icons which must be Application Type. This collection can contain a maximum of 500 elements. + * + * @return IosHomeScreenFolderPage The pages + */ + public function getPages() + { + if (array_key_exists("pages", $this->_propDict)) { + if (is_a($this->_propDict["pages"], "Microsoft\Graph\Model\IosHomeScreenFolderPage")) { + return $this->_propDict["pages"]; + } else { + $this->_propDict["pages"] = new IosHomeScreenFolderPage($this->_propDict["pages"]); + return $this->_propDict["pages"]; + } + } + return null; + } + + /** + * Sets the pages + * Pages of Home Screen Layout Icons which must be Application Type. This collection can contain a maximum of 500 elements. + * + * @param IosHomeScreenFolderPage $val The value to assign to the pages + * + * @return IosHomeScreenFolder The IosHomeScreenFolder + */ + public function setPages($val) + { + $this->_propDict["pages"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenFolderPage.php b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenFolderPage.php new file mode 100644 index 000000000..e56494018 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenFolderPage.php @@ -0,0 +1,89 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Name of the folder page + * + * @param string $val The value of the displayName + * + * @return IosHomeScreenFolderPage + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the apps + * A list of apps to appear on a page within a folder. This collection can contain a maximum of 500 elements. + * + * @return IosHomeScreenApp The apps + */ + public function getApps() + { + if (array_key_exists("apps", $this->_propDict)) { + if (is_a($this->_propDict["apps"], "Microsoft\Graph\Model\IosHomeScreenApp")) { + return $this->_propDict["apps"]; + } else { + $this->_propDict["apps"] = new IosHomeScreenApp($this->_propDict["apps"]); + return $this->_propDict["apps"]; + } + } + return null; + } + + /** + * Sets the apps + * A list of apps to appear on a page within a folder. This collection can contain a maximum of 500 elements. + * + * @param IosHomeScreenApp $val The value to assign to the apps + * + * @return IosHomeScreenFolderPage The IosHomeScreenFolderPage + */ + public function setApps($val) + { + $this->_propDict["apps"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenItem.php b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenItem.php new file mode 100644 index 000000000..1e9eb9fde --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenItem.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Name of the app + * + * @param string $val The value of the displayName + * + * @return IosHomeScreenItem + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenPage.php b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenPage.php new file mode 100644 index 000000000..10631dea0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosHomeScreenPage.php @@ -0,0 +1,89 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Name of the page + * + * @param string $val The value of the displayName + * + * @return IosHomeScreenPage + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the icons + * A list of apps and folders to appear on a page. This collection can contain a maximum of 500 elements. + * + * @return IosHomeScreenItem The icons + */ + public function getIcons() + { + if (array_key_exists("icons", $this->_propDict)) { + if (is_a($this->_propDict["icons"], "Microsoft\Graph\Model\IosHomeScreenItem")) { + return $this->_propDict["icons"]; + } else { + $this->_propDict["icons"] = new IosHomeScreenItem($this->_propDict["icons"]); + return $this->_propDict["icons"]; + } + } + return null; + } + + /** + * Sets the icons + * A list of apps and folders to appear on a page. This collection can contain a maximum of 500 elements. + * + * @param IosHomeScreenItem $val The value to assign to the icons + * + * @return IosHomeScreenPage The IosHomeScreenPage + */ + public function setIcons($val) + { + $this->_propDict["icons"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosLobApp.php b/vendor/microsoft/microsoft-graph/src/Model/IosLobApp.php new file mode 100644 index 000000000..930ad4935 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosLobApp.php @@ -0,0 +1,215 @@ +_propDict)) { + return $this->_propDict["bundleId"]; + } else { + return null; + } + } + + /** + * Sets the bundleId + * The Identity Name. + * + * @param string $val The bundleId + * + * @return IosLobApp + */ + public function setBundleId($val) + { + $this->_propDict["bundleId"] = $val; + return $this; + } + + /** + * Gets the applicableDeviceType + * The iOS architecture for which this app can run on. + * + * @return IosDeviceType The applicableDeviceType + */ + public function getApplicableDeviceType() + { + if (array_key_exists("applicableDeviceType", $this->_propDict)) { + if (is_a($this->_propDict["applicableDeviceType"], "Microsoft\Graph\Model\IosDeviceType")) { + return $this->_propDict["applicableDeviceType"]; + } else { + $this->_propDict["applicableDeviceType"] = new IosDeviceType($this->_propDict["applicableDeviceType"]); + return $this->_propDict["applicableDeviceType"]; + } + } + return null; + } + + /** + * Sets the applicableDeviceType + * The iOS architecture for which this app can run on. + * + * @param IosDeviceType $val The applicableDeviceType + * + * @return IosLobApp + */ + public function setApplicableDeviceType($val) + { + $this->_propDict["applicableDeviceType"] = $val; + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @return IosMinimumOperatingSystem The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\IosMinimumOperatingSystem")) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new IosMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @param IosMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return IosLobApp + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + + /** + * Gets the expirationDateTime + * The expiration time. + * + * @return \DateTime The expirationDateTime + */ + public function getExpirationDateTime() + { + if (array_key_exists("expirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["expirationDateTime"], "\DateTime")) { + return $this->_propDict["expirationDateTime"]; + } else { + $this->_propDict["expirationDateTime"] = new \DateTime($this->_propDict["expirationDateTime"]); + return $this->_propDict["expirationDateTime"]; + } + } + return null; + } + + /** + * Sets the expirationDateTime + * The expiration time. + * + * @param \DateTime $val The expirationDateTime + * + * @return IosLobApp + */ + public function setExpirationDateTime($val) + { + $this->_propDict["expirationDateTime"] = $val; + return $this; + } + + /** + * Gets the versionNumber + * The version number of iOS Line of Business (LoB) app. + * + * @return string The versionNumber + */ + public function getVersionNumber() + { + if (array_key_exists("versionNumber", $this->_propDict)) { + return $this->_propDict["versionNumber"]; + } else { + return null; + } + } + + /** + * Sets the versionNumber + * The version number of iOS Line of Business (LoB) app. + * + * @param string $val The versionNumber + * + * @return IosLobApp + */ + public function setVersionNumber($val) + { + $this->_propDict["versionNumber"] = $val; + return $this; + } + + /** + * Gets the buildNumber + * The build number of iOS Line of Business (LoB) app. + * + * @return string The buildNumber + */ + public function getBuildNumber() + { + if (array_key_exists("buildNumber", $this->_propDict)) { + return $this->_propDict["buildNumber"]; + } else { + return null; + } + } + + /** + * Sets the buildNumber + * The build number of iOS Line of Business (LoB) app. + * + * @param string $val The buildNumber + * + * @return IosLobApp + */ + public function setBuildNumber($val) + { + $this->_propDict["buildNumber"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosLobAppAssignmentSettings.php b/vendor/microsoft/microsoft-graph/src/Model/IosLobAppAssignmentSettings.php new file mode 100644 index 000000000..6364be379 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosLobAppAssignmentSettings.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.iosLobAppAssignmentSettings"); + } + + /** + * Gets the vpnConfigurationId + * The VPN Configuration Id to apply for this app. + * + * @return string The vpnConfigurationId + */ + public function getVpnConfigurationId() + { + if (array_key_exists("vpnConfigurationId", $this->_propDict)) { + return $this->_propDict["vpnConfigurationId"]; + } else { + return null; + } + } + + /** + * Sets the vpnConfigurationId + * The VPN Configuration Id to apply for this app. + * + * @param string $val The value of the vpnConfigurationId + * + * @return IosLobAppAssignmentSettings + */ + public function setVpnConfigurationId($val) + { + $this->_propDict["vpnConfigurationId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosManagedAppProtection.php b/vendor/microsoft/microsoft-graph/src/Model/IosManagedAppProtection.php new file mode 100644 index 000000000..2578f4eae --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosManagedAppProtection.php @@ -0,0 +1,212 @@ +_propDict)) { + if (is_a($this->_propDict["appDataEncryptionType"], "Microsoft\Graph\Model\ManagedAppDataEncryptionType")) { + return $this->_propDict["appDataEncryptionType"]; + } else { + $this->_propDict["appDataEncryptionType"] = new ManagedAppDataEncryptionType($this->_propDict["appDataEncryptionType"]); + return $this->_propDict["appDataEncryptionType"]; + } + } + return null; + } + + /** + * Sets the appDataEncryptionType + * Type of encryption which should be used for data in a managed app. Possible values are: useDeviceSettings, afterDeviceRestart, whenDeviceLockedExceptOpenFiles, whenDeviceLocked. + * + * @param ManagedAppDataEncryptionType $val The appDataEncryptionType + * + * @return IosManagedAppProtection + */ + public function setAppDataEncryptionType($val) + { + $this->_propDict["appDataEncryptionType"] = $val; + return $this; + } + + /** + * Gets the minimumRequiredSdkVersion + * Versions less than the specified version will block the managed app from accessing company data. + * + * @return string The minimumRequiredSdkVersion + */ + public function getMinimumRequiredSdkVersion() + { + if (array_key_exists("minimumRequiredSdkVersion", $this->_propDict)) { + return $this->_propDict["minimumRequiredSdkVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumRequiredSdkVersion + * Versions less than the specified version will block the managed app from accessing company data. + * + * @param string $val The minimumRequiredSdkVersion + * + * @return IosManagedAppProtection + */ + public function setMinimumRequiredSdkVersion($val) + { + $this->_propDict["minimumRequiredSdkVersion"] = $val; + return $this; + } + + /** + * Gets the deployedAppCount + * Count of apps to which the current policy is deployed. + * + * @return int The deployedAppCount + */ + public function getDeployedAppCount() + { + if (array_key_exists("deployedAppCount", $this->_propDict)) { + return $this->_propDict["deployedAppCount"]; + } else { + return null; + } + } + + /** + * Sets the deployedAppCount + * Count of apps to which the current policy is deployed. + * + * @param int $val The deployedAppCount + * + * @return IosManagedAppProtection + */ + public function setDeployedAppCount($val) + { + $this->_propDict["deployedAppCount"] = intval($val); + return $this; + } + + /** + * Gets the faceIdBlocked + * Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. + * + * @return bool The faceIdBlocked + */ + public function getFaceIdBlocked() + { + if (array_key_exists("faceIdBlocked", $this->_propDict)) { + return $this->_propDict["faceIdBlocked"]; + } else { + return null; + } + } + + /** + * Sets the faceIdBlocked + * Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. + * + * @param bool $val The faceIdBlocked + * + * @return IosManagedAppProtection + */ + public function setFaceIdBlocked($val) + { + $this->_propDict["faceIdBlocked"] = boolval($val); + return $this; + } + + + /** + * Gets the apps + * List of apps to which the policy is deployed. + * + * @return array The apps + */ + public function getApps() + { + if (array_key_exists("apps", $this->_propDict)) { + return $this->_propDict["apps"]; + } else { + return null; + } + } + + /** + * Sets the apps + * List of apps to which the policy is deployed. + * + * @param ManagedMobileApp $val The apps + * + * @return IosManagedAppProtection + */ + public function setApps($val) + { + $this->_propDict["apps"] = $val; + return $this; + } + + /** + * Gets the deploymentSummary + * Navigation property to deployment summary of the configuration. + * + * @return ManagedAppPolicyDeploymentSummary The deploymentSummary + */ + public function getDeploymentSummary() + { + if (array_key_exists("deploymentSummary", $this->_propDict)) { + if (is_a($this->_propDict["deploymentSummary"], "Microsoft\Graph\Model\ManagedAppPolicyDeploymentSummary")) { + return $this->_propDict["deploymentSummary"]; + } else { + $this->_propDict["deploymentSummary"] = new ManagedAppPolicyDeploymentSummary($this->_propDict["deploymentSummary"]); + return $this->_propDict["deploymentSummary"]; + } + } + return null; + } + + /** + * Sets the deploymentSummary + * Navigation property to deployment summary of the configuration. + * + * @param ManagedAppPolicyDeploymentSummary $val The deploymentSummary + * + * @return IosManagedAppProtection + */ + public function setDeploymentSummary($val) + { + $this->_propDict["deploymentSummary"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosManagedAppRegistration.php b/vendor/microsoft/microsoft-graph/src/Model/IosManagedAppRegistration.php new file mode 100644 index 000000000..b214ee243 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosManagedAppRegistration.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["v80"]; + } else { + return null; + } + } + + /** + * Sets the v8_0 + * Version 8.0 or later. + * + * @param bool $val The value of the v8_0 + * + * @return IosMinimumOperatingSystem + */ + public function setV8_0($val) + { + $this->_propDict["v80"] = $val; + return $this; + } + /** + * Gets the v9_0 + * Version 9.0 or later. + * + * @return bool The v9_0 + */ + public function getV9_0() + { + if (array_key_exists("v90", $this->_propDict)) { + return $this->_propDict["v90"]; + } else { + return null; + } + } + + /** + * Sets the v9_0 + * Version 9.0 or later. + * + * @param bool $val The value of the v9_0 + * + * @return IosMinimumOperatingSystem + */ + public function setV9_0($val) + { + $this->_propDict["v90"] = $val; + return $this; + } + /** + * Gets the v10_0 + * Version 10.0 or later. + * + * @return bool The v10_0 + */ + public function getV10_0() + { + if (array_key_exists("v100", $this->_propDict)) { + return $this->_propDict["v100"]; + } else { + return null; + } + } + + /** + * Sets the v10_0 + * Version 10.0 or later. + * + * @param bool $val The value of the v10_0 + * + * @return IosMinimumOperatingSystem + */ + public function setV10_0($val) + { + $this->_propDict["v100"] = $val; + return $this; + } + /** + * Gets the v11_0 + * Version 11.0 or later. + * + * @return bool The v11_0 + */ + public function getV11_0() + { + if (array_key_exists("v110", $this->_propDict)) { + return $this->_propDict["v110"]; + } else { + return null; + } + } + + /** + * Sets the v11_0 + * Version 11.0 or later. + * + * @param bool $val The value of the v11_0 + * + * @return IosMinimumOperatingSystem + */ + public function setV11_0($val) + { + $this->_propDict["v110"] = $val; + return $this; + } + /** + * Gets the v12_0 + * Version 12.0 or later. + * + * @return bool The v12_0 + */ + public function getV12_0() + { + if (array_key_exists("v120", $this->_propDict)) { + return $this->_propDict["v120"]; + } else { + return null; + } + } + + /** + * Sets the v12_0 + * Version 12.0 or later. + * + * @param bool $val The value of the v12_0 + * + * @return IosMinimumOperatingSystem + */ + public function setV12_0($val) + { + $this->_propDict["v120"] = $val; + return $this; + } + /** + * Gets the v13_0 + * Version 13.0 or later. + * + * @return bool The v13_0 + */ + public function getV13_0() + { + if (array_key_exists("v130", $this->_propDict)) { + return $this->_propDict["v130"]; + } else { + return null; + } + } + + /** + * Sets the v13_0 + * Version 13.0 or later. + * + * @param bool $val The value of the v13_0 + * + * @return IosMinimumOperatingSystem + */ + public function setV13_0($val) + { + $this->_propDict["v130"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosMobileAppConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/IosMobileAppConfiguration.php new file mode 100644 index 000000000..427424bb1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosMobileAppConfiguration.php @@ -0,0 +1,92 @@ +_propDict)) { + if (is_a($this->_propDict["encodedSettingXml"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["encodedSettingXml"]; + } else { + $this->_propDict["encodedSettingXml"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["encodedSettingXml"]); + return $this->_propDict["encodedSettingXml"]; + } + } + return null; + } + + /** + * Sets the encodedSettingXml + * mdm app configuration Base64 binary. + * + * @param \GuzzleHttp\Psr7\Stream $val The encodedSettingXml + * + * @return IosMobileAppConfiguration + */ + public function setEncodedSettingXml($val) + { + $this->_propDict["encodedSettingXml"] = $val; + return $this; + } + + + /** + * Gets the settings + * app configuration setting items. + * + * @return array The settings + */ + public function getSettings() + { + if (array_key_exists("settings", $this->_propDict)) { + return $this->_propDict["settings"]; + } else { + return null; + } + } + + /** + * Sets the settings + * app configuration setting items. + * + * @param AppConfigurationSettingItem $val The settings + * + * @return IosMobileAppConfiguration + */ + public function setSettings($val) + { + $this->_propDict["settings"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosMobileAppIdentifier.php b/vendor/microsoft/microsoft-graph/src/Model/IosMobileAppIdentifier.php new file mode 100644 index 000000000..6ac826f90 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosMobileAppIdentifier.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.iosMobileAppIdentifier"); + } + + /** + * Gets the bundleId + * The identifier for an app, as specified in the app store. + * + * @return string The bundleId + */ + public function getBundleId() + { + if (array_key_exists("bundleId", $this->_propDict)) { + return $this->_propDict["bundleId"]; + } else { + return null; + } + } + + /** + * Sets the bundleId + * The identifier for an app, as specified in the app store. + * + * @param string $val The value of the bundleId + * + * @return IosMobileAppIdentifier + */ + public function setBundleId($val) + { + $this->_propDict["bundleId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosNetworkUsageRule.php b/vendor/microsoft/microsoft-graph/src/Model/IosNetworkUsageRule.php new file mode 100644 index 000000000..917606ce1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosNetworkUsageRule.php @@ -0,0 +1,117 @@ +_propDict)) { + if (is_a($this->_propDict["managedApps"], "Microsoft\Graph\Model\AppListItem")) { + return $this->_propDict["managedApps"]; + } else { + $this->_propDict["managedApps"] = new AppListItem($this->_propDict["managedApps"]); + return $this->_propDict["managedApps"]; + } + } + return null; + } + + /** + * Sets the managedApps + * Information about the managed apps that this rule is going to apply to. This collection can contain a maximum of 500 elements. + * + * @param AppListItem $val The value to assign to the managedApps + * + * @return IosNetworkUsageRule The IosNetworkUsageRule + */ + public function setManagedApps($val) + { + $this->_propDict["managedApps"] = $val; + return $this; + } + /** + * Gets the cellularDataBlockWhenRoaming + * If set to true, corresponding managed apps will not be allowed to use cellular data when roaming. + * + * @return bool The cellularDataBlockWhenRoaming + */ + public function getCellularDataBlockWhenRoaming() + { + if (array_key_exists("cellularDataBlockWhenRoaming", $this->_propDict)) { + return $this->_propDict["cellularDataBlockWhenRoaming"]; + } else { + return null; + } + } + + /** + * Sets the cellularDataBlockWhenRoaming + * If set to true, corresponding managed apps will not be allowed to use cellular data when roaming. + * + * @param bool $val The value of the cellularDataBlockWhenRoaming + * + * @return IosNetworkUsageRule + */ + public function setCellularDataBlockWhenRoaming($val) + { + $this->_propDict["cellularDataBlockWhenRoaming"] = $val; + return $this; + } + /** + * Gets the cellularDataBlocked + * If set to true, corresponding managed apps will not be allowed to use cellular data at any time. + * + * @return bool The cellularDataBlocked + */ + public function getCellularDataBlocked() + { + if (array_key_exists("cellularDataBlocked", $this->_propDict)) { + return $this->_propDict["cellularDataBlocked"]; + } else { + return null; + } + } + + /** + * Sets the cellularDataBlocked + * If set to true, corresponding managed apps will not be allowed to use cellular data at any time. + * + * @param bool $val The value of the cellularDataBlocked + * + * @return IosNetworkUsageRule + */ + public function setCellularDataBlocked($val) + { + $this->_propDict["cellularDataBlocked"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosNotificationAlertType.php b/vendor/microsoft/microsoft-graph/src/Model/IosNotificationAlertType.php new file mode 100644 index 000000000..2278f7e0a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosNotificationAlertType.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["bundleID"]; + } else { + return null; + } + } + + /** + * Sets the bundleID + * Bundle id of app to which to apply these notification settings. + * + * @param string $val The value of the bundleID + * + * @return IosNotificationSettings + */ + public function setBundleID($val) + { + $this->_propDict["bundleID"] = $val; + return $this; + } + /** + * Gets the appName + * Application name to be associated with the bundleID. + * + * @return string The appName + */ + public function getAppName() + { + if (array_key_exists("appName", $this->_propDict)) { + return $this->_propDict["appName"]; + } else { + return null; + } + } + + /** + * Sets the appName + * Application name to be associated with the bundleID. + * + * @param string $val The value of the appName + * + * @return IosNotificationSettings + */ + public function setAppName($val) + { + $this->_propDict["appName"] = $val; + return $this; + } + /** + * Gets the publisher + * Publisher to be associated with the bundleID. + * + * @return string The publisher + */ + public function getPublisher() + { + if (array_key_exists("publisher", $this->_propDict)) { + return $this->_propDict["publisher"]; + } else { + return null; + } + } + + /** + * Sets the publisher + * Publisher to be associated with the bundleID. + * + * @param string $val The value of the publisher + * + * @return IosNotificationSettings + */ + public function setPublisher($val) + { + $this->_propDict["publisher"] = $val; + return $this; + } + /** + * Gets the enabled + * Indicates whether notifications are allowed for this app. + * + * @return bool The enabled + */ + public function getEnabled() + { + if (array_key_exists("enabled", $this->_propDict)) { + return $this->_propDict["enabled"]; + } else { + return null; + } + } + + /** + * Sets the enabled + * Indicates whether notifications are allowed for this app. + * + * @param bool $val The value of the enabled + * + * @return IosNotificationSettings + */ + public function setEnabled($val) + { + $this->_propDict["enabled"] = $val; + return $this; + } + /** + * Gets the showInNotificationCenter + * Indicates whether notifications can be shown in notification center. + * + * @return bool The showInNotificationCenter + */ + public function getShowInNotificationCenter() + { + if (array_key_exists("showInNotificationCenter", $this->_propDict)) { + return $this->_propDict["showInNotificationCenter"]; + } else { + return null; + } + } + + /** + * Sets the showInNotificationCenter + * Indicates whether notifications can be shown in notification center. + * + * @param bool $val The value of the showInNotificationCenter + * + * @return IosNotificationSettings + */ + public function setShowInNotificationCenter($val) + { + $this->_propDict["showInNotificationCenter"] = $val; + return $this; + } + /** + * Gets the showOnLockScreen + * Indicates whether notifications can be shown on the lock screen. + * + * @return bool The showOnLockScreen + */ + public function getShowOnLockScreen() + { + if (array_key_exists("showOnLockScreen", $this->_propDict)) { + return $this->_propDict["showOnLockScreen"]; + } else { + return null; + } + } + + /** + * Sets the showOnLockScreen + * Indicates whether notifications can be shown on the lock screen. + * + * @param bool $val The value of the showOnLockScreen + * + * @return IosNotificationSettings + */ + public function setShowOnLockScreen($val) + { + $this->_propDict["showOnLockScreen"] = $val; + return $this; + } + + /** + * Gets the alertType + * Indicates the type of alert for notifications for this app. Possible values are: deviceDefault, banner, modal, none. + * + * @return IosNotificationAlertType The alertType + */ + public function getAlertType() + { + if (array_key_exists("alertType", $this->_propDict)) { + if (is_a($this->_propDict["alertType"], "Microsoft\Graph\Model\IosNotificationAlertType")) { + return $this->_propDict["alertType"]; + } else { + $this->_propDict["alertType"] = new IosNotificationAlertType($this->_propDict["alertType"]); + return $this->_propDict["alertType"]; + } + } + return null; + } + + /** + * Sets the alertType + * Indicates the type of alert for notifications for this app. Possible values are: deviceDefault, banner, modal, none. + * + * @param IosNotificationAlertType $val The value to assign to the alertType + * + * @return IosNotificationSettings The IosNotificationSettings + */ + public function setAlertType($val) + { + $this->_propDict["alertType"] = $val; + return $this; + } + /** + * Gets the badgesEnabled + * Indicates whether badges are allowed for this app. + * + * @return bool The badgesEnabled + */ + public function getBadgesEnabled() + { + if (array_key_exists("badgesEnabled", $this->_propDict)) { + return $this->_propDict["badgesEnabled"]; + } else { + return null; + } + } + + /** + * Sets the badgesEnabled + * Indicates whether badges are allowed for this app. + * + * @param bool $val The value of the badgesEnabled + * + * @return IosNotificationSettings + */ + public function setBadgesEnabled($val) + { + $this->_propDict["badgesEnabled"] = $val; + return $this; + } + /** + * Gets the soundsEnabled + * Indicates whether sounds are allowed for this app. + * + * @return bool The soundsEnabled + */ + public function getSoundsEnabled() + { + if (array_key_exists("soundsEnabled", $this->_propDict)) { + return $this->_propDict["soundsEnabled"]; + } else { + return null; + } + } + + /** + * Sets the soundsEnabled + * Indicates whether sounds are allowed for this app. + * + * @param bool $val The value of the soundsEnabled + * + * @return IosNotificationSettings + */ + public function setSoundsEnabled($val) + { + $this->_propDict["soundsEnabled"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosStoreApp.php b/vendor/microsoft/microsoft-graph/src/Model/IosStoreApp.php new file mode 100644 index 000000000..55971f9ba --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosStoreApp.php @@ -0,0 +1,153 @@ +_propDict)) { + return $this->_propDict["bundleId"]; + } else { + return null; + } + } + + /** + * Sets the bundleId + * The Identity Name. + * + * @param string $val The bundleId + * + * @return IosStoreApp + */ + public function setBundleId($val) + { + $this->_propDict["bundleId"] = $val; + return $this; + } + + /** + * Gets the appStoreUrl + * The Apple App Store URL + * + * @return string The appStoreUrl + */ + public function getAppStoreUrl() + { + if (array_key_exists("appStoreUrl", $this->_propDict)) { + return $this->_propDict["appStoreUrl"]; + } else { + return null; + } + } + + /** + * Sets the appStoreUrl + * The Apple App Store URL + * + * @param string $val The appStoreUrl + * + * @return IosStoreApp + */ + public function setAppStoreUrl($val) + { + $this->_propDict["appStoreUrl"] = $val; + return $this; + } + + /** + * Gets the applicableDeviceType + * The iOS architecture for which this app can run on. + * + * @return IosDeviceType The applicableDeviceType + */ + public function getApplicableDeviceType() + { + if (array_key_exists("applicableDeviceType", $this->_propDict)) { + if (is_a($this->_propDict["applicableDeviceType"], "Microsoft\Graph\Model\IosDeviceType")) { + return $this->_propDict["applicableDeviceType"]; + } else { + $this->_propDict["applicableDeviceType"] = new IosDeviceType($this->_propDict["applicableDeviceType"]); + return $this->_propDict["applicableDeviceType"]; + } + } + return null; + } + + /** + * Sets the applicableDeviceType + * The iOS architecture for which this app can run on. + * + * @param IosDeviceType $val The applicableDeviceType + * + * @return IosStoreApp + */ + public function setApplicableDeviceType($val) + { + $this->_propDict["applicableDeviceType"] = $val; + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @return IosMinimumOperatingSystem The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\IosMinimumOperatingSystem")) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new IosMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @param IosMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return IosStoreApp + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosStoreAppAssignmentSettings.php b/vendor/microsoft/microsoft-graph/src/Model/IosStoreAppAssignmentSettings.php new file mode 100644 index 000000000..dbaf6235b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosStoreAppAssignmentSettings.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.iosStoreAppAssignmentSettings"); + } + + /** + * Gets the vpnConfigurationId + * The VPN Configuration Id to apply for this app. + * + * @return string The vpnConfigurationId + */ + public function getVpnConfigurationId() + { + if (array_key_exists("vpnConfigurationId", $this->_propDict)) { + return $this->_propDict["vpnConfigurationId"]; + } else { + return null; + } + } + + /** + * Sets the vpnConfigurationId + * The VPN Configuration Id to apply for this app. + * + * @param string $val The value of the vpnConfigurationId + * + * @return IosStoreAppAssignmentSettings + */ + public function setVpnConfigurationId($val) + { + $this->_propDict["vpnConfigurationId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosUpdateConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/IosUpdateConfiguration.php new file mode 100644 index 000000000..2eeef2404 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosUpdateConfiguration.php @@ -0,0 +1,154 @@ +_propDict)) { + if (is_a($this->_propDict["activeHoursStart"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["activeHoursStart"]; + } else { + $this->_propDict["activeHoursStart"] = new TimeOfDay($this->_propDict["activeHoursStart"]); + return $this->_propDict["activeHoursStart"]; + } + } + return null; + } + + /** + * Sets the activeHoursStart + * Active Hours Start (active hours mean the time window when updates install should not happen) + * + * @param TimeOfDay $val The activeHoursStart + * + * @return IosUpdateConfiguration + */ + public function setActiveHoursStart($val) + { + $this->_propDict["activeHoursStart"] = $val; + return $this; + } + + /** + * Gets the activeHoursEnd + * Active Hours End (active hours mean the time window when updates install should not happen) + * + * @return TimeOfDay The activeHoursEnd + */ + public function getActiveHoursEnd() + { + if (array_key_exists("activeHoursEnd", $this->_propDict)) { + if (is_a($this->_propDict["activeHoursEnd"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["activeHoursEnd"]; + } else { + $this->_propDict["activeHoursEnd"] = new TimeOfDay($this->_propDict["activeHoursEnd"]); + return $this->_propDict["activeHoursEnd"]; + } + } + return null; + } + + /** + * Sets the activeHoursEnd + * Active Hours End (active hours mean the time window when updates install should not happen) + * + * @param TimeOfDay $val The activeHoursEnd + * + * @return IosUpdateConfiguration + */ + public function setActiveHoursEnd($val) + { + $this->_propDict["activeHoursEnd"] = $val; + return $this; + } + + + /** + * Gets the scheduledInstallDays + * Days in week for which active hours are configured. This collection can contain a maximum of 7 elements. + * + * @return array The scheduledInstallDays + */ + public function getScheduledInstallDays() + { + if (array_key_exists("scheduledInstallDays", $this->_propDict)) { + return $this->_propDict["scheduledInstallDays"]; + } else { + return null; + } + } + + /** + * Sets the scheduledInstallDays + * Days in week for which active hours are configured. This collection can contain a maximum of 7 elements. + * + * @param DayOfWeek $val The scheduledInstallDays + * + * @return IosUpdateConfiguration + */ + public function setScheduledInstallDays($val) + { + $this->_propDict["scheduledInstallDays"] = $val; + return $this; + } + + /** + * Gets the utcTimeOffsetInMinutes + * UTC Time Offset indicated in minutes + * + * @return int The utcTimeOffsetInMinutes + */ + public function getUtcTimeOffsetInMinutes() + { + if (array_key_exists("utcTimeOffsetInMinutes", $this->_propDict)) { + return $this->_propDict["utcTimeOffsetInMinutes"]; + } else { + return null; + } + } + + /** + * Sets the utcTimeOffsetInMinutes + * UTC Time Offset indicated in minutes + * + * @param int $val The utcTimeOffsetInMinutes + * + * @return IosUpdateConfiguration + */ + public function setUtcTimeOffsetInMinutes($val) + { + $this->_propDict["utcTimeOffsetInMinutes"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosUpdateDeviceStatus.php b/vendor/microsoft/microsoft-graph/src/Model/IosUpdateDeviceStatus.php new file mode 100644 index 000000000..9a8a67205 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosUpdateDeviceStatus.php @@ -0,0 +1,364 @@ +_propDict)) { + if (is_a($this->_propDict["installStatus"], "Microsoft\Graph\Model\IosUpdatesInstallStatus")) { + return $this->_propDict["installStatus"]; + } else { + $this->_propDict["installStatus"] = new IosUpdatesInstallStatus($this->_propDict["installStatus"]); + return $this->_propDict["installStatus"]; + } + } + return null; + } + + /** + * Sets the installStatus + * The installation status of the policy report. Possible values are: success, available, idle, unknown, downloading, downloadFailed, downloadRequiresComputer, downloadInsufficientSpace, downloadInsufficientPower, downloadInsufficientNetwork, installing, installInsufficientSpace, installInsufficientPower, installPhoneCallInProgress, installFailed, notSupportedOperation, sharedDeviceUserLoggedInError. + * + * @param IosUpdatesInstallStatus $val The installStatus + * + * @return IosUpdateDeviceStatus + */ + public function setInstallStatus($val) + { + $this->_propDict["installStatus"] = $val; + return $this; + } + + /** + * Gets the osVersion + * The device version that is being reported. + * + * @return string The osVersion + */ + public function getOsVersion() + { + if (array_key_exists("osVersion", $this->_propDict)) { + return $this->_propDict["osVersion"]; + } else { + return null; + } + } + + /** + * Sets the osVersion + * The device version that is being reported. + * + * @param string $val The osVersion + * + * @return IosUpdateDeviceStatus + */ + public function setOsVersion($val) + { + $this->_propDict["osVersion"] = $val; + return $this; + } + + /** + * Gets the deviceId + * The device id that is being reported. + * + * @return string The deviceId + */ + public function getDeviceId() + { + if (array_key_exists("deviceId", $this->_propDict)) { + return $this->_propDict["deviceId"]; + } else { + return null; + } + } + + /** + * Sets the deviceId + * The device id that is being reported. + * + * @param string $val The deviceId + * + * @return IosUpdateDeviceStatus + */ + public function setDeviceId($val) + { + $this->_propDict["deviceId"] = $val; + return $this; + } + + /** + * Gets the userId + * The User id that is being reported. + * + * @return string The userId + */ + public function getUserId() + { + if (array_key_exists("userId", $this->_propDict)) { + return $this->_propDict["userId"]; + } else { + return null; + } + } + + /** + * Sets the userId + * The User id that is being reported. + * + * @param string $val The userId + * + * @return IosUpdateDeviceStatus + */ + public function setUserId($val) + { + $this->_propDict["userId"] = $val; + return $this; + } + + /** + * Gets the deviceDisplayName + * Device name of the DevicePolicyStatus. + * + * @return string The deviceDisplayName + */ + public function getDeviceDisplayName() + { + if (array_key_exists("deviceDisplayName", $this->_propDict)) { + return $this->_propDict["deviceDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the deviceDisplayName + * Device name of the DevicePolicyStatus. + * + * @param string $val The deviceDisplayName + * + * @return IosUpdateDeviceStatus + */ + public function setDeviceDisplayName($val) + { + $this->_propDict["deviceDisplayName"] = $val; + return $this; + } + + /** + * Gets the userName + * The User Name that is being reported + * + * @return string The userName + */ + public function getUserName() + { + if (array_key_exists("userName", $this->_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * The User Name that is being reported + * + * @param string $val The userName + * + * @return IosUpdateDeviceStatus + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } + + /** + * Gets the deviceModel + * The device model that is being reported + * + * @return string The deviceModel + */ + public function getDeviceModel() + { + if (array_key_exists("deviceModel", $this->_propDict)) { + return $this->_propDict["deviceModel"]; + } else { + return null; + } + } + + /** + * Sets the deviceModel + * The device model that is being reported + * + * @param string $val The deviceModel + * + * @return IosUpdateDeviceStatus + */ + public function setDeviceModel($val) + { + $this->_propDict["deviceModel"] = $val; + return $this; + } + + /** + * Gets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @return \DateTime The complianceGracePeriodExpirationDateTime + */ + public function getComplianceGracePeriodExpirationDateTime() + { + if (array_key_exists("complianceGracePeriodExpirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["complianceGracePeriodExpirationDateTime"], "\DateTime")) { + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } else { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = new \DateTime($this->_propDict["complianceGracePeriodExpirationDateTime"]); + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } + } + return null; + } + + /** + * Sets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @param \DateTime $val The complianceGracePeriodExpirationDateTime + * + * @return IosUpdateDeviceStatus + */ + public function setComplianceGracePeriodExpirationDateTime($val) + { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = $val; + return $this; + } + + /** + * Gets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new ComplianceStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The status + * + * @return IosUpdateDeviceStatus + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @return \DateTime The lastReportedDateTime + */ + public function getLastReportedDateTime() + { + if (array_key_exists("lastReportedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastReportedDateTime"], "\DateTime")) { + return $this->_propDict["lastReportedDateTime"]; + } else { + $this->_propDict["lastReportedDateTime"] = new \DateTime($this->_propDict["lastReportedDateTime"]); + return $this->_propDict["lastReportedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @param \DateTime $val The lastReportedDateTime + * + * @return IosUpdateDeviceStatus + */ + public function setLastReportedDateTime($val) + { + $this->_propDict["lastReportedDateTime"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * UserPrincipalName. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * UserPrincipalName. + * + * @param string $val The userPrincipalName + * + * @return IosUpdateDeviceStatus + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosUpdatesInstallStatus.php b/vendor/microsoft/microsoft-graph/src/Model/IosUpdatesInstallStatus.php new file mode 100644 index 000000000..34227b1f1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosUpdatesInstallStatus.php @@ -0,0 +1,51 @@ +_propDict)) { + return $this->_propDict["usedLicenseCount"]; + } else { + return null; + } + } + + /** + * Sets the usedLicenseCount + * The number of VPP licenses in use. + * + * @param int $val The usedLicenseCount + * + * @return IosVppApp + */ + public function setUsedLicenseCount($val) + { + $this->_propDict["usedLicenseCount"] = intval($val); + return $this; + } + + /** + * Gets the totalLicenseCount + * The total number of VPP licenses. + * + * @return int The totalLicenseCount + */ + public function getTotalLicenseCount() + { + if (array_key_exists("totalLicenseCount", $this->_propDict)) { + return $this->_propDict["totalLicenseCount"]; + } else { + return null; + } + } + + /** + * Sets the totalLicenseCount + * The total number of VPP licenses. + * + * @param int $val The totalLicenseCount + * + * @return IosVppApp + */ + public function setTotalLicenseCount($val) + { + $this->_propDict["totalLicenseCount"] = intval($val); + return $this; + } + + /** + * Gets the releaseDateTime + * The VPP application release date and time. + * + * @return \DateTime The releaseDateTime + */ + public function getReleaseDateTime() + { + if (array_key_exists("releaseDateTime", $this->_propDict)) { + if (is_a($this->_propDict["releaseDateTime"], "\DateTime")) { + return $this->_propDict["releaseDateTime"]; + } else { + $this->_propDict["releaseDateTime"] = new \DateTime($this->_propDict["releaseDateTime"]); + return $this->_propDict["releaseDateTime"]; + } + } + return null; + } + + /** + * Sets the releaseDateTime + * The VPP application release date and time. + * + * @param \DateTime $val The releaseDateTime + * + * @return IosVppApp + */ + public function setReleaseDateTime($val) + { + $this->_propDict["releaseDateTime"] = $val; + return $this; + } + + /** + * Gets the appStoreUrl + * The store URL. + * + * @return string The appStoreUrl + */ + public function getAppStoreUrl() + { + if (array_key_exists("appStoreUrl", $this->_propDict)) { + return $this->_propDict["appStoreUrl"]; + } else { + return null; + } + } + + /** + * Sets the appStoreUrl + * The store URL. + * + * @param string $val The appStoreUrl + * + * @return IosVppApp + */ + public function setAppStoreUrl($val) + { + $this->_propDict["appStoreUrl"] = $val; + return $this; + } + + /** + * Gets the licensingType + * The supported License Type. + * + * @return VppLicensingType The licensingType + */ + public function getLicensingType() + { + if (array_key_exists("licensingType", $this->_propDict)) { + if (is_a($this->_propDict["licensingType"], "Microsoft\Graph\Model\VppLicensingType")) { + return $this->_propDict["licensingType"]; + } else { + $this->_propDict["licensingType"] = new VppLicensingType($this->_propDict["licensingType"]); + return $this->_propDict["licensingType"]; + } + } + return null; + } + + /** + * Sets the licensingType + * The supported License Type. + * + * @param VppLicensingType $val The licensingType + * + * @return IosVppApp + */ + public function setLicensingType($val) + { + $this->_propDict["licensingType"] = $val; + return $this; + } + + /** + * Gets the applicableDeviceType + * The applicable iOS Device Type. + * + * @return IosDeviceType The applicableDeviceType + */ + public function getApplicableDeviceType() + { + if (array_key_exists("applicableDeviceType", $this->_propDict)) { + if (is_a($this->_propDict["applicableDeviceType"], "Microsoft\Graph\Model\IosDeviceType")) { + return $this->_propDict["applicableDeviceType"]; + } else { + $this->_propDict["applicableDeviceType"] = new IosDeviceType($this->_propDict["applicableDeviceType"]); + return $this->_propDict["applicableDeviceType"]; + } + } + return null; + } + + /** + * Sets the applicableDeviceType + * The applicable iOS Device Type. + * + * @param IosDeviceType $val The applicableDeviceType + * + * @return IosVppApp + */ + public function setApplicableDeviceType($val) + { + $this->_propDict["applicableDeviceType"] = $val; + return $this; + } + + /** + * Gets the vppTokenOrganizationName + * The organization associated with the Apple Volume Purchase Program Token + * + * @return string The vppTokenOrganizationName + */ + public function getVppTokenOrganizationName() + { + if (array_key_exists("vppTokenOrganizationName", $this->_propDict)) { + return $this->_propDict["vppTokenOrganizationName"]; + } else { + return null; + } + } + + /** + * Sets the vppTokenOrganizationName + * The organization associated with the Apple Volume Purchase Program Token + * + * @param string $val The vppTokenOrganizationName + * + * @return IosVppApp + */ + public function setVppTokenOrganizationName($val) + { + $this->_propDict["vppTokenOrganizationName"] = $val; + return $this; + } + + /** + * Gets the vppTokenAccountType + * The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: business, education. Possible values are: business, education. + * + * @return VppTokenAccountType The vppTokenAccountType + */ + public function getVppTokenAccountType() + { + if (array_key_exists("vppTokenAccountType", $this->_propDict)) { + if (is_a($this->_propDict["vppTokenAccountType"], "Microsoft\Graph\Model\VppTokenAccountType")) { + return $this->_propDict["vppTokenAccountType"]; + } else { + $this->_propDict["vppTokenAccountType"] = new VppTokenAccountType($this->_propDict["vppTokenAccountType"]); + return $this->_propDict["vppTokenAccountType"]; + } + } + return null; + } + + /** + * Sets the vppTokenAccountType + * The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: business, education. Possible values are: business, education. + * + * @param VppTokenAccountType $val The vppTokenAccountType + * + * @return IosVppApp + */ + public function setVppTokenAccountType($val) + { + $this->_propDict["vppTokenAccountType"] = $val; + return $this; + } + + /** + * Gets the vppTokenAppleId + * The Apple Id associated with the given Apple Volume Purchase Program Token. + * + * @return string The vppTokenAppleId + */ + public function getVppTokenAppleId() + { + if (array_key_exists("vppTokenAppleId", $this->_propDict)) { + return $this->_propDict["vppTokenAppleId"]; + } else { + return null; + } + } + + /** + * Sets the vppTokenAppleId + * The Apple Id associated with the given Apple Volume Purchase Program Token. + * + * @param string $val The vppTokenAppleId + * + * @return IosVppApp + */ + public function setVppTokenAppleId($val) + { + $this->_propDict["vppTokenAppleId"] = $val; + return $this; + } + + /** + * Gets the bundleId + * The Identity Name. + * + * @return string The bundleId + */ + public function getBundleId() + { + if (array_key_exists("bundleId", $this->_propDict)) { + return $this->_propDict["bundleId"]; + } else { + return null; + } + } + + /** + * Sets the bundleId + * The Identity Name. + * + * @param string $val The bundleId + * + * @return IosVppApp + */ + public function setBundleId($val) + { + $this->_propDict["bundleId"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosVppAppAssignmentSettings.php b/vendor/microsoft/microsoft-graph/src/Model/IosVppAppAssignmentSettings.php new file mode 100644 index 000000000..a43261c31 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosVppAppAssignmentSettings.php @@ -0,0 +1,93 @@ +setODataType("#microsoft.graph.iosVppAppAssignmentSettings"); + } + + /** + * Gets the useDeviceLicensing + * Whether or not to use device licensing. + * + * @return bool The useDeviceLicensing + */ + public function getUseDeviceLicensing() + { + if (array_key_exists("useDeviceLicensing", $this->_propDict)) { + return $this->_propDict["useDeviceLicensing"]; + } else { + return null; + } + } + + /** + * Sets the useDeviceLicensing + * Whether or not to use device licensing. + * + * @param bool $val The value of the useDeviceLicensing + * + * @return IosVppAppAssignmentSettings + */ + public function setUseDeviceLicensing($val) + { + $this->_propDict["useDeviceLicensing"] = $val; + return $this; + } + /** + * Gets the vpnConfigurationId + * The VPN Configuration Id to apply for this app. + * + * @return string The vpnConfigurationId + */ + public function getVpnConfigurationId() + { + if (array_key_exists("vpnConfigurationId", $this->_propDict)) { + return $this->_propDict["vpnConfigurationId"]; + } else { + return null; + } + } + + /** + * Sets the vpnConfigurationId + * The VPN Configuration Id to apply for this app. + * + * @param string $val The value of the vpnConfigurationId + * + * @return IosVppAppAssignmentSettings + */ + public function setVpnConfigurationId($val) + { + $this->_propDict["vpnConfigurationId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosVppEBook.php b/vendor/microsoft/microsoft-graph/src/Model/IosVppEBook.php new file mode 100644 index 000000000..9dfb8cd7c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosVppEBook.php @@ -0,0 +1,261 @@ +_propDict)) { + return $this->_propDict["vppTokenId"]; + } else { + return null; + } + } + + /** + * Sets the vppTokenId + * The Vpp token ID. + * + * @param string $val The vppTokenId + * + * @return IosVppEBook + */ + public function setVppTokenId($val) + { + $this->_propDict["vppTokenId"] = $val; + return $this; + } + + /** + * Gets the appleId + * The Apple ID associated with Vpp token. + * + * @return string The appleId + */ + public function getAppleId() + { + if (array_key_exists("appleId", $this->_propDict)) { + return $this->_propDict["appleId"]; + } else { + return null; + } + } + + /** + * Sets the appleId + * The Apple ID associated with Vpp token. + * + * @param string $val The appleId + * + * @return IosVppEBook + */ + public function setAppleId($val) + { + $this->_propDict["appleId"] = $val; + return $this; + } + + /** + * Gets the vppOrganizationName + * The Vpp token's organization name. + * + * @return string The vppOrganizationName + */ + public function getVppOrganizationName() + { + if (array_key_exists("vppOrganizationName", $this->_propDict)) { + return $this->_propDict["vppOrganizationName"]; + } else { + return null; + } + } + + /** + * Sets the vppOrganizationName + * The Vpp token's organization name. + * + * @param string $val The vppOrganizationName + * + * @return IosVppEBook + */ + public function setVppOrganizationName($val) + { + $this->_propDict["vppOrganizationName"] = $val; + return $this; + } + + /** + * Gets the genres + * Genres. + * + * @return string The genres + */ + public function getGenres() + { + if (array_key_exists("genres", $this->_propDict)) { + return $this->_propDict["genres"]; + } else { + return null; + } + } + + /** + * Sets the genres + * Genres. + * + * @param string $val The genres + * + * @return IosVppEBook + */ + public function setGenres($val) + { + $this->_propDict["genres"] = $val; + return $this; + } + + /** + * Gets the language + * Language. + * + * @return string The language + */ + public function getLanguage() + { + if (array_key_exists("language", $this->_propDict)) { + return $this->_propDict["language"]; + } else { + return null; + } + } + + /** + * Sets the language + * Language. + * + * @param string $val The language + * + * @return IosVppEBook + */ + public function setLanguage($val) + { + $this->_propDict["language"] = $val; + return $this; + } + + /** + * Gets the seller + * Seller. + * + * @return string The seller + */ + public function getSeller() + { + if (array_key_exists("seller", $this->_propDict)) { + return $this->_propDict["seller"]; + } else { + return null; + } + } + + /** + * Sets the seller + * Seller. + * + * @param string $val The seller + * + * @return IosVppEBook + */ + public function setSeller($val) + { + $this->_propDict["seller"] = $val; + return $this; + } + + /** + * Gets the totalLicenseCount + * Total license count. + * + * @return int The totalLicenseCount + */ + public function getTotalLicenseCount() + { + if (array_key_exists("totalLicenseCount", $this->_propDict)) { + return $this->_propDict["totalLicenseCount"]; + } else { + return null; + } + } + + /** + * Sets the totalLicenseCount + * Total license count. + * + * @param int $val The totalLicenseCount + * + * @return IosVppEBook + */ + public function setTotalLicenseCount($val) + { + $this->_propDict["totalLicenseCount"] = intval($val); + return $this; + } + + /** + * Gets the usedLicenseCount + * Used license count. + * + * @return int The usedLicenseCount + */ + public function getUsedLicenseCount() + { + if (array_key_exists("usedLicenseCount", $this->_propDict)) { + return $this->_propDict["usedLicenseCount"]; + } else { + return null; + } + } + + /** + * Sets the usedLicenseCount + * Used license count. + * + * @param int $val The usedLicenseCount + * + * @return IosVppEBook + */ + public function setUsedLicenseCount($val) + { + $this->_propDict["usedLicenseCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/IosVppEBookAssignment.php b/vendor/microsoft/microsoft-graph/src/Model/IosVppEBookAssignment.php new file mode 100644 index 000000000..04f45cca1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/IosVppEBookAssignment.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["actionCount"]; + } else { + return null; + } + } + + /** + * Sets the actionCount + * The number of times the action took place. Read-only. + * + * @param int $val The value of the actionCount + * + * @return ItemActionStat + */ + public function setActionCount($val) + { + $this->_propDict["actionCount"] = $val; + return $this; + } + /** + * Gets the actorCount + * The number of distinct actors that performed the action. Read-only. + * + * @return int The actorCount + */ + public function getActorCount() + { + if (array_key_exists("actorCount", $this->_propDict)) { + return $this->_propDict["actorCount"]; + } else { + return null; + } + } + + /** + * Sets the actorCount + * The number of distinct actors that performed the action. Read-only. + * + * @param int $val The value of the actorCount + * + * @return ItemActionStat + */ + public function setActorCount($val) + { + $this->_propDict["actorCount"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ItemActivity.php b/vendor/microsoft/microsoft-graph/src/Model/ItemActivity.php new file mode 100644 index 000000000..268bf40a6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ItemActivity.php @@ -0,0 +1,161 @@ +_propDict)) { + if (is_a($this->_propDict["access"], "Microsoft\Graph\Model\AccessAction")) { + return $this->_propDict["access"]; + } else { + $this->_propDict["access"] = new AccessAction($this->_propDict["access"]); + return $this->_propDict["access"]; + } + } + return null; + } + + /** + * Sets the access + * An item was accessed. + * + * @param AccessAction $val The access + * + * @return ItemActivity + */ + public function setAccess($val) + { + $this->_propDict["access"] = $val; + return $this; + } + + /** + * Gets the activityDateTime + * Details about when the activity took place. Read-only. + * + * @return \DateTime The activityDateTime + */ + public function getActivityDateTime() + { + if (array_key_exists("activityDateTime", $this->_propDict)) { + if (is_a($this->_propDict["activityDateTime"], "\DateTime")) { + return $this->_propDict["activityDateTime"]; + } else { + $this->_propDict["activityDateTime"] = new \DateTime($this->_propDict["activityDateTime"]); + return $this->_propDict["activityDateTime"]; + } + } + return null; + } + + /** + * Sets the activityDateTime + * Details about when the activity took place. Read-only. + * + * @param \DateTime $val The activityDateTime + * + * @return ItemActivity + */ + public function setActivityDateTime($val) + { + $this->_propDict["activityDateTime"] = $val; + return $this; + } + + /** + * Gets the actor + * Identity of who performed the action. Read-only. + * + * @return IdentitySet The actor + */ + public function getActor() + { + if (array_key_exists("actor", $this->_propDict)) { + if (is_a($this->_propDict["actor"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["actor"]; + } else { + $this->_propDict["actor"] = new IdentitySet($this->_propDict["actor"]); + return $this->_propDict["actor"]; + } + } + return null; + } + + /** + * Sets the actor + * Identity of who performed the action. Read-only. + * + * @param IdentitySet $val The actor + * + * @return ItemActivity + */ + public function setActor($val) + { + $this->_propDict["actor"] = $val; + return $this; + } + + /** + * Gets the driveItem + * Exposes the driveItem that was the target of this activity. + * + * @return DriveItem The driveItem + */ + public function getDriveItem() + { + if (array_key_exists("driveItem", $this->_propDict)) { + if (is_a($this->_propDict["driveItem"], "Microsoft\Graph\Model\DriveItem")) { + return $this->_propDict["driveItem"]; + } else { + $this->_propDict["driveItem"] = new DriveItem($this->_propDict["driveItem"]); + return $this->_propDict["driveItem"]; + } + } + return null; + } + + /** + * Sets the driveItem + * Exposes the driveItem that was the target of this activity. + * + * @param DriveItem $val The driveItem + * + * @return ItemActivity + */ + public function setDriveItem($val) + { + $this->_propDict["driveItem"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ItemActivityStat.php b/vendor/microsoft/microsoft-graph/src/Model/ItemActivityStat.php new file mode 100644 index 000000000..410f29050 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ItemActivityStat.php @@ -0,0 +1,352 @@ +_propDict)) { + if (is_a($this->_propDict["startDateTime"], "\DateTime")) { + return $this->_propDict["startDateTime"]; + } else { + $this->_propDict["startDateTime"] = new \DateTime($this->_propDict["startDateTime"]); + return $this->_propDict["startDateTime"]; + } + } + return null; + } + + /** + * Sets the startDateTime + * When the interval starts. Read-only. + * + * @param \DateTime $val The startDateTime + * + * @return ItemActivityStat + */ + public function setStartDateTime($val) + { + $this->_propDict["startDateTime"] = $val; + return $this; + } + + /** + * Gets the endDateTime + * When the interval ends. Read-only. + * + * @return \DateTime The endDateTime + */ + public function getEndDateTime() + { + if (array_key_exists("endDateTime", $this->_propDict)) { + if (is_a($this->_propDict["endDateTime"], "\DateTime")) { + return $this->_propDict["endDateTime"]; + } else { + $this->_propDict["endDateTime"] = new \DateTime($this->_propDict["endDateTime"]); + return $this->_propDict["endDateTime"]; + } + } + return null; + } + + /** + * Sets the endDateTime + * When the interval ends. Read-only. + * + * @param \DateTime $val The endDateTime + * + * @return ItemActivityStat + */ + public function setEndDateTime($val) + { + $this->_propDict["endDateTime"] = $val; + return $this; + } + + /** + * Gets the access + * Statistics about the access actions in this interval. Read-only. + * + * @return ItemActionStat The access + */ + public function getAccess() + { + if (array_key_exists("access", $this->_propDict)) { + if (is_a($this->_propDict["access"], "Microsoft\Graph\Model\ItemActionStat")) { + return $this->_propDict["access"]; + } else { + $this->_propDict["access"] = new ItemActionStat($this->_propDict["access"]); + return $this->_propDict["access"]; + } + } + return null; + } + + /** + * Sets the access + * Statistics about the access actions in this interval. Read-only. + * + * @param ItemActionStat $val The access + * + * @return ItemActivityStat + */ + public function setAccess($val) + { + $this->_propDict["access"] = $val; + return $this; + } + + /** + * Gets the create + * Statistics about the create actions in this interval. Read-only. + * + * @return ItemActionStat The create + */ + public function getCreate() + { + if (array_key_exists("create", $this->_propDict)) { + if (is_a($this->_propDict["create"], "Microsoft\Graph\Model\ItemActionStat")) { + return $this->_propDict["create"]; + } else { + $this->_propDict["create"] = new ItemActionStat($this->_propDict["create"]); + return $this->_propDict["create"]; + } + } + return null; + } + + /** + * Sets the create + * Statistics about the create actions in this interval. Read-only. + * + * @param ItemActionStat $val The create + * + * @return ItemActivityStat + */ + public function setCreate($val) + { + $this->_propDict["create"] = $val; + return $this; + } + + /** + * Gets the delete + * Statistics about the delete actions in this interval. Read-only. + * + * @return ItemActionStat The delete + */ + public function getDelete() + { + if (array_key_exists("delete", $this->_propDict)) { + if (is_a($this->_propDict["delete"], "Microsoft\Graph\Model\ItemActionStat")) { + return $this->_propDict["delete"]; + } else { + $this->_propDict["delete"] = new ItemActionStat($this->_propDict["delete"]); + return $this->_propDict["delete"]; + } + } + return null; + } + + /** + * Sets the delete + * Statistics about the delete actions in this interval. Read-only. + * + * @param ItemActionStat $val The delete + * + * @return ItemActivityStat + */ + public function setDelete($val) + { + $this->_propDict["delete"] = $val; + return $this; + } + + /** + * Gets the edit + * Statistics about the edit actions in this interval. Read-only. + * + * @return ItemActionStat The edit + */ + public function getEdit() + { + if (array_key_exists("edit", $this->_propDict)) { + if (is_a($this->_propDict["edit"], "Microsoft\Graph\Model\ItemActionStat")) { + return $this->_propDict["edit"]; + } else { + $this->_propDict["edit"] = new ItemActionStat($this->_propDict["edit"]); + return $this->_propDict["edit"]; + } + } + return null; + } + + /** + * Sets the edit + * Statistics about the edit actions in this interval. Read-only. + * + * @param ItemActionStat $val The edit + * + * @return ItemActivityStat + */ + public function setEdit($val) + { + $this->_propDict["edit"] = $val; + return $this; + } + + /** + * Gets the move + * Statistics about the move actions in this interval. Read-only. + * + * @return ItemActionStat The move + */ + public function getMove() + { + if (array_key_exists("move", $this->_propDict)) { + if (is_a($this->_propDict["move"], "Microsoft\Graph\Model\ItemActionStat")) { + return $this->_propDict["move"]; + } else { + $this->_propDict["move"] = new ItemActionStat($this->_propDict["move"]); + return $this->_propDict["move"]; + } + } + return null; + } + + /** + * Sets the move + * Statistics about the move actions in this interval. Read-only. + * + * @param ItemActionStat $val The move + * + * @return ItemActivityStat + */ + public function setMove($val) + { + $this->_propDict["move"] = $val; + return $this; + } + + /** + * Gets the isTrending + * Indicates whether the item is 'trending.' Read-only. + * + * @return bool The isTrending + */ + public function getIsTrending() + { + if (array_key_exists("isTrending", $this->_propDict)) { + return $this->_propDict["isTrending"]; + } else { + return null; + } + } + + /** + * Sets the isTrending + * Indicates whether the item is 'trending.' Read-only. + * + * @param bool $val The isTrending + * + * @return ItemActivityStat + */ + public function setIsTrending($val) + { + $this->_propDict["isTrending"] = boolval($val); + return $this; + } + + /** + * Gets the incompleteData + * Indicates that the statistics in this interval are based on incomplete data. Read-only. + * + * @return IncompleteData The incompleteData + */ + public function getIncompleteData() + { + if (array_key_exists("incompleteData", $this->_propDict)) { + if (is_a($this->_propDict["incompleteData"], "Microsoft\Graph\Model\IncompleteData")) { + return $this->_propDict["incompleteData"]; + } else { + $this->_propDict["incompleteData"] = new IncompleteData($this->_propDict["incompleteData"]); + return $this->_propDict["incompleteData"]; + } + } + return null; + } + + /** + * Sets the incompleteData + * Indicates that the statistics in this interval are based on incomplete data. Read-only. + * + * @param IncompleteData $val The incompleteData + * + * @return ItemActivityStat + */ + public function setIncompleteData($val) + { + $this->_propDict["incompleteData"] = $val; + return $this; + } + + + /** + * Gets the activities + * Exposes the itemActivities represented in this itemActivityStat resource. + * + * @return array The activities + */ + public function getActivities() + { + if (array_key_exists("activities", $this->_propDict)) { + return $this->_propDict["activities"]; + } else { + return null; + } + } + + /** + * Sets the activities + * Exposes the itemActivities represented in this itemActivityStat resource. + * + * @param ItemActivity $val The activities + * + * @return ItemActivityStat + */ + public function setActivities($val) + { + $this->_propDict["activities"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ItemAnalytics.php b/vendor/microsoft/microsoft-graph/src/Model/ItemAnalytics.php new file mode 100644 index 000000000..b98d4ad2c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ItemAnalytics.php @@ -0,0 +1,119 @@ +_propDict)) { + return $this->_propDict["itemActivityStats"]; + } else { + return null; + } + } + + /** + * Sets the itemActivityStats + * + * @param ItemActivityStat $val The itemActivityStats + * + * @return ItemAnalytics + */ + public function setItemActivityStats($val) + { + $this->_propDict["itemActivityStats"] = $val; + return $this; + } + + /** + * Gets the allTime + * + * @return ItemActivityStat The allTime + */ + public function getAllTime() + { + if (array_key_exists("allTime", $this->_propDict)) { + if (is_a($this->_propDict["allTime"], "Microsoft\Graph\Model\ItemActivityStat")) { + return $this->_propDict["allTime"]; + } else { + $this->_propDict["allTime"] = new ItemActivityStat($this->_propDict["allTime"]); + return $this->_propDict["allTime"]; + } + } + return null; + } + + /** + * Sets the allTime + * + * @param ItemActivityStat $val The allTime + * + * @return ItemAnalytics + */ + public function setAllTime($val) + { + $this->_propDict["allTime"] = $val; + return $this; + } + + /** + * Gets the lastSevenDays + * + * @return ItemActivityStat The lastSevenDays + */ + public function getLastSevenDays() + { + if (array_key_exists("lastSevenDays", $this->_propDict)) { + if (is_a($this->_propDict["lastSevenDays"], "Microsoft\Graph\Model\ItemActivityStat")) { + return $this->_propDict["lastSevenDays"]; + } else { + $this->_propDict["lastSevenDays"] = new ItemActivityStat($this->_propDict["lastSevenDays"]); + return $this->_propDict["lastSevenDays"]; + } + } + return null; + } + + /** + * Sets the lastSevenDays + * + * @param ItemActivityStat $val The lastSevenDays + * + * @return ItemAnalytics + */ + public function setLastSevenDays($val) + { + $this->_propDict["lastSevenDays"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ItemAttachment.php b/vendor/microsoft/microsoft-graph/src/Model/ItemAttachment.php new file mode 100644 index 000000000..bbd7f860c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ItemAttachment.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["item"], "Microsoft\Graph\Model\OutlookItem")) { + return $this->_propDict["item"]; + } else { + $this->_propDict["item"] = new OutlookItem($this->_propDict["item"]); + return $this->_propDict["item"]; + } + } + return null; + } + + /** + * Sets the item + * The attached message or event. Navigation property. + * + * @param OutlookItem $val The item + * + * @return ItemAttachment + */ + public function setItem($val) + { + $this->_propDict["item"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ItemBody.php b/vendor/microsoft/microsoft-graph/src/Model/ItemBody.php new file mode 100644 index 000000000..ea5be3ef0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ItemBody.php @@ -0,0 +1,89 @@ +_propDict)) { + if (is_a($this->_propDict["contentType"], "Microsoft\Graph\Model\BodyType")) { + return $this->_propDict["contentType"]; + } else { + $this->_propDict["contentType"] = new BodyType($this->_propDict["contentType"]); + return $this->_propDict["contentType"]; + } + } + return null; + } + + /** + * Sets the contentType + * The type of the content. Possible values are text and HTML. + * + * @param BodyType $val The value to assign to the contentType + * + * @return ItemBody The ItemBody + */ + public function setContentType($val) + { + $this->_propDict["contentType"] = $val; + return $this; + } + /** + * Gets the content + * The content of the item. + * + * @return string The content + */ + public function getContent() + { + if (array_key_exists("content", $this->_propDict)) { + return $this->_propDict["content"]; + } else { + return null; + } + } + + /** + * Sets the content + * The content of the item. + * + * @param string $val The value of the content + * + * @return ItemBody + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ItemPreviewInfo.php b/vendor/microsoft/microsoft-graph/src/Model/ItemPreviewInfo.php new file mode 100644 index 000000000..80da3cca4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ItemPreviewInfo.php @@ -0,0 +1,106 @@ +_propDict)) { + return $this->_propDict["getUrl"]; + } else { + return null; + } + } + + /** + * Sets the getUrl + * + * @param string $val The value of the getUrl + * + * @return ItemPreviewInfo + */ + public function setGetUrl($val) + { + $this->_propDict["getUrl"] = $val; + return $this; + } + /** + * Gets the postParameters + * + * @return string The postParameters + */ + public function getPostParameters() + { + if (array_key_exists("postParameters", $this->_propDict)) { + return $this->_propDict["postParameters"]; + } else { + return null; + } + } + + /** + * Sets the postParameters + * + * @param string $val The value of the postParameters + * + * @return ItemPreviewInfo + */ + public function setPostParameters($val) + { + $this->_propDict["postParameters"] = $val; + return $this; + } + /** + * Gets the postUrl + * + * @return string The postUrl + */ + public function getPostUrl() + { + if (array_key_exists("postUrl", $this->_propDict)) { + return $this->_propDict["postUrl"]; + } else { + return null; + } + } + + /** + * Sets the postUrl + * + * @param string $val The value of the postUrl + * + * @return ItemPreviewInfo + */ + public function setPostUrl($val) + { + $this->_propDict["postUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ItemReference.php b/vendor/microsoft/microsoft-graph/src/Model/ItemReference.php new file mode 100644 index 000000000..b6faafa95 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ItemReference.php @@ -0,0 +1,255 @@ +_propDict)) { + return $this->_propDict["driveId"]; + } else { + return null; + } + } + + /** + * Sets the driveId + * Unique identifier of the drive instance that contains the item. Read-only. + * + * @param string $val The value of the driveId + * + * @return ItemReference + */ + public function setDriveId($val) + { + $this->_propDict["driveId"] = $val; + return $this; + } + /** + * Gets the driveType + * Identifies the type of drive. See [drive][] resource for values. + * + * @return string The driveType + */ + public function getDriveType() + { + if (array_key_exists("driveType", $this->_propDict)) { + return $this->_propDict["driveType"]; + } else { + return null; + } + } + + /** + * Sets the driveType + * Identifies the type of drive. See [drive][] resource for values. + * + * @param string $val The value of the driveType + * + * @return ItemReference + */ + public function setDriveType($val) + { + $this->_propDict["driveType"] = $val; + return $this; + } + /** + * Gets the id + * Unique identifier of the item in the drive. Read-only. + * + * @return string The id + */ + public function getId() + { + if (array_key_exists("id", $this->_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * Unique identifier of the item in the drive. Read-only. + * + * @param string $val The value of the id + * + * @return ItemReference + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + /** + * Gets the name + * The name of the item being referenced. Read-only. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The name of the item being referenced. Read-only. + * + * @param string $val The value of the name + * + * @return ItemReference + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the path + * Path that can be used to navigate to the item. Read-only. + * + * @return string The path + */ + public function getPath() + { + if (array_key_exists("path", $this->_propDict)) { + return $this->_propDict["path"]; + } else { + return null; + } + } + + /** + * Sets the path + * Path that can be used to navigate to the item. Read-only. + * + * @param string $val The value of the path + * + * @return ItemReference + */ + public function setPath($val) + { + $this->_propDict["path"] = $val; + return $this; + } + /** + * Gets the shareId + * A unique identifier for a shared resource that can be accessed via the [Shares][] API. + * + * @return string The shareId + */ + public function getShareId() + { + if (array_key_exists("shareId", $this->_propDict)) { + return $this->_propDict["shareId"]; + } else { + return null; + } + } + + /** + * Sets the shareId + * A unique identifier for a shared resource that can be accessed via the [Shares][] API. + * + * @param string $val The value of the shareId + * + * @return ItemReference + */ + public function setShareId($val) + { + $this->_propDict["shareId"] = $val; + return $this; + } + + /** + * Gets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @return SharepointIds The sharepointIds + */ + public function getSharepointIds() + { + if (array_key_exists("sharepointIds", $this->_propDict)) { + if (is_a($this->_propDict["sharepointIds"], "Microsoft\Graph\Model\SharepointIds")) { + return $this->_propDict["sharepointIds"]; + } else { + $this->_propDict["sharepointIds"] = new SharepointIds($this->_propDict["sharepointIds"]); + return $this->_propDict["sharepointIds"]; + } + } + return null; + } + + /** + * Sets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @param SharepointIds $val The value to assign to the sharepointIds + * + * @return ItemReference The ItemReference + */ + public function setSharepointIds($val) + { + $this->_propDict["sharepointIds"] = $val; + return $this; + } + /** + * Gets the siteId + * + * @return string The siteId + */ + public function getSiteId() + { + if (array_key_exists("siteId", $this->_propDict)) { + return $this->_propDict["siteId"]; + } else { + return null; + } + } + + /** + * Sets the siteId + * + * @param string $val The value of the siteId + * + * @return ItemReference + */ + public function setSiteId($val) + { + $this->_propDict["siteId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/KeyValue.php b/vendor/microsoft/microsoft-graph/src/Model/KeyValue.php new file mode 100644 index 000000000..6be30c7b6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/KeyValue.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["key"]; + } else { + return null; + } + } + + /** + * Sets the key + * Key for the key-value pair. + * + * @param string $val The value of the key + * + * @return KeyValue + */ + public function setKey($val) + { + $this->_propDict["key"] = $val; + return $this; + } + /** + * Gets the value + * Value for the key-value pair. + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Value for the key-value pair. + * + * @param string $val The value of the value + * + * @return KeyValue + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/KeyValuePair.php b/vendor/microsoft/microsoft-graph/src/Model/KeyValuePair.php new file mode 100644 index 000000000..346dfcc3b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/KeyValuePair.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Name for this key-value pair + * + * @param string $val The value of the name + * + * @return KeyValuePair + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the value + * Value for this key-value pair + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Value for this key-value pair + * + * @param string $val The value of the value + * + * @return KeyValuePair + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/LicenseAssignmentState.php b/vendor/microsoft/microsoft-graph/src/Model/LicenseAssignmentState.php new file mode 100644 index 000000000..1f419a25c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LicenseAssignmentState.php @@ -0,0 +1,158 @@ +_propDict)) { + return $this->_propDict["skuId"]; + } else { + return null; + } + } + + /** + * Sets the skuId + * + * @param string $val The value of the skuId + * + * @return LicenseAssignmentState + */ + public function setSkuId($val) + { + $this->_propDict["skuId"] = $val; + return $this; + } + /** + * Gets the disabledPlans + * + * @return string The disabledPlans + */ + public function getDisabledPlans() + { + if (array_key_exists("disabledPlans", $this->_propDict)) { + return $this->_propDict["disabledPlans"]; + } else { + return null; + } + } + + /** + * Sets the disabledPlans + * + * @param string $val The value of the disabledPlans + * + * @return LicenseAssignmentState + */ + public function setDisabledPlans($val) + { + $this->_propDict["disabledPlans"] = $val; + return $this; + } + /** + * Gets the assignedByGroup + * + * @return string The assignedByGroup + */ + public function getAssignedByGroup() + { + if (array_key_exists("assignedByGroup", $this->_propDict)) { + return $this->_propDict["assignedByGroup"]; + } else { + return null; + } + } + + /** + * Sets the assignedByGroup + * + * @param string $val The value of the assignedByGroup + * + * @return LicenseAssignmentState + */ + public function setAssignedByGroup($val) + { + $this->_propDict["assignedByGroup"] = $val; + return $this; + } + /** + * Gets the state + * + * @return string The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * + * @param string $val The value of the state + * + * @return LicenseAssignmentState + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + /** + * Gets the error + * + * @return string The error + */ + public function getError() + { + if (array_key_exists("error", $this->_propDict)) { + return $this->_propDict["error"]; + } else { + return null; + } + } + + /** + * Sets the error + * + * @param string $val The value of the error + * + * @return LicenseAssignmentState + */ + public function setError($val) + { + $this->_propDict["error"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/LicenseDetails.php b/vendor/microsoft/microsoft-graph/src/Model/LicenseDetails.php new file mode 100644 index 000000000..97e7ce09f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LicenseDetails.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["servicePlans"]; + } else { + return null; + } + } + + /** + * Sets the servicePlans + * Information about the service plans assigned with the license. Read-only, Not nullable + * + * @param ServicePlanInfo $val The servicePlans + * + * @return LicenseDetails + */ + public function setServicePlans($val) + { + $this->_propDict["servicePlans"] = $val; + return $this; + } + + /** + * Gets the skuId + * Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only + * + * @return string The skuId + */ + public function getSkuId() + { + if (array_key_exists("skuId", $this->_propDict)) { + return $this->_propDict["skuId"]; + } else { + return null; + } + } + + /** + * Sets the skuId + * Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only + * + * @param string $val The skuId + * + * @return LicenseDetails + */ + public function setSkuId($val) + { + $this->_propDict["skuId"] = $val; + return $this; + } + + /** + * Gets the skuPartNumber + * Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only + * + * @return string The skuPartNumber + */ + public function getSkuPartNumber() + { + if (array_key_exists("skuPartNumber", $this->_propDict)) { + return $this->_propDict["skuPartNumber"]; + } else { + return null; + } + } + + /** + * Sets the skuPartNumber + * Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only + * + * @param string $val The skuPartNumber + * + * @return LicenseDetails + */ + public function setSkuPartNumber($val) + { + $this->_propDict["skuPartNumber"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/LicenseProcessingState.php b/vendor/microsoft/microsoft-graph/src/Model/LicenseProcessingState.php new file mode 100644 index 000000000..1ca1df364 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LicenseProcessingState.php @@ -0,0 +1,54 @@ +_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * + * @param string $val The value of the state + * + * @return LicenseProcessingState + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/LicenseUnitsDetail.php b/vendor/microsoft/microsoft-graph/src/Model/LicenseUnitsDetail.php new file mode 100644 index 000000000..f401ddc40 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LicenseUnitsDetail.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["enabled"]; + } else { + return null; + } + } + + /** + * Sets the enabled + * The number of units that are enabled. + * + * @param int $val The value of the enabled + * + * @return LicenseUnitsDetail + */ + public function setEnabled($val) + { + $this->_propDict["enabled"] = $val; + return $this; + } + /** + * Gets the suspended + * The number of units that are suspended. + * + * @return int The suspended + */ + public function getSuspended() + { + if (array_key_exists("suspended", $this->_propDict)) { + return $this->_propDict["suspended"]; + } else { + return null; + } + } + + /** + * Sets the suspended + * The number of units that are suspended. + * + * @param int $val The value of the suspended + * + * @return LicenseUnitsDetail + */ + public function setSuspended($val) + { + $this->_propDict["suspended"] = $val; + return $this; + } + /** + * Gets the warning + * The number of units that are in warning status. + * + * @return int The warning + */ + public function getWarning() + { + if (array_key_exists("warning", $this->_propDict)) { + return $this->_propDict["warning"]; + } else { + return null; + } + } + + /** + * Sets the warning + * The number of units that are in warning status. + * + * @param int $val The value of the warning + * + * @return LicenseUnitsDetail + */ + public function setWarning($val) + { + $this->_propDict["warning"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ListInfo.php b/vendor/microsoft/microsoft-graph/src/Model/ListInfo.php new file mode 100644 index 000000000..95346c641 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ListInfo.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["contentTypesEnabled"]; + } else { + return null; + } + } + + /** + * Sets the contentTypesEnabled + * If true, indicates that content types are enabled for this list. + * + * @param bool $val The value of the contentTypesEnabled + * + * @return ListInfo + */ + public function setContentTypesEnabled($val) + { + $this->_propDict["contentTypesEnabled"] = $val; + return $this; + } + /** + * Gets the hidden + * If true, indicates that the list is not normally visible in the SharePoint user experience. + * + * @return bool The hidden + */ + public function getHidden() + { + if (array_key_exists("hidden", $this->_propDict)) { + return $this->_propDict["hidden"]; + } else { + return null; + } + } + + /** + * Sets the hidden + * If true, indicates that the list is not normally visible in the SharePoint user experience. + * + * @param bool $val The value of the hidden + * + * @return ListInfo + */ + public function setHidden($val) + { + $this->_propDict["hidden"] = $val; + return $this; + } + /** + * Gets the template + * An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more. + * + * @return string The template + */ + public function getTemplate() + { + if (array_key_exists("template", $this->_propDict)) { + return $this->_propDict["template"]; + } else { + return null; + } + } + + /** + * Sets the template + * An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more. + * + * @param string $val The value of the template + * + * @return ListInfo + */ + public function setTemplate($val) + { + $this->_propDict["template"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ListItem.php b/vendor/microsoft/microsoft-graph/src/Model/ListItem.php new file mode 100644 index 000000000..43060b0d7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ListItem.php @@ -0,0 +1,224 @@ +_propDict)) { + if (is_a($this->_propDict["contentType"], "Microsoft\Graph\Model\ContentTypeInfo")) { + return $this->_propDict["contentType"]; + } else { + $this->_propDict["contentType"] = new ContentTypeInfo($this->_propDict["contentType"]); + return $this->_propDict["contentType"]; + } + } + return null; + } + + /** + * Sets the contentType + * The content type of this list item + * + * @param ContentTypeInfo $val The contentType + * + * @return ListItem + */ + public function setContentType($val) + { + $this->_propDict["contentType"] = $val; + return $this; + } + + /** + * Gets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @return SharepointIds The sharepointIds + */ + public function getSharepointIds() + { + if (array_key_exists("sharepointIds", $this->_propDict)) { + if (is_a($this->_propDict["sharepointIds"], "Microsoft\Graph\Model\SharepointIds")) { + return $this->_propDict["sharepointIds"]; + } else { + $this->_propDict["sharepointIds"] = new SharepointIds($this->_propDict["sharepointIds"]); + return $this->_propDict["sharepointIds"]; + } + } + return null; + } + + /** + * Sets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @param SharepointIds $val The sharepointIds + * + * @return ListItem + */ + public function setSharepointIds($val) + { + $this->_propDict["sharepointIds"] = $val; + return $this; + } + + /** + * Gets the analytics + * Analytics about the view activities that took place on this item. + * + * @return ItemAnalytics The analytics + */ + public function getAnalytics() + { + if (array_key_exists("analytics", $this->_propDict)) { + if (is_a($this->_propDict["analytics"], "Microsoft\Graph\Model\ItemAnalytics")) { + return $this->_propDict["analytics"]; + } else { + $this->_propDict["analytics"] = new ItemAnalytics($this->_propDict["analytics"]); + return $this->_propDict["analytics"]; + } + } + return null; + } + + /** + * Sets the analytics + * Analytics about the view activities that took place on this item. + * + * @param ItemAnalytics $val The analytics + * + * @return ListItem + */ + public function setAnalytics($val) + { + $this->_propDict["analytics"] = $val; + return $this; + } + + /** + * Gets the driveItem + * For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] + * + * @return DriveItem The driveItem + */ + public function getDriveItem() + { + if (array_key_exists("driveItem", $this->_propDict)) { + if (is_a($this->_propDict["driveItem"], "Microsoft\Graph\Model\DriveItem")) { + return $this->_propDict["driveItem"]; + } else { + $this->_propDict["driveItem"] = new DriveItem($this->_propDict["driveItem"]); + return $this->_propDict["driveItem"]; + } + } + return null; + } + + /** + * Sets the driveItem + * For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] + * + * @param DriveItem $val The driveItem + * + * @return ListItem + */ + public function setDriveItem($val) + { + $this->_propDict["driveItem"] = $val; + return $this; + } + + /** + * Gets the fields + * The values of the columns set on this list item. + * + * @return FieldValueSet The fields + */ + public function getFields() + { + if (array_key_exists("fields", $this->_propDict)) { + if (is_a($this->_propDict["fields"], "Microsoft\Graph\Model\FieldValueSet")) { + return $this->_propDict["fields"]; + } else { + $this->_propDict["fields"] = new FieldValueSet($this->_propDict["fields"]); + return $this->_propDict["fields"]; + } + } + return null; + } + + /** + * Sets the fields + * The values of the columns set on this list item. + * + * @param FieldValueSet $val The fields + * + * @return ListItem + */ + public function setFields($val) + { + $this->_propDict["fields"] = $val; + return $this; + } + + + /** + * Gets the versions + * The list of previous versions of the list item. + * + * @return array The versions + */ + public function getVersions() + { + if (array_key_exists("versions", $this->_propDict)) { + return $this->_propDict["versions"]; + } else { + return null; + } + } + + /** + * Sets the versions + * The list of previous versions of the list item. + * + * @param ListItemVersion $val The versions + * + * @return ListItem + */ + public function setVersions($val) + { + $this->_propDict["versions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ListItemVersion.php b/vendor/microsoft/microsoft-graph/src/Model/ListItemVersion.php new file mode 100644 index 000000000..18aa87ae0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ListItemVersion.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["fields"], "Microsoft\Graph\Model\FieldValueSet")) { + return $this->_propDict["fields"]; + } else { + $this->_propDict["fields"] = new FieldValueSet($this->_propDict["fields"]); + return $this->_propDict["fields"]; + } + } + return null; + } + + /** + * Sets the fields + * A collection of the fields and values for this version of the list item. + * + * @param FieldValueSet $val The fields + * + * @return ListItemVersion + */ + public function setFields($val) + { + $this->_propDict["fields"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/LocaleInfo.php b/vendor/microsoft/microsoft-graph/src/Model/LocaleInfo.php new file mode 100644 index 000000000..bdf2c1d61 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LocaleInfo.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["locale"]; + } else { + return null; + } + } + + /** + * Sets the locale + * A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2. + * + * @param string $val The value of the locale + * + * @return LocaleInfo + */ + public function setLocale($val) + { + $this->_propDict["locale"] = $val; + return $this; + } + /** + * Gets the displayName + * A name representing the user's locale in natural language, for example, 'English (United States)'. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * A name representing the user's locale in natural language, for example, 'English (United States)'. + * + * @param string $val The value of the displayName + * + * @return LocaleInfo + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/LocalizedNotificationMessage.php b/vendor/microsoft/microsoft-graph/src/Model/LocalizedNotificationMessage.php new file mode 100644 index 000000000..f0e3037f6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LocalizedNotificationMessage.php @@ -0,0 +1,178 @@ +_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * DateTime the object was last modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return LocalizedNotificationMessage + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the locale + * The Locale for which this message is destined. + * + * @return string The locale + */ + public function getLocale() + { + if (array_key_exists("locale", $this->_propDict)) { + return $this->_propDict["locale"]; + } else { + return null; + } + } + + /** + * Sets the locale + * The Locale for which this message is destined. + * + * @param string $val The locale + * + * @return LocalizedNotificationMessage + */ + public function setLocale($val) + { + $this->_propDict["locale"] = $val; + return $this; + } + + /** + * Gets the subject + * The Message Template Subject. + * + * @return string The subject + */ + public function getSubject() + { + if (array_key_exists("subject", $this->_propDict)) { + return $this->_propDict["subject"]; + } else { + return null; + } + } + + /** + * Sets the subject + * The Message Template Subject. + * + * @param string $val The subject + * + * @return LocalizedNotificationMessage + */ + public function setSubject($val) + { + $this->_propDict["subject"] = $val; + return $this; + } + + /** + * Gets the messageTemplate + * The Message Template content. + * + * @return string The messageTemplate + */ + public function getMessageTemplate() + { + if (array_key_exists("messageTemplate", $this->_propDict)) { + return $this->_propDict["messageTemplate"]; + } else { + return null; + } + } + + /** + * Sets the messageTemplate + * The Message Template content. + * + * @param string $val The messageTemplate + * + * @return LocalizedNotificationMessage + */ + public function setMessageTemplate($val) + { + $this->_propDict["messageTemplate"] = $val; + return $this; + } + + /** + * Gets the isDefault + * Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message. + * + * @return bool The isDefault + */ + public function getIsDefault() + { + if (array_key_exists("isDefault", $this->_propDict)) { + return $this->_propDict["isDefault"]; + } else { + return null; + } + } + + /** + * Sets the isDefault + * Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message. + * + * @param bool $val The isDefault + * + * @return LocalizedNotificationMessage + */ + public function setIsDefault($val) + { + $this->_propDict["isDefault"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/LocateDeviceActionResult.php b/vendor/microsoft/microsoft-graph/src/Model/LocateDeviceActionResult.php new file mode 100644 index 000000000..5933ac71d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LocateDeviceActionResult.php @@ -0,0 +1,61 @@ +_propDict)) { + if (is_a($this->_propDict["deviceLocation"], "Microsoft\Graph\Model\DeviceGeoLocation")) { + return $this->_propDict["deviceLocation"]; + } else { + $this->_propDict["deviceLocation"] = new DeviceGeoLocation($this->_propDict["deviceLocation"]); + return $this->_propDict["deviceLocation"]; + } + } + return null; + } + + /** + * Sets the deviceLocation + * device location + * + * @param DeviceGeoLocation $val The value to assign to the deviceLocation + * + * @return LocateDeviceActionResult The LocateDeviceActionResult + */ + public function setDeviceLocation($val) + { + $this->_propDict["deviceLocation"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Location.php b/vendor/microsoft/microsoft-graph/src/Model/Location.php new file mode 100644 index 000000000..6f8920c39 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Location.php @@ -0,0 +1,272 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name associated with the location. + * + * @param string $val The value of the displayName + * + * @return Location + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the locationEmailAddress + * Optional email address of the location. + * + * @return string The locationEmailAddress + */ + public function getLocationEmailAddress() + { + if (array_key_exists("locationEmailAddress", $this->_propDict)) { + return $this->_propDict["locationEmailAddress"]; + } else { + return null; + } + } + + /** + * Sets the locationEmailAddress + * Optional email address of the location. + * + * @param string $val The value of the locationEmailAddress + * + * @return Location + */ + public function setLocationEmailAddress($val) + { + $this->_propDict["locationEmailAddress"] = $val; + return $this; + } + + /** + * Gets the address + * The street address of the location. + * + * @return PhysicalAddress The address + */ + public function getAddress() + { + if (array_key_exists("address", $this->_propDict)) { + if (is_a($this->_propDict["address"], "Microsoft\Graph\Model\PhysicalAddress")) { + return $this->_propDict["address"]; + } else { + $this->_propDict["address"] = new PhysicalAddress($this->_propDict["address"]); + return $this->_propDict["address"]; + } + } + return null; + } + + /** + * Sets the address + * The street address of the location. + * + * @param PhysicalAddress $val The value to assign to the address + * + * @return Location The Location + */ + public function setAddress($val) + { + $this->_propDict["address"] = $val; + return $this; + } + /** + * Gets the locationUri + * Optional URI representing the location. + * + * @return string The locationUri + */ + public function getLocationUri() + { + if (array_key_exists("locationUri", $this->_propDict)) { + return $this->_propDict["locationUri"]; + } else { + return null; + } + } + + /** + * Sets the locationUri + * Optional URI representing the location. + * + * @param string $val The value of the locationUri + * + * @return Location + */ + public function setLocationUri($val) + { + $this->_propDict["locationUri"] = $val; + return $this; + } + + /** + * Gets the coordinates + * The geographic coordinates and elevation of the location. + * + * @return OutlookGeoCoordinates The coordinates + */ + public function getCoordinates() + { + if (array_key_exists("coordinates", $this->_propDict)) { + if (is_a($this->_propDict["coordinates"], "Microsoft\Graph\Model\OutlookGeoCoordinates")) { + return $this->_propDict["coordinates"]; + } else { + $this->_propDict["coordinates"] = new OutlookGeoCoordinates($this->_propDict["coordinates"]); + return $this->_propDict["coordinates"]; + } + } + return null; + } + + /** + * Sets the coordinates + * The geographic coordinates and elevation of the location. + * + * @param OutlookGeoCoordinates $val The value to assign to the coordinates + * + * @return Location The Location + */ + public function setCoordinates($val) + { + $this->_propDict["coordinates"] = $val; + return $this; + } + + /** + * Gets the locationType + * The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. + * + * @return LocationType The locationType + */ + public function getLocationType() + { + if (array_key_exists("locationType", $this->_propDict)) { + if (is_a($this->_propDict["locationType"], "Microsoft\Graph\Model\LocationType")) { + return $this->_propDict["locationType"]; + } else { + $this->_propDict["locationType"] = new LocationType($this->_propDict["locationType"]); + return $this->_propDict["locationType"]; + } + } + return null; + } + + /** + * Sets the locationType + * The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only. + * + * @param LocationType $val The value to assign to the locationType + * + * @return Location The Location + */ + public function setLocationType($val) + { + $this->_propDict["locationType"] = $val; + return $this; + } + /** + * Gets the uniqueId + * For internal use only. + * + * @return string The uniqueId + */ + public function getUniqueId() + { + if (array_key_exists("uniqueId", $this->_propDict)) { + return $this->_propDict["uniqueId"]; + } else { + return null; + } + } + + /** + * Sets the uniqueId + * For internal use only. + * + * @param string $val The value of the uniqueId + * + * @return Location + */ + public function setUniqueId($val) + { + $this->_propDict["uniqueId"] = $val; + return $this; + } + + /** + * Gets the uniqueIdType + * For internal use only. + * + * @return LocationUniqueIdType The uniqueIdType + */ + public function getUniqueIdType() + { + if (array_key_exists("uniqueIdType", $this->_propDict)) { + if (is_a($this->_propDict["uniqueIdType"], "Microsoft\Graph\Model\LocationUniqueIdType")) { + return $this->_propDict["uniqueIdType"]; + } else { + $this->_propDict["uniqueIdType"] = new LocationUniqueIdType($this->_propDict["uniqueIdType"]); + return $this->_propDict["uniqueIdType"]; + } + } + return null; + } + + /** + * Sets the uniqueIdType + * For internal use only. + * + * @param LocationUniqueIdType $val The value to assign to the uniqueIdType + * + * @return Location The Location + */ + public function setUniqueIdType($val) + { + $this->_propDict["uniqueIdType"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/LocationConstraint.php b/vendor/microsoft/microsoft-graph/src/Model/LocationConstraint.php new file mode 100644 index 000000000..c2dc0f5d0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LocationConstraint.php @@ -0,0 +1,117 @@ +_propDict)) { + if (is_a($this->_propDict["locations"], "Microsoft\Graph\Model\LocationConstraintItem")) { + return $this->_propDict["locations"]; + } else { + $this->_propDict["locations"] = new LocationConstraintItem($this->_propDict["locations"]); + return $this->_propDict["locations"]; + } + } + return null; + } + + /** + * Sets the locations + * Constraint information for one or more locations that the client requests for the meeting. + * + * @param LocationConstraintItem $val The value to assign to the locations + * + * @return LocationConstraint The LocationConstraint + */ + public function setLocations($val) + { + $this->_propDict["locations"] = $val; + return $this; + } + /** + * Gets the isRequired + * The client requests the service to include in the response a meeting location for the meeting. If this is true and all the resources are busy, findMeetingTimes will not return any meeting time suggestions. If this is false and all the resources are busy, findMeetingTimes would still look for meeting times without locations. + * + * @return bool The isRequired + */ + public function getIsRequired() + { + if (array_key_exists("isRequired", $this->_propDict)) { + return $this->_propDict["isRequired"]; + } else { + return null; + } + } + + /** + * Sets the isRequired + * The client requests the service to include in the response a meeting location for the meeting. If this is true and all the resources are busy, findMeetingTimes will not return any meeting time suggestions. If this is false and all the resources are busy, findMeetingTimes would still look for meeting times without locations. + * + * @param bool $val The value of the isRequired + * + * @return LocationConstraint + */ + public function setIsRequired($val) + { + $this->_propDict["isRequired"] = $val; + return $this; + } + /** + * Gets the suggestLocation + * The client requests the service to suggest one or more meeting locations. + * + * @return bool The suggestLocation + */ + public function getSuggestLocation() + { + if (array_key_exists("suggestLocation", $this->_propDict)) { + return $this->_propDict["suggestLocation"]; + } else { + return null; + } + } + + /** + * Sets the suggestLocation + * The client requests the service to suggest one or more meeting locations. + * + * @param bool $val The value of the suggestLocation + * + * @return LocationConstraint + */ + public function setSuggestLocation($val) + { + $this->_propDict["suggestLocation"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/LocationConstraintItem.php b/vendor/microsoft/microsoft-graph/src/Model/LocationConstraintItem.php new file mode 100644 index 000000000..b149aec08 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LocationConstraintItem.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["resolveAvailability"]; + } else { + return null; + } + } + + /** + * Sets the resolveAvailability + * If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user's cache without checking if it's free. Default is true. + * + * @param bool $val The value of the resolveAvailability + * + * @return LocationConstraintItem + */ + public function setResolveAvailability($val) + { + $this->_propDict["resolveAvailability"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/LocationType.php b/vendor/microsoft/microsoft-graph/src/Model/LocationType.php new file mode 100644 index 000000000..9318fa9d2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/LocationType.php @@ -0,0 +1,44 @@ +_propDict)) { + return $this->_propDict["allowMultipleValues"]; + } else { + return null; + } + } + + /** + * Sets the allowMultipleValues + * Indicates whether multiple values can be selected from the source. + * + * @param bool $val The value of the allowMultipleValues + * + * @return LookupColumn + */ + public function setAllowMultipleValues($val) + { + $this->_propDict["allowMultipleValues"] = $val; + return $this; + } + /** + * Gets the allowUnlimitedLength + * Indicates whether values in the column should be able to exceed the standard limit of 255 characters. + * + * @return bool The allowUnlimitedLength + */ + public function getAllowUnlimitedLength() + { + if (array_key_exists("allowUnlimitedLength", $this->_propDict)) { + return $this->_propDict["allowUnlimitedLength"]; + } else { + return null; + } + } + + /** + * Sets the allowUnlimitedLength + * Indicates whether values in the column should be able to exceed the standard limit of 255 characters. + * + * @param bool $val The value of the allowUnlimitedLength + * + * @return LookupColumn + */ + public function setAllowUnlimitedLength($val) + { + $this->_propDict["allowUnlimitedLength"] = $val; + return $this; + } + /** + * Gets the columnName + * The name of the lookup source column. + * + * @return string The columnName + */ + public function getColumnName() + { + if (array_key_exists("columnName", $this->_propDict)) { + return $this->_propDict["columnName"]; + } else { + return null; + } + } + + /** + * Sets the columnName + * The name of the lookup source column. + * + * @param string $val The value of the columnName + * + * @return LookupColumn + */ + public function setColumnName($val) + { + $this->_propDict["columnName"] = $val; + return $this; + } + /** + * Gets the listId + * The unique identifier of the lookup source list. + * + * @return string The listId + */ + public function getListId() + { + if (array_key_exists("listId", $this->_propDict)) { + return $this->_propDict["listId"]; + } else { + return null; + } + } + + /** + * Sets the listId + * The unique identifier of the lookup source list. + * + * @param string $val The value of the listId + * + * @return LookupColumn + */ + public function setListId($val) + { + $this->_propDict["listId"] = $val; + return $this; + } + /** + * Gets the primaryLookupColumnId + * If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here. + * + * @return string The primaryLookupColumnId + */ + public function getPrimaryLookupColumnId() + { + if (array_key_exists("primaryLookupColumnId", $this->_propDict)) { + return $this->_propDict["primaryLookupColumnId"]; + } else { + return null; + } + } + + /** + * Sets the primaryLookupColumnId + * If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here. + * + * @param string $val The value of the primaryLookupColumnId + * + * @return LookupColumn + */ + public function setPrimaryLookupColumnId($val) + { + $this->_propDict["primaryLookupColumnId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MacOSCompliancePolicy.php b/vendor/microsoft/microsoft-graph/src/Model/MacOSCompliancePolicy.php new file mode 100644 index 000000000..38a1430e3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MacOSCompliancePolicy.php @@ -0,0 +1,530 @@ +_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Whether or not to require a password. + * + * @param bool $val The passwordRequired + * + * @return MacOSCompliancePolicy + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the passwordBlockSimple + * Indicates whether or not to block simple passwords. + * + * @return bool The passwordBlockSimple + */ + public function getPasswordBlockSimple() + { + if (array_key_exists("passwordBlockSimple", $this->_propDict)) { + return $this->_propDict["passwordBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockSimple + * Indicates whether or not to block simple passwords. + * + * @param bool $val The passwordBlockSimple + * + * @return MacOSCompliancePolicy + */ + public function setPasswordBlockSimple($val) + { + $this->_propDict["passwordBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 65535 + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Number of days before the password expires. Valid values 1 to 65535 + * + * @param int $val The passwordExpirationDays + * + * @return MacOSCompliancePolicy + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * Minimum length of password. Valid values 4 to 14 + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * Minimum length of password. Valid values 4 to 14 + * + * @param int $val The passwordMinimumLength + * + * @return MacOSCompliancePolicy + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @return int The passwordMinutesOfInactivityBeforeLock + */ + public function getPasswordMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @param int $val The passwordMinutesOfInactivityBeforeLock + * + * @return MacOSCompliancePolicy + */ + public function setPasswordMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 1 to 24 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 1 to 24 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return MacOSCompliancePolicy + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @return int The passwordMinimumCharacterSetCount + */ + public function getPasswordMinimumCharacterSetCount() + { + if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passwordMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @param int $val The passwordMinimumCharacterSetCount + * + * @return MacOSCompliancePolicy + */ + public function setPasswordMinimumCharacterSetCount($val) + { + $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passwordRequiredType + * + * @return MacOSCompliancePolicy + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the osMinimumVersion + * Minimum MacOS version. + * + * @return string The osMinimumVersion + */ + public function getOsMinimumVersion() + { + if (array_key_exists("osMinimumVersion", $this->_propDict)) { + return $this->_propDict["osMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMinimumVersion + * Minimum MacOS version. + * + * @param string $val The osMinimumVersion + * + * @return MacOSCompliancePolicy + */ + public function setOsMinimumVersion($val) + { + $this->_propDict["osMinimumVersion"] = $val; + return $this; + } + + /** + * Gets the osMaximumVersion + * Maximum MacOS version. + * + * @return string The osMaximumVersion + */ + public function getOsMaximumVersion() + { + if (array_key_exists("osMaximumVersion", $this->_propDict)) { + return $this->_propDict["osMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMaximumVersion + * Maximum MacOS version. + * + * @param string $val The osMaximumVersion + * + * @return MacOSCompliancePolicy + */ + public function setOsMaximumVersion($val) + { + $this->_propDict["osMaximumVersion"] = $val; + return $this; + } + + /** + * Gets the systemIntegrityProtectionEnabled + * Require that devices have enabled system integrity protection. + * + * @return bool The systemIntegrityProtectionEnabled + */ + public function getSystemIntegrityProtectionEnabled() + { + if (array_key_exists("systemIntegrityProtectionEnabled", $this->_propDict)) { + return $this->_propDict["systemIntegrityProtectionEnabled"]; + } else { + return null; + } + } + + /** + * Sets the systemIntegrityProtectionEnabled + * Require that devices have enabled system integrity protection. + * + * @param bool $val The systemIntegrityProtectionEnabled + * + * @return MacOSCompliancePolicy + */ + public function setSystemIntegrityProtectionEnabled($val) + { + $this->_propDict["systemIntegrityProtectionEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the deviceThreatProtectionEnabled + * Require that devices have enabled device threat protection. + * + * @return bool The deviceThreatProtectionEnabled + */ + public function getDeviceThreatProtectionEnabled() + { + if (array_key_exists("deviceThreatProtectionEnabled", $this->_propDict)) { + return $this->_propDict["deviceThreatProtectionEnabled"]; + } else { + return null; + } + } + + /** + * Sets the deviceThreatProtectionEnabled + * Require that devices have enabled device threat protection. + * + * @param bool $val The deviceThreatProtectionEnabled + * + * @return MacOSCompliancePolicy + */ + public function setDeviceThreatProtectionEnabled($val) + { + $this->_propDict["deviceThreatProtectionEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the deviceThreatProtectionRequiredSecurityLevel + * Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. + * + * @return DeviceThreatProtectionLevel The deviceThreatProtectionRequiredSecurityLevel + */ + public function getDeviceThreatProtectionRequiredSecurityLevel() + { + if (array_key_exists("deviceThreatProtectionRequiredSecurityLevel", $this->_propDict)) { + if (is_a($this->_propDict["deviceThreatProtectionRequiredSecurityLevel"], "Microsoft\Graph\Model\DeviceThreatProtectionLevel")) { + return $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]; + } else { + $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"] = new DeviceThreatProtectionLevel($this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]); + return $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"]; + } + } + return null; + } + + /** + * Sets the deviceThreatProtectionRequiredSecurityLevel + * Require Mobile Threat Protection minimum risk level to report noncompliance. Possible values are: unavailable, secured, low, medium, high, notSet. + * + * @param DeviceThreatProtectionLevel $val The deviceThreatProtectionRequiredSecurityLevel + * + * @return MacOSCompliancePolicy + */ + public function setDeviceThreatProtectionRequiredSecurityLevel($val) + { + $this->_propDict["deviceThreatProtectionRequiredSecurityLevel"] = $val; + return $this; + } + + /** + * Gets the storageRequireEncryption + * Require encryption on Mac OS devices. + * + * @return bool The storageRequireEncryption + */ + public function getStorageRequireEncryption() + { + if (array_key_exists("storageRequireEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireEncryption + * Require encryption on Mac OS devices. + * + * @param bool $val The storageRequireEncryption + * + * @return MacOSCompliancePolicy + */ + public function setStorageRequireEncryption($val) + { + $this->_propDict["storageRequireEncryption"] = boolval($val); + return $this; + } + + /** + * Gets the firewallEnabled + * Whether the firewall should be enabled or not. + * + * @return bool The firewallEnabled + */ + public function getFirewallEnabled() + { + if (array_key_exists("firewallEnabled", $this->_propDict)) { + return $this->_propDict["firewallEnabled"]; + } else { + return null; + } + } + + /** + * Sets the firewallEnabled + * Whether the firewall should be enabled or not. + * + * @param bool $val The firewallEnabled + * + * @return MacOSCompliancePolicy + */ + public function setFirewallEnabled($val) + { + $this->_propDict["firewallEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the firewallBlockAllIncoming + * Corresponds to the 'Block all incoming connections' option. + * + * @return bool The firewallBlockAllIncoming + */ + public function getFirewallBlockAllIncoming() + { + if (array_key_exists("firewallBlockAllIncoming", $this->_propDict)) { + return $this->_propDict["firewallBlockAllIncoming"]; + } else { + return null; + } + } + + /** + * Sets the firewallBlockAllIncoming + * Corresponds to the 'Block all incoming connections' option. + * + * @param bool $val The firewallBlockAllIncoming + * + * @return MacOSCompliancePolicy + */ + public function setFirewallBlockAllIncoming($val) + { + $this->_propDict["firewallBlockAllIncoming"] = boolval($val); + return $this; + } + + /** + * Gets the firewallEnableStealthMode + * Corresponds to 'Enable stealth mode.' + * + * @return bool The firewallEnableStealthMode + */ + public function getFirewallEnableStealthMode() + { + if (array_key_exists("firewallEnableStealthMode", $this->_propDict)) { + return $this->_propDict["firewallEnableStealthMode"]; + } else { + return null; + } + } + + /** + * Sets the firewallEnableStealthMode + * Corresponds to 'Enable stealth mode.' + * + * @param bool $val The firewallEnableStealthMode + * + * @return MacOSCompliancePolicy + */ + public function setFirewallEnableStealthMode($val) + { + $this->_propDict["firewallEnableStealthMode"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MacOSCustomConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/MacOSCustomConfiguration.php new file mode 100644 index 000000000..5df0fbb6d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MacOSCustomConfiguration.php @@ -0,0 +1,120 @@ +_propDict)) { + return $this->_propDict["payloadName"]; + } else { + return null; + } + } + + /** + * Sets the payloadName + * Name that is displayed to the user. + * + * @param string $val The payloadName + * + * @return MacOSCustomConfiguration + */ + public function setPayloadName($val) + { + $this->_propDict["payloadName"] = $val; + return $this; + } + + /** + * Gets the payloadFileName + * Payload file name (.mobileconfig + * + * @return string The payloadFileName + */ + public function getPayloadFileName() + { + if (array_key_exists("payloadFileName", $this->_propDict)) { + return $this->_propDict["payloadFileName"]; + } else { + return null; + } + } + + /** + * Sets the payloadFileName + * Payload file name (.mobileconfig + * + * @param string $val The payloadFileName + * + * @return MacOSCustomConfiguration + */ + public function setPayloadFileName($val) + { + $this->_propDict["payloadFileName"] = $val; + return $this; + } + + /** + * Gets the payload + * Payload. (UTF8 encoded byte array) + * + * @return \GuzzleHttp\Psr7\Stream The payload + */ + public function getPayload() + { + if (array_key_exists("payload", $this->_propDict)) { + if (is_a($this->_propDict["payload"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["payload"]; + } else { + $this->_propDict["payload"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["payload"]); + return $this->_propDict["payload"]; + } + } + return null; + } + + /** + * Sets the payload + * Payload. (UTF8 encoded byte array) + * + * @param \GuzzleHttp\Psr7\Stream $val The payload + * + * @return MacOSCustomConfiguration + */ + public function setPayload($val) + { + $this->_propDict["payload"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MacOSDeviceFeaturesConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/MacOSDeviceFeaturesConfiguration.php new file mode 100644 index 000000000..15c13595f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MacOSDeviceFeaturesConfiguration.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["compliantAppsList"]; + } else { + return null; + } + } + + /** + * Sets the compliantAppsList + * List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. + * + * @param AppListItem $val The compliantAppsList + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setCompliantAppsList($val) + { + $this->_propDict["compliantAppsList"] = $val; + return $this; + } + + /** + * Gets the compliantAppListType + * List that is in the CompliantAppsList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @return AppListType The compliantAppListType + */ + public function getCompliantAppListType() + { + if (array_key_exists("compliantAppListType", $this->_propDict)) { + if (is_a($this->_propDict["compliantAppListType"], "Microsoft\Graph\Model\AppListType")) { + return $this->_propDict["compliantAppListType"]; + } else { + $this->_propDict["compliantAppListType"] = new AppListType($this->_propDict["compliantAppListType"]); + return $this->_propDict["compliantAppListType"]; + } + } + return null; + } + + /** + * Sets the compliantAppListType + * List that is in the CompliantAppsList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @param AppListType $val The compliantAppListType + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setCompliantAppListType($val) + { + $this->_propDict["compliantAppListType"] = $val; + return $this; + } + + /** + * Gets the emailInDomainSuffixes + * An email address lacking a suffix that matches any of these strings will be considered out-of-domain. + * + * @return string The emailInDomainSuffixes + */ + public function getEmailInDomainSuffixes() + { + if (array_key_exists("emailInDomainSuffixes", $this->_propDict)) { + return $this->_propDict["emailInDomainSuffixes"]; + } else { + return null; + } + } + + /** + * Sets the emailInDomainSuffixes + * An email address lacking a suffix that matches any of these strings will be considered out-of-domain. + * + * @param string $val The emailInDomainSuffixes + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setEmailInDomainSuffixes($val) + { + $this->_propDict["emailInDomainSuffixes"] = $val; + return $this; + } + + /** + * Gets the passwordBlockSimple + * Block simple passwords. + * + * @return bool The passwordBlockSimple + */ + public function getPasswordBlockSimple() + { + if (array_key_exists("passwordBlockSimple", $this->_propDict)) { + return $this->_propDict["passwordBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockSimple + * Block simple passwords. + * + * @param bool $val The passwordBlockSimple + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setPasswordBlockSimple($val) + { + $this->_propDict["passwordBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Number of days before the password expires. + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Number of days before the password expires. + * + * @param int $val The passwordExpirationDays + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumCharacterSetCount + * Number of character sets a password must contain. Valid values 0 to 4 + * + * @return int The passwordMinimumCharacterSetCount + */ + public function getPasswordMinimumCharacterSetCount() + { + if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passwordMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumCharacterSetCount + * Number of character sets a password must contain. Valid values 0 to 4 + * + * @param int $val The passwordMinimumCharacterSetCount + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setPasswordMinimumCharacterSetCount($val) + { + $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * Minimum length of passwords. + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * Minimum length of passwords. + * + * @param int $val The passwordMinimumLength + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity required before a password is required. + * + * @return int The passwordMinutesOfInactivityBeforeLock + */ + public function getPasswordMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity required before a password is required. + * + * @param int $val The passwordMinutesOfInactivityBeforeLock + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setPasswordMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity required before the screen times out. + * + * @return int The passwordMinutesOfInactivityBeforeScreenTimeout + */ + public function getPasswordMinutesOfInactivityBeforeScreenTimeout() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity required before the screen times out. + * + * @param int $val The passwordMinutesOfInactivityBeforeScreenTimeout + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setPasswordMinutesOfInactivityBeforeScreenTimeout($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"] = intval($val); + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * Type of password that is required. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * Type of password that is required. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passwordRequiredType + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordRequired + * Whether or not to require a password. + * + * @return bool The passwordRequired + */ + public function getPasswordRequired() + { + if (array_key_exists("passwordRequired", $this->_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Whether or not to require a password. + * + * @param bool $val The passwordRequired + * + * @return MacOSGeneralDeviceConfiguration + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MacOSOfficeSuiteApp.php b/vendor/microsoft/microsoft-graph/src/Model/MacOSOfficeSuiteApp.php new file mode 100644 index 000000000..d589b9158 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MacOSOfficeSuiteApp.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The mailFolder's display name. + * + * @param string $val The displayName + * + * @return MailFolder + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the parentFolderId + * The unique identifier for the mailFolder's parent mailFolder. + * + * @return string The parentFolderId + */ + public function getParentFolderId() + { + if (array_key_exists("parentFolderId", $this->_propDict)) { + return $this->_propDict["parentFolderId"]; + } else { + return null; + } + } + + /** + * Sets the parentFolderId + * The unique identifier for the mailFolder's parent mailFolder. + * + * @param string $val The parentFolderId + * + * @return MailFolder + */ + public function setParentFolderId($val) + { + $this->_propDict["parentFolderId"] = $val; + return $this; + } + + /** + * Gets the childFolderCount + * The number of immediate child mailFolders in the current mailFolder. + * + * @return int The childFolderCount + */ + public function getChildFolderCount() + { + if (array_key_exists("childFolderCount", $this->_propDict)) { + return $this->_propDict["childFolderCount"]; + } else { + return null; + } + } + + /** + * Sets the childFolderCount + * The number of immediate child mailFolders in the current mailFolder. + * + * @param int $val The childFolderCount + * + * @return MailFolder + */ + public function setChildFolderCount($val) + { + $this->_propDict["childFolderCount"] = intval($val); + return $this; + } + + /** + * Gets the unreadItemCount + * The number of items in the mailFolder marked as unread. + * + * @return int The unreadItemCount + */ + public function getUnreadItemCount() + { + if (array_key_exists("unreadItemCount", $this->_propDict)) { + return $this->_propDict["unreadItemCount"]; + } else { + return null; + } + } + + /** + * Sets the unreadItemCount + * The number of items in the mailFolder marked as unread. + * + * @param int $val The unreadItemCount + * + * @return MailFolder + */ + public function setUnreadItemCount($val) + { + $this->_propDict["unreadItemCount"] = intval($val); + return $this; + } + + /** + * Gets the totalItemCount + * The number of items in the mailFolder. + * + * @return int The totalItemCount + */ + public function getTotalItemCount() + { + if (array_key_exists("totalItemCount", $this->_propDict)) { + return $this->_propDict["totalItemCount"]; + } else { + return null; + } + } + + /** + * Sets the totalItemCount + * The number of items in the mailFolder. + * + * @param int $val The totalItemCount + * + * @return MailFolder + */ + public function setTotalItemCount($val) + { + $this->_propDict["totalItemCount"] = intval($val); + return $this; + } + + + /** + * Gets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable. + * + * @return array The singleValueExtendedProperties + */ + public function getSingleValueExtendedProperties() + { + if (array_key_exists("singleValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["singleValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable. + * + * @param SingleValueLegacyExtendedProperty $val The singleValueExtendedProperties + * + * @return MailFolder + */ + public function setSingleValueExtendedProperties($val) + { + $this->_propDict["singleValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable. + * + * @return array The multiValueExtendedProperties + */ + public function getMultiValueExtendedProperties() + { + if (array_key_exists("multiValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["multiValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable. + * + * @param MultiValueLegacyExtendedProperty $val The multiValueExtendedProperties + * + * @return MailFolder + */ + public function setMultiValueExtendedProperties($val) + { + $this->_propDict["multiValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the messages + * The collection of messages in the mailFolder. + * + * @return array The messages + */ + public function getMessages() + { + if (array_key_exists("messages", $this->_propDict)) { + return $this->_propDict["messages"]; + } else { + return null; + } + } + + /** + * Sets the messages + * The collection of messages in the mailFolder. + * + * @param Message $val The messages + * + * @return MailFolder + */ + public function setMessages($val) + { + $this->_propDict["messages"] = $val; + return $this; + } + + + /** + * Gets the messageRules + * The collection of rules that apply to the user's Inbox folder. + * + * @return array The messageRules + */ + public function getMessageRules() + { + if (array_key_exists("messageRules", $this->_propDict)) { + return $this->_propDict["messageRules"]; + } else { + return null; + } + } + + /** + * Sets the messageRules + * The collection of rules that apply to the user's Inbox folder. + * + * @param MessageRule $val The messageRules + * + * @return MailFolder + */ + public function setMessageRules($val) + { + $this->_propDict["messageRules"] = $val; + return $this; + } + + + /** + * Gets the childFolders + * The collection of child folders in the mailFolder. + * + * @return array The childFolders + */ + public function getChildFolders() + { + if (array_key_exists("childFolders", $this->_propDict)) { + return $this->_propDict["childFolders"]; + } else { + return null; + } + } + + /** + * Sets the childFolders + * The collection of child folders in the mailFolder. + * + * @param MailFolder $val The childFolders + * + * @return MailFolder + */ + public function setChildFolders($val) + { + $this->_propDict["childFolders"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MailSearchFolder.php b/vendor/microsoft/microsoft-graph/src/Model/MailSearchFolder.php new file mode 100644 index 000000000..9e7631b39 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MailSearchFolder.php @@ -0,0 +1,145 @@ +_propDict)) { + return $this->_propDict["isSupported"]; + } else { + return null; + } + } + + /** + * Sets the isSupported + * Indicates whether a search folder is editable using REST APIs. + * + * @param bool $val The isSupported + * + * @return MailSearchFolder + */ + public function setIsSupported($val) + { + $this->_propDict["isSupported"] = boolval($val); + return $this; + } + + /** + * Gets the includeNestedFolders + * Indicates how the mailbox folder hierarchy should be traversed in the search. true means that a deep search should be done to include child folders in the hierarchy of each folder explicitly specified in sourceFolderIds. false means a shallow search of only each of the folders explicitly specified in sourceFolderIds. + * + * @return bool The includeNestedFolders + */ + public function getIncludeNestedFolders() + { + if (array_key_exists("includeNestedFolders", $this->_propDict)) { + return $this->_propDict["includeNestedFolders"]; + } else { + return null; + } + } + + /** + * Sets the includeNestedFolders + * Indicates how the mailbox folder hierarchy should be traversed in the search. true means that a deep search should be done to include child folders in the hierarchy of each folder explicitly specified in sourceFolderIds. false means a shallow search of only each of the folders explicitly specified in sourceFolderIds. + * + * @param bool $val The includeNestedFolders + * + * @return MailSearchFolder + */ + public function setIncludeNestedFolders($val) + { + $this->_propDict["includeNestedFolders"] = boolval($val); + return $this; + } + + /** + * Gets the sourceFolderIds + * The mailbox folders that should be mined. + * + * @return string The sourceFolderIds + */ + public function getSourceFolderIds() + { + if (array_key_exists("sourceFolderIds", $this->_propDict)) { + return $this->_propDict["sourceFolderIds"]; + } else { + return null; + } + } + + /** + * Sets the sourceFolderIds + * The mailbox folders that should be mined. + * + * @param string $val The sourceFolderIds + * + * @return MailSearchFolder + */ + public function setSourceFolderIds($val) + { + $this->_propDict["sourceFolderIds"] = $val; + return $this; + } + + /** + * Gets the filterQuery + * The OData query to filter the messages. + * + * @return string The filterQuery + */ + public function getFilterQuery() + { + if (array_key_exists("filterQuery", $this->_propDict)) { + return $this->_propDict["filterQuery"]; + } else { + return null; + } + } + + /** + * Sets the filterQuery + * The OData query to filter the messages. + * + * @param string $val The filterQuery + * + * @return MailSearchFolder + */ + public function setFilterQuery($val) + { + $this->_propDict["filterQuery"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MailTips.php b/vendor/microsoft/microsoft-graph/src/Model/MailTips.php new file mode 100644 index 000000000..151bd21b9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MailTips.php @@ -0,0 +1,389 @@ +_propDict)) { + if (is_a($this->_propDict["emailAddress"], "Microsoft\Graph\Model\EmailAddress")) { + return $this->_propDict["emailAddress"]; + } else { + $this->_propDict["emailAddress"] = new EmailAddress($this->_propDict["emailAddress"]); + return $this->_propDict["emailAddress"]; + } + } + return null; + } + + /** + * Sets the emailAddress + * The email address of the recipient to get mailtips for. + * + * @param EmailAddress $val The value to assign to the emailAddress + * + * @return MailTips The MailTips + */ + public function setEmailAddress($val) + { + $this->_propDict["emailAddress"] = $val; + return $this; + } + + /** + * Gets the automaticReplies + * Mail tips for automatic reply if it has been set up by the recipient. + * + * @return AutomaticRepliesMailTips The automaticReplies + */ + public function getAutomaticReplies() + { + if (array_key_exists("automaticReplies", $this->_propDict)) { + if (is_a($this->_propDict["automaticReplies"], "Microsoft\Graph\Model\AutomaticRepliesMailTips")) { + return $this->_propDict["automaticReplies"]; + } else { + $this->_propDict["automaticReplies"] = new AutomaticRepliesMailTips($this->_propDict["automaticReplies"]); + return $this->_propDict["automaticReplies"]; + } + } + return null; + } + + /** + * Sets the automaticReplies + * Mail tips for automatic reply if it has been set up by the recipient. + * + * @param AutomaticRepliesMailTips $val The value to assign to the automaticReplies + * + * @return MailTips The MailTips + */ + public function setAutomaticReplies($val) + { + $this->_propDict["automaticReplies"] = $val; + return $this; + } + /** + * Gets the mailboxFull + * The mailbox full status of the recipient. + * + * @return bool The mailboxFull + */ + public function getMailboxFull() + { + if (array_key_exists("mailboxFull", $this->_propDict)) { + return $this->_propDict["mailboxFull"]; + } else { + return null; + } + } + + /** + * Sets the mailboxFull + * The mailbox full status of the recipient. + * + * @param bool $val The value of the mailboxFull + * + * @return MailTips + */ + public function setMailboxFull($val) + { + $this->_propDict["mailboxFull"] = $val; + return $this; + } + /** + * Gets the customMailTip + * A custom mail tip that can be set on the recipient's mailbox. + * + * @return string The customMailTip + */ + public function getCustomMailTip() + { + if (array_key_exists("customMailTip", $this->_propDict)) { + return $this->_propDict["customMailTip"]; + } else { + return null; + } + } + + /** + * Sets the customMailTip + * A custom mail tip that can be set on the recipient's mailbox. + * + * @param string $val The value of the customMailTip + * + * @return MailTips + */ + public function setCustomMailTip($val) + { + $this->_propDict["customMailTip"] = $val; + return $this; + } + /** + * Gets the externalMemberCount + * The number of external members if the recipient is a distribution list. + * + * @return int The externalMemberCount + */ + public function getExternalMemberCount() + { + if (array_key_exists("externalMemberCount", $this->_propDict)) { + return $this->_propDict["externalMemberCount"]; + } else { + return null; + } + } + + /** + * Sets the externalMemberCount + * The number of external members if the recipient is a distribution list. + * + * @param int $val The value of the externalMemberCount + * + * @return MailTips + */ + public function setExternalMemberCount($val) + { + $this->_propDict["externalMemberCount"] = $val; + return $this; + } + /** + * Gets the totalMemberCount + * The number of members if the recipient is a distribution list. + * + * @return int The totalMemberCount + */ + public function getTotalMemberCount() + { + if (array_key_exists("totalMemberCount", $this->_propDict)) { + return $this->_propDict["totalMemberCount"]; + } else { + return null; + } + } + + /** + * Sets the totalMemberCount + * The number of members if the recipient is a distribution list. + * + * @param int $val The value of the totalMemberCount + * + * @return MailTips + */ + public function setTotalMemberCount($val) + { + $this->_propDict["totalMemberCount"] = $val; + return $this; + } + /** + * Gets the deliveryRestricted + * Whether the recipient's mailbox is restricted, for example, accepting messages from only a predefined list of senders, rejecting messages from a predefined list of senders, or accepting messages from only authenticated senders. + * + * @return bool The deliveryRestricted + */ + public function getDeliveryRestricted() + { + if (array_key_exists("deliveryRestricted", $this->_propDict)) { + return $this->_propDict["deliveryRestricted"]; + } else { + return null; + } + } + + /** + * Sets the deliveryRestricted + * Whether the recipient's mailbox is restricted, for example, accepting messages from only a predefined list of senders, rejecting messages from a predefined list of senders, or accepting messages from only authenticated senders. + * + * @param bool $val The value of the deliveryRestricted + * + * @return MailTips + */ + public function setDeliveryRestricted($val) + { + $this->_propDict["deliveryRestricted"] = $val; + return $this; + } + /** + * Gets the isModerated + * Whether sending messages to the recipient requires approval. For example, if the recipient is a large distribution list and a moderator has been set up to approve messages sent to that distribution list, or if sending messages to a recipient requires approval of the recipient's manager. + * + * @return bool The isModerated + */ + public function getIsModerated() + { + if (array_key_exists("isModerated", $this->_propDict)) { + return $this->_propDict["isModerated"]; + } else { + return null; + } + } + + /** + * Sets the isModerated + * Whether sending messages to the recipient requires approval. For example, if the recipient is a large distribution list and a moderator has been set up to approve messages sent to that distribution list, or if sending messages to a recipient requires approval of the recipient's manager. + * + * @param bool $val The value of the isModerated + * + * @return MailTips + */ + public function setIsModerated($val) + { + $this->_propDict["isModerated"] = $val; + return $this; + } + + /** + * Gets the recipientScope + * The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content. + * + * @return RecipientScopeType The recipientScope + */ + public function getRecipientScope() + { + if (array_key_exists("recipientScope", $this->_propDict)) { + if (is_a($this->_propDict["recipientScope"], "Microsoft\Graph\Model\RecipientScopeType")) { + return $this->_propDict["recipientScope"]; + } else { + $this->_propDict["recipientScope"] = new RecipientScopeType($this->_propDict["recipientScope"]); + return $this->_propDict["recipientScope"]; + } + } + return null; + } + + /** + * Sets the recipientScope + * The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content. + * + * @param RecipientScopeType $val The value to assign to the recipientScope + * + * @return MailTips The MailTips + */ + public function setRecipientScope($val) + { + $this->_propDict["recipientScope"] = $val; + return $this; + } + + /** + * Gets the recipientSuggestions + * Recipients suggested based on previous contexts where they appear in the same message. + * + * @return Recipient The recipientSuggestions + */ + public function getRecipientSuggestions() + { + if (array_key_exists("recipientSuggestions", $this->_propDict)) { + if (is_a($this->_propDict["recipientSuggestions"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["recipientSuggestions"]; + } else { + $this->_propDict["recipientSuggestions"] = new Recipient($this->_propDict["recipientSuggestions"]); + return $this->_propDict["recipientSuggestions"]; + } + } + return null; + } + + /** + * Sets the recipientSuggestions + * Recipients suggested based on previous contexts where they appear in the same message. + * + * @param Recipient $val The value to assign to the recipientSuggestions + * + * @return MailTips The MailTips + */ + public function setRecipientSuggestions($val) + { + $this->_propDict["recipientSuggestions"] = $val; + return $this; + } + /** + * Gets the maxMessageSize + * The maximum message size that has been configured for the recipient's organization or mailbox. + * + * @return int The maxMessageSize + */ + public function getMaxMessageSize() + { + if (array_key_exists("maxMessageSize", $this->_propDict)) { + return $this->_propDict["maxMessageSize"]; + } else { + return null; + } + } + + /** + * Sets the maxMessageSize + * The maximum message size that has been configured for the recipient's organization or mailbox. + * + * @param int $val The value of the maxMessageSize + * + * @return MailTips + */ + public function setMaxMessageSize($val) + { + $this->_propDict["maxMessageSize"] = $val; + return $this; + } + + /** + * Gets the error + * Errors that occur during the getMailTips action. + * + * @return MailTipsError The error + */ + public function getError() + { + if (array_key_exists("error", $this->_propDict)) { + if (is_a($this->_propDict["error"], "Microsoft\Graph\Model\MailTipsError")) { + return $this->_propDict["error"]; + } else { + $this->_propDict["error"] = new MailTipsError($this->_propDict["error"]); + return $this->_propDict["error"]; + } + } + return null; + } + + /** + * Sets the error + * Errors that occur during the getMailTips action. + * + * @param MailTipsError $val The value to assign to the error + * + * @return MailTips The MailTips + */ + public function setError($val) + { + $this->_propDict["error"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MailTipsError.php b/vendor/microsoft/microsoft-graph/src/Model/MailTipsError.php new file mode 100644 index 000000000..42ca1ea88 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MailTipsError.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["message"]; + } else { + return null; + } + } + + /** + * Sets the message + * The error message. + * + * @param string $val The value of the message + * + * @return MailTipsError + */ + public function setMessage($val) + { + $this->_propDict["message"] = $val; + return $this; + } + /** + * Gets the code + * The error code. + * + * @return string The code + */ + public function getCode() + { + if (array_key_exists("code", $this->_propDict)) { + return $this->_propDict["code"]; + } else { + return null; + } + } + + /** + * Sets the code + * The error code. + * + * @param string $val The value of the code + * + * @return MailTipsError + */ + public function setCode($val) + { + $this->_propDict["code"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MailTipsType.php b/vendor/microsoft/microsoft-graph/src/Model/MailTipsType.php new file mode 100644 index 000000000..fe0ea6880 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MailTipsType.php @@ -0,0 +1,44 @@ +_propDict)) { + if (is_a($this->_propDict["automaticRepliesSetting"], "Microsoft\Graph\Model\AutomaticRepliesSetting")) { + return $this->_propDict["automaticRepliesSetting"]; + } else { + $this->_propDict["automaticRepliesSetting"] = new AutomaticRepliesSetting($this->_propDict["automaticRepliesSetting"]); + return $this->_propDict["automaticRepliesSetting"]; + } + } + return null; + } + + /** + * Sets the automaticRepliesSetting + * Configuration settings to automatically notify the sender of an incoming email with a message from the signed-in user. + * + * @param AutomaticRepliesSetting $val The value to assign to the automaticRepliesSetting + * + * @return MailboxSettings The MailboxSettings + */ + public function setAutomaticRepliesSetting($val) + { + $this->_propDict["automaticRepliesSetting"] = $val; + return $this; + } + /** + * Gets the archiveFolder + * Folder ID of an archive folder for the user. + * + * @return string The archiveFolder + */ + public function getArchiveFolder() + { + if (array_key_exists("archiveFolder", $this->_propDict)) { + return $this->_propDict["archiveFolder"]; + } else { + return null; + } + } + + /** + * Sets the archiveFolder + * Folder ID of an archive folder for the user. + * + * @param string $val The value of the archiveFolder + * + * @return MailboxSettings + */ + public function setArchiveFolder($val) + { + $this->_propDict["archiveFolder"] = $val; + return $this; + } + /** + * Gets the timeZone + * The default time zone for the user's mailbox. + * + * @return string The timeZone + */ + public function getTimeZone() + { + if (array_key_exists("timeZone", $this->_propDict)) { + return $this->_propDict["timeZone"]; + } else { + return null; + } + } + + /** + * Sets the timeZone + * The default time zone for the user's mailbox. + * + * @param string $val The value of the timeZone + * + * @return MailboxSettings + */ + public function setTimeZone($val) + { + $this->_propDict["timeZone"] = $val; + return $this; + } + + /** + * Gets the language + * The locale information for the user, including the preferred language and country/region. + * + * @return LocaleInfo The language + */ + public function getLanguage() + { + if (array_key_exists("language", $this->_propDict)) { + if (is_a($this->_propDict["language"], "Microsoft\Graph\Model\LocaleInfo")) { + return $this->_propDict["language"]; + } else { + $this->_propDict["language"] = new LocaleInfo($this->_propDict["language"]); + return $this->_propDict["language"]; + } + } + return null; + } + + /** + * Sets the language + * The locale information for the user, including the preferred language and country/region. + * + * @param LocaleInfo $val The value to assign to the language + * + * @return MailboxSettings The MailboxSettings + */ + public function setLanguage($val) + { + $this->_propDict["language"] = $val; + return $this; + } + + /** + * Gets the workingHours + * The days of the week and hours in a specific time zone that the user works. + * + * @return WorkingHours The workingHours + */ + public function getWorkingHours() + { + if (array_key_exists("workingHours", $this->_propDict)) { + if (is_a($this->_propDict["workingHours"], "Microsoft\Graph\Model\WorkingHours")) { + return $this->_propDict["workingHours"]; + } else { + $this->_propDict["workingHours"] = new WorkingHours($this->_propDict["workingHours"]); + return $this->_propDict["workingHours"]; + } + } + return null; + } + + /** + * Sets the workingHours + * The days of the week and hours in a specific time zone that the user works. + * + * @param WorkingHours $val The value to assign to the workingHours + * + * @return MailboxSettings The MailboxSettings + */ + public function setWorkingHours($val) + { + $this->_propDict["workingHours"] = $val; + return $this; + } + /** + * Gets the dateFormat + * + * @return string The dateFormat + */ + public function getDateFormat() + { + if (array_key_exists("dateFormat", $this->_propDict)) { + return $this->_propDict["dateFormat"]; + } else { + return null; + } + } + + /** + * Sets the dateFormat + * + * @param string $val The value of the dateFormat + * + * @return MailboxSettings + */ + public function setDateFormat($val) + { + $this->_propDict["dateFormat"] = $val; + return $this; + } + /** + * Gets the timeFormat + * + * @return string The timeFormat + */ + public function getTimeFormat() + { + if (array_key_exists("timeFormat", $this->_propDict)) { + return $this->_propDict["timeFormat"]; + } else { + return null; + } + } + + /** + * Sets the timeFormat + * + * @param string $val The value of the timeFormat + * + * @return MailboxSettings + */ + public function setTimeFormat($val) + { + $this->_propDict["timeFormat"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MalwareState.php b/vendor/microsoft/microsoft-graph/src/Model/MalwareState.php new file mode 100644 index 000000000..0e8de85f0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MalwareState.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["category"]; + } else { + return null; + } + } + + /** + * Sets the category + * Provider-generated malware category (for example, trojan, ransomware, etc.). + * + * @param string $val The value of the category + * + * @return MalwareState + */ + public function setCategory($val) + { + $this->_propDict["category"] = $val; + return $this; + } + /** + * Gets the family + * Provider-generated malware family (for example, 'wannacry', 'notpetya', etc.). + * + * @return string The family + */ + public function getFamily() + { + if (array_key_exists("family", $this->_propDict)) { + return $this->_propDict["family"]; + } else { + return null; + } + } + + /** + * Sets the family + * Provider-generated malware family (for example, 'wannacry', 'notpetya', etc.). + * + * @param string $val The value of the family + * + * @return MalwareState + */ + public function setFamily($val) + { + $this->_propDict["family"] = $val; + return $this; + } + /** + * Gets the name + * Provider-generated malware variant name (for example, Trojan:Win32/Powessere.H). + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Provider-generated malware variant name (for example, Trojan:Win32/Powessere.H). + * + * @param string $val The value of the name + * + * @return MalwareState + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the severity + * Provider-determined severity of this malware. + * + * @return string The severity + */ + public function getSeverity() + { + if (array_key_exists("severity", $this->_propDict)) { + return $this->_propDict["severity"]; + } else { + return null; + } + } + + /** + * Sets the severity + * Provider-determined severity of this malware. + * + * @param string $val The value of the severity + * + * @return MalwareState + */ + public function setSeverity($val) + { + $this->_propDict["severity"] = $val; + return $this; + } + /** + * Gets the wasRunning + * Indicates whether the detected file (malware/vulnerability) was running at the time of detection or was detected at rest on the disk. + * + * @return bool The wasRunning + */ + public function getWasRunning() + { + if (array_key_exists("wasRunning", $this->_propDict)) { + return $this->_propDict["wasRunning"]; + } else { + return null; + } + } + + /** + * Sets the wasRunning + * Indicates whether the detected file (malware/vulnerability) was running at the time of detection or was detected at rest on the disk. + * + * @param bool $val The value of the wasRunning + * + * @return MalwareState + */ + public function setWasRunning($val) + { + $this->_propDict["wasRunning"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAndroidLobApp.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAndroidLobApp.php new file mode 100644 index 000000000..efd905644 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAndroidLobApp.php @@ -0,0 +1,149 @@ +_propDict)) { + return $this->_propDict["packageId"]; + } else { + return null; + } + } + + /** + * Sets the packageId + * The package identifier. + * + * @param string $val The packageId + * + * @return ManagedAndroidLobApp + */ + public function setPackageId($val) + { + $this->_propDict["packageId"] = $val; + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @return AndroidMinimumOperatingSystem The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\AndroidMinimumOperatingSystem")) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new AndroidMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @param AndroidMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return ManagedAndroidLobApp + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + + /** + * Gets the versionName + * The version name of managed Android Line of Business (LoB) app. + * + * @return string The versionName + */ + public function getVersionName() + { + if (array_key_exists("versionName", $this->_propDict)) { + return $this->_propDict["versionName"]; + } else { + return null; + } + } + + /** + * Sets the versionName + * The version name of managed Android Line of Business (LoB) app. + * + * @param string $val The versionName + * + * @return ManagedAndroidLobApp + */ + public function setVersionName($val) + { + $this->_propDict["versionName"] = $val; + return $this; + } + + /** + * Gets the versionCode + * The version code of managed Android Line of Business (LoB) app. + * + * @return string The versionCode + */ + public function getVersionCode() + { + if (array_key_exists("versionCode", $this->_propDict)) { + return $this->_propDict["versionCode"]; + } else { + return null; + } + } + + /** + * Sets the versionCode + * The version code of managed Android Line of Business (LoB) app. + * + * @param string $val The versionCode + * + * @return ManagedAndroidLobApp + */ + public function setVersionCode($val) + { + $this->_propDict["versionCode"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAndroidStoreApp.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAndroidStoreApp.php new file mode 100644 index 000000000..24b976c97 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAndroidStoreApp.php @@ -0,0 +1,120 @@ +_propDict)) { + return $this->_propDict["packageId"]; + } else { + return null; + } + } + + /** + * Sets the packageId + * The app's package ID. + * + * @param string $val The packageId + * + * @return ManagedAndroidStoreApp + */ + public function setPackageId($val) + { + $this->_propDict["packageId"] = $val; + return $this; + } + + /** + * Gets the appStoreUrl + * The Android AppStoreUrl. + * + * @return string The appStoreUrl + */ + public function getAppStoreUrl() + { + if (array_key_exists("appStoreUrl", $this->_propDict)) { + return $this->_propDict["appStoreUrl"]; + } else { + return null; + } + } + + /** + * Sets the appStoreUrl + * The Android AppStoreUrl. + * + * @param string $val The appStoreUrl + * + * @return ManagedAndroidStoreApp + */ + public function setAppStoreUrl($val) + { + $this->_propDict["appStoreUrl"] = $val; + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * The value for the minimum supported operating system. + * + * @return AndroidMinimumOperatingSystem The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\AndroidMinimumOperatingSystem")) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new AndroidMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * The value for the minimum supported operating system. + * + * @param AndroidMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return ManagedAndroidStoreApp + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedApp.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedApp.php new file mode 100644 index 000000000..848b56574 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedApp.php @@ -0,0 +1,91 @@ +_propDict)) { + if (is_a($this->_propDict["appAvailability"], "Microsoft\Graph\Model\ManagedAppAvailability")) { + return $this->_propDict["appAvailability"]; + } else { + $this->_propDict["appAvailability"] = new ManagedAppAvailability($this->_propDict["appAvailability"]); + return $this->_propDict["appAvailability"]; + } + } + return null; + } + + /** + * Sets the appAvailability + * The Application's availability. Possible values are: global, lineOfBusiness. + * + * @param ManagedAppAvailability $val The appAvailability + * + * @return ManagedApp + */ + public function setAppAvailability($val) + { + $this->_propDict["appAvailability"] = $val; + return $this; + } + + /** + * Gets the version + * The Application's version. + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * The Application's version. + * + * @param string $val The version + * + * @return ManagedApp + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppAvailability.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppAvailability.php new file mode 100644 index 000000000..9208fb0a7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppAvailability.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["customSettings"]; + } else { + return null; + } + } + + /** + * Sets the customSettings + * A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service + * + * @param KeyValuePair $val The customSettings + * + * @return ManagedAppConfiguration + */ + public function setCustomSettings($val) + { + $this->_propDict["customSettings"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppDataEncryptionType.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppDataEncryptionType.php new file mode 100644 index 000000000..d9530b212 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppDataEncryptionType.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["validationName"]; + } else { + return null; + } + } + + /** + * Sets the validationName + * The validation friendly name + * + * @param string $val The value of the validationName + * + * @return ManagedAppDiagnosticStatus + */ + public function setValidationName($val) + { + $this->_propDict["validationName"] = $val; + return $this; + } + /** + * Gets the state + * The state of the operation + * + * @return string The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * The state of the operation + * + * @param string $val The value of the state + * + * @return ManagedAppDiagnosticStatus + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + /** + * Gets the mitigationInstruction + * Instruction on how to mitigate a failed validation + * + * @return string The mitigationInstruction + */ + public function getMitigationInstruction() + { + if (array_key_exists("mitigationInstruction", $this->_propDict)) { + return $this->_propDict["mitigationInstruction"]; + } else { + return null; + } + } + + /** + * Sets the mitigationInstruction + * Instruction on how to mitigate a failed validation + * + * @param string $val The value of the mitigationInstruction + * + * @return ManagedAppDiagnosticStatus + */ + public function setMitigationInstruction($val) + { + $this->_propDict["mitigationInstruction"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppFlaggedReason.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppFlaggedReason.php new file mode 100644 index 000000000..7f4c5bf6e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppFlaggedReason.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The operation name. + * + * @param string $val The displayName + * + * @return ManagedAppOperation + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * The last time the app operation was modified. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * The last time the app operation was modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return ManagedAppOperation + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the state + * The current state of the operation + * + * @return string The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * The current state of the operation + * + * @param string $val The state + * + * @return ManagedAppOperation + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the entity. + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the entity. + * + * @param string $val The version + * + * @return ManagedAppOperation + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppPinCharacterSet.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppPinCharacterSet.php new file mode 100644 index 000000000..2ca414a8a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppPinCharacterSet.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Policy display name. + * + * @param string $val The displayName + * + * @return ManagedAppPolicy + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * The policy's description. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * The policy's description. + * + * @param string $val The description + * + * @return ManagedAppPolicy + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * The date and time the policy was created. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * The date and time the policy was created. + * + * @param \DateTime $val The createdDateTime + * + * @return ManagedAppPolicy + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Last time the policy was modified. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Last time the policy was modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return ManagedAppPolicy + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the entity. + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the entity. + * + * @param string $val The version + * + * @return ManagedAppPolicy + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppPolicyDeploymentSummary.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppPolicyDeploymentSummary.php new file mode 100644 index 000000000..2d1ef1936 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppPolicyDeploymentSummary.php @@ -0,0 +1,179 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Not yet documented + * + * @param string $val The displayName + * + * @return ManagedAppPolicyDeploymentSummary + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the configurationDeployedUserCount + * Not yet documented + * + * @return int The configurationDeployedUserCount + */ + public function getConfigurationDeployedUserCount() + { + if (array_key_exists("configurationDeployedUserCount", $this->_propDict)) { + return $this->_propDict["configurationDeployedUserCount"]; + } else { + return null; + } + } + + /** + * Sets the configurationDeployedUserCount + * Not yet documented + * + * @param int $val The configurationDeployedUserCount + * + * @return ManagedAppPolicyDeploymentSummary + */ + public function setConfigurationDeployedUserCount($val) + { + $this->_propDict["configurationDeployedUserCount"] = intval($val); + return $this; + } + + /** + * Gets the lastRefreshTime + * Not yet documented + * + * @return \DateTime The lastRefreshTime + */ + public function getLastRefreshTime() + { + if (array_key_exists("lastRefreshTime", $this->_propDict)) { + if (is_a($this->_propDict["lastRefreshTime"], "\DateTime")) { + return $this->_propDict["lastRefreshTime"]; + } else { + $this->_propDict["lastRefreshTime"] = new \DateTime($this->_propDict["lastRefreshTime"]); + return $this->_propDict["lastRefreshTime"]; + } + } + return null; + } + + /** + * Sets the lastRefreshTime + * Not yet documented + * + * @param \DateTime $val The lastRefreshTime + * + * @return ManagedAppPolicyDeploymentSummary + */ + public function setLastRefreshTime($val) + { + $this->_propDict["lastRefreshTime"] = $val; + return $this; + } + + + /** + * Gets the configurationDeploymentSummaryPerApp + * Not yet documented + * + * @return array The configurationDeploymentSummaryPerApp + */ + public function getConfigurationDeploymentSummaryPerApp() + { + if (array_key_exists("configurationDeploymentSummaryPerApp", $this->_propDict)) { + return $this->_propDict["configurationDeploymentSummaryPerApp"]; + } else { + return null; + } + } + + /** + * Sets the configurationDeploymentSummaryPerApp + * Not yet documented + * + * @param ManagedAppPolicyDeploymentSummaryPerApp $val The configurationDeploymentSummaryPerApp + * + * @return ManagedAppPolicyDeploymentSummary + */ + public function setConfigurationDeploymentSummaryPerApp($val) + { + $this->_propDict["configurationDeploymentSummaryPerApp"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the entity. + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the entity. + * + * @param string $val The version + * + * @return ManagedAppPolicyDeploymentSummary + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppPolicyDeploymentSummaryPerApp.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppPolicyDeploymentSummaryPerApp.php new file mode 100644 index 000000000..69e32608a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppPolicyDeploymentSummaryPerApp.php @@ -0,0 +1,89 @@ +_propDict)) { + if (is_a($this->_propDict["mobileAppIdentifier"], "Microsoft\Graph\Model\MobileAppIdentifier")) { + return $this->_propDict["mobileAppIdentifier"]; + } else { + $this->_propDict["mobileAppIdentifier"] = new MobileAppIdentifier($this->_propDict["mobileAppIdentifier"]); + return $this->_propDict["mobileAppIdentifier"]; + } + } + return null; + } + + /** + * Sets the mobileAppIdentifier + * Deployment of an app. + * + * @param MobileAppIdentifier $val The value to assign to the mobileAppIdentifier + * + * @return ManagedAppPolicyDeploymentSummaryPerApp The ManagedAppPolicyDeploymentSummaryPerApp + */ + public function setMobileAppIdentifier($val) + { + $this->_propDict["mobileAppIdentifier"] = $val; + return $this; + } + /** + * Gets the configurationAppliedUserCount + * Number of users the policy is applied. + * + * @return int The configurationAppliedUserCount + */ + public function getConfigurationAppliedUserCount() + { + if (array_key_exists("configurationAppliedUserCount", $this->_propDict)) { + return $this->_propDict["configurationAppliedUserCount"]; + } else { + return null; + } + } + + /** + * Sets the configurationAppliedUserCount + * Number of users the policy is applied. + * + * @param int $val The value of the configurationAppliedUserCount + * + * @return ManagedAppPolicyDeploymentSummaryPerApp + */ + public function setConfigurationAppliedUserCount($val) + { + $this->_propDict["configurationAppliedUserCount"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppProtection.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppProtection.php new file mode 100644 index 000000000..90340a8f0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppProtection.php @@ -0,0 +1,816 @@ +_propDict)) { + if (is_a($this->_propDict["periodOfflineBeforeAccessCheck"], "Microsoft\Graph\Model\Duration")) { + return $this->_propDict["periodOfflineBeforeAccessCheck"]; + } else { + $this->_propDict["periodOfflineBeforeAccessCheck"] = new Duration($this->_propDict["periodOfflineBeforeAccessCheck"]); + return $this->_propDict["periodOfflineBeforeAccessCheck"]; + } + } + return null; + } + + /** + * Sets the periodOfflineBeforeAccessCheck + * The period after which access is checked when the device is not connected to the internet. + * + * @param Duration $val The periodOfflineBeforeAccessCheck + * + * @return ManagedAppProtection + */ + public function setPeriodOfflineBeforeAccessCheck($val) + { + $this->_propDict["periodOfflineBeforeAccessCheck"] = $val; + return $this; + } + + /** + * Gets the periodOnlineBeforeAccessCheck + * The period after which access is checked when the device is connected to the internet. + * + * @return Duration The periodOnlineBeforeAccessCheck + */ + public function getPeriodOnlineBeforeAccessCheck() + { + if (array_key_exists("periodOnlineBeforeAccessCheck", $this->_propDict)) { + if (is_a($this->_propDict["periodOnlineBeforeAccessCheck"], "Microsoft\Graph\Model\Duration")) { + return $this->_propDict["periodOnlineBeforeAccessCheck"]; + } else { + $this->_propDict["periodOnlineBeforeAccessCheck"] = new Duration($this->_propDict["periodOnlineBeforeAccessCheck"]); + return $this->_propDict["periodOnlineBeforeAccessCheck"]; + } + } + return null; + } + + /** + * Sets the periodOnlineBeforeAccessCheck + * The period after which access is checked when the device is connected to the internet. + * + * @param Duration $val The periodOnlineBeforeAccessCheck + * + * @return ManagedAppProtection + */ + public function setPeriodOnlineBeforeAccessCheck($val) + { + $this->_propDict["periodOnlineBeforeAccessCheck"] = $val; + return $this; + } + + /** + * Gets the allowedInboundDataTransferSources + * Sources from which data is allowed to be transferred. Possible values are: allApps, managedApps, none. + * + * @return ManagedAppDataTransferLevel The allowedInboundDataTransferSources + */ + public function getAllowedInboundDataTransferSources() + { + if (array_key_exists("allowedInboundDataTransferSources", $this->_propDict)) { + if (is_a($this->_propDict["allowedInboundDataTransferSources"], "Microsoft\Graph\Model\ManagedAppDataTransferLevel")) { + return $this->_propDict["allowedInboundDataTransferSources"]; + } else { + $this->_propDict["allowedInboundDataTransferSources"] = new ManagedAppDataTransferLevel($this->_propDict["allowedInboundDataTransferSources"]); + return $this->_propDict["allowedInboundDataTransferSources"]; + } + } + return null; + } + + /** + * Sets the allowedInboundDataTransferSources + * Sources from which data is allowed to be transferred. Possible values are: allApps, managedApps, none. + * + * @param ManagedAppDataTransferLevel $val The allowedInboundDataTransferSources + * + * @return ManagedAppProtection + */ + public function setAllowedInboundDataTransferSources($val) + { + $this->_propDict["allowedInboundDataTransferSources"] = $val; + return $this; + } + + /** + * Gets the allowedOutboundDataTransferDestinations + * Destinations to which data is allowed to be transferred. Possible values are: allApps, managedApps, none. + * + * @return ManagedAppDataTransferLevel The allowedOutboundDataTransferDestinations + */ + public function getAllowedOutboundDataTransferDestinations() + { + if (array_key_exists("allowedOutboundDataTransferDestinations", $this->_propDict)) { + if (is_a($this->_propDict["allowedOutboundDataTransferDestinations"], "Microsoft\Graph\Model\ManagedAppDataTransferLevel")) { + return $this->_propDict["allowedOutboundDataTransferDestinations"]; + } else { + $this->_propDict["allowedOutboundDataTransferDestinations"] = new ManagedAppDataTransferLevel($this->_propDict["allowedOutboundDataTransferDestinations"]); + return $this->_propDict["allowedOutboundDataTransferDestinations"]; + } + } + return null; + } + + /** + * Sets the allowedOutboundDataTransferDestinations + * Destinations to which data is allowed to be transferred. Possible values are: allApps, managedApps, none. + * + * @param ManagedAppDataTransferLevel $val The allowedOutboundDataTransferDestinations + * + * @return ManagedAppProtection + */ + public function setAllowedOutboundDataTransferDestinations($val) + { + $this->_propDict["allowedOutboundDataTransferDestinations"] = $val; + return $this; + } + + /** + * Gets the organizationalCredentialsRequired + * Indicates whether organizational credentials are required for app use. + * + * @return bool The organizationalCredentialsRequired + */ + public function getOrganizationalCredentialsRequired() + { + if (array_key_exists("organizationalCredentialsRequired", $this->_propDict)) { + return $this->_propDict["organizationalCredentialsRequired"]; + } else { + return null; + } + } + + /** + * Sets the organizationalCredentialsRequired + * Indicates whether organizational credentials are required for app use. + * + * @param bool $val The organizationalCredentialsRequired + * + * @return ManagedAppProtection + */ + public function setOrganizationalCredentialsRequired($val) + { + $this->_propDict["organizationalCredentialsRequired"] = boolval($val); + return $this; + } + + /** + * Gets the allowedOutboundClipboardSharingLevel + * The level to which the clipboard may be shared between apps on the managed device. Possible values are: allApps, managedAppsWithPasteIn, managedApps, blocked. + * + * @return ManagedAppClipboardSharingLevel The allowedOutboundClipboardSharingLevel + */ + public function getAllowedOutboundClipboardSharingLevel() + { + if (array_key_exists("allowedOutboundClipboardSharingLevel", $this->_propDict)) { + if (is_a($this->_propDict["allowedOutboundClipboardSharingLevel"], "Microsoft\Graph\Model\ManagedAppClipboardSharingLevel")) { + return $this->_propDict["allowedOutboundClipboardSharingLevel"]; + } else { + $this->_propDict["allowedOutboundClipboardSharingLevel"] = new ManagedAppClipboardSharingLevel($this->_propDict["allowedOutboundClipboardSharingLevel"]); + return $this->_propDict["allowedOutboundClipboardSharingLevel"]; + } + } + return null; + } + + /** + * Sets the allowedOutboundClipboardSharingLevel + * The level to which the clipboard may be shared between apps on the managed device. Possible values are: allApps, managedAppsWithPasteIn, managedApps, blocked. + * + * @param ManagedAppClipboardSharingLevel $val The allowedOutboundClipboardSharingLevel + * + * @return ManagedAppProtection + */ + public function setAllowedOutboundClipboardSharingLevel($val) + { + $this->_propDict["allowedOutboundClipboardSharingLevel"] = $val; + return $this; + } + + /** + * Gets the dataBackupBlocked + * Indicates whether the backup of a managed app's data is blocked. + * + * @return bool The dataBackupBlocked + */ + public function getDataBackupBlocked() + { + if (array_key_exists("dataBackupBlocked", $this->_propDict)) { + return $this->_propDict["dataBackupBlocked"]; + } else { + return null; + } + } + + /** + * Sets the dataBackupBlocked + * Indicates whether the backup of a managed app's data is blocked. + * + * @param bool $val The dataBackupBlocked + * + * @return ManagedAppProtection + */ + public function setDataBackupBlocked($val) + { + $this->_propDict["dataBackupBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the deviceComplianceRequired + * Indicates whether device compliance is required. + * + * @return bool The deviceComplianceRequired + */ + public function getDeviceComplianceRequired() + { + if (array_key_exists("deviceComplianceRequired", $this->_propDict)) { + return $this->_propDict["deviceComplianceRequired"]; + } else { + return null; + } + } + + /** + * Sets the deviceComplianceRequired + * Indicates whether device compliance is required. + * + * @param bool $val The deviceComplianceRequired + * + * @return ManagedAppProtection + */ + public function setDeviceComplianceRequired($val) + { + $this->_propDict["deviceComplianceRequired"] = boolval($val); + return $this; + } + + /** + * Gets the managedBrowserToOpenLinksRequired + * Indicates whether internet links should be opened in the managed browser app. + * + * @return bool The managedBrowserToOpenLinksRequired + */ + public function getManagedBrowserToOpenLinksRequired() + { + if (array_key_exists("managedBrowserToOpenLinksRequired", $this->_propDict)) { + return $this->_propDict["managedBrowserToOpenLinksRequired"]; + } else { + return null; + } + } + + /** + * Sets the managedBrowserToOpenLinksRequired + * Indicates whether internet links should be opened in the managed browser app. + * + * @param bool $val The managedBrowserToOpenLinksRequired + * + * @return ManagedAppProtection + */ + public function setManagedBrowserToOpenLinksRequired($val) + { + $this->_propDict["managedBrowserToOpenLinksRequired"] = boolval($val); + return $this; + } + + /** + * Gets the saveAsBlocked + * Indicates whether users may use the 'Save As' menu item to save a copy of protected files. + * + * @return bool The saveAsBlocked + */ + public function getSaveAsBlocked() + { + if (array_key_exists("saveAsBlocked", $this->_propDict)) { + return $this->_propDict["saveAsBlocked"]; + } else { + return null; + } + } + + /** + * Sets the saveAsBlocked + * Indicates whether users may use the 'Save As' menu item to save a copy of protected files. + * + * @param bool $val The saveAsBlocked + * + * @return ManagedAppProtection + */ + public function setSaveAsBlocked($val) + { + $this->_propDict["saveAsBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the periodOfflineBeforeWipeIsEnforced + * The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped. + * + * @return Duration The periodOfflineBeforeWipeIsEnforced + */ + public function getPeriodOfflineBeforeWipeIsEnforced() + { + if (array_key_exists("periodOfflineBeforeWipeIsEnforced", $this->_propDict)) { + if (is_a($this->_propDict["periodOfflineBeforeWipeIsEnforced"], "Microsoft\Graph\Model\Duration")) { + return $this->_propDict["periodOfflineBeforeWipeIsEnforced"]; + } else { + $this->_propDict["periodOfflineBeforeWipeIsEnforced"] = new Duration($this->_propDict["periodOfflineBeforeWipeIsEnforced"]); + return $this->_propDict["periodOfflineBeforeWipeIsEnforced"]; + } + } + return null; + } + + /** + * Sets the periodOfflineBeforeWipeIsEnforced + * The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped. + * + * @param Duration $val The periodOfflineBeforeWipeIsEnforced + * + * @return ManagedAppProtection + */ + public function setPeriodOfflineBeforeWipeIsEnforced($val) + { + $this->_propDict["periodOfflineBeforeWipeIsEnforced"] = $val; + return $this; + } + + /** + * Gets the pinRequired + * Indicates whether an app-level pin is required. + * + * @return bool The pinRequired + */ + public function getPinRequired() + { + if (array_key_exists("pinRequired", $this->_propDict)) { + return $this->_propDict["pinRequired"]; + } else { + return null; + } + } + + /** + * Sets the pinRequired + * Indicates whether an app-level pin is required. + * + * @param bool $val The pinRequired + * + * @return ManagedAppProtection + */ + public function setPinRequired($val) + { + $this->_propDict["pinRequired"] = boolval($val); + return $this; + } + + /** + * Gets the maximumPinRetries + * Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped. + * + * @return int The maximumPinRetries + */ + public function getMaximumPinRetries() + { + if (array_key_exists("maximumPinRetries", $this->_propDict)) { + return $this->_propDict["maximumPinRetries"]; + } else { + return null; + } + } + + /** + * Sets the maximumPinRetries + * Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped. + * + * @param int $val The maximumPinRetries + * + * @return ManagedAppProtection + */ + public function setMaximumPinRetries($val) + { + $this->_propDict["maximumPinRetries"] = intval($val); + return $this; + } + + /** + * Gets the simplePinBlocked + * Indicates whether simplePin is blocked. + * + * @return bool The simplePinBlocked + */ + public function getSimplePinBlocked() + { + if (array_key_exists("simplePinBlocked", $this->_propDict)) { + return $this->_propDict["simplePinBlocked"]; + } else { + return null; + } + } + + /** + * Sets the simplePinBlocked + * Indicates whether simplePin is blocked. + * + * @param bool $val The simplePinBlocked + * + * @return ManagedAppProtection + */ + public function setSimplePinBlocked($val) + { + $this->_propDict["simplePinBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the minimumPinLength + * Minimum pin length required for an app-level pin if PinRequired is set to True + * + * @return int The minimumPinLength + */ + public function getMinimumPinLength() + { + if (array_key_exists("minimumPinLength", $this->_propDict)) { + return $this->_propDict["minimumPinLength"]; + } else { + return null; + } + } + + /** + * Sets the minimumPinLength + * Minimum pin length required for an app-level pin if PinRequired is set to True + * + * @param int $val The minimumPinLength + * + * @return ManagedAppProtection + */ + public function setMinimumPinLength($val) + { + $this->_propDict["minimumPinLength"] = intval($val); + return $this; + } + + /** + * Gets the pinCharacterSet + * Character set which may be used for an app-level pin if PinRequired is set to True. Possible values are: numeric, alphanumericAndSymbol. + * + * @return ManagedAppPinCharacterSet The pinCharacterSet + */ + public function getPinCharacterSet() + { + if (array_key_exists("pinCharacterSet", $this->_propDict)) { + if (is_a($this->_propDict["pinCharacterSet"], "Microsoft\Graph\Model\ManagedAppPinCharacterSet")) { + return $this->_propDict["pinCharacterSet"]; + } else { + $this->_propDict["pinCharacterSet"] = new ManagedAppPinCharacterSet($this->_propDict["pinCharacterSet"]); + return $this->_propDict["pinCharacterSet"]; + } + } + return null; + } + + /** + * Sets the pinCharacterSet + * Character set which may be used for an app-level pin if PinRequired is set to True. Possible values are: numeric, alphanumericAndSymbol. + * + * @param ManagedAppPinCharacterSet $val The pinCharacterSet + * + * @return ManagedAppProtection + */ + public function setPinCharacterSet($val) + { + $this->_propDict["pinCharacterSet"] = $val; + return $this; + } + + /** + * Gets the periodBeforePinReset + * TimePeriod before the all-level pin must be reset if PinRequired is set to True. + * + * @return Duration The periodBeforePinReset + */ + public function getPeriodBeforePinReset() + { + if (array_key_exists("periodBeforePinReset", $this->_propDict)) { + if (is_a($this->_propDict["periodBeforePinReset"], "Microsoft\Graph\Model\Duration")) { + return $this->_propDict["periodBeforePinReset"]; + } else { + $this->_propDict["periodBeforePinReset"] = new Duration($this->_propDict["periodBeforePinReset"]); + return $this->_propDict["periodBeforePinReset"]; + } + } + return null; + } + + /** + * Sets the periodBeforePinReset + * TimePeriod before the all-level pin must be reset if PinRequired is set to True. + * + * @param Duration $val The periodBeforePinReset + * + * @return ManagedAppProtection + */ + public function setPeriodBeforePinReset($val) + { + $this->_propDict["periodBeforePinReset"] = $val; + return $this; + } + + + /** + * Gets the allowedDataStorageLocations + * Data storage locations where a user may store managed data. + * + * @return array The allowedDataStorageLocations + */ + public function getAllowedDataStorageLocations() + { + if (array_key_exists("allowedDataStorageLocations", $this->_propDict)) { + return $this->_propDict["allowedDataStorageLocations"]; + } else { + return null; + } + } + + /** + * Sets the allowedDataStorageLocations + * Data storage locations where a user may store managed data. + * + * @param ManagedAppDataStorageLocation $val The allowedDataStorageLocations + * + * @return ManagedAppProtection + */ + public function setAllowedDataStorageLocations($val) + { + $this->_propDict["allowedDataStorageLocations"] = $val; + return $this; + } + + /** + * Gets the contactSyncBlocked + * Indicates whether contacts can be synced to the user's device. + * + * @return bool The contactSyncBlocked + */ + public function getContactSyncBlocked() + { + if (array_key_exists("contactSyncBlocked", $this->_propDict)) { + return $this->_propDict["contactSyncBlocked"]; + } else { + return null; + } + } + + /** + * Sets the contactSyncBlocked + * Indicates whether contacts can be synced to the user's device. + * + * @param bool $val The contactSyncBlocked + * + * @return ManagedAppProtection + */ + public function setContactSyncBlocked($val) + { + $this->_propDict["contactSyncBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the printBlocked + * Indicates whether printing is allowed from managed apps. + * + * @return bool The printBlocked + */ + public function getPrintBlocked() + { + if (array_key_exists("printBlocked", $this->_propDict)) { + return $this->_propDict["printBlocked"]; + } else { + return null; + } + } + + /** + * Sets the printBlocked + * Indicates whether printing is allowed from managed apps. + * + * @param bool $val The printBlocked + * + * @return ManagedAppProtection + */ + public function setPrintBlocked($val) + { + $this->_propDict["printBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the fingerprintBlocked + * Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True. + * + * @return bool The fingerprintBlocked + */ + public function getFingerprintBlocked() + { + if (array_key_exists("fingerprintBlocked", $this->_propDict)) { + return $this->_propDict["fingerprintBlocked"]; + } else { + return null; + } + } + + /** + * Sets the fingerprintBlocked + * Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True. + * + * @param bool $val The fingerprintBlocked + * + * @return ManagedAppProtection + */ + public function setFingerprintBlocked($val) + { + $this->_propDict["fingerprintBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the disableAppPinIfDevicePinIsSet + * Indicates whether use of the app pin is required if the device pin is set. + * + * @return bool The disableAppPinIfDevicePinIsSet + */ + public function getDisableAppPinIfDevicePinIsSet() + { + if (array_key_exists("disableAppPinIfDevicePinIsSet", $this->_propDict)) { + return $this->_propDict["disableAppPinIfDevicePinIsSet"]; + } else { + return null; + } + } + + /** + * Sets the disableAppPinIfDevicePinIsSet + * Indicates whether use of the app pin is required if the device pin is set. + * + * @param bool $val The disableAppPinIfDevicePinIsSet + * + * @return ManagedAppProtection + */ + public function setDisableAppPinIfDevicePinIsSet($val) + { + $this->_propDict["disableAppPinIfDevicePinIsSet"] = boolval($val); + return $this; + } + + /** + * Gets the minimumRequiredOsVersion + * Versions less than the specified version will block the managed app from accessing company data. + * + * @return string The minimumRequiredOsVersion + */ + public function getMinimumRequiredOsVersion() + { + if (array_key_exists("minimumRequiredOsVersion", $this->_propDict)) { + return $this->_propDict["minimumRequiredOsVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumRequiredOsVersion + * Versions less than the specified version will block the managed app from accessing company data. + * + * @param string $val The minimumRequiredOsVersion + * + * @return ManagedAppProtection + */ + public function setMinimumRequiredOsVersion($val) + { + $this->_propDict["minimumRequiredOsVersion"] = $val; + return $this; + } + + /** + * Gets the minimumWarningOsVersion + * Versions less than the specified version will result in warning message on the managed app from accessing company data. + * + * @return string The minimumWarningOsVersion + */ + public function getMinimumWarningOsVersion() + { + if (array_key_exists("minimumWarningOsVersion", $this->_propDict)) { + return $this->_propDict["minimumWarningOsVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumWarningOsVersion + * Versions less than the specified version will result in warning message on the managed app from accessing company data. + * + * @param string $val The minimumWarningOsVersion + * + * @return ManagedAppProtection + */ + public function setMinimumWarningOsVersion($val) + { + $this->_propDict["minimumWarningOsVersion"] = $val; + return $this; + } + + /** + * Gets the minimumRequiredAppVersion + * Versions less than the specified version will block the managed app from accessing company data. + * + * @return string The minimumRequiredAppVersion + */ + public function getMinimumRequiredAppVersion() + { + if (array_key_exists("minimumRequiredAppVersion", $this->_propDict)) { + return $this->_propDict["minimumRequiredAppVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumRequiredAppVersion + * Versions less than the specified version will block the managed app from accessing company data. + * + * @param string $val The minimumRequiredAppVersion + * + * @return ManagedAppProtection + */ + public function setMinimumRequiredAppVersion($val) + { + $this->_propDict["minimumRequiredAppVersion"] = $val; + return $this; + } + + /** + * Gets the minimumWarningAppVersion + * Versions less than the specified version will result in warning message on the managed app. + * + * @return string The minimumWarningAppVersion + */ + public function getMinimumWarningAppVersion() + { + if (array_key_exists("minimumWarningAppVersion", $this->_propDict)) { + return $this->_propDict["minimumWarningAppVersion"]; + } else { + return null; + } + } + + /** + * Sets the minimumWarningAppVersion + * Versions less than the specified version will result in warning message on the managed app. + * + * @param string $val The minimumWarningAppVersion + * + * @return ManagedAppProtection + */ + public function setMinimumWarningAppVersion($val) + { + $this->_propDict["minimumWarningAppVersion"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppRegistration.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppRegistration.php new file mode 100644 index 000000000..cb2028f54 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppRegistration.php @@ -0,0 +1,480 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Date and time of creation + * + * @param \DateTime $val The createdDateTime + * + * @return ManagedAppRegistration + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastSyncDateTime + * Date and time of last the app synced with management service. + * + * @return \DateTime The lastSyncDateTime + */ + public function getLastSyncDateTime() + { + if (array_key_exists("lastSyncDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastSyncDateTime"], "\DateTime")) { + return $this->_propDict["lastSyncDateTime"]; + } else { + $this->_propDict["lastSyncDateTime"] = new \DateTime($this->_propDict["lastSyncDateTime"]); + return $this->_propDict["lastSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the lastSyncDateTime + * Date and time of last the app synced with management service. + * + * @param \DateTime $val The lastSyncDateTime + * + * @return ManagedAppRegistration + */ + public function setLastSyncDateTime($val) + { + $this->_propDict["lastSyncDateTime"] = $val; + return $this; + } + + /** + * Gets the applicationVersion + * App version + * + * @return string The applicationVersion + */ + public function getApplicationVersion() + { + if (array_key_exists("applicationVersion", $this->_propDict)) { + return $this->_propDict["applicationVersion"]; + } else { + return null; + } + } + + /** + * Sets the applicationVersion + * App version + * + * @param string $val The applicationVersion + * + * @return ManagedAppRegistration + */ + public function setApplicationVersion($val) + { + $this->_propDict["applicationVersion"] = $val; + return $this; + } + + /** + * Gets the managementSdkVersion + * App management SDK version + * + * @return string The managementSdkVersion + */ + public function getManagementSdkVersion() + { + if (array_key_exists("managementSdkVersion", $this->_propDict)) { + return $this->_propDict["managementSdkVersion"]; + } else { + return null; + } + } + + /** + * Sets the managementSdkVersion + * App management SDK version + * + * @param string $val The managementSdkVersion + * + * @return ManagedAppRegistration + */ + public function setManagementSdkVersion($val) + { + $this->_propDict["managementSdkVersion"] = $val; + return $this; + } + + /** + * Gets the platformVersion + * Operating System version + * + * @return string The platformVersion + */ + public function getPlatformVersion() + { + if (array_key_exists("platformVersion", $this->_propDict)) { + return $this->_propDict["platformVersion"]; + } else { + return null; + } + } + + /** + * Sets the platformVersion + * Operating System version + * + * @param string $val The platformVersion + * + * @return ManagedAppRegistration + */ + public function setPlatformVersion($val) + { + $this->_propDict["platformVersion"] = $val; + return $this; + } + + /** + * Gets the deviceType + * Host device type + * + * @return string The deviceType + */ + public function getDeviceType() + { + if (array_key_exists("deviceType", $this->_propDict)) { + return $this->_propDict["deviceType"]; + } else { + return null; + } + } + + /** + * Sets the deviceType + * Host device type + * + * @param string $val The deviceType + * + * @return ManagedAppRegistration + */ + public function setDeviceType($val) + { + $this->_propDict["deviceType"] = $val; + return $this; + } + + /** + * Gets the deviceTag + * App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions. + * + * @return string The deviceTag + */ + public function getDeviceTag() + { + if (array_key_exists("deviceTag", $this->_propDict)) { + return $this->_propDict["deviceTag"]; + } else { + return null; + } + } + + /** + * Sets the deviceTag + * App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions. + * + * @param string $val The deviceTag + * + * @return ManagedAppRegistration + */ + public function setDeviceTag($val) + { + $this->_propDict["deviceTag"] = $val; + return $this; + } + + /** + * Gets the deviceName + * Host device name + * + * @return string The deviceName + */ + public function getDeviceName() + { + if (array_key_exists("deviceName", $this->_propDict)) { + return $this->_propDict["deviceName"]; + } else { + return null; + } + } + + /** + * Sets the deviceName + * Host device name + * + * @param string $val The deviceName + * + * @return ManagedAppRegistration + */ + public function setDeviceName($val) + { + $this->_propDict["deviceName"] = $val; + return $this; + } + + + /** + * Gets the flaggedReasons + * Zero or more reasons an app registration is flagged. E.g. app running on rooted device + * + * @return array The flaggedReasons + */ + public function getFlaggedReasons() + { + if (array_key_exists("flaggedReasons", $this->_propDict)) { + return $this->_propDict["flaggedReasons"]; + } else { + return null; + } + } + + /** + * Sets the flaggedReasons + * Zero or more reasons an app registration is flagged. E.g. app running on rooted device + * + * @param ManagedAppFlaggedReason $val The flaggedReasons + * + * @return ManagedAppRegistration + */ + public function setFlaggedReasons($val) + { + $this->_propDict["flaggedReasons"] = $val; + return $this; + } + + /** + * Gets the userId + * The user Id to who this app registration belongs. + * + * @return string The userId + */ + public function getUserId() + { + if (array_key_exists("userId", $this->_propDict)) { + return $this->_propDict["userId"]; + } else { + return null; + } + } + + /** + * Sets the userId + * The user Id to who this app registration belongs. + * + * @param string $val The userId + * + * @return ManagedAppRegistration + */ + public function setUserId($val) + { + $this->_propDict["userId"] = $val; + return $this; + } + + /** + * Gets the appIdentifier + * The app package Identifier + * + * @return MobileAppIdentifier The appIdentifier + */ + public function getAppIdentifier() + { + if (array_key_exists("appIdentifier", $this->_propDict)) { + if (is_a($this->_propDict["appIdentifier"], "Microsoft\Graph\Model\MobileAppIdentifier")) { + return $this->_propDict["appIdentifier"]; + } else { + $this->_propDict["appIdentifier"] = new MobileAppIdentifier($this->_propDict["appIdentifier"]); + return $this->_propDict["appIdentifier"]; + } + } + return null; + } + + /** + * Sets the appIdentifier + * The app package Identifier + * + * @param MobileAppIdentifier $val The appIdentifier + * + * @return ManagedAppRegistration + */ + public function setAppIdentifier($val) + { + $this->_propDict["appIdentifier"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the entity. + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the entity. + * + * @param string $val The version + * + * @return ManagedAppRegistration + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + + + /** + * Gets the appliedPolicies + * Zero or more policys already applied on the registered app when it last synchronized with managment service. + * + * @return array The appliedPolicies + */ + public function getAppliedPolicies() + { + if (array_key_exists("appliedPolicies", $this->_propDict)) { + return $this->_propDict["appliedPolicies"]; + } else { + return null; + } + } + + /** + * Sets the appliedPolicies + * Zero or more policys already applied on the registered app when it last synchronized with managment service. + * + * @param ManagedAppPolicy $val The appliedPolicies + * + * @return ManagedAppRegistration + */ + public function setAppliedPolicies($val) + { + $this->_propDict["appliedPolicies"] = $val; + return $this; + } + + + /** + * Gets the intendedPolicies + * Zero or more policies admin intended for the app as of now. + * + * @return array The intendedPolicies + */ + public function getIntendedPolicies() + { + if (array_key_exists("intendedPolicies", $this->_propDict)) { + return $this->_propDict["intendedPolicies"]; + } else { + return null; + } + } + + /** + * Sets the intendedPolicies + * Zero or more policies admin intended for the app as of now. + * + * @param ManagedAppPolicy $val The intendedPolicies + * + * @return ManagedAppRegistration + */ + public function setIntendedPolicies($val) + { + $this->_propDict["intendedPolicies"] = $val; + return $this; + } + + + /** + * Gets the operations + * Zero or more long running operations triggered on the app registration. + * + * @return array The operations + */ + public function getOperations() + { + if (array_key_exists("operations", $this->_propDict)) { + return $this->_propDict["operations"]; + } else { + return null; + } + } + + /** + * Sets the operations + * Zero or more long running operations triggered on the app registration. + * + * @param ManagedAppOperation $val The operations + * + * @return ManagedAppRegistration + */ + public function setOperations($val) + { + $this->_propDict["operations"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppStatus.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppStatus.php new file mode 100644 index 000000000..6184ff531 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppStatus.php @@ -0,0 +1,87 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Friendly name of the status report. + * + * @param string $val The displayName + * + * @return ManagedAppStatus + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the entity. + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the entity. + * + * @param string $val The version + * + * @return ManagedAppStatus + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedAppStatusRaw.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppStatusRaw.php new file mode 100644 index 000000000..28f758070 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedAppStatusRaw.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["content"]; + } else { + return null; + } + } + + /** + * Sets the content + * Status report content. + * + * @param string $val The content + * + * @return ManagedAppStatusRaw + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedDevice.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedDevice.php new file mode 100644 index 000000000..fed8f87be --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedDevice.php @@ -0,0 +1,1517 @@ +_propDict)) { + return $this->_propDict["userId"]; + } else { + return null; + } + } + + /** + * Sets the userId + * Unique Identifier for the user associated with the device + * + * @param string $val The userId + * + * @return ManagedDevice + */ + public function setUserId($val) + { + $this->_propDict["userId"] = $val; + return $this; + } + + /** + * Gets the deviceName + * Name of the device + * + * @return string The deviceName + */ + public function getDeviceName() + { + if (array_key_exists("deviceName", $this->_propDict)) { + return $this->_propDict["deviceName"]; + } else { + return null; + } + } + + /** + * Sets the deviceName + * Name of the device + * + * @param string $val The deviceName + * + * @return ManagedDevice + */ + public function setDeviceName($val) + { + $this->_propDict["deviceName"] = $val; + return $this; + } + + /** + * Gets the managedDeviceOwnerType + * Ownership of the device. Can be 'company' or 'personal'. Possible values are: unknown, company, personal. + * + * @return ManagedDeviceOwnerType The managedDeviceOwnerType + */ + public function getManagedDeviceOwnerType() + { + if (array_key_exists("managedDeviceOwnerType", $this->_propDict)) { + if (is_a($this->_propDict["managedDeviceOwnerType"], "Microsoft\Graph\Model\ManagedDeviceOwnerType")) { + return $this->_propDict["managedDeviceOwnerType"]; + } else { + $this->_propDict["managedDeviceOwnerType"] = new ManagedDeviceOwnerType($this->_propDict["managedDeviceOwnerType"]); + return $this->_propDict["managedDeviceOwnerType"]; + } + } + return null; + } + + /** + * Sets the managedDeviceOwnerType + * Ownership of the device. Can be 'company' or 'personal'. Possible values are: unknown, company, personal. + * + * @param ManagedDeviceOwnerType $val The managedDeviceOwnerType + * + * @return ManagedDevice + */ + public function setManagedDeviceOwnerType($val) + { + $this->_propDict["managedDeviceOwnerType"] = $val; + return $this; + } + + + /** + * Gets the deviceActionResults + * List of ComplexType deviceActionResult objects. + * + * @return array The deviceActionResults + */ + public function getDeviceActionResults() + { + if (array_key_exists("deviceActionResults", $this->_propDict)) { + return $this->_propDict["deviceActionResults"]; + } else { + return null; + } + } + + /** + * Sets the deviceActionResults + * List of ComplexType deviceActionResult objects. + * + * @param DeviceActionResult $val The deviceActionResults + * + * @return ManagedDevice + */ + public function setDeviceActionResults($val) + { + $this->_propDict["deviceActionResults"] = $val; + return $this; + } + + /** + * Gets the enrolledDateTime + * Enrollment time of the device. + * + * @return \DateTime The enrolledDateTime + */ + public function getEnrolledDateTime() + { + if (array_key_exists("enrolledDateTime", $this->_propDict)) { + if (is_a($this->_propDict["enrolledDateTime"], "\DateTime")) { + return $this->_propDict["enrolledDateTime"]; + } else { + $this->_propDict["enrolledDateTime"] = new \DateTime($this->_propDict["enrolledDateTime"]); + return $this->_propDict["enrolledDateTime"]; + } + } + return null; + } + + /** + * Sets the enrolledDateTime + * Enrollment time of the device. + * + * @param \DateTime $val The enrolledDateTime + * + * @return ManagedDevice + */ + public function setEnrolledDateTime($val) + { + $this->_propDict["enrolledDateTime"] = $val; + return $this; + } + + /** + * Gets the lastSyncDateTime + * The date and time that the device last completed a successful sync with Intune. + * + * @return \DateTime The lastSyncDateTime + */ + public function getLastSyncDateTime() + { + if (array_key_exists("lastSyncDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastSyncDateTime"], "\DateTime")) { + return $this->_propDict["lastSyncDateTime"]; + } else { + $this->_propDict["lastSyncDateTime"] = new \DateTime($this->_propDict["lastSyncDateTime"]); + return $this->_propDict["lastSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the lastSyncDateTime + * The date and time that the device last completed a successful sync with Intune. + * + * @param \DateTime $val The lastSyncDateTime + * + * @return ManagedDevice + */ + public function setLastSyncDateTime($val) + { + $this->_propDict["lastSyncDateTime"] = $val; + return $this; + } + + /** + * Gets the operatingSystem + * Operating system of the device. Windows, iOS, etc. + * + * @return string The operatingSystem + */ + public function getOperatingSystem() + { + if (array_key_exists("operatingSystem", $this->_propDict)) { + return $this->_propDict["operatingSystem"]; + } else { + return null; + } + } + + /** + * Sets the operatingSystem + * Operating system of the device. Windows, iOS, etc. + * + * @param string $val The operatingSystem + * + * @return ManagedDevice + */ + public function setOperatingSystem($val) + { + $this->_propDict["operatingSystem"] = $val; + return $this; + } + + /** + * Gets the complianceState + * Compliance state of the device. Possible values are: unknown, compliant, noncompliant, conflict, error, inGracePeriod, configManager. + * + * @return ComplianceState The complianceState + */ + public function getComplianceState() + { + if (array_key_exists("complianceState", $this->_propDict)) { + if (is_a($this->_propDict["complianceState"], "Microsoft\Graph\Model\ComplianceState")) { + return $this->_propDict["complianceState"]; + } else { + $this->_propDict["complianceState"] = new ComplianceState($this->_propDict["complianceState"]); + return $this->_propDict["complianceState"]; + } + } + return null; + } + + /** + * Sets the complianceState + * Compliance state of the device. Possible values are: unknown, compliant, noncompliant, conflict, error, inGracePeriod, configManager. + * + * @param ComplianceState $val The complianceState + * + * @return ManagedDevice + */ + public function setComplianceState($val) + { + $this->_propDict["complianceState"] = $val; + return $this; + } + + /** + * Gets the jailBroken + * whether the device is jail broken or rooted. + * + * @return string The jailBroken + */ + public function getJailBroken() + { + if (array_key_exists("jailBroken", $this->_propDict)) { + return $this->_propDict["jailBroken"]; + } else { + return null; + } + } + + /** + * Sets the jailBroken + * whether the device is jail broken or rooted. + * + * @param string $val The jailBroken + * + * @return ManagedDevice + */ + public function setJailBroken($val) + { + $this->_propDict["jailBroken"] = $val; + return $this; + } + + /** + * Gets the managementAgent + * Management channel of the device. Intune, EAS, etc. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. + * + * @return ManagementAgentType The managementAgent + */ + public function getManagementAgent() + { + if (array_key_exists("managementAgent", $this->_propDict)) { + if (is_a($this->_propDict["managementAgent"], "Microsoft\Graph\Model\ManagementAgentType")) { + return $this->_propDict["managementAgent"]; + } else { + $this->_propDict["managementAgent"] = new ManagementAgentType($this->_propDict["managementAgent"]); + return $this->_propDict["managementAgent"]; + } + } + return null; + } + + /** + * Sets the managementAgent + * Management channel of the device. Intune, EAS, etc. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. + * + * @param ManagementAgentType $val The managementAgent + * + * @return ManagedDevice + */ + public function setManagementAgent($val) + { + $this->_propDict["managementAgent"] = $val; + return $this; + } + + /** + * Gets the osVersion + * Operating system version of the device. + * + * @return string The osVersion + */ + public function getOsVersion() + { + if (array_key_exists("osVersion", $this->_propDict)) { + return $this->_propDict["osVersion"]; + } else { + return null; + } + } + + /** + * Sets the osVersion + * Operating system version of the device. + * + * @param string $val The osVersion + * + * @return ManagedDevice + */ + public function setOsVersion($val) + { + $this->_propDict["osVersion"] = $val; + return $this; + } + + /** + * Gets the easActivated + * Whether the device is Exchange ActiveSync activated. + * + * @return bool The easActivated + */ + public function getEasActivated() + { + if (array_key_exists("easActivated", $this->_propDict)) { + return $this->_propDict["easActivated"]; + } else { + return null; + } + } + + /** + * Sets the easActivated + * Whether the device is Exchange ActiveSync activated. + * + * @param bool $val The easActivated + * + * @return ManagedDevice + */ + public function setEasActivated($val) + { + $this->_propDict["easActivated"] = boolval($val); + return $this; + } + + /** + * Gets the easDeviceId + * Exchange ActiveSync Id of the device. + * + * @return string The easDeviceId + */ + public function getEasDeviceId() + { + if (array_key_exists("easDeviceId", $this->_propDict)) { + return $this->_propDict["easDeviceId"]; + } else { + return null; + } + } + + /** + * Sets the easDeviceId + * Exchange ActiveSync Id of the device. + * + * @param string $val The easDeviceId + * + * @return ManagedDevice + */ + public function setEasDeviceId($val) + { + $this->_propDict["easDeviceId"] = $val; + return $this; + } + + /** + * Gets the easActivationDateTime + * Exchange ActivationSync activation time of the device. + * + * @return \DateTime The easActivationDateTime + */ + public function getEasActivationDateTime() + { + if (array_key_exists("easActivationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["easActivationDateTime"], "\DateTime")) { + return $this->_propDict["easActivationDateTime"]; + } else { + $this->_propDict["easActivationDateTime"] = new \DateTime($this->_propDict["easActivationDateTime"]); + return $this->_propDict["easActivationDateTime"]; + } + } + return null; + } + + /** + * Sets the easActivationDateTime + * Exchange ActivationSync activation time of the device. + * + * @param \DateTime $val The easActivationDateTime + * + * @return ManagedDevice + */ + public function setEasActivationDateTime($val) + { + $this->_propDict["easActivationDateTime"] = $val; + return $this; + } + + /** + * Gets the azureADRegistered + * Whether the device is Azure Active Directory registered. + * + * @return bool The azureADRegistered + */ + public function getAzureADRegistered() + { + if (array_key_exists("azureADRegistered", $this->_propDict)) { + return $this->_propDict["azureADRegistered"]; + } else { + return null; + } + } + + /** + * Sets the azureADRegistered + * Whether the device is Azure Active Directory registered. + * + * @param bool $val The azureADRegistered + * + * @return ManagedDevice + */ + public function setAzureADRegistered($val) + { + $this->_propDict["azureADRegistered"] = boolval($val); + return $this; + } + + /** + * Gets the deviceEnrollmentType + * Enrollment type of the device. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement. + * + * @return DeviceEnrollmentType The deviceEnrollmentType + */ + public function getDeviceEnrollmentType() + { + if (array_key_exists("deviceEnrollmentType", $this->_propDict)) { + if (is_a($this->_propDict["deviceEnrollmentType"], "Microsoft\Graph\Model\DeviceEnrollmentType")) { + return $this->_propDict["deviceEnrollmentType"]; + } else { + $this->_propDict["deviceEnrollmentType"] = new DeviceEnrollmentType($this->_propDict["deviceEnrollmentType"]); + return $this->_propDict["deviceEnrollmentType"]; + } + } + return null; + } + + /** + * Sets the deviceEnrollmentType + * Enrollment type of the device. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement. + * + * @param DeviceEnrollmentType $val The deviceEnrollmentType + * + * @return ManagedDevice + */ + public function setDeviceEnrollmentType($val) + { + $this->_propDict["deviceEnrollmentType"] = $val; + return $this; + } + + /** + * Gets the activationLockBypassCode + * Code that allows the Activation Lock on a device to be bypassed. + * + * @return string The activationLockBypassCode + */ + public function getActivationLockBypassCode() + { + if (array_key_exists("activationLockBypassCode", $this->_propDict)) { + return $this->_propDict["activationLockBypassCode"]; + } else { + return null; + } + } + + /** + * Sets the activationLockBypassCode + * Code that allows the Activation Lock on a device to be bypassed. + * + * @param string $val The activationLockBypassCode + * + * @return ManagedDevice + */ + public function setActivationLockBypassCode($val) + { + $this->_propDict["activationLockBypassCode"] = $val; + return $this; + } + + /** + * Gets the emailAddress + * Email(s) for the user associated with the device + * + * @return string The emailAddress + */ + public function getEmailAddress() + { + if (array_key_exists("emailAddress", $this->_propDict)) { + return $this->_propDict["emailAddress"]; + } else { + return null; + } + } + + /** + * Sets the emailAddress + * Email(s) for the user associated with the device + * + * @param string $val The emailAddress + * + * @return ManagedDevice + */ + public function setEmailAddress($val) + { + $this->_propDict["emailAddress"] = $val; + return $this; + } + + /** + * Gets the azureADDeviceId + * The unique identifier for the Azure Active Directory device. Read only. + * + * @return string The azureADDeviceId + */ + public function getAzureADDeviceId() + { + if (array_key_exists("azureADDeviceId", $this->_propDict)) { + return $this->_propDict["azureADDeviceId"]; + } else { + return null; + } + } + + /** + * Sets the azureADDeviceId + * The unique identifier for the Azure Active Directory device. Read only. + * + * @param string $val The azureADDeviceId + * + * @return ManagedDevice + */ + public function setAzureADDeviceId($val) + { + $this->_propDict["azureADDeviceId"] = $val; + return $this; + } + + /** + * Gets the deviceRegistrationState + * Device registration state. Possible values are: notRegistered, registered, revoked, keyConflict, approvalPending, certificateReset, notRegisteredPendingEnrollment, unknown. + * + * @return DeviceRegistrationState The deviceRegistrationState + */ + public function getDeviceRegistrationState() + { + if (array_key_exists("deviceRegistrationState", $this->_propDict)) { + if (is_a($this->_propDict["deviceRegistrationState"], "Microsoft\Graph\Model\DeviceRegistrationState")) { + return $this->_propDict["deviceRegistrationState"]; + } else { + $this->_propDict["deviceRegistrationState"] = new DeviceRegistrationState($this->_propDict["deviceRegistrationState"]); + return $this->_propDict["deviceRegistrationState"]; + } + } + return null; + } + + /** + * Sets the deviceRegistrationState + * Device registration state. Possible values are: notRegistered, registered, revoked, keyConflict, approvalPending, certificateReset, notRegisteredPendingEnrollment, unknown. + * + * @param DeviceRegistrationState $val The deviceRegistrationState + * + * @return ManagedDevice + */ + public function setDeviceRegistrationState($val) + { + $this->_propDict["deviceRegistrationState"] = $val; + return $this; + } + + /** + * Gets the deviceCategoryDisplayName + * Device category display name + * + * @return string The deviceCategoryDisplayName + */ + public function getDeviceCategoryDisplayName() + { + if (array_key_exists("deviceCategoryDisplayName", $this->_propDict)) { + return $this->_propDict["deviceCategoryDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the deviceCategoryDisplayName + * Device category display name + * + * @param string $val The deviceCategoryDisplayName + * + * @return ManagedDevice + */ + public function setDeviceCategoryDisplayName($val) + { + $this->_propDict["deviceCategoryDisplayName"] = $val; + return $this; + } + + /** + * Gets the isSupervised + * Device supervised status + * + * @return bool The isSupervised + */ + public function getIsSupervised() + { + if (array_key_exists("isSupervised", $this->_propDict)) { + return $this->_propDict["isSupervised"]; + } else { + return null; + } + } + + /** + * Sets the isSupervised + * Device supervised status + * + * @param bool $val The isSupervised + * + * @return ManagedDevice + */ + public function setIsSupervised($val) + { + $this->_propDict["isSupervised"] = boolval($val); + return $this; + } + + /** + * Gets the exchangeLastSuccessfulSyncDateTime + * Last time the device contacted Exchange. + * + * @return \DateTime The exchangeLastSuccessfulSyncDateTime + */ + public function getExchangeLastSuccessfulSyncDateTime() + { + if (array_key_exists("exchangeLastSuccessfulSyncDateTime", $this->_propDict)) { + if (is_a($this->_propDict["exchangeLastSuccessfulSyncDateTime"], "\DateTime")) { + return $this->_propDict["exchangeLastSuccessfulSyncDateTime"]; + } else { + $this->_propDict["exchangeLastSuccessfulSyncDateTime"] = new \DateTime($this->_propDict["exchangeLastSuccessfulSyncDateTime"]); + return $this->_propDict["exchangeLastSuccessfulSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the exchangeLastSuccessfulSyncDateTime + * Last time the device contacted Exchange. + * + * @param \DateTime $val The exchangeLastSuccessfulSyncDateTime + * + * @return ManagedDevice + */ + public function setExchangeLastSuccessfulSyncDateTime($val) + { + $this->_propDict["exchangeLastSuccessfulSyncDateTime"] = $val; + return $this; + } + + /** + * Gets the exchangeAccessState + * The Access State of the device in Exchange. Possible values are: none, unknown, allowed, blocked, quarantined. + * + * @return DeviceManagementExchangeAccessState The exchangeAccessState + */ + public function getExchangeAccessState() + { + if (array_key_exists("exchangeAccessState", $this->_propDict)) { + if (is_a($this->_propDict["exchangeAccessState"], "Microsoft\Graph\Model\DeviceManagementExchangeAccessState")) { + return $this->_propDict["exchangeAccessState"]; + } else { + $this->_propDict["exchangeAccessState"] = new DeviceManagementExchangeAccessState($this->_propDict["exchangeAccessState"]); + return $this->_propDict["exchangeAccessState"]; + } + } + return null; + } + + /** + * Sets the exchangeAccessState + * The Access State of the device in Exchange. Possible values are: none, unknown, allowed, blocked, quarantined. + * + * @param DeviceManagementExchangeAccessState $val The exchangeAccessState + * + * @return ManagedDevice + */ + public function setExchangeAccessState($val) + { + $this->_propDict["exchangeAccessState"] = $val; + return $this; + } + + /** + * Gets the exchangeAccessStateReason + * The reason for the device's access state in Exchange. Possible values are: none, unknown, exchangeGlobalRule, exchangeIndividualRule, exchangeDeviceRule, exchangeUpgrade, exchangeMailboxPolicy, other, compliant, notCompliant, notEnrolled, unknownLocation, mfaRequired, azureADBlockDueToAccessPolicy, compromisedPassword, deviceNotKnownWithManagedApp. + * + * @return DeviceManagementExchangeAccessStateReason The exchangeAccessStateReason + */ + public function getExchangeAccessStateReason() + { + if (array_key_exists("exchangeAccessStateReason", $this->_propDict)) { + if (is_a($this->_propDict["exchangeAccessStateReason"], "Microsoft\Graph\Model\DeviceManagementExchangeAccessStateReason")) { + return $this->_propDict["exchangeAccessStateReason"]; + } else { + $this->_propDict["exchangeAccessStateReason"] = new DeviceManagementExchangeAccessStateReason($this->_propDict["exchangeAccessStateReason"]); + return $this->_propDict["exchangeAccessStateReason"]; + } + } + return null; + } + + /** + * Sets the exchangeAccessStateReason + * The reason for the device's access state in Exchange. Possible values are: none, unknown, exchangeGlobalRule, exchangeIndividualRule, exchangeDeviceRule, exchangeUpgrade, exchangeMailboxPolicy, other, compliant, notCompliant, notEnrolled, unknownLocation, mfaRequired, azureADBlockDueToAccessPolicy, compromisedPassword, deviceNotKnownWithManagedApp. + * + * @param DeviceManagementExchangeAccessStateReason $val The exchangeAccessStateReason + * + * @return ManagedDevice + */ + public function setExchangeAccessStateReason($val) + { + $this->_propDict["exchangeAccessStateReason"] = $val; + return $this; + } + + /** + * Gets the remoteAssistanceSessionUrl + * Url that allows a Remote Assistance session to be established with the device. + * + * @return string The remoteAssistanceSessionUrl + */ + public function getRemoteAssistanceSessionUrl() + { + if (array_key_exists("remoteAssistanceSessionUrl", $this->_propDict)) { + return $this->_propDict["remoteAssistanceSessionUrl"]; + } else { + return null; + } + } + + /** + * Sets the remoteAssistanceSessionUrl + * Url that allows a Remote Assistance session to be established with the device. + * + * @param string $val The remoteAssistanceSessionUrl + * + * @return ManagedDevice + */ + public function setRemoteAssistanceSessionUrl($val) + { + $this->_propDict["remoteAssistanceSessionUrl"] = $val; + return $this; + } + + /** + * Gets the remoteAssistanceSessionErrorDetails + * An error string that identifies issues when creating Remote Assistance session objects. + * + * @return string The remoteAssistanceSessionErrorDetails + */ + public function getRemoteAssistanceSessionErrorDetails() + { + if (array_key_exists("remoteAssistanceSessionErrorDetails", $this->_propDict)) { + return $this->_propDict["remoteAssistanceSessionErrorDetails"]; + } else { + return null; + } + } + + /** + * Sets the remoteAssistanceSessionErrorDetails + * An error string that identifies issues when creating Remote Assistance session objects. + * + * @param string $val The remoteAssistanceSessionErrorDetails + * + * @return ManagedDevice + */ + public function setRemoteAssistanceSessionErrorDetails($val) + { + $this->_propDict["remoteAssistanceSessionErrorDetails"] = $val; + return $this; + } + + /** + * Gets the isEncrypted + * Device encryption status + * + * @return bool The isEncrypted + */ + public function getIsEncrypted() + { + if (array_key_exists("isEncrypted", $this->_propDict)) { + return $this->_propDict["isEncrypted"]; + } else { + return null; + } + } + + /** + * Sets the isEncrypted + * Device encryption status + * + * @param bool $val The isEncrypted + * + * @return ManagedDevice + */ + public function setIsEncrypted($val) + { + $this->_propDict["isEncrypted"] = boolval($val); + return $this; + } + + /** + * Gets the userPrincipalName + * Device user principal name + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * Device user principal name + * + * @param string $val The userPrincipalName + * + * @return ManagedDevice + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + + /** + * Gets the model + * Model of the device + * + * @return string The model + */ + public function getModel() + { + if (array_key_exists("model", $this->_propDict)) { + return $this->_propDict["model"]; + } else { + return null; + } + } + + /** + * Sets the model + * Model of the device + * + * @param string $val The model + * + * @return ManagedDevice + */ + public function setModel($val) + { + $this->_propDict["model"] = $val; + return $this; + } + + /** + * Gets the manufacturer + * Manufacturer of the device + * + * @return string The manufacturer + */ + public function getManufacturer() + { + if (array_key_exists("manufacturer", $this->_propDict)) { + return $this->_propDict["manufacturer"]; + } else { + return null; + } + } + + /** + * Sets the manufacturer + * Manufacturer of the device + * + * @param string $val The manufacturer + * + * @return ManagedDevice + */ + public function setManufacturer($val) + { + $this->_propDict["manufacturer"] = $val; + return $this; + } + + /** + * Gets the imei + * IMEI + * + * @return string The imei + */ + public function getImei() + { + if (array_key_exists("imei", $this->_propDict)) { + return $this->_propDict["imei"]; + } else { + return null; + } + } + + /** + * Sets the imei + * IMEI + * + * @param string $val The imei + * + * @return ManagedDevice + */ + public function setImei($val) + { + $this->_propDict["imei"] = $val; + return $this; + } + + /** + * Gets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @return \DateTime The complianceGracePeriodExpirationDateTime + */ + public function getComplianceGracePeriodExpirationDateTime() + { + if (array_key_exists("complianceGracePeriodExpirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["complianceGracePeriodExpirationDateTime"], "\DateTime")) { + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } else { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = new \DateTime($this->_propDict["complianceGracePeriodExpirationDateTime"]); + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } + } + return null; + } + + /** + * Sets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @param \DateTime $val The complianceGracePeriodExpirationDateTime + * + * @return ManagedDevice + */ + public function setComplianceGracePeriodExpirationDateTime($val) + { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = $val; + return $this; + } + + /** + * Gets the serialNumber + * SerialNumber + * + * @return string The serialNumber + */ + public function getSerialNumber() + { + if (array_key_exists("serialNumber", $this->_propDict)) { + return $this->_propDict["serialNumber"]; + } else { + return null; + } + } + + /** + * Sets the serialNumber + * SerialNumber + * + * @param string $val The serialNumber + * + * @return ManagedDevice + */ + public function setSerialNumber($val) + { + $this->_propDict["serialNumber"] = $val; + return $this; + } + + /** + * Gets the phoneNumber + * Phone number of the device + * + * @return string The phoneNumber + */ + public function getPhoneNumber() + { + if (array_key_exists("phoneNumber", $this->_propDict)) { + return $this->_propDict["phoneNumber"]; + } else { + return null; + } + } + + /** + * Sets the phoneNumber + * Phone number of the device + * + * @param string $val The phoneNumber + * + * @return ManagedDevice + */ + public function setPhoneNumber($val) + { + $this->_propDict["phoneNumber"] = $val; + return $this; + } + + /** + * Gets the androidSecurityPatchLevel + * Android security patch level + * + * @return string The androidSecurityPatchLevel + */ + public function getAndroidSecurityPatchLevel() + { + if (array_key_exists("androidSecurityPatchLevel", $this->_propDict)) { + return $this->_propDict["androidSecurityPatchLevel"]; + } else { + return null; + } + } + + /** + * Sets the androidSecurityPatchLevel + * Android security patch level + * + * @param string $val The androidSecurityPatchLevel + * + * @return ManagedDevice + */ + public function setAndroidSecurityPatchLevel($val) + { + $this->_propDict["androidSecurityPatchLevel"] = $val; + return $this; + } + + /** + * Gets the userDisplayName + * User display name + * + * @return string The userDisplayName + */ + public function getUserDisplayName() + { + if (array_key_exists("userDisplayName", $this->_propDict)) { + return $this->_propDict["userDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the userDisplayName + * User display name + * + * @param string $val The userDisplayName + * + * @return ManagedDevice + */ + public function setUserDisplayName($val) + { + $this->_propDict["userDisplayName"] = $val; + return $this; + } + + /** + * Gets the configurationManagerClientEnabledFeatures + * ConfigrMgr client enabled features + * + * @return ConfigurationManagerClientEnabledFeatures The configurationManagerClientEnabledFeatures + */ + public function getConfigurationManagerClientEnabledFeatures() + { + if (array_key_exists("configurationManagerClientEnabledFeatures", $this->_propDict)) { + if (is_a($this->_propDict["configurationManagerClientEnabledFeatures"], "Microsoft\Graph\Model\ConfigurationManagerClientEnabledFeatures")) { + return $this->_propDict["configurationManagerClientEnabledFeatures"]; + } else { + $this->_propDict["configurationManagerClientEnabledFeatures"] = new ConfigurationManagerClientEnabledFeatures($this->_propDict["configurationManagerClientEnabledFeatures"]); + return $this->_propDict["configurationManagerClientEnabledFeatures"]; + } + } + return null; + } + + /** + * Sets the configurationManagerClientEnabledFeatures + * ConfigrMgr client enabled features + * + * @param ConfigurationManagerClientEnabledFeatures $val The configurationManagerClientEnabledFeatures + * + * @return ManagedDevice + */ + public function setConfigurationManagerClientEnabledFeatures($val) + { + $this->_propDict["configurationManagerClientEnabledFeatures"] = $val; + return $this; + } + + /** + * Gets the wiFiMacAddress + * Wi-Fi MAC + * + * @return string The wiFiMacAddress + */ + public function getWiFiMacAddress() + { + if (array_key_exists("wiFiMacAddress", $this->_propDict)) { + return $this->_propDict["wiFiMacAddress"]; + } else { + return null; + } + } + + /** + * Sets the wiFiMacAddress + * Wi-Fi MAC + * + * @param string $val The wiFiMacAddress + * + * @return ManagedDevice + */ + public function setWiFiMacAddress($val) + { + $this->_propDict["wiFiMacAddress"] = $val; + return $this; + } + + /** + * Gets the deviceHealthAttestationState + * The device health attestation state. + * + * @return DeviceHealthAttestationState The deviceHealthAttestationState + */ + public function getDeviceHealthAttestationState() + { + if (array_key_exists("deviceHealthAttestationState", $this->_propDict)) { + if (is_a($this->_propDict["deviceHealthAttestationState"], "Microsoft\Graph\Model\DeviceHealthAttestationState")) { + return $this->_propDict["deviceHealthAttestationState"]; + } else { + $this->_propDict["deviceHealthAttestationState"] = new DeviceHealthAttestationState($this->_propDict["deviceHealthAttestationState"]); + return $this->_propDict["deviceHealthAttestationState"]; + } + } + return null; + } + + /** + * Sets the deviceHealthAttestationState + * The device health attestation state. + * + * @param DeviceHealthAttestationState $val The deviceHealthAttestationState + * + * @return ManagedDevice + */ + public function setDeviceHealthAttestationState($val) + { + $this->_propDict["deviceHealthAttestationState"] = $val; + return $this; + } + + /** + * Gets the subscriberCarrier + * Subscriber Carrier + * + * @return string The subscriberCarrier + */ + public function getSubscriberCarrier() + { + if (array_key_exists("subscriberCarrier", $this->_propDict)) { + return $this->_propDict["subscriberCarrier"]; + } else { + return null; + } + } + + /** + * Sets the subscriberCarrier + * Subscriber Carrier + * + * @param string $val The subscriberCarrier + * + * @return ManagedDevice + */ + public function setSubscriberCarrier($val) + { + $this->_propDict["subscriberCarrier"] = $val; + return $this; + } + + /** + * Gets the meid + * MEID + * + * @return string The meid + */ + public function getMeid() + { + if (array_key_exists("meid", $this->_propDict)) { + return $this->_propDict["meid"]; + } else { + return null; + } + } + + /** + * Sets the meid + * MEID + * + * @param string $val The meid + * + * @return ManagedDevice + */ + public function setMeid($val) + { + $this->_propDict["meid"] = $val; + return $this; + } + + /** + * Gets the totalStorageSpaceInBytes + * Total Storage in Bytes + * + * @return int The totalStorageSpaceInBytes + */ + public function getTotalStorageSpaceInBytes() + { + if (array_key_exists("totalStorageSpaceInBytes", $this->_propDict)) { + return $this->_propDict["totalStorageSpaceInBytes"]; + } else { + return null; + } + } + + /** + * Sets the totalStorageSpaceInBytes + * Total Storage in Bytes + * + * @param int $val The totalStorageSpaceInBytes + * + * @return ManagedDevice + */ + public function setTotalStorageSpaceInBytes($val) + { + $this->_propDict["totalStorageSpaceInBytes"] = intval($val); + return $this; + } + + /** + * Gets the freeStorageSpaceInBytes + * Free Storage in Bytes + * + * @return int The freeStorageSpaceInBytes + */ + public function getFreeStorageSpaceInBytes() + { + if (array_key_exists("freeStorageSpaceInBytes", $this->_propDict)) { + return $this->_propDict["freeStorageSpaceInBytes"]; + } else { + return null; + } + } + + /** + * Sets the freeStorageSpaceInBytes + * Free Storage in Bytes + * + * @param int $val The freeStorageSpaceInBytes + * + * @return ManagedDevice + */ + public function setFreeStorageSpaceInBytes($val) + { + $this->_propDict["freeStorageSpaceInBytes"] = intval($val); + return $this; + } + + /** + * Gets the managedDeviceName + * Automatically generated name to identify a device. Can be overwritten to a user friendly name. + * + * @return string The managedDeviceName + */ + public function getManagedDeviceName() + { + if (array_key_exists("managedDeviceName", $this->_propDict)) { + return $this->_propDict["managedDeviceName"]; + } else { + return null; + } + } + + /** + * Sets the managedDeviceName + * Automatically generated name to identify a device. Can be overwritten to a user friendly name. + * + * @param string $val The managedDeviceName + * + * @return ManagedDevice + */ + public function setManagedDeviceName($val) + { + $this->_propDict["managedDeviceName"] = $val; + return $this; + } + + /** + * Gets the partnerReportedThreatState + * Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only. Possible values are: unknown, activated, deactivated, secured, lowSeverity, mediumSeverity, highSeverity, unresponsive, compromised, misconfigured. + * + * @return ManagedDevicePartnerReportedHealthState The partnerReportedThreatState + */ + public function getPartnerReportedThreatState() + { + if (array_key_exists("partnerReportedThreatState", $this->_propDict)) { + if (is_a($this->_propDict["partnerReportedThreatState"], "Microsoft\Graph\Model\ManagedDevicePartnerReportedHealthState")) { + return $this->_propDict["partnerReportedThreatState"]; + } else { + $this->_propDict["partnerReportedThreatState"] = new ManagedDevicePartnerReportedHealthState($this->_propDict["partnerReportedThreatState"]); + return $this->_propDict["partnerReportedThreatState"]; + } + } + return null; + } + + /** + * Sets the partnerReportedThreatState + * Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only. Possible values are: unknown, activated, deactivated, secured, lowSeverity, mediumSeverity, highSeverity, unresponsive, compromised, misconfigured. + * + * @param ManagedDevicePartnerReportedHealthState $val The partnerReportedThreatState + * + * @return ManagedDevice + */ + public function setPartnerReportedThreatState($val) + { + $this->_propDict["partnerReportedThreatState"] = $val; + return $this; + } + + + /** + * Gets the deviceConfigurationStates + * Device configuration states for this device. + * + * @return array The deviceConfigurationStates + */ + public function getDeviceConfigurationStates() + { + if (array_key_exists("deviceConfigurationStates", $this->_propDict)) { + return $this->_propDict["deviceConfigurationStates"]; + } else { + return null; + } + } + + /** + * Sets the deviceConfigurationStates + * Device configuration states for this device. + * + * @param DeviceConfigurationState $val The deviceConfigurationStates + * + * @return ManagedDevice + */ + public function setDeviceConfigurationStates($val) + { + $this->_propDict["deviceConfigurationStates"] = $val; + return $this; + } + + + /** + * Gets the deviceCompliancePolicyStates + * Device compliance policy states for this device. + * + * @return array The deviceCompliancePolicyStates + */ + public function getDeviceCompliancePolicyStates() + { + if (array_key_exists("deviceCompliancePolicyStates", $this->_propDict)) { + return $this->_propDict["deviceCompliancePolicyStates"]; + } else { + return null; + } + } + + /** + * Sets the deviceCompliancePolicyStates + * Device compliance policy states for this device. + * + * @param DeviceCompliancePolicyState $val The deviceCompliancePolicyStates + * + * @return ManagedDevice + */ + public function setDeviceCompliancePolicyStates($val) + { + $this->_propDict["deviceCompliancePolicyStates"] = $val; + return $this; + } + + /** + * Gets the deviceCategory + * Device category + * + * @return DeviceCategory The deviceCategory + */ + public function getDeviceCategory() + { + if (array_key_exists("deviceCategory", $this->_propDict)) { + if (is_a($this->_propDict["deviceCategory"], "Microsoft\Graph\Model\DeviceCategory")) { + return $this->_propDict["deviceCategory"]; + } else { + $this->_propDict["deviceCategory"] = new DeviceCategory($this->_propDict["deviceCategory"]); + return $this->_propDict["deviceCategory"]; + } + } + return null; + } + + /** + * Sets the deviceCategory + * Device category + * + * @param DeviceCategory $val The deviceCategory + * + * @return ManagedDevice + */ + public function setDeviceCategory($val) + { + $this->_propDict["deviceCategory"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfiguration.php new file mode 100644 index 000000000..f8e2d19b1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfiguration.php @@ -0,0 +1,367 @@ +_propDict)) { + return $this->_propDict["targetedMobileApps"]; + } else { + return null; + } + } + + /** + * Sets the targetedMobileApps + * the associated app. + * + * @param string $val The targetedMobileApps + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setTargetedMobileApps($val) + { + $this->_propDict["targetedMobileApps"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * DateTime the object was created. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * DateTime the object was created. + * + * @param \DateTime $val The createdDateTime + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the description + * Admin provided description of the Device Configuration. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Admin provided description of the Device Configuration. + * + * @param string $val The description + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * DateTime the object was last modified. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * DateTime the object was last modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the displayName + * Admin provided name of the device configuration. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Admin provided name of the device configuration. + * + * @param string $val The displayName + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the device configuration. + * + * @return int The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the device configuration. + * + * @param int $val The version + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setVersion($val) + { + $this->_propDict["version"] = intval($val); + return $this; + } + + + /** + * Gets the assignments + * The list of group assignemenets for app configration. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * The list of group assignemenets for app configration. + * + * @param ManagedDeviceMobileAppConfigurationAssignment $val The assignments + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + + + /** + * Gets the deviceStatuses + * List of ManagedDeviceMobileAppConfigurationDeviceStatus. + * + * @return array The deviceStatuses + */ + public function getDeviceStatuses() + { + if (array_key_exists("deviceStatuses", $this->_propDict)) { + return $this->_propDict["deviceStatuses"]; + } else { + return null; + } + } + + /** + * Sets the deviceStatuses + * List of ManagedDeviceMobileAppConfigurationDeviceStatus. + * + * @param ManagedDeviceMobileAppConfigurationDeviceStatus $val The deviceStatuses + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setDeviceStatuses($val) + { + $this->_propDict["deviceStatuses"] = $val; + return $this; + } + + + /** + * Gets the userStatuses + * List of ManagedDeviceMobileAppConfigurationUserStatus. + * + * @return array The userStatuses + */ + public function getUserStatuses() + { + if (array_key_exists("userStatuses", $this->_propDict)) { + return $this->_propDict["userStatuses"]; + } else { + return null; + } + } + + /** + * Sets the userStatuses + * List of ManagedDeviceMobileAppConfigurationUserStatus. + * + * @param ManagedDeviceMobileAppConfigurationUserStatus $val The userStatuses + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setUserStatuses($val) + { + $this->_propDict["userStatuses"] = $val; + return $this; + } + + /** + * Gets the deviceStatusSummary + * App configuration device status summary. + * + * @return ManagedDeviceMobileAppConfigurationDeviceSummary The deviceStatusSummary + */ + public function getDeviceStatusSummary() + { + if (array_key_exists("deviceStatusSummary", $this->_propDict)) { + if (is_a($this->_propDict["deviceStatusSummary"], "Microsoft\Graph\Model\ManagedDeviceMobileAppConfigurationDeviceSummary")) { + return $this->_propDict["deviceStatusSummary"]; + } else { + $this->_propDict["deviceStatusSummary"] = new ManagedDeviceMobileAppConfigurationDeviceSummary($this->_propDict["deviceStatusSummary"]); + return $this->_propDict["deviceStatusSummary"]; + } + } + return null; + } + + /** + * Sets the deviceStatusSummary + * App configuration device status summary. + * + * @param ManagedDeviceMobileAppConfigurationDeviceSummary $val The deviceStatusSummary + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setDeviceStatusSummary($val) + { + $this->_propDict["deviceStatusSummary"] = $val; + return $this; + } + + /** + * Gets the userStatusSummary + * App configuration user status summary. + * + * @return ManagedDeviceMobileAppConfigurationUserSummary The userStatusSummary + */ + public function getUserStatusSummary() + { + if (array_key_exists("userStatusSummary", $this->_propDict)) { + if (is_a($this->_propDict["userStatusSummary"], "Microsoft\Graph\Model\ManagedDeviceMobileAppConfigurationUserSummary")) { + return $this->_propDict["userStatusSummary"]; + } else { + $this->_propDict["userStatusSummary"] = new ManagedDeviceMobileAppConfigurationUserSummary($this->_propDict["userStatusSummary"]); + return $this->_propDict["userStatusSummary"]; + } + } + return null; + } + + /** + * Sets the userStatusSummary + * App configuration user status summary. + * + * @param ManagedDeviceMobileAppConfigurationUserSummary $val The userStatusSummary + * + * @return ManagedDeviceMobileAppConfiguration + */ + public function setUserStatusSummary($val) + { + $this->_propDict["userStatusSummary"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationAssignment.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationAssignment.php new file mode 100644 index 000000000..08a889f7e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationAssignment.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["target"], "Microsoft\Graph\Model\DeviceAndAppManagementAssignmentTarget")) { + return $this->_propDict["target"]; + } else { + $this->_propDict["target"] = new DeviceAndAppManagementAssignmentTarget($this->_propDict["target"]); + return $this->_propDict["target"]; + } + } + return null; + } + + /** + * Sets the target + * Assignment target that the T&C policy is assigned to. + * + * @param DeviceAndAppManagementAssignmentTarget $val The target + * + * @return ManagedDeviceMobileAppConfigurationAssignment + */ + public function setTarget($val) + { + $this->_propDict["target"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php new file mode 100644 index 000000000..35e50771d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationDeviceStatus.php @@ -0,0 +1,244 @@ +_propDict)) { + return $this->_propDict["deviceDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the deviceDisplayName + * Device name of the DevicePolicyStatus. + * + * @param string $val The deviceDisplayName + * + * @return ManagedDeviceMobileAppConfigurationDeviceStatus + */ + public function setDeviceDisplayName($val) + { + $this->_propDict["deviceDisplayName"] = $val; + return $this; + } + + /** + * Gets the userName + * The User Name that is being reported + * + * @return string The userName + */ + public function getUserName() + { + if (array_key_exists("userName", $this->_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * The User Name that is being reported + * + * @param string $val The userName + * + * @return ManagedDeviceMobileAppConfigurationDeviceStatus + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } + + /** + * Gets the deviceModel + * The device model that is being reported + * + * @return string The deviceModel + */ + public function getDeviceModel() + { + if (array_key_exists("deviceModel", $this->_propDict)) { + return $this->_propDict["deviceModel"]; + } else { + return null; + } + } + + /** + * Sets the deviceModel + * The device model that is being reported + * + * @param string $val The deviceModel + * + * @return ManagedDeviceMobileAppConfigurationDeviceStatus + */ + public function setDeviceModel($val) + { + $this->_propDict["deviceModel"] = $val; + return $this; + } + + /** + * Gets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @return \DateTime The complianceGracePeriodExpirationDateTime + */ + public function getComplianceGracePeriodExpirationDateTime() + { + if (array_key_exists("complianceGracePeriodExpirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["complianceGracePeriodExpirationDateTime"], "\DateTime")) { + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } else { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = new \DateTime($this->_propDict["complianceGracePeriodExpirationDateTime"]); + return $this->_propDict["complianceGracePeriodExpirationDateTime"]; + } + } + return null; + } + + /** + * Sets the complianceGracePeriodExpirationDateTime + * The DateTime when device compliance grace period expires + * + * @param \DateTime $val The complianceGracePeriodExpirationDateTime + * + * @return ManagedDeviceMobileAppConfigurationDeviceStatus + */ + public function setComplianceGracePeriodExpirationDateTime($val) + { + $this->_propDict["complianceGracePeriodExpirationDateTime"] = $val; + return $this; + } + + /** + * Gets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new ComplianceStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The status + * + * @return ManagedDeviceMobileAppConfigurationDeviceStatus + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @return \DateTime The lastReportedDateTime + */ + public function getLastReportedDateTime() + { + if (array_key_exists("lastReportedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastReportedDateTime"], "\DateTime")) { + return $this->_propDict["lastReportedDateTime"]; + } else { + $this->_propDict["lastReportedDateTime"] = new \DateTime($this->_propDict["lastReportedDateTime"]); + return $this->_propDict["lastReportedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @param \DateTime $val The lastReportedDateTime + * + * @return ManagedDeviceMobileAppConfigurationDeviceStatus + */ + public function setLastReportedDateTime($val) + { + $this->_propDict["lastReportedDateTime"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * UserPrincipalName. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * UserPrincipalName. + * + * @param string $val The userPrincipalName + * + * @return ManagedDeviceMobileAppConfigurationDeviceStatus + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationDeviceSummary.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationDeviceSummary.php new file mode 100644 index 000000000..deabc851f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationDeviceSummary.php @@ -0,0 +1,236 @@ +_propDict)) { + return $this->_propDict["pendingCount"]; + } else { + return null; + } + } + + /** + * Sets the pendingCount + * Number of pending devices + * + * @param int $val The pendingCount + * + * @return ManagedDeviceMobileAppConfigurationDeviceSummary + */ + public function setPendingCount($val) + { + $this->_propDict["pendingCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableCount + * Number of not applicable devices + * + * @return int The notApplicableCount + */ + public function getNotApplicableCount() + { + if (array_key_exists("notApplicableCount", $this->_propDict)) { + return $this->_propDict["notApplicableCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableCount + * Number of not applicable devices + * + * @param int $val The notApplicableCount + * + * @return ManagedDeviceMobileAppConfigurationDeviceSummary + */ + public function setNotApplicableCount($val) + { + $this->_propDict["notApplicableCount"] = intval($val); + return $this; + } + + /** + * Gets the successCount + * Number of succeeded devices + * + * @return int The successCount + */ + public function getSuccessCount() + { + if (array_key_exists("successCount", $this->_propDict)) { + return $this->_propDict["successCount"]; + } else { + return null; + } + } + + /** + * Sets the successCount + * Number of succeeded devices + * + * @param int $val The successCount + * + * @return ManagedDeviceMobileAppConfigurationDeviceSummary + */ + public function setSuccessCount($val) + { + $this->_propDict["successCount"] = intval($val); + return $this; + } + + /** + * Gets the errorCount + * Number of error devices + * + * @return int The errorCount + */ + public function getErrorCount() + { + if (array_key_exists("errorCount", $this->_propDict)) { + return $this->_propDict["errorCount"]; + } else { + return null; + } + } + + /** + * Sets the errorCount + * Number of error devices + * + * @param int $val The errorCount + * + * @return ManagedDeviceMobileAppConfigurationDeviceSummary + */ + public function setErrorCount($val) + { + $this->_propDict["errorCount"] = intval($val); + return $this; + } + + /** + * Gets the failedCount + * Number of failed devices + * + * @return int The failedCount + */ + public function getFailedCount() + { + if (array_key_exists("failedCount", $this->_propDict)) { + return $this->_propDict["failedCount"]; + } else { + return null; + } + } + + /** + * Sets the failedCount + * Number of failed devices + * + * @param int $val The failedCount + * + * @return ManagedDeviceMobileAppConfigurationDeviceSummary + */ + public function setFailedCount($val) + { + $this->_propDict["failedCount"] = intval($val); + return $this; + } + + /** + * Gets the lastUpdateDateTime + * Last update time + * + * @return \DateTime The lastUpdateDateTime + */ + public function getLastUpdateDateTime() + { + if (array_key_exists("lastUpdateDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastUpdateDateTime"], "\DateTime")) { + return $this->_propDict["lastUpdateDateTime"]; + } else { + $this->_propDict["lastUpdateDateTime"] = new \DateTime($this->_propDict["lastUpdateDateTime"]); + return $this->_propDict["lastUpdateDateTime"]; + } + } + return null; + } + + /** + * Sets the lastUpdateDateTime + * Last update time + * + * @param \DateTime $val The lastUpdateDateTime + * + * @return ManagedDeviceMobileAppConfigurationDeviceSummary + */ + public function setLastUpdateDateTime($val) + { + $this->_propDict["lastUpdateDateTime"] = $val; + return $this; + } + + /** + * Gets the configurationVersion + * Version of the policy for that overview + * + * @return int The configurationVersion + */ + public function getConfigurationVersion() + { + if (array_key_exists("configurationVersion", $this->_propDict)) { + return $this->_propDict["configurationVersion"]; + } else { + return null; + } + } + + /** + * Sets the configurationVersion + * Version of the policy for that overview + * + * @param int $val The configurationVersion + * + * @return ManagedDeviceMobileAppConfigurationDeviceSummary + */ + public function setConfigurationVersion($val) + { + $this->_propDict["configurationVersion"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationUserStatus.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationUserStatus.php new file mode 100644 index 000000000..be8971476 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationUserStatus.php @@ -0,0 +1,182 @@ +_propDict)) { + return $this->_propDict["userDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the userDisplayName + * User name of the DevicePolicyStatus. + * + * @param string $val The userDisplayName + * + * @return ManagedDeviceMobileAppConfigurationUserStatus + */ + public function setUserDisplayName($val) + { + $this->_propDict["userDisplayName"] = $val; + return $this; + } + + /** + * Gets the devicesCount + * Devices count for that user. + * + * @return int The devicesCount + */ + public function getDevicesCount() + { + if (array_key_exists("devicesCount", $this->_propDict)) { + return $this->_propDict["devicesCount"]; + } else { + return null; + } + } + + /** + * Sets the devicesCount + * Devices count for that user. + * + * @param int $val The devicesCount + * + * @return ManagedDeviceMobileAppConfigurationUserStatus + */ + public function setDevicesCount($val) + { + $this->_propDict["devicesCount"] = intval($val); + return $this; + } + + /** + * Gets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @return ComplianceStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\ComplianceStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new ComplianceStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. + * + * @param ComplianceStatus $val The status + * + * @return ManagedDeviceMobileAppConfigurationUserStatus + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @return \DateTime The lastReportedDateTime + */ + public function getLastReportedDateTime() + { + if (array_key_exists("lastReportedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastReportedDateTime"], "\DateTime")) { + return $this->_propDict["lastReportedDateTime"]; + } else { + $this->_propDict["lastReportedDateTime"] = new \DateTime($this->_propDict["lastReportedDateTime"]); + return $this->_propDict["lastReportedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastReportedDateTime + * Last modified date time of the policy report. + * + * @param \DateTime $val The lastReportedDateTime + * + * @return ManagedDeviceMobileAppConfigurationUserStatus + */ + public function setLastReportedDateTime($val) + { + $this->_propDict["lastReportedDateTime"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * UserPrincipalName. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * UserPrincipalName. + * + * @param string $val The userPrincipalName + * + * @return ManagedDeviceMobileAppConfigurationUserStatus + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationUserSummary.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationUserSummary.php new file mode 100644 index 000000000..1a68024e5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceMobileAppConfigurationUserSummary.php @@ -0,0 +1,236 @@ +_propDict)) { + return $this->_propDict["pendingCount"]; + } else { + return null; + } + } + + /** + * Sets the pendingCount + * Number of pending Users + * + * @param int $val The pendingCount + * + * @return ManagedDeviceMobileAppConfigurationUserSummary + */ + public function setPendingCount($val) + { + $this->_propDict["pendingCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableCount + * Number of not applicable users + * + * @return int The notApplicableCount + */ + public function getNotApplicableCount() + { + if (array_key_exists("notApplicableCount", $this->_propDict)) { + return $this->_propDict["notApplicableCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableCount + * Number of not applicable users + * + * @param int $val The notApplicableCount + * + * @return ManagedDeviceMobileAppConfigurationUserSummary + */ + public function setNotApplicableCount($val) + { + $this->_propDict["notApplicableCount"] = intval($val); + return $this; + } + + /** + * Gets the successCount + * Number of succeeded Users + * + * @return int The successCount + */ + public function getSuccessCount() + { + if (array_key_exists("successCount", $this->_propDict)) { + return $this->_propDict["successCount"]; + } else { + return null; + } + } + + /** + * Sets the successCount + * Number of succeeded Users + * + * @param int $val The successCount + * + * @return ManagedDeviceMobileAppConfigurationUserSummary + */ + public function setSuccessCount($val) + { + $this->_propDict["successCount"] = intval($val); + return $this; + } + + /** + * Gets the errorCount + * Number of error Users + * + * @return int The errorCount + */ + public function getErrorCount() + { + if (array_key_exists("errorCount", $this->_propDict)) { + return $this->_propDict["errorCount"]; + } else { + return null; + } + } + + /** + * Sets the errorCount + * Number of error Users + * + * @param int $val The errorCount + * + * @return ManagedDeviceMobileAppConfigurationUserSummary + */ + public function setErrorCount($val) + { + $this->_propDict["errorCount"] = intval($val); + return $this; + } + + /** + * Gets the failedCount + * Number of failed Users + * + * @return int The failedCount + */ + public function getFailedCount() + { + if (array_key_exists("failedCount", $this->_propDict)) { + return $this->_propDict["failedCount"]; + } else { + return null; + } + } + + /** + * Sets the failedCount + * Number of failed Users + * + * @param int $val The failedCount + * + * @return ManagedDeviceMobileAppConfigurationUserSummary + */ + public function setFailedCount($val) + { + $this->_propDict["failedCount"] = intval($val); + return $this; + } + + /** + * Gets the lastUpdateDateTime + * Last update time + * + * @return \DateTime The lastUpdateDateTime + */ + public function getLastUpdateDateTime() + { + if (array_key_exists("lastUpdateDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastUpdateDateTime"], "\DateTime")) { + return $this->_propDict["lastUpdateDateTime"]; + } else { + $this->_propDict["lastUpdateDateTime"] = new \DateTime($this->_propDict["lastUpdateDateTime"]); + return $this->_propDict["lastUpdateDateTime"]; + } + } + return null; + } + + /** + * Sets the lastUpdateDateTime + * Last update time + * + * @param \DateTime $val The lastUpdateDateTime + * + * @return ManagedDeviceMobileAppConfigurationUserSummary + */ + public function setLastUpdateDateTime($val) + { + $this->_propDict["lastUpdateDateTime"] = $val; + return $this; + } + + /** + * Gets the configurationVersion + * Version of the policy for that overview + * + * @return int The configurationVersion + */ + public function getConfigurationVersion() + { + if (array_key_exists("configurationVersion", $this->_propDict)) { + return $this->_propDict["configurationVersion"]; + } else { + return null; + } + } + + /** + * Sets the configurationVersion + * Version of the policy for that overview + * + * @param int $val The configurationVersion + * + * @return ManagedDeviceMobileAppConfigurationUserSummary + */ + public function setConfigurationVersion($val) + { + $this->_propDict["configurationVersion"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceOverview.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceOverview.php new file mode 100644 index 000000000..17dc9e6d7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceOverview.php @@ -0,0 +1,182 @@ +_propDict)) { + return $this->_propDict["enrolledDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the enrolledDeviceCount + * Total enrolled device count. Does not include PC devices managed via Intune PC Agent + * + * @param int $val The enrolledDeviceCount + * + * @return ManagedDeviceOverview + */ + public function setEnrolledDeviceCount($val) + { + $this->_propDict["enrolledDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the mdmEnrolledCount + * The number of devices enrolled in MDM + * + * @return int The mdmEnrolledCount + */ + public function getMdmEnrolledCount() + { + if (array_key_exists("mdmEnrolledCount", $this->_propDict)) { + return $this->_propDict["mdmEnrolledCount"]; + } else { + return null; + } + } + + /** + * Sets the mdmEnrolledCount + * The number of devices enrolled in MDM + * + * @param int $val The mdmEnrolledCount + * + * @return ManagedDeviceOverview + */ + public function setMdmEnrolledCount($val) + { + $this->_propDict["mdmEnrolledCount"] = intval($val); + return $this; + } + + /** + * Gets the dualEnrolledDeviceCount + * The number of devices enrolled in both MDM and EAS + * + * @return int The dualEnrolledDeviceCount + */ + public function getDualEnrolledDeviceCount() + { + if (array_key_exists("dualEnrolledDeviceCount", $this->_propDict)) { + return $this->_propDict["dualEnrolledDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the dualEnrolledDeviceCount + * The number of devices enrolled in both MDM and EAS + * + * @param int $val The dualEnrolledDeviceCount + * + * @return ManagedDeviceOverview + */ + public function setDualEnrolledDeviceCount($val) + { + $this->_propDict["dualEnrolledDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the deviceOperatingSystemSummary + * Device operating system summary. + * + * @return DeviceOperatingSystemSummary The deviceOperatingSystemSummary + */ + public function getDeviceOperatingSystemSummary() + { + if (array_key_exists("deviceOperatingSystemSummary", $this->_propDict)) { + if (is_a($this->_propDict["deviceOperatingSystemSummary"], "Microsoft\Graph\Model\DeviceOperatingSystemSummary")) { + return $this->_propDict["deviceOperatingSystemSummary"]; + } else { + $this->_propDict["deviceOperatingSystemSummary"] = new DeviceOperatingSystemSummary($this->_propDict["deviceOperatingSystemSummary"]); + return $this->_propDict["deviceOperatingSystemSummary"]; + } + } + return null; + } + + /** + * Sets the deviceOperatingSystemSummary + * Device operating system summary. + * + * @param DeviceOperatingSystemSummary $val The deviceOperatingSystemSummary + * + * @return ManagedDeviceOverview + */ + public function setDeviceOperatingSystemSummary($val) + { + $this->_propDict["deviceOperatingSystemSummary"] = $val; + return $this; + } + + /** + * Gets the deviceExchangeAccessStateSummary + * Distribution of Exchange Access State in Intune + * + * @return DeviceExchangeAccessStateSummary The deviceExchangeAccessStateSummary + */ + public function getDeviceExchangeAccessStateSummary() + { + if (array_key_exists("deviceExchangeAccessStateSummary", $this->_propDict)) { + if (is_a($this->_propDict["deviceExchangeAccessStateSummary"], "Microsoft\Graph\Model\DeviceExchangeAccessStateSummary")) { + return $this->_propDict["deviceExchangeAccessStateSummary"]; + } else { + $this->_propDict["deviceExchangeAccessStateSummary"] = new DeviceExchangeAccessStateSummary($this->_propDict["deviceExchangeAccessStateSummary"]); + return $this->_propDict["deviceExchangeAccessStateSummary"]; + } + } + return null; + } + + /** + * Sets the deviceExchangeAccessStateSummary + * Distribution of Exchange Access State in Intune + * + * @param DeviceExchangeAccessStateSummary $val The deviceExchangeAccessStateSummary + * + * @return ManagedDeviceOverview + */ + public function setDeviceExchangeAccessStateSummary($val) + { + $this->_propDict["deviceExchangeAccessStateSummary"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceOwnerType.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceOwnerType.php new file mode 100644 index 000000000..a0fdb1342 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedDeviceOwnerType.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Name of the eBook. + * + * @param string $val The displayName + * + * @return ManagedEBook + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * Description. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description. + * + * @param string $val The description + * + * @return ManagedEBook + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the publisher + * Publisher. + * + * @return string The publisher + */ + public function getPublisher() + { + if (array_key_exists("publisher", $this->_propDict)) { + return $this->_propDict["publisher"]; + } else { + return null; + } + } + + /** + * Sets the publisher + * Publisher. + * + * @param string $val The publisher + * + * @return ManagedEBook + */ + public function setPublisher($val) + { + $this->_propDict["publisher"] = $val; + return $this; + } + + /** + * Gets the publishedDateTime + * The date and time when the eBook was published. + * + * @return \DateTime The publishedDateTime + */ + public function getPublishedDateTime() + { + if (array_key_exists("publishedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["publishedDateTime"], "\DateTime")) { + return $this->_propDict["publishedDateTime"]; + } else { + $this->_propDict["publishedDateTime"] = new \DateTime($this->_propDict["publishedDateTime"]); + return $this->_propDict["publishedDateTime"]; + } + } + return null; + } + + /** + * Sets the publishedDateTime + * The date and time when the eBook was published. + * + * @param \DateTime $val The publishedDateTime + * + * @return ManagedEBook + */ + public function setPublishedDateTime($val) + { + $this->_propDict["publishedDateTime"] = $val; + return $this; + } + + /** + * Gets the largeCover + * Book cover. + * + * @return MimeContent The largeCover + */ + public function getLargeCover() + { + if (array_key_exists("largeCover", $this->_propDict)) { + if (is_a($this->_propDict["largeCover"], "Microsoft\Graph\Model\MimeContent")) { + return $this->_propDict["largeCover"]; + } else { + $this->_propDict["largeCover"] = new MimeContent($this->_propDict["largeCover"]); + return $this->_propDict["largeCover"]; + } + } + return null; + } + + /** + * Sets the largeCover + * Book cover. + * + * @param MimeContent $val The largeCover + * + * @return ManagedEBook + */ + public function setLargeCover($val) + { + $this->_propDict["largeCover"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * The date and time when the eBook file was created. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * The date and time when the eBook file was created. + * + * @param \DateTime $val The createdDateTime + * + * @return ManagedEBook + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * The date and time when the eBook was last modified. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * The date and time when the eBook was last modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return ManagedEBook + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the informationUrl + * The more information Url. + * + * @return string The informationUrl + */ + public function getInformationUrl() + { + if (array_key_exists("informationUrl", $this->_propDict)) { + return $this->_propDict["informationUrl"]; + } else { + return null; + } + } + + /** + * Sets the informationUrl + * The more information Url. + * + * @param string $val The informationUrl + * + * @return ManagedEBook + */ + public function setInformationUrl($val) + { + $this->_propDict["informationUrl"] = $val; + return $this; + } + + /** + * Gets the privacyInformationUrl + * The privacy statement Url. + * + * @return string The privacyInformationUrl + */ + public function getPrivacyInformationUrl() + { + if (array_key_exists("privacyInformationUrl", $this->_propDict)) { + return $this->_propDict["privacyInformationUrl"]; + } else { + return null; + } + } + + /** + * Sets the privacyInformationUrl + * The privacy statement Url. + * + * @param string $val The privacyInformationUrl + * + * @return ManagedEBook + */ + public function setPrivacyInformationUrl($val) + { + $this->_propDict["privacyInformationUrl"] = $val; + return $this; + } + + + /** + * Gets the assignments + * The list of assignments for this eBook. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * The list of assignments for this eBook. + * + * @param ManagedEBookAssignment $val The assignments + * + * @return ManagedEBook + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + + /** + * Gets the installSummary + * Mobile App Install Summary. + * + * @return EBookInstallSummary The installSummary + */ + public function getInstallSummary() + { + if (array_key_exists("installSummary", $this->_propDict)) { + if (is_a($this->_propDict["installSummary"], "Microsoft\Graph\Model\EBookInstallSummary")) { + return $this->_propDict["installSummary"]; + } else { + $this->_propDict["installSummary"] = new EBookInstallSummary($this->_propDict["installSummary"]); + return $this->_propDict["installSummary"]; + } + } + return null; + } + + /** + * Sets the installSummary + * Mobile App Install Summary. + * + * @param EBookInstallSummary $val The installSummary + * + * @return ManagedEBook + */ + public function setInstallSummary($val) + { + $this->_propDict["installSummary"] = $val; + return $this; + } + + + /** + * Gets the deviceStates + * The list of installation states for this eBook. + * + * @return array The deviceStates + */ + public function getDeviceStates() + { + if (array_key_exists("deviceStates", $this->_propDict)) { + return $this->_propDict["deviceStates"]; + } else { + return null; + } + } + + /** + * Sets the deviceStates + * The list of installation states for this eBook. + * + * @param DeviceInstallState $val The deviceStates + * + * @return ManagedEBook + */ + public function setDeviceStates($val) + { + $this->_propDict["deviceStates"] = $val; + return $this; + } + + + /** + * Gets the userStateSummary + * The list of installation states for this eBook. + * + * @return array The userStateSummary + */ + public function getUserStateSummary() + { + if (array_key_exists("userStateSummary", $this->_propDict)) { + return $this->_propDict["userStateSummary"]; + } else { + return null; + } + } + + /** + * Sets the userStateSummary + * The list of installation states for this eBook. + * + * @param UserInstallStateSummary $val The userStateSummary + * + * @return ManagedEBook + */ + public function setUserStateSummary($val) + { + $this->_propDict["userStateSummary"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedEBookAssignment.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedEBookAssignment.php new file mode 100644 index 000000000..995c0bada --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedEBookAssignment.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["target"], "Microsoft\Graph\Model\DeviceAndAppManagementAssignmentTarget")) { + return $this->_propDict["target"]; + } else { + $this->_propDict["target"] = new DeviceAndAppManagementAssignmentTarget($this->_propDict["target"]); + return $this->_propDict["target"]; + } + } + return null; + } + + /** + * Sets the target + * The assignment target for eBook. + * + * @param DeviceAndAppManagementAssignmentTarget $val The target + * + * @return ManagedEBookAssignment + */ + public function setTarget($val) + { + $this->_propDict["target"] = $val; + return $this; + } + + /** + * Gets the installIntent + * The install intent for eBook. Possible values are: available, required, uninstall, availableWithoutEnrollment. + * + * @return InstallIntent The installIntent + */ + public function getInstallIntent() + { + if (array_key_exists("installIntent", $this->_propDict)) { + if (is_a($this->_propDict["installIntent"], "Microsoft\Graph\Model\InstallIntent")) { + return $this->_propDict["installIntent"]; + } else { + $this->_propDict["installIntent"] = new InstallIntent($this->_propDict["installIntent"]); + return $this->_propDict["installIntent"]; + } + } + return null; + } + + /** + * Sets the installIntent + * The install intent for eBook. Possible values are: available, required, uninstall, availableWithoutEnrollment. + * + * @param InstallIntent $val The installIntent + * + * @return ManagedEBookAssignment + */ + public function setInstallIntent($val) + { + $this->_propDict["installIntent"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedIOSLobApp.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedIOSLobApp.php new file mode 100644 index 000000000..d72d350d2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedIOSLobApp.php @@ -0,0 +1,215 @@ +_propDict)) { + return $this->_propDict["bundleId"]; + } else { + return null; + } + } + + /** + * Sets the bundleId + * The Identity Name. + * + * @param string $val The bundleId + * + * @return ManagedIOSLobApp + */ + public function setBundleId($val) + { + $this->_propDict["bundleId"] = $val; + return $this; + } + + /** + * Gets the applicableDeviceType + * The iOS architecture for which this app can run on. + * + * @return IosDeviceType The applicableDeviceType + */ + public function getApplicableDeviceType() + { + if (array_key_exists("applicableDeviceType", $this->_propDict)) { + if (is_a($this->_propDict["applicableDeviceType"], "Microsoft\Graph\Model\IosDeviceType")) { + return $this->_propDict["applicableDeviceType"]; + } else { + $this->_propDict["applicableDeviceType"] = new IosDeviceType($this->_propDict["applicableDeviceType"]); + return $this->_propDict["applicableDeviceType"]; + } + } + return null; + } + + /** + * Sets the applicableDeviceType + * The iOS architecture for which this app can run on. + * + * @param IosDeviceType $val The applicableDeviceType + * + * @return ManagedIOSLobApp + */ + public function setApplicableDeviceType($val) + { + $this->_propDict["applicableDeviceType"] = $val; + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @return IosMinimumOperatingSystem The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\IosMinimumOperatingSystem")) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new IosMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @param IosMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return ManagedIOSLobApp + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + + /** + * Gets the expirationDateTime + * The expiration time. + * + * @return \DateTime The expirationDateTime + */ + public function getExpirationDateTime() + { + if (array_key_exists("expirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["expirationDateTime"], "\DateTime")) { + return $this->_propDict["expirationDateTime"]; + } else { + $this->_propDict["expirationDateTime"] = new \DateTime($this->_propDict["expirationDateTime"]); + return $this->_propDict["expirationDateTime"]; + } + } + return null; + } + + /** + * Sets the expirationDateTime + * The expiration time. + * + * @param \DateTime $val The expirationDateTime + * + * @return ManagedIOSLobApp + */ + public function setExpirationDateTime($val) + { + $this->_propDict["expirationDateTime"] = $val; + return $this; + } + + /** + * Gets the versionNumber + * The version number of managed iOS Line of Business (LoB) app. + * + * @return string The versionNumber + */ + public function getVersionNumber() + { + if (array_key_exists("versionNumber", $this->_propDict)) { + return $this->_propDict["versionNumber"]; + } else { + return null; + } + } + + /** + * Sets the versionNumber + * The version number of managed iOS Line of Business (LoB) app. + * + * @param string $val The versionNumber + * + * @return ManagedIOSLobApp + */ + public function setVersionNumber($val) + { + $this->_propDict["versionNumber"] = $val; + return $this; + } + + /** + * Gets the buildNumber + * The build number of managed iOS Line of Business (LoB) app. + * + * @return string The buildNumber + */ + public function getBuildNumber() + { + if (array_key_exists("buildNumber", $this->_propDict)) { + return $this->_propDict["buildNumber"]; + } else { + return null; + } + } + + /** + * Sets the buildNumber + * The build number of managed iOS Line of Business (LoB) app. + * + * @param string $val The buildNumber + * + * @return ManagedIOSLobApp + */ + public function setBuildNumber($val) + { + $this->_propDict["buildNumber"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedIOSStoreApp.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedIOSStoreApp.php new file mode 100644 index 000000000..b76de1f27 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedIOSStoreApp.php @@ -0,0 +1,153 @@ +_propDict)) { + return $this->_propDict["bundleId"]; + } else { + return null; + } + } + + /** + * Sets the bundleId + * The app's Bundle ID. + * + * @param string $val The bundleId + * + * @return ManagedIOSStoreApp + */ + public function setBundleId($val) + { + $this->_propDict["bundleId"] = $val; + return $this; + } + + /** + * Gets the appStoreUrl + * The Apple AppStoreUrl. + * + * @return string The appStoreUrl + */ + public function getAppStoreUrl() + { + if (array_key_exists("appStoreUrl", $this->_propDict)) { + return $this->_propDict["appStoreUrl"]; + } else { + return null; + } + } + + /** + * Sets the appStoreUrl + * The Apple AppStoreUrl. + * + * @param string $val The appStoreUrl + * + * @return ManagedIOSStoreApp + */ + public function setAppStoreUrl($val) + { + $this->_propDict["appStoreUrl"] = $val; + return $this; + } + + /** + * Gets the applicableDeviceType + * The iOS architecture for which this app can run on. + * + * @return IosDeviceType The applicableDeviceType + */ + public function getApplicableDeviceType() + { + if (array_key_exists("applicableDeviceType", $this->_propDict)) { + if (is_a($this->_propDict["applicableDeviceType"], "Microsoft\Graph\Model\IosDeviceType")) { + return $this->_propDict["applicableDeviceType"]; + } else { + $this->_propDict["applicableDeviceType"] = new IosDeviceType($this->_propDict["applicableDeviceType"]); + return $this->_propDict["applicableDeviceType"]; + } + } + return null; + } + + /** + * Sets the applicableDeviceType + * The iOS architecture for which this app can run on. + * + * @param IosDeviceType $val The applicableDeviceType + * + * @return ManagedIOSStoreApp + */ + public function setApplicableDeviceType($val) + { + $this->_propDict["applicableDeviceType"] = $val; + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * The value for the minimum supported operating system. + * + * @return IosMinimumOperatingSystem The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\IosMinimumOperatingSystem")) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new IosMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * The value for the minimum supported operating system. + * + * @param IosMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return ManagedIOSStoreApp + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedMobileApp.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedMobileApp.php new file mode 100644 index 000000000..b14089f9e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedMobileApp.php @@ -0,0 +1,91 @@ +_propDict)) { + if (is_a($this->_propDict["mobileAppIdentifier"], "Microsoft\Graph\Model\MobileAppIdentifier")) { + return $this->_propDict["mobileAppIdentifier"]; + } else { + $this->_propDict["mobileAppIdentifier"] = new MobileAppIdentifier($this->_propDict["mobileAppIdentifier"]); + return $this->_propDict["mobileAppIdentifier"]; + } + } + return null; + } + + /** + * Sets the mobileAppIdentifier + * The identifier for an app with it's operating system type. + * + * @param MobileAppIdentifier $val The mobileAppIdentifier + * + * @return ManagedMobileApp + */ + public function setMobileAppIdentifier($val) + { + $this->_propDict["mobileAppIdentifier"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the entity. + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the entity. + * + * @param string $val The version + * + * @return ManagedMobileApp + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagedMobileLobApp.php b/vendor/microsoft/microsoft-graph/src/Model/ManagedMobileLobApp.php new file mode 100644 index 000000000..55000770c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagedMobileLobApp.php @@ -0,0 +1,146 @@ +_propDict)) { + return $this->_propDict["committedContentVersion"]; + } else { + return null; + } + } + + /** + * Sets the committedContentVersion + * The internal committed content version. + * + * @param string $val The committedContentVersion + * + * @return ManagedMobileLobApp + */ + public function setCommittedContentVersion($val) + { + $this->_propDict["committedContentVersion"] = $val; + return $this; + } + + /** + * Gets the fileName + * The name of the main Lob application file. + * + * @return string The fileName + */ + public function getFileName() + { + if (array_key_exists("fileName", $this->_propDict)) { + return $this->_propDict["fileName"]; + } else { + return null; + } + } + + /** + * Sets the fileName + * The name of the main Lob application file. + * + * @param string $val The fileName + * + * @return ManagedMobileLobApp + */ + public function setFileName($val) + { + $this->_propDict["fileName"] = $val; + return $this; + } + + /** + * Gets the size + * The total size, including all uploaded files. + * + * @return int The size + */ + public function getSize() + { + if (array_key_exists("size", $this->_propDict)) { + return $this->_propDict["size"]; + } else { + return null; + } + } + + /** + * Sets the size + * The total size, including all uploaded files. + * + * @param int $val The size + * + * @return ManagedMobileLobApp + */ + public function setSize($val) + { + $this->_propDict["size"] = intval($val); + return $this; + } + + + /** + * Gets the contentVersions + * The list of content versions for this app. + * + * @return array The contentVersions + */ + public function getContentVersions() + { + if (array_key_exists("contentVersions", $this->_propDict)) { + return $this->_propDict["contentVersions"]; + } else { + return null; + } + } + + /** + * Sets the contentVersions + * The list of content versions for this app. + * + * @param MobileAppContent $val The contentVersions + * + * @return ManagedMobileLobApp + */ + public function setContentVersions($val) + { + $this->_propDict["contentVersions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ManagementAgentType.php b/vendor/microsoft/microsoft-graph/src/Model/ManagementAgentType.php new file mode 100644 index 000000000..63ebeb630 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ManagementAgentType.php @@ -0,0 +1,45 @@ +_propDict)) { + if (is_a($this->_propDict["movieRating"], "Microsoft\Graph\Model\RatingAustraliaMoviesType")) { + return $this->_propDict["movieRating"]; + } else { + $this->_propDict["movieRating"] = new RatingAustraliaMoviesType($this->_propDict["movieRating"]); + return $this->_propDict["movieRating"]; + } + } + return null; + } + + /** + * Sets the movieRating + * Movies rating selected for Australia. Possible values are: allAllowed, allBlocked, general, parentalGuidance, mature, agesAbove15, agesAbove18. + * + * @param RatingAustraliaMoviesType $val The value to assign to the movieRating + * + * @return MediaContentRatingAustralia The MediaContentRatingAustralia + */ + public function setMovieRating($val) + { + $this->_propDict["movieRating"] = $val; + return $this; + } + + /** + * Gets the tvRating + * TV rating selected for Australia. Possible values are: allAllowed, allBlocked, preschoolers, children, general, parentalGuidance, mature, agesAbove15, agesAbove15AdultViolence. + * + * @return RatingAustraliaTelevisionType The tvRating + */ + public function getTvRating() + { + if (array_key_exists("tvRating", $this->_propDict)) { + if (is_a($this->_propDict["tvRating"], "Microsoft\Graph\Model\RatingAustraliaTelevisionType")) { + return $this->_propDict["tvRating"]; + } else { + $this->_propDict["tvRating"] = new RatingAustraliaTelevisionType($this->_propDict["tvRating"]); + return $this->_propDict["tvRating"]; + } + } + return null; + } + + /** + * Sets the tvRating + * TV rating selected for Australia. Possible values are: allAllowed, allBlocked, preschoolers, children, general, parentalGuidance, mature, agesAbove15, agesAbove15AdultViolence. + * + * @param RatingAustraliaTelevisionType $val The value to assign to the tvRating + * + * @return MediaContentRatingAustralia The MediaContentRatingAustralia + */ + public function setTvRating($val) + { + $this->_propDict["tvRating"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingCanada.php b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingCanada.php new file mode 100644 index 000000000..917e04b4f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingCanada.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["movieRating"], "Microsoft\Graph\Model\RatingCanadaMoviesType")) { + return $this->_propDict["movieRating"]; + } else { + $this->_propDict["movieRating"] = new RatingCanadaMoviesType($this->_propDict["movieRating"]); + return $this->_propDict["movieRating"]; + } + } + return null; + } + + /** + * Sets the movieRating + * Movies rating selected for Canada. Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove14, agesAbove18, restricted. + * + * @param RatingCanadaMoviesType $val The value to assign to the movieRating + * + * @return MediaContentRatingCanada The MediaContentRatingCanada + */ + public function setMovieRating($val) + { + $this->_propDict["movieRating"] = $val; + return $this; + } + + /** + * Gets the tvRating + * TV rating selected for Canada. Possible values are: allAllowed, allBlocked, children, childrenAbove8, general, parentalGuidance, agesAbove14, agesAbove18. + * + * @return RatingCanadaTelevisionType The tvRating + */ + public function getTvRating() + { + if (array_key_exists("tvRating", $this->_propDict)) { + if (is_a($this->_propDict["tvRating"], "Microsoft\Graph\Model\RatingCanadaTelevisionType")) { + return $this->_propDict["tvRating"]; + } else { + $this->_propDict["tvRating"] = new RatingCanadaTelevisionType($this->_propDict["tvRating"]); + return $this->_propDict["tvRating"]; + } + } + return null; + } + + /** + * Sets the tvRating + * TV rating selected for Canada. Possible values are: allAllowed, allBlocked, children, childrenAbove8, general, parentalGuidance, agesAbove14, agesAbove18. + * + * @param RatingCanadaTelevisionType $val The value to assign to the tvRating + * + * @return MediaContentRatingCanada The MediaContentRatingCanada + */ + public function setTvRating($val) + { + $this->_propDict["tvRating"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingFrance.php b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingFrance.php new file mode 100644 index 000000000..c272ed2af --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingFrance.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["movieRating"], "Microsoft\Graph\Model\RatingFranceMoviesType")) { + return $this->_propDict["movieRating"]; + } else { + $this->_propDict["movieRating"] = new RatingFranceMoviesType($this->_propDict["movieRating"]); + return $this->_propDict["movieRating"]; + } + } + return null; + } + + /** + * Sets the movieRating + * Movies rating selected for France. Possible values are: allAllowed, allBlocked, agesAbove10, agesAbove12, agesAbove16, agesAbove18. + * + * @param RatingFranceMoviesType $val The value to assign to the movieRating + * + * @return MediaContentRatingFrance The MediaContentRatingFrance + */ + public function setMovieRating($val) + { + $this->_propDict["movieRating"] = $val; + return $this; + } + + /** + * Gets the tvRating + * TV rating selected for France. Possible values are: allAllowed, allBlocked, agesAbove10, agesAbove12, agesAbove16, agesAbove18. + * + * @return RatingFranceTelevisionType The tvRating + */ + public function getTvRating() + { + if (array_key_exists("tvRating", $this->_propDict)) { + if (is_a($this->_propDict["tvRating"], "Microsoft\Graph\Model\RatingFranceTelevisionType")) { + return $this->_propDict["tvRating"]; + } else { + $this->_propDict["tvRating"] = new RatingFranceTelevisionType($this->_propDict["tvRating"]); + return $this->_propDict["tvRating"]; + } + } + return null; + } + + /** + * Sets the tvRating + * TV rating selected for France. Possible values are: allAllowed, allBlocked, agesAbove10, agesAbove12, agesAbove16, agesAbove18. + * + * @param RatingFranceTelevisionType $val The value to assign to the tvRating + * + * @return MediaContentRatingFrance The MediaContentRatingFrance + */ + public function setTvRating($val) + { + $this->_propDict["tvRating"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingGermany.php b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingGermany.php new file mode 100644 index 000000000..7a00d31b0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingGermany.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["movieRating"], "Microsoft\Graph\Model\RatingGermanyMoviesType")) { + return $this->_propDict["movieRating"]; + } else { + $this->_propDict["movieRating"] = new RatingGermanyMoviesType($this->_propDict["movieRating"]); + return $this->_propDict["movieRating"]; + } + } + return null; + } + + /** + * Sets the movieRating + * Movies rating selected for Germany. Possible values are: allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults. + * + * @param RatingGermanyMoviesType $val The value to assign to the movieRating + * + * @return MediaContentRatingGermany The MediaContentRatingGermany + */ + public function setMovieRating($val) + { + $this->_propDict["movieRating"] = $val; + return $this; + } + + /** + * Gets the tvRating + * TV rating selected for Germany. Possible values are: allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults. + * + * @return RatingGermanyTelevisionType The tvRating + */ + public function getTvRating() + { + if (array_key_exists("tvRating", $this->_propDict)) { + if (is_a($this->_propDict["tvRating"], "Microsoft\Graph\Model\RatingGermanyTelevisionType")) { + return $this->_propDict["tvRating"]; + } else { + $this->_propDict["tvRating"] = new RatingGermanyTelevisionType($this->_propDict["tvRating"]); + return $this->_propDict["tvRating"]; + } + } + return null; + } + + /** + * Sets the tvRating + * TV rating selected for Germany. Possible values are: allAllowed, allBlocked, general, agesAbove6, agesAbove12, agesAbove16, adults. + * + * @param RatingGermanyTelevisionType $val The value to assign to the tvRating + * + * @return MediaContentRatingGermany The MediaContentRatingGermany + */ + public function setTvRating($val) + { + $this->_propDict["tvRating"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingIreland.php b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingIreland.php new file mode 100644 index 000000000..df0f4309d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingIreland.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["movieRating"], "Microsoft\Graph\Model\RatingIrelandMoviesType")) { + return $this->_propDict["movieRating"]; + } else { + $this->_propDict["movieRating"] = new RatingIrelandMoviesType($this->_propDict["movieRating"]); + return $this->_propDict["movieRating"]; + } + } + return null; + } + + /** + * Sets the movieRating + * Movies rating selected for Ireland. Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove12, agesAbove15, agesAbove16, adults. + * + * @param RatingIrelandMoviesType $val The value to assign to the movieRating + * + * @return MediaContentRatingIreland The MediaContentRatingIreland + */ + public function setMovieRating($val) + { + $this->_propDict["movieRating"] = $val; + return $this; + } + + /** + * Gets the tvRating + * TV rating selected for Ireland. Possible values are: allAllowed, allBlocked, general, children, youngAdults, parentalSupervision, mature. + * + * @return RatingIrelandTelevisionType The tvRating + */ + public function getTvRating() + { + if (array_key_exists("tvRating", $this->_propDict)) { + if (is_a($this->_propDict["tvRating"], "Microsoft\Graph\Model\RatingIrelandTelevisionType")) { + return $this->_propDict["tvRating"]; + } else { + $this->_propDict["tvRating"] = new RatingIrelandTelevisionType($this->_propDict["tvRating"]); + return $this->_propDict["tvRating"]; + } + } + return null; + } + + /** + * Sets the tvRating + * TV rating selected for Ireland. Possible values are: allAllowed, allBlocked, general, children, youngAdults, parentalSupervision, mature. + * + * @param RatingIrelandTelevisionType $val The value to assign to the tvRating + * + * @return MediaContentRatingIreland The MediaContentRatingIreland + */ + public function setTvRating($val) + { + $this->_propDict["tvRating"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingJapan.php b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingJapan.php new file mode 100644 index 000000000..f3a7f5fab --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingJapan.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["movieRating"], "Microsoft\Graph\Model\RatingJapanMoviesType")) { + return $this->_propDict["movieRating"]; + } else { + $this->_propDict["movieRating"] = new RatingJapanMoviesType($this->_propDict["movieRating"]); + return $this->_propDict["movieRating"]; + } + } + return null; + } + + /** + * Sets the movieRating + * Movies rating selected for Japan. Possible values are: allAllowed, allBlocked, general, parentalGuidance, agesAbove15, agesAbove18. + * + * @param RatingJapanMoviesType $val The value to assign to the movieRating + * + * @return MediaContentRatingJapan The MediaContentRatingJapan + */ + public function setMovieRating($val) + { + $this->_propDict["movieRating"] = $val; + return $this; + } + + /** + * Gets the tvRating + * TV rating selected for Japan. Possible values are: allAllowed, allBlocked, explicitAllowed. + * + * @return RatingJapanTelevisionType The tvRating + */ + public function getTvRating() + { + if (array_key_exists("tvRating", $this->_propDict)) { + if (is_a($this->_propDict["tvRating"], "Microsoft\Graph\Model\RatingJapanTelevisionType")) { + return $this->_propDict["tvRating"]; + } else { + $this->_propDict["tvRating"] = new RatingJapanTelevisionType($this->_propDict["tvRating"]); + return $this->_propDict["tvRating"]; + } + } + return null; + } + + /** + * Sets the tvRating + * TV rating selected for Japan. Possible values are: allAllowed, allBlocked, explicitAllowed. + * + * @param RatingJapanTelevisionType $val The value to assign to the tvRating + * + * @return MediaContentRatingJapan The MediaContentRatingJapan + */ + public function setTvRating($val) + { + $this->_propDict["tvRating"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingNewZealand.php b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingNewZealand.php new file mode 100644 index 000000000..143453fc1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingNewZealand.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["movieRating"], "Microsoft\Graph\Model\RatingNewZealandMoviesType")) { + return $this->_propDict["movieRating"]; + } else { + $this->_propDict["movieRating"] = new RatingNewZealandMoviesType($this->_propDict["movieRating"]); + return $this->_propDict["movieRating"]; + } + } + return null; + } + + /** + * Sets the movieRating + * Movies rating selected for New Zealand. Possible values are: allAllowed, allBlocked, general, parentalGuidance, mature, agesAbove13, agesAbove15, agesAbove16, agesAbove18, restricted, agesAbove16Restricted. + * + * @param RatingNewZealandMoviesType $val The value to assign to the movieRating + * + * @return MediaContentRatingNewZealand The MediaContentRatingNewZealand + */ + public function setMovieRating($val) + { + $this->_propDict["movieRating"] = $val; + return $this; + } + + /** + * Gets the tvRating + * TV rating selected for New Zealand. Possible values are: allAllowed, allBlocked, general, parentalGuidance, adults. + * + * @return RatingNewZealandTelevisionType The tvRating + */ + public function getTvRating() + { + if (array_key_exists("tvRating", $this->_propDict)) { + if (is_a($this->_propDict["tvRating"], "Microsoft\Graph\Model\RatingNewZealandTelevisionType")) { + return $this->_propDict["tvRating"]; + } else { + $this->_propDict["tvRating"] = new RatingNewZealandTelevisionType($this->_propDict["tvRating"]); + return $this->_propDict["tvRating"]; + } + } + return null; + } + + /** + * Sets the tvRating + * TV rating selected for New Zealand. Possible values are: allAllowed, allBlocked, general, parentalGuidance, adults. + * + * @param RatingNewZealandTelevisionType $val The value to assign to the tvRating + * + * @return MediaContentRatingNewZealand The MediaContentRatingNewZealand + */ + public function setTvRating($val) + { + $this->_propDict["tvRating"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingUnitedKingdom.php b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingUnitedKingdom.php new file mode 100644 index 000000000..34b644921 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingUnitedKingdom.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["movieRating"], "Microsoft\Graph\Model\RatingUnitedKingdomMoviesType")) { + return $this->_propDict["movieRating"]; + } else { + $this->_propDict["movieRating"] = new RatingUnitedKingdomMoviesType($this->_propDict["movieRating"]); + return $this->_propDict["movieRating"]; + } + } + return null; + } + + /** + * Sets the movieRating + * Movies rating selected for United Kingdom. Possible values are: allAllowed, allBlocked, general, universalChildren, parentalGuidance, agesAbove12Video, agesAbove12Cinema, agesAbove15, adults. + * + * @param RatingUnitedKingdomMoviesType $val The value to assign to the movieRating + * + * @return MediaContentRatingUnitedKingdom The MediaContentRatingUnitedKingdom + */ + public function setMovieRating($val) + { + $this->_propDict["movieRating"] = $val; + return $this; + } + + /** + * Gets the tvRating + * TV rating selected for United Kingdom. Possible values are: allAllowed, allBlocked, caution. + * + * @return RatingUnitedKingdomTelevisionType The tvRating + */ + public function getTvRating() + { + if (array_key_exists("tvRating", $this->_propDict)) { + if (is_a($this->_propDict["tvRating"], "Microsoft\Graph\Model\RatingUnitedKingdomTelevisionType")) { + return $this->_propDict["tvRating"]; + } else { + $this->_propDict["tvRating"] = new RatingUnitedKingdomTelevisionType($this->_propDict["tvRating"]); + return $this->_propDict["tvRating"]; + } + } + return null; + } + + /** + * Sets the tvRating + * TV rating selected for United Kingdom. Possible values are: allAllowed, allBlocked, caution. + * + * @param RatingUnitedKingdomTelevisionType $val The value to assign to the tvRating + * + * @return MediaContentRatingUnitedKingdom The MediaContentRatingUnitedKingdom + */ + public function setTvRating($val) + { + $this->_propDict["tvRating"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingUnitedStates.php b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingUnitedStates.php new file mode 100644 index 000000000..d66bd4b23 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MediaContentRatingUnitedStates.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["movieRating"], "Microsoft\Graph\Model\RatingUnitedStatesMoviesType")) { + return $this->_propDict["movieRating"]; + } else { + $this->_propDict["movieRating"] = new RatingUnitedStatesMoviesType($this->_propDict["movieRating"]); + return $this->_propDict["movieRating"]; + } + } + return null; + } + + /** + * Sets the movieRating + * Movies rating selected for United States. Possible values are: allAllowed, allBlocked, general, parentalGuidance, parentalGuidance13, restricted, adults. + * + * @param RatingUnitedStatesMoviesType $val The value to assign to the movieRating + * + * @return MediaContentRatingUnitedStates The MediaContentRatingUnitedStates + */ + public function setMovieRating($val) + { + $this->_propDict["movieRating"] = $val; + return $this; + } + + /** + * Gets the tvRating + * TV rating selected for United States. Possible values are: allAllowed, allBlocked, childrenAll, childrenAbove7, general, parentalGuidance, childrenAbove14, adults. + * + * @return RatingUnitedStatesTelevisionType The tvRating + */ + public function getTvRating() + { + if (array_key_exists("tvRating", $this->_propDict)) { + if (is_a($this->_propDict["tvRating"], "Microsoft\Graph\Model\RatingUnitedStatesTelevisionType")) { + return $this->_propDict["tvRating"]; + } else { + $this->_propDict["tvRating"] = new RatingUnitedStatesTelevisionType($this->_propDict["tvRating"]); + return $this->_propDict["tvRating"]; + } + } + return null; + } + + /** + * Sets the tvRating + * TV rating selected for United States. Possible values are: allAllowed, allBlocked, childrenAll, childrenAbove7, general, parentalGuidance, childrenAbove14, adults. + * + * @param RatingUnitedStatesTelevisionType $val The value to assign to the tvRating + * + * @return MediaContentRatingUnitedStates The MediaContentRatingUnitedStates + */ + public function setTvRating($val) + { + $this->_propDict["tvRating"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MeetingMessageType.php b/vendor/microsoft/microsoft-graph/src/Model/MeetingMessageType.php new file mode 100644 index 000000000..5f141ad4b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MeetingMessageType.php @@ -0,0 +1,40 @@ +_propDict)) { + return $this->_propDict["confidence"]; + } else { + return null; + } + } + + /** + * Sets the confidence + * A percentage that represents the likelhood of all the attendees attending. + * + * @param float $val The value of the confidence + * + * @return MeetingTimeSuggestion + */ + public function setConfidence($val) + { + $this->_propDict["confidence"] = $val; + return $this; + } + /** + * Gets the order + * Order of meeting time suggestions sorted by their computed confidence value from high to low, then by chronology if there are suggestions with the same confidence. + * + * @return int The order + */ + public function getOrder() + { + if (array_key_exists("order", $this->_propDict)) { + return $this->_propDict["order"]; + } else { + return null; + } + } + + /** + * Sets the order + * Order of meeting time suggestions sorted by their computed confidence value from high to low, then by chronology if there are suggestions with the same confidence. + * + * @param int $val The value of the order + * + * @return MeetingTimeSuggestion + */ + public function setOrder($val) + { + $this->_propDict["order"] = $val; + return $this; + } + + /** + * Gets the organizerAvailability + * Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * + * @return FreeBusyStatus The organizerAvailability + */ + public function getOrganizerAvailability() + { + if (array_key_exists("organizerAvailability", $this->_propDict)) { + if (is_a($this->_propDict["organizerAvailability"], "Microsoft\Graph\Model\FreeBusyStatus")) { + return $this->_propDict["organizerAvailability"]; + } else { + $this->_propDict["organizerAvailability"] = new FreeBusyStatus($this->_propDict["organizerAvailability"]); + return $this->_propDict["organizerAvailability"]; + } + } + return null; + } + + /** + * Sets the organizerAvailability + * Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * + * @param FreeBusyStatus $val The value to assign to the organizerAvailability + * + * @return MeetingTimeSuggestion The MeetingTimeSuggestion + */ + public function setOrganizerAvailability($val) + { + $this->_propDict["organizerAvailability"] = $val; + return $this; + } + + /** + * Gets the attendeeAvailability + * An array that shows the availability status of each attendee for this meeting suggestion. + * + * @return AttendeeAvailability The attendeeAvailability + */ + public function getAttendeeAvailability() + { + if (array_key_exists("attendeeAvailability", $this->_propDict)) { + if (is_a($this->_propDict["attendeeAvailability"], "Microsoft\Graph\Model\AttendeeAvailability")) { + return $this->_propDict["attendeeAvailability"]; + } else { + $this->_propDict["attendeeAvailability"] = new AttendeeAvailability($this->_propDict["attendeeAvailability"]); + return $this->_propDict["attendeeAvailability"]; + } + } + return null; + } + + /** + * Sets the attendeeAvailability + * An array that shows the availability status of each attendee for this meeting suggestion. + * + * @param AttendeeAvailability $val The value to assign to the attendeeAvailability + * + * @return MeetingTimeSuggestion The MeetingTimeSuggestion + */ + public function setAttendeeAvailability($val) + { + $this->_propDict["attendeeAvailability"] = $val; + return $this; + } + + /** + * Gets the locations + * An array that specifies the name and geographic location of each meeting location for this meeting suggestion. + * + * @return Location The locations + */ + public function getLocations() + { + if (array_key_exists("locations", $this->_propDict)) { + if (is_a($this->_propDict["locations"], "Microsoft\Graph\Model\Location")) { + return $this->_propDict["locations"]; + } else { + $this->_propDict["locations"] = new Location($this->_propDict["locations"]); + return $this->_propDict["locations"]; + } + } + return null; + } + + /** + * Sets the locations + * An array that specifies the name and geographic location of each meeting location for this meeting suggestion. + * + * @param Location $val The value to assign to the locations + * + * @return MeetingTimeSuggestion The MeetingTimeSuggestion + */ + public function setLocations($val) + { + $this->_propDict["locations"] = $val; + return $this; + } + /** + * Gets the suggestionReason + * Reason for suggesting the meeting time. + * + * @return string The suggestionReason + */ + public function getSuggestionReason() + { + if (array_key_exists("suggestionReason", $this->_propDict)) { + return $this->_propDict["suggestionReason"]; + } else { + return null; + } + } + + /** + * Sets the suggestionReason + * Reason for suggesting the meeting time. + * + * @param string $val The value of the suggestionReason + * + * @return MeetingTimeSuggestion + */ + public function setSuggestionReason($val) + { + $this->_propDict["suggestionReason"] = $val; + return $this; + } + + /** + * Gets the meetingTimeSlot + * A time period suggested for the meeting. + * + * @return TimeSlot The meetingTimeSlot + */ + public function getMeetingTimeSlot() + { + if (array_key_exists("meetingTimeSlot", $this->_propDict)) { + if (is_a($this->_propDict["meetingTimeSlot"], "Microsoft\Graph\Model\TimeSlot")) { + return $this->_propDict["meetingTimeSlot"]; + } else { + $this->_propDict["meetingTimeSlot"] = new TimeSlot($this->_propDict["meetingTimeSlot"]); + return $this->_propDict["meetingTimeSlot"]; + } + } + return null; + } + + /** + * Sets the meetingTimeSlot + * A time period suggested for the meeting. + * + * @param TimeSlot $val The value to assign to the meetingTimeSlot + * + * @return MeetingTimeSuggestion The MeetingTimeSuggestion + */ + public function setMeetingTimeSlot($val) + { + $this->_propDict["meetingTimeSlot"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestionsResult.php b/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestionsResult.php new file mode 100644 index 000000000..beb20ea9c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MeetingTimeSuggestionsResult.php @@ -0,0 +1,89 @@ +_propDict)) { + if (is_a($this->_propDict["meetingTimeSuggestions"], "Microsoft\Graph\Model\MeetingTimeSuggestion")) { + return $this->_propDict["meetingTimeSuggestions"]; + } else { + $this->_propDict["meetingTimeSuggestions"] = new MeetingTimeSuggestion($this->_propDict["meetingTimeSuggestions"]); + return $this->_propDict["meetingTimeSuggestions"]; + } + } + return null; + } + + /** + * Sets the meetingTimeSuggestions + * An array of meeting suggestions. + * + * @param MeetingTimeSuggestion $val The value to assign to the meetingTimeSuggestions + * + * @return MeetingTimeSuggestionsResult The MeetingTimeSuggestionsResult + */ + public function setMeetingTimeSuggestions($val) + { + $this->_propDict["meetingTimeSuggestions"] = $val; + return $this; + } + /** + * Gets the emptySuggestionsReason + * A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions. + * + * @return string The emptySuggestionsReason + */ + public function getEmptySuggestionsReason() + { + if (array_key_exists("emptySuggestionsReason", $this->_propDict)) { + return $this->_propDict["emptySuggestionsReason"]; + } else { + return null; + } + } + + /** + * Sets the emptySuggestionsReason + * A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions. + * + * @param string $val The value of the emptySuggestionsReason + * + * @return MeetingTimeSuggestionsResult + */ + public function setEmptySuggestionsReason($val) + { + $this->_propDict["emptySuggestionsReason"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Message.php b/vendor/microsoft/microsoft-graph/src/Model/Message.php new file mode 100644 index 000000000..ad87fa053 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Message.php @@ -0,0 +1,915 @@ +_propDict)) { + if (is_a($this->_propDict["receivedDateTime"], "\DateTime")) { + return $this->_propDict["receivedDateTime"]; + } else { + $this->_propDict["receivedDateTime"] = new \DateTime($this->_propDict["receivedDateTime"]); + return $this->_propDict["receivedDateTime"]; + } + } + return null; + } + + /** + * Sets the receivedDateTime + * The date and time the message was received. + * + * @param \DateTime $val The receivedDateTime + * + * @return Message + */ + public function setReceivedDateTime($val) + { + $this->_propDict["receivedDateTime"] = $val; + return $this; + } + + /** + * Gets the sentDateTime + * The date and time the message was sent. + * + * @return \DateTime The sentDateTime + */ + public function getSentDateTime() + { + if (array_key_exists("sentDateTime", $this->_propDict)) { + if (is_a($this->_propDict["sentDateTime"], "\DateTime")) { + return $this->_propDict["sentDateTime"]; + } else { + $this->_propDict["sentDateTime"] = new \DateTime($this->_propDict["sentDateTime"]); + return $this->_propDict["sentDateTime"]; + } + } + return null; + } + + /** + * Sets the sentDateTime + * The date and time the message was sent. + * + * @param \DateTime $val The sentDateTime + * + * @return Message + */ + public function setSentDateTime($val) + { + $this->_propDict["sentDateTime"] = $val; + return $this; + } + + /** + * Gets the hasAttachments + * Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as &lt;IMG src='cid:image001.jpg@01D26CD8.6C05F070'&gt;. + * + * @return bool The hasAttachments + */ + public function getHasAttachments() + { + if (array_key_exists("hasAttachments", $this->_propDict)) { + return $this->_propDict["hasAttachments"]; + } else { + return null; + } + } + + /** + * Sets the hasAttachments + * Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as &lt;IMG src='cid:image001.jpg@01D26CD8.6C05F070'&gt;. + * + * @param bool $val The hasAttachments + * + * @return Message + */ + public function setHasAttachments($val) + { + $this->_propDict["hasAttachments"] = boolval($val); + return $this; + } + + /** + * Gets the internetMessageId + * The message ID in the format specified by RFC2822. + * + * @return string The internetMessageId + */ + public function getInternetMessageId() + { + if (array_key_exists("internetMessageId", $this->_propDict)) { + return $this->_propDict["internetMessageId"]; + } else { + return null; + } + } + + /** + * Sets the internetMessageId + * The message ID in the format specified by RFC2822. + * + * @param string $val The internetMessageId + * + * @return Message + */ + public function setInternetMessageId($val) + { + $this->_propDict["internetMessageId"] = $val; + return $this; + } + + + /** + * Gets the internetMessageHeaders + * A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only. + * + * @return array The internetMessageHeaders + */ + public function getInternetMessageHeaders() + { + if (array_key_exists("internetMessageHeaders", $this->_propDict)) { + return $this->_propDict["internetMessageHeaders"]; + } else { + return null; + } + } + + /** + * Sets the internetMessageHeaders + * A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only. + * + * @param InternetMessageHeader $val The internetMessageHeaders + * + * @return Message + */ + public function setInternetMessageHeaders($val) + { + $this->_propDict["internetMessageHeaders"] = $val; + return $this; + } + + /** + * Gets the subject + * The subject of the message. + * + * @return string The subject + */ + public function getSubject() + { + if (array_key_exists("subject", $this->_propDict)) { + return $this->_propDict["subject"]; + } else { + return null; + } + } + + /** + * Sets the subject + * The subject of the message. + * + * @param string $val The subject + * + * @return Message + */ + public function setSubject($val) + { + $this->_propDict["subject"] = $val; + return $this; + } + + /** + * Gets the body + * The body of the message. It can be in HTML or text format. Find out about safe HTML in a message body. + * + * @return ItemBody The body + */ + public function getBody() + { + if (array_key_exists("body", $this->_propDict)) { + if (is_a($this->_propDict["body"], "Microsoft\Graph\Model\ItemBody")) { + return $this->_propDict["body"]; + } else { + $this->_propDict["body"] = new ItemBody($this->_propDict["body"]); + return $this->_propDict["body"]; + } + } + return null; + } + + /** + * Sets the body + * The body of the message. It can be in HTML or text format. Find out about safe HTML in a message body. + * + * @param ItemBody $val The body + * + * @return Message + */ + public function setBody($val) + { + $this->_propDict["body"] = $val; + return $this; + } + + /** + * Gets the bodyPreview + * The first 255 characters of the message body. It is in text format. + * + * @return string The bodyPreview + */ + public function getBodyPreview() + { + if (array_key_exists("bodyPreview", $this->_propDict)) { + return $this->_propDict["bodyPreview"]; + } else { + return null; + } + } + + /** + * Sets the bodyPreview + * The first 255 characters of the message body. It is in text format. + * + * @param string $val The bodyPreview + * + * @return Message + */ + public function setBodyPreview($val) + { + $this->_propDict["bodyPreview"] = $val; + return $this; + } + + /** + * Gets the importance + * The importance of the message: Low, Normal, High. + * + * @return Importance The importance + */ + public function getImportance() + { + if (array_key_exists("importance", $this->_propDict)) { + if (is_a($this->_propDict["importance"], "Microsoft\Graph\Model\Importance")) { + return $this->_propDict["importance"]; + } else { + $this->_propDict["importance"] = new Importance($this->_propDict["importance"]); + return $this->_propDict["importance"]; + } + } + return null; + } + + /** + * Sets the importance + * The importance of the message: Low, Normal, High. + * + * @param Importance $val The importance + * + * @return Message + */ + public function setImportance($val) + { + $this->_propDict["importance"] = $val; + return $this; + } + + /** + * Gets the parentFolderId + * The unique identifier for the message's parent mailFolder. + * + * @return string The parentFolderId + */ + public function getParentFolderId() + { + if (array_key_exists("parentFolderId", $this->_propDict)) { + return $this->_propDict["parentFolderId"]; + } else { + return null; + } + } + + /** + * Sets the parentFolderId + * The unique identifier for the message's parent mailFolder. + * + * @param string $val The parentFolderId + * + * @return Message + */ + public function setParentFolderId($val) + { + $this->_propDict["parentFolderId"] = $val; + return $this; + } + + /** + * Gets the sender + * The account that is actually used to generate the message. In most cases, this value is the same as the from property. You can set this property to a different value when sending a message from a shared mailbox, or sending a message as a delegate. In any case, the value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message. + * + * @return Recipient The sender + */ + public function getSender() + { + if (array_key_exists("sender", $this->_propDict)) { + if (is_a($this->_propDict["sender"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["sender"]; + } else { + $this->_propDict["sender"] = new Recipient($this->_propDict["sender"]); + return $this->_propDict["sender"]; + } + } + return null; + } + + /** + * Sets the sender + * The account that is actually used to generate the message. In most cases, this value is the same as the from property. You can set this property to a different value when sending a message from a shared mailbox, or sending a message as a delegate. In any case, the value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message. + * + * @param Recipient $val The sender + * + * @return Message + */ + public function setSender($val) + { + $this->_propDict["sender"] = $val; + return $this; + } + + /** + * Gets the from + * The mailbox owner and sender of the message. The value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message. + * + * @return Recipient The from + */ + public function getFrom() + { + if (array_key_exists("from", $this->_propDict)) { + if (is_a($this->_propDict["from"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["from"]; + } else { + $this->_propDict["from"] = new Recipient($this->_propDict["from"]); + return $this->_propDict["from"]; + } + } + return null; + } + + /** + * Sets the from + * The mailbox owner and sender of the message. The value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message. + * + * @param Recipient $val The from + * + * @return Message + */ + public function setFrom($val) + { + $this->_propDict["from"] = $val; + return $this; + } + + + /** + * Gets the toRecipients + * The To: recipients for the message. + * + * @return array The toRecipients + */ + public function getToRecipients() + { + if (array_key_exists("toRecipients", $this->_propDict)) { + return $this->_propDict["toRecipients"]; + } else { + return null; + } + } + + /** + * Sets the toRecipients + * The To: recipients for the message. + * + * @param Recipient $val The toRecipients + * + * @return Message + */ + public function setToRecipients($val) + { + $this->_propDict["toRecipients"] = $val; + return $this; + } + + + /** + * Gets the ccRecipients + * The Cc: recipients for the message. + * + * @return array The ccRecipients + */ + public function getCcRecipients() + { + if (array_key_exists("ccRecipients", $this->_propDict)) { + return $this->_propDict["ccRecipients"]; + } else { + return null; + } + } + + /** + * Sets the ccRecipients + * The Cc: recipients for the message. + * + * @param Recipient $val The ccRecipients + * + * @return Message + */ + public function setCcRecipients($val) + { + $this->_propDict["ccRecipients"] = $val; + return $this; + } + + + /** + * Gets the bccRecipients + * The Bcc: recipients for the message. + * + * @return array The bccRecipients + */ + public function getBccRecipients() + { + if (array_key_exists("bccRecipients", $this->_propDict)) { + return $this->_propDict["bccRecipients"]; + } else { + return null; + } + } + + /** + * Sets the bccRecipients + * The Bcc: recipients for the message. + * + * @param Recipient $val The bccRecipients + * + * @return Message + */ + public function setBccRecipients($val) + { + $this->_propDict["bccRecipients"] = $val; + return $this; + } + + + /** + * Gets the replyTo + * The email addresses to use when replying. + * + * @return array The replyTo + */ + public function getReplyTo() + { + if (array_key_exists("replyTo", $this->_propDict)) { + return $this->_propDict["replyTo"]; + } else { + return null; + } + } + + /** + * Sets the replyTo + * The email addresses to use when replying. + * + * @param Recipient $val The replyTo + * + * @return Message + */ + public function setReplyTo($val) + { + $this->_propDict["replyTo"] = $val; + return $this; + } + + /** + * Gets the conversationId + * The ID of the conversation the email belongs to. + * + * @return string The conversationId + */ + public function getConversationId() + { + if (array_key_exists("conversationId", $this->_propDict)) { + return $this->_propDict["conversationId"]; + } else { + return null; + } + } + + /** + * Sets the conversationId + * The ID of the conversation the email belongs to. + * + * @param string $val The conversationId + * + * @return Message + */ + public function setConversationId($val) + { + $this->_propDict["conversationId"] = $val; + return $this; + } + + /** + * Gets the uniqueBody + * The part of the body of the message that is unique to the current message. uniqueBody is not returned by default but can be retrieved for a given message by use of the ?$select=uniqueBody query. It can be in HTML or text format. + * + * @return ItemBody The uniqueBody + */ + public function getUniqueBody() + { + if (array_key_exists("uniqueBody", $this->_propDict)) { + if (is_a($this->_propDict["uniqueBody"], "Microsoft\Graph\Model\ItemBody")) { + return $this->_propDict["uniqueBody"]; + } else { + $this->_propDict["uniqueBody"] = new ItemBody($this->_propDict["uniqueBody"]); + return $this->_propDict["uniqueBody"]; + } + } + return null; + } + + /** + * Sets the uniqueBody + * The part of the body of the message that is unique to the current message. uniqueBody is not returned by default but can be retrieved for a given message by use of the ?$select=uniqueBody query. It can be in HTML or text format. + * + * @param ItemBody $val The uniqueBody + * + * @return Message + */ + public function setUniqueBody($val) + { + $this->_propDict["uniqueBody"] = $val; + return $this; + } + + /** + * Gets the isDeliveryReceiptRequested + * Indicates whether a read receipt is requested for the message. + * + * @return bool The isDeliveryReceiptRequested + */ + public function getIsDeliveryReceiptRequested() + { + if (array_key_exists("isDeliveryReceiptRequested", $this->_propDict)) { + return $this->_propDict["isDeliveryReceiptRequested"]; + } else { + return null; + } + } + + /** + * Sets the isDeliveryReceiptRequested + * Indicates whether a read receipt is requested for the message. + * + * @param bool $val The isDeliveryReceiptRequested + * + * @return Message + */ + public function setIsDeliveryReceiptRequested($val) + { + $this->_propDict["isDeliveryReceiptRequested"] = boolval($val); + return $this; + } + + /** + * Gets the isReadReceiptRequested + * Indicates whether a read receipt is requested for the message. + * + * @return bool The isReadReceiptRequested + */ + public function getIsReadReceiptRequested() + { + if (array_key_exists("isReadReceiptRequested", $this->_propDict)) { + return $this->_propDict["isReadReceiptRequested"]; + } else { + return null; + } + } + + /** + * Sets the isReadReceiptRequested + * Indicates whether a read receipt is requested for the message. + * + * @param bool $val The isReadReceiptRequested + * + * @return Message + */ + public function setIsReadReceiptRequested($val) + { + $this->_propDict["isReadReceiptRequested"] = boolval($val); + return $this; + } + + /** + * Gets the isRead + * Indicates whether the message has been read. + * + * @return bool The isRead + */ + public function getIsRead() + { + if (array_key_exists("isRead", $this->_propDict)) { + return $this->_propDict["isRead"]; + } else { + return null; + } + } + + /** + * Sets the isRead + * Indicates whether the message has been read. + * + * @param bool $val The isRead + * + * @return Message + */ + public function setIsRead($val) + { + $this->_propDict["isRead"] = boolval($val); + return $this; + } + + /** + * Gets the isDraft + * Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet. + * + * @return bool The isDraft + */ + public function getIsDraft() + { + if (array_key_exists("isDraft", $this->_propDict)) { + return $this->_propDict["isDraft"]; + } else { + return null; + } + } + + /** + * Sets the isDraft + * Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet. + * + * @param bool $val The isDraft + * + * @return Message + */ + public function setIsDraft($val) + { + $this->_propDict["isDraft"] = boolval($val); + return $this; + } + + /** + * Gets the webLink + * The URL to open the message in Outlook Web App.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, then the browser will show the message in the Outlook Web App review pane.The message will open in the browser if you are logged in to your mailbox via Outlook Web App. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame. + * + * @return string The webLink + */ + public function getWebLink() + { + if (array_key_exists("webLink", $this->_propDict)) { + return $this->_propDict["webLink"]; + } else { + return null; + } + } + + /** + * Sets the webLink + * The URL to open the message in Outlook Web App.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, then the browser will show the message in the Outlook Web App review pane.The message will open in the browser if you are logged in to your mailbox via Outlook Web App. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame. + * + * @param string $val The webLink + * + * @return Message + */ + public function setWebLink($val) + { + $this->_propDict["webLink"] = $val; + return $this; + } + + /** + * Gets the inferenceClassification + * The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. The possible values are: focused or other. + * + * @return InferenceClassificationType The inferenceClassification + */ + public function getInferenceClassification() + { + if (array_key_exists("inferenceClassification", $this->_propDict)) { + if (is_a($this->_propDict["inferenceClassification"], "Microsoft\Graph\Model\InferenceClassificationType")) { + return $this->_propDict["inferenceClassification"]; + } else { + $this->_propDict["inferenceClassification"] = new InferenceClassificationType($this->_propDict["inferenceClassification"]); + return $this->_propDict["inferenceClassification"]; + } + } + return null; + } + + /** + * Sets the inferenceClassification + * The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. The possible values are: focused or other. + * + * @param InferenceClassificationType $val The inferenceClassification + * + * @return Message + */ + public function setInferenceClassification($val) + { + $this->_propDict["inferenceClassification"] = $val; + return $this; + } + + /** + * Gets the flag + * The flag value that indicates the status, start date, due date, or completion date for the message. + * + * @return FollowupFlag The flag + */ + public function getFlag() + { + if (array_key_exists("flag", $this->_propDict)) { + if (is_a($this->_propDict["flag"], "Microsoft\Graph\Model\FollowupFlag")) { + return $this->_propDict["flag"]; + } else { + $this->_propDict["flag"] = new FollowupFlag($this->_propDict["flag"]); + return $this->_propDict["flag"]; + } + } + return null; + } + + /** + * Sets the flag + * The flag value that indicates the status, start date, due date, or completion date for the message. + * + * @param FollowupFlag $val The flag + * + * @return Message + */ + public function setFlag($val) + { + $this->_propDict["flag"] = $val; + return $this; + } + + + /** + * Gets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the message. Nullable. + * + * @return array The singleValueExtendedProperties + */ + public function getSingleValueExtendedProperties() + { + if (array_key_exists("singleValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["singleValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the message. Nullable. + * + * @param SingleValueLegacyExtendedProperty $val The singleValueExtendedProperties + * + * @return Message + */ + public function setSingleValueExtendedProperties($val) + { + $this->_propDict["singleValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the message. Nullable. + * + * @return array The multiValueExtendedProperties + */ + public function getMultiValueExtendedProperties() + { + if (array_key_exists("multiValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["multiValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the message. Nullable. + * + * @param MultiValueLegacyExtendedProperty $val The multiValueExtendedProperties + * + * @return Message + */ + public function setMultiValueExtendedProperties($val) + { + $this->_propDict["multiValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the attachments + * The fileAttachment and itemAttachment attachments for the message. + * + * @return array The attachments + */ + public function getAttachments() + { + if (array_key_exists("attachments", $this->_propDict)) { + return $this->_propDict["attachments"]; + } else { + return null; + } + } + + /** + * Sets the attachments + * The fileAttachment and itemAttachment attachments for the message. + * + * @param Attachment $val The attachments + * + * @return Message + */ + public function setAttachments($val) + { + $this->_propDict["attachments"] = $val; + return $this; + } + + + /** + * Gets the extensions + * The collection of open extensions defined for the message. Nullable. + * + * @return array The extensions + */ + public function getExtensions() + { + if (array_key_exists("extensions", $this->_propDict)) { + return $this->_propDict["extensions"]; + } else { + return null; + } + } + + /** + * Sets the extensions + * The collection of open extensions defined for the message. Nullable. + * + * @param Extension $val The extensions + * + * @return Message + */ + public function setExtensions($val) + { + $this->_propDict["extensions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MessageActionFlag.php b/vendor/microsoft/microsoft-graph/src/Model/MessageActionFlag.php new file mode 100644 index 000000000..645a17521 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MessageActionFlag.php @@ -0,0 +1,45 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The display name of the rule. + * + * @param string $val The displayName + * + * @return MessageRule + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the sequence + * Indicates the order in which the rule is executed, among other rules. + * + * @return int The sequence + */ + public function getSequence() + { + if (array_key_exists("sequence", $this->_propDict)) { + return $this->_propDict["sequence"]; + } else { + return null; + } + } + + /** + * Sets the sequence + * Indicates the order in which the rule is executed, among other rules. + * + * @param int $val The sequence + * + * @return MessageRule + */ + public function setSequence($val) + { + $this->_propDict["sequence"] = intval($val); + return $this; + } + + /** + * Gets the conditions + * Conditions that when fulfilled, will trigger the corresponding actions for that rule. + * + * @return MessageRulePredicates The conditions + */ + public function getConditions() + { + if (array_key_exists("conditions", $this->_propDict)) { + if (is_a($this->_propDict["conditions"], "Microsoft\Graph\Model\MessageRulePredicates")) { + return $this->_propDict["conditions"]; + } else { + $this->_propDict["conditions"] = new MessageRulePredicates($this->_propDict["conditions"]); + return $this->_propDict["conditions"]; + } + } + return null; + } + + /** + * Sets the conditions + * Conditions that when fulfilled, will trigger the corresponding actions for that rule. + * + * @param MessageRulePredicates $val The conditions + * + * @return MessageRule + */ + public function setConditions($val) + { + $this->_propDict["conditions"] = $val; + return $this; + } + + /** + * Gets the actions + * Actions to be taken on a message when the corresponding conditions are fulfilled. + * + * @return MessageRuleActions The actions + */ + public function getActions() + { + if (array_key_exists("actions", $this->_propDict)) { + if (is_a($this->_propDict["actions"], "Microsoft\Graph\Model\MessageRuleActions")) { + return $this->_propDict["actions"]; + } else { + $this->_propDict["actions"] = new MessageRuleActions($this->_propDict["actions"]); + return $this->_propDict["actions"]; + } + } + return null; + } + + /** + * Sets the actions + * Actions to be taken on a message when the corresponding conditions are fulfilled. + * + * @param MessageRuleActions $val The actions + * + * @return MessageRule + */ + public function setActions($val) + { + $this->_propDict["actions"] = $val; + return $this; + } + + /** + * Gets the exceptions + * Exception conditions for the rule. + * + * @return MessageRulePredicates The exceptions + */ + public function getExceptions() + { + if (array_key_exists("exceptions", $this->_propDict)) { + if (is_a($this->_propDict["exceptions"], "Microsoft\Graph\Model\MessageRulePredicates")) { + return $this->_propDict["exceptions"]; + } else { + $this->_propDict["exceptions"] = new MessageRulePredicates($this->_propDict["exceptions"]); + return $this->_propDict["exceptions"]; + } + } + return null; + } + + /** + * Sets the exceptions + * Exception conditions for the rule. + * + * @param MessageRulePredicates $val The exceptions + * + * @return MessageRule + */ + public function setExceptions($val) + { + $this->_propDict["exceptions"] = $val; + return $this; + } + + /** + * Gets the isEnabled + * Indicates whether the rule is enabled to be applied to messages. + * + * @return bool The isEnabled + */ + public function getIsEnabled() + { + if (array_key_exists("isEnabled", $this->_propDict)) { + return $this->_propDict["isEnabled"]; + } else { + return null; + } + } + + /** + * Sets the isEnabled + * Indicates whether the rule is enabled to be applied to messages. + * + * @param bool $val The isEnabled + * + * @return MessageRule + */ + public function setIsEnabled($val) + { + $this->_propDict["isEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the hasError + * Indicates whether the rule is in an error condition. Read-only. + * + * @return bool The hasError + */ + public function getHasError() + { + if (array_key_exists("hasError", $this->_propDict)) { + return $this->_propDict["hasError"]; + } else { + return null; + } + } + + /** + * Sets the hasError + * Indicates whether the rule is in an error condition. Read-only. + * + * @param bool $val The hasError + * + * @return MessageRule + */ + public function setHasError($val) + { + $this->_propDict["hasError"] = boolval($val); + return $this; + } + + /** + * Gets the isReadOnly + * Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. + * + * @return bool The isReadOnly + */ + public function getIsReadOnly() + { + if (array_key_exists("isReadOnly", $this->_propDict)) { + return $this->_propDict["isReadOnly"]; + } else { + return null; + } + } + + /** + * Sets the isReadOnly + * Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. + * + * @param bool $val The isReadOnly + * + * @return MessageRule + */ + public function setIsReadOnly($val) + { + $this->_propDict["isReadOnly"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MessageRuleActions.php b/vendor/microsoft/microsoft-graph/src/Model/MessageRuleActions.php new file mode 100644 index 000000000..8eba969e8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MessageRuleActions.php @@ -0,0 +1,356 @@ +_propDict)) { + return $this->_propDict["moveToFolder"]; + } else { + return null; + } + } + + /** + * Sets the moveToFolder + * The ID of the folder that a message will be moved to. + * + * @param string $val The value of the moveToFolder + * + * @return MessageRuleActions + */ + public function setMoveToFolder($val) + { + $this->_propDict["moveToFolder"] = $val; + return $this; + } + /** + * Gets the copyToFolder + * The ID of a folder that a message is to be copied to. + * + * @return string The copyToFolder + */ + public function getCopyToFolder() + { + if (array_key_exists("copyToFolder", $this->_propDict)) { + return $this->_propDict["copyToFolder"]; + } else { + return null; + } + } + + /** + * Sets the copyToFolder + * The ID of a folder that a message is to be copied to. + * + * @param string $val The value of the copyToFolder + * + * @return MessageRuleActions + */ + public function setCopyToFolder($val) + { + $this->_propDict["copyToFolder"] = $val; + return $this; + } + /** + * Gets the delete + * Indicates whether a message should be moved to the Deleted Items folder. + * + * @return bool The delete + */ + public function getDelete() + { + if (array_key_exists("delete", $this->_propDict)) { + return $this->_propDict["delete"]; + } else { + return null; + } + } + + /** + * Sets the delete + * Indicates whether a message should be moved to the Deleted Items folder. + * + * @param bool $val The value of the delete + * + * @return MessageRuleActions + */ + public function setDelete($val) + { + $this->_propDict["delete"] = $val; + return $this; + } + /** + * Gets the permanentDelete + * Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder. + * + * @return bool The permanentDelete + */ + public function getPermanentDelete() + { + if (array_key_exists("permanentDelete", $this->_propDict)) { + return $this->_propDict["permanentDelete"]; + } else { + return null; + } + } + + /** + * Sets the permanentDelete + * Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder. + * + * @param bool $val The value of the permanentDelete + * + * @return MessageRuleActions + */ + public function setPermanentDelete($val) + { + $this->_propDict["permanentDelete"] = $val; + return $this; + } + /** + * Gets the markAsRead + * Indicates whether a message should be marked as read. + * + * @return bool The markAsRead + */ + public function getMarkAsRead() + { + if (array_key_exists("markAsRead", $this->_propDict)) { + return $this->_propDict["markAsRead"]; + } else { + return null; + } + } + + /** + * Sets the markAsRead + * Indicates whether a message should be marked as read. + * + * @param bool $val The value of the markAsRead + * + * @return MessageRuleActions + */ + public function setMarkAsRead($val) + { + $this->_propDict["markAsRead"] = $val; + return $this; + } + + /** + * Gets the markImportance + * Sets the importance of the message, which can be: low, normal, high. + * + * @return Importance The markImportance + */ + public function getMarkImportance() + { + if (array_key_exists("markImportance", $this->_propDict)) { + if (is_a($this->_propDict["markImportance"], "Microsoft\Graph\Model\Importance")) { + return $this->_propDict["markImportance"]; + } else { + $this->_propDict["markImportance"] = new Importance($this->_propDict["markImportance"]); + return $this->_propDict["markImportance"]; + } + } + return null; + } + + /** + * Sets the markImportance + * Sets the importance of the message, which can be: low, normal, high. + * + * @param Importance $val The value to assign to the markImportance + * + * @return MessageRuleActions The MessageRuleActions + */ + public function setMarkImportance($val) + { + $this->_propDict["markImportance"] = $val; + return $this; + } + + /** + * Gets the forwardTo + * The email addresses of the recipients to which a message should be forwarded. + * + * @return Recipient The forwardTo + */ + public function getForwardTo() + { + if (array_key_exists("forwardTo", $this->_propDict)) { + if (is_a($this->_propDict["forwardTo"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["forwardTo"]; + } else { + $this->_propDict["forwardTo"] = new Recipient($this->_propDict["forwardTo"]); + return $this->_propDict["forwardTo"]; + } + } + return null; + } + + /** + * Sets the forwardTo + * The email addresses of the recipients to which a message should be forwarded. + * + * @param Recipient $val The value to assign to the forwardTo + * + * @return MessageRuleActions The MessageRuleActions + */ + public function setForwardTo($val) + { + $this->_propDict["forwardTo"] = $val; + return $this; + } + + /** + * Gets the forwardAsAttachmentTo + * The email addresses of the recipients to which a message should be forwarded as an attachment. + * + * @return Recipient The forwardAsAttachmentTo + */ + public function getForwardAsAttachmentTo() + { + if (array_key_exists("forwardAsAttachmentTo", $this->_propDict)) { + if (is_a($this->_propDict["forwardAsAttachmentTo"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["forwardAsAttachmentTo"]; + } else { + $this->_propDict["forwardAsAttachmentTo"] = new Recipient($this->_propDict["forwardAsAttachmentTo"]); + return $this->_propDict["forwardAsAttachmentTo"]; + } + } + return null; + } + + /** + * Sets the forwardAsAttachmentTo + * The email addresses of the recipients to which a message should be forwarded as an attachment. + * + * @param Recipient $val The value to assign to the forwardAsAttachmentTo + * + * @return MessageRuleActions The MessageRuleActions + */ + public function setForwardAsAttachmentTo($val) + { + $this->_propDict["forwardAsAttachmentTo"] = $val; + return $this; + } + + /** + * Gets the redirectTo + * The email addresses to which a message should be redirected. + * + * @return Recipient The redirectTo + */ + public function getRedirectTo() + { + if (array_key_exists("redirectTo", $this->_propDict)) { + if (is_a($this->_propDict["redirectTo"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["redirectTo"]; + } else { + $this->_propDict["redirectTo"] = new Recipient($this->_propDict["redirectTo"]); + return $this->_propDict["redirectTo"]; + } + } + return null; + } + + /** + * Sets the redirectTo + * The email addresses to which a message should be redirected. + * + * @param Recipient $val The value to assign to the redirectTo + * + * @return MessageRuleActions The MessageRuleActions + */ + public function setRedirectTo($val) + { + $this->_propDict["redirectTo"] = $val; + return $this; + } + /** + * Gets the assignCategories + * A list of categories to be assigned to a message. + * + * @return string The assignCategories + */ + public function getAssignCategories() + { + if (array_key_exists("assignCategories", $this->_propDict)) { + return $this->_propDict["assignCategories"]; + } else { + return null; + } + } + + /** + * Sets the assignCategories + * A list of categories to be assigned to a message. + * + * @param string $val The value of the assignCategories + * + * @return MessageRuleActions + */ + public function setAssignCategories($val) + { + $this->_propDict["assignCategories"] = $val; + return $this; + } + /** + * Gets the stopProcessingRules + * Indicates whether subsequent rules should be evaluated. + * + * @return bool The stopProcessingRules + */ + public function getStopProcessingRules() + { + if (array_key_exists("stopProcessingRules", $this->_propDict)) { + return $this->_propDict["stopProcessingRules"]; + } else { + return null; + } + } + + /** + * Sets the stopProcessingRules + * Indicates whether subsequent rules should be evaluated. + * + * @param bool $val The value of the stopProcessingRules + * + * @return MessageRuleActions + */ + public function setStopProcessingRules($val) + { + $this->_propDict["stopProcessingRules"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MessageRulePredicates.php b/vendor/microsoft/microsoft-graph/src/Model/MessageRulePredicates.php new file mode 100644 index 000000000..428da23e2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MessageRulePredicates.php @@ -0,0 +1,898 @@ +_propDict)) { + return $this->_propDict["categories"]; + } else { + return null; + } + } + + /** + * Sets the categories + * Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply. + * + * @param string $val The value of the categories + * + * @return MessageRulePredicates + */ + public function setCategories($val) + { + $this->_propDict["categories"] = $val; + return $this; + } + /** + * Gets the subjectContains + * Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply. + * + * @return string The subjectContains + */ + public function getSubjectContains() + { + if (array_key_exists("subjectContains", $this->_propDict)) { + return $this->_propDict["subjectContains"]; + } else { + return null; + } + } + + /** + * Sets the subjectContains + * Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply. + * + * @param string $val The value of the subjectContains + * + * @return MessageRulePredicates + */ + public function setSubjectContains($val) + { + $this->_propDict["subjectContains"] = $val; + return $this; + } + /** + * Gets the bodyContains + * Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply. + * + * @return string The bodyContains + */ + public function getBodyContains() + { + if (array_key_exists("bodyContains", $this->_propDict)) { + return $this->_propDict["bodyContains"]; + } else { + return null; + } + } + + /** + * Sets the bodyContains + * Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply. + * + * @param string $val The value of the bodyContains + * + * @return MessageRulePredicates + */ + public function setBodyContains($val) + { + $this->_propDict["bodyContains"] = $val; + return $this; + } + /** + * Gets the bodyOrSubjectContains + * Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply. + * + * @return string The bodyOrSubjectContains + */ + public function getBodyOrSubjectContains() + { + if (array_key_exists("bodyOrSubjectContains", $this->_propDict)) { + return $this->_propDict["bodyOrSubjectContains"]; + } else { + return null; + } + } + + /** + * Sets the bodyOrSubjectContains + * Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply. + * + * @param string $val The value of the bodyOrSubjectContains + * + * @return MessageRulePredicates + */ + public function setBodyOrSubjectContains($val) + { + $this->_propDict["bodyOrSubjectContains"] = $val; + return $this; + } + /** + * Gets the senderContains + * Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply. + * + * @return string The senderContains + */ + public function getSenderContains() + { + if (array_key_exists("senderContains", $this->_propDict)) { + return $this->_propDict["senderContains"]; + } else { + return null; + } + } + + /** + * Sets the senderContains + * Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply. + * + * @param string $val The value of the senderContains + * + * @return MessageRulePredicates + */ + public function setSenderContains($val) + { + $this->_propDict["senderContains"] = $val; + return $this; + } + /** + * Gets the recipientContains + * Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply. + * + * @return string The recipientContains + */ + public function getRecipientContains() + { + if (array_key_exists("recipientContains", $this->_propDict)) { + return $this->_propDict["recipientContains"]; + } else { + return null; + } + } + + /** + * Sets the recipientContains + * Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply. + * + * @param string $val The value of the recipientContains + * + * @return MessageRulePredicates + */ + public function setRecipientContains($val) + { + $this->_propDict["recipientContains"] = $val; + return $this; + } + /** + * Gets the headerContains + * Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply. + * + * @return string The headerContains + */ + public function getHeaderContains() + { + if (array_key_exists("headerContains", $this->_propDict)) { + return $this->_propDict["headerContains"]; + } else { + return null; + } + } + + /** + * Sets the headerContains + * Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply. + * + * @param string $val The value of the headerContains + * + * @return MessageRulePredicates + */ + public function setHeaderContains($val) + { + $this->_propDict["headerContains"] = $val; + return $this; + } + + /** + * Gets the messageActionFlag + * Represents the flag-for-action value that appears on an incoming message in order for the condition or exception to apply. The possible values are: any, call, doNotForward, followUp, fyi, forward, noResponseNecessary, read, reply, replyToAll, review. + * + * @return MessageActionFlag The messageActionFlag + */ + public function getMessageActionFlag() + { + if (array_key_exists("messageActionFlag", $this->_propDict)) { + if (is_a($this->_propDict["messageActionFlag"], "Microsoft\Graph\Model\MessageActionFlag")) { + return $this->_propDict["messageActionFlag"]; + } else { + $this->_propDict["messageActionFlag"] = new MessageActionFlag($this->_propDict["messageActionFlag"]); + return $this->_propDict["messageActionFlag"]; + } + } + return null; + } + + /** + * Sets the messageActionFlag + * Represents the flag-for-action value that appears on an incoming message in order for the condition or exception to apply. The possible values are: any, call, doNotForward, followUp, fyi, forward, noResponseNecessary, read, reply, replyToAll, review. + * + * @param MessageActionFlag $val The value to assign to the messageActionFlag + * + * @return MessageRulePredicates The MessageRulePredicates + */ + public function setMessageActionFlag($val) + { + $this->_propDict["messageActionFlag"] = $val; + return $this; + } + + /** + * Gets the importance + * The importance that is stamped on an incoming message in order for the condition or exception to apply: low, normal, high. + * + * @return Importance The importance + */ + public function getImportance() + { + if (array_key_exists("importance", $this->_propDict)) { + if (is_a($this->_propDict["importance"], "Microsoft\Graph\Model\Importance")) { + return $this->_propDict["importance"]; + } else { + $this->_propDict["importance"] = new Importance($this->_propDict["importance"]); + return $this->_propDict["importance"]; + } + } + return null; + } + + /** + * Sets the importance + * The importance that is stamped on an incoming message in order for the condition or exception to apply: low, normal, high. + * + * @param Importance $val The value to assign to the importance + * + * @return MessageRulePredicates The MessageRulePredicates + */ + public function setImportance($val) + { + $this->_propDict["importance"] = $val; + return $this; + } + + /** + * Gets the sensitivity + * Represents the sensitivity level that must be stamped on an incoming message in order for the condition or exception to apply. The possible values are: normal, personal, private, confidential. + * + * @return Sensitivity The sensitivity + */ + public function getSensitivity() + { + if (array_key_exists("sensitivity", $this->_propDict)) { + if (is_a($this->_propDict["sensitivity"], "Microsoft\Graph\Model\Sensitivity")) { + return $this->_propDict["sensitivity"]; + } else { + $this->_propDict["sensitivity"] = new Sensitivity($this->_propDict["sensitivity"]); + return $this->_propDict["sensitivity"]; + } + } + return null; + } + + /** + * Sets the sensitivity + * Represents the sensitivity level that must be stamped on an incoming message in order for the condition or exception to apply. The possible values are: normal, personal, private, confidential. + * + * @param Sensitivity $val The value to assign to the sensitivity + * + * @return MessageRulePredicates The MessageRulePredicates + */ + public function setSensitivity($val) + { + $this->_propDict["sensitivity"] = $val; + return $this; + } + + /** + * Gets the fromAddresses + * Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply. + * + * @return Recipient The fromAddresses + */ + public function getFromAddresses() + { + if (array_key_exists("fromAddresses", $this->_propDict)) { + if (is_a($this->_propDict["fromAddresses"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["fromAddresses"]; + } else { + $this->_propDict["fromAddresses"] = new Recipient($this->_propDict["fromAddresses"]); + return $this->_propDict["fromAddresses"]; + } + } + return null; + } + + /** + * Sets the fromAddresses + * Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply. + * + * @param Recipient $val The value to assign to the fromAddresses + * + * @return MessageRulePredicates The MessageRulePredicates + */ + public function setFromAddresses($val) + { + $this->_propDict["fromAddresses"] = $val; + return $this; + } + + /** + * Gets the sentToAddresses + * Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply. + * + * @return Recipient The sentToAddresses + */ + public function getSentToAddresses() + { + if (array_key_exists("sentToAddresses", $this->_propDict)) { + if (is_a($this->_propDict["sentToAddresses"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["sentToAddresses"]; + } else { + $this->_propDict["sentToAddresses"] = new Recipient($this->_propDict["sentToAddresses"]); + return $this->_propDict["sentToAddresses"]; + } + } + return null; + } + + /** + * Sets the sentToAddresses + * Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply. + * + * @param Recipient $val The value to assign to the sentToAddresses + * + * @return MessageRulePredicates The MessageRulePredicates + */ + public function setSentToAddresses($val) + { + $this->_propDict["sentToAddresses"] = $val; + return $this; + } + /** + * Gets the sentToMe + * Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply. + * + * @return bool The sentToMe + */ + public function getSentToMe() + { + if (array_key_exists("sentToMe", $this->_propDict)) { + return $this->_propDict["sentToMe"]; + } else { + return null; + } + } + + /** + * Sets the sentToMe + * Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply. + * + * @param bool $val The value of the sentToMe + * + * @return MessageRulePredicates + */ + public function setSentToMe($val) + { + $this->_propDict["sentToMe"] = $val; + return $this; + } + /** + * Gets the sentOnlyToMe + * Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply. + * + * @return bool The sentOnlyToMe + */ + public function getSentOnlyToMe() + { + if (array_key_exists("sentOnlyToMe", $this->_propDict)) { + return $this->_propDict["sentOnlyToMe"]; + } else { + return null; + } + } + + /** + * Sets the sentOnlyToMe + * Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply. + * + * @param bool $val The value of the sentOnlyToMe + * + * @return MessageRulePredicates + */ + public function setSentOnlyToMe($val) + { + $this->_propDict["sentOnlyToMe"] = $val; + return $this; + } + /** + * Gets the sentCcMe + * Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply. + * + * @return bool The sentCcMe + */ + public function getSentCcMe() + { + if (array_key_exists("sentCcMe", $this->_propDict)) { + return $this->_propDict["sentCcMe"]; + } else { + return null; + } + } + + /** + * Sets the sentCcMe + * Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply. + * + * @param bool $val The value of the sentCcMe + * + * @return MessageRulePredicates + */ + public function setSentCcMe($val) + { + $this->_propDict["sentCcMe"] = $val; + return $this; + } + /** + * Gets the sentToOrCcMe + * Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply. + * + * @return bool The sentToOrCcMe + */ + public function getSentToOrCcMe() + { + if (array_key_exists("sentToOrCcMe", $this->_propDict)) { + return $this->_propDict["sentToOrCcMe"]; + } else { + return null; + } + } + + /** + * Sets the sentToOrCcMe + * Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply. + * + * @param bool $val The value of the sentToOrCcMe + * + * @return MessageRulePredicates + */ + public function setSentToOrCcMe($val) + { + $this->_propDict["sentToOrCcMe"] = $val; + return $this; + } + /** + * Gets the notSentToMe + * Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply. + * + * @return bool The notSentToMe + */ + public function getNotSentToMe() + { + if (array_key_exists("notSentToMe", $this->_propDict)) { + return $this->_propDict["notSentToMe"]; + } else { + return null; + } + } + + /** + * Sets the notSentToMe + * Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply. + * + * @param bool $val The value of the notSentToMe + * + * @return MessageRulePredicates + */ + public function setNotSentToMe($val) + { + $this->_propDict["notSentToMe"] = $val; + return $this; + } + /** + * Gets the hasAttachments + * Indicates whether an incoming message must have attachments in order for the condition or exception to apply. + * + * @return bool The hasAttachments + */ + public function getHasAttachments() + { + if (array_key_exists("hasAttachments", $this->_propDict)) { + return $this->_propDict["hasAttachments"]; + } else { + return null; + } + } + + /** + * Sets the hasAttachments + * Indicates whether an incoming message must have attachments in order for the condition or exception to apply. + * + * @param bool $val The value of the hasAttachments + * + * @return MessageRulePredicates + */ + public function setHasAttachments($val) + { + $this->_propDict["hasAttachments"] = $val; + return $this; + } + /** + * Gets the isApprovalRequest + * Indicates whether an incoming message must be an approval request in order for the condition or exception to apply. + * + * @return bool The isApprovalRequest + */ + public function getIsApprovalRequest() + { + if (array_key_exists("isApprovalRequest", $this->_propDict)) { + return $this->_propDict["isApprovalRequest"]; + } else { + return null; + } + } + + /** + * Sets the isApprovalRequest + * Indicates whether an incoming message must be an approval request in order for the condition or exception to apply. + * + * @param bool $val The value of the isApprovalRequest + * + * @return MessageRulePredicates + */ + public function setIsApprovalRequest($val) + { + $this->_propDict["isApprovalRequest"] = $val; + return $this; + } + /** + * Gets the isAutomaticForward + * Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply. + * + * @return bool The isAutomaticForward + */ + public function getIsAutomaticForward() + { + if (array_key_exists("isAutomaticForward", $this->_propDict)) { + return $this->_propDict["isAutomaticForward"]; + } else { + return null; + } + } + + /** + * Sets the isAutomaticForward + * Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply. + * + * @param bool $val The value of the isAutomaticForward + * + * @return MessageRulePredicates + */ + public function setIsAutomaticForward($val) + { + $this->_propDict["isAutomaticForward"] = $val; + return $this; + } + /** + * Gets the isAutomaticReply + * Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply. + * + * @return bool The isAutomaticReply + */ + public function getIsAutomaticReply() + { + if (array_key_exists("isAutomaticReply", $this->_propDict)) { + return $this->_propDict["isAutomaticReply"]; + } else { + return null; + } + } + + /** + * Sets the isAutomaticReply + * Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply. + * + * @param bool $val The value of the isAutomaticReply + * + * @return MessageRulePredicates + */ + public function setIsAutomaticReply($val) + { + $this->_propDict["isAutomaticReply"] = $val; + return $this; + } + /** + * Gets the isEncrypted + * Indicates whether an incoming message must be encrypted in order for the condition or exception to apply. + * + * @return bool The isEncrypted + */ + public function getIsEncrypted() + { + if (array_key_exists("isEncrypted", $this->_propDict)) { + return $this->_propDict["isEncrypted"]; + } else { + return null; + } + } + + /** + * Sets the isEncrypted + * Indicates whether an incoming message must be encrypted in order for the condition or exception to apply. + * + * @param bool $val The value of the isEncrypted + * + * @return MessageRulePredicates + */ + public function setIsEncrypted($val) + { + $this->_propDict["isEncrypted"] = $val; + return $this; + } + /** + * Gets the isMeetingRequest + * Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply. + * + * @return bool The isMeetingRequest + */ + public function getIsMeetingRequest() + { + if (array_key_exists("isMeetingRequest", $this->_propDict)) { + return $this->_propDict["isMeetingRequest"]; + } else { + return null; + } + } + + /** + * Sets the isMeetingRequest + * Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply. + * + * @param bool $val The value of the isMeetingRequest + * + * @return MessageRulePredicates + */ + public function setIsMeetingRequest($val) + { + $this->_propDict["isMeetingRequest"] = $val; + return $this; + } + /** + * Gets the isMeetingResponse + * Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply. + * + * @return bool The isMeetingResponse + */ + public function getIsMeetingResponse() + { + if (array_key_exists("isMeetingResponse", $this->_propDict)) { + return $this->_propDict["isMeetingResponse"]; + } else { + return null; + } + } + + /** + * Sets the isMeetingResponse + * Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply. + * + * @param bool $val The value of the isMeetingResponse + * + * @return MessageRulePredicates + */ + public function setIsMeetingResponse($val) + { + $this->_propDict["isMeetingResponse"] = $val; + return $this; + } + /** + * Gets the isNonDeliveryReport + * Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply. + * + * @return bool The isNonDeliveryReport + */ + public function getIsNonDeliveryReport() + { + if (array_key_exists("isNonDeliveryReport", $this->_propDict)) { + return $this->_propDict["isNonDeliveryReport"]; + } else { + return null; + } + } + + /** + * Sets the isNonDeliveryReport + * Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply. + * + * @param bool $val The value of the isNonDeliveryReport + * + * @return MessageRulePredicates + */ + public function setIsNonDeliveryReport($val) + { + $this->_propDict["isNonDeliveryReport"] = $val; + return $this; + } + /** + * Gets the isPermissionControlled + * Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply. + * + * @return bool The isPermissionControlled + */ + public function getIsPermissionControlled() + { + if (array_key_exists("isPermissionControlled", $this->_propDict)) { + return $this->_propDict["isPermissionControlled"]; + } else { + return null; + } + } + + /** + * Sets the isPermissionControlled + * Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply. + * + * @param bool $val The value of the isPermissionControlled + * + * @return MessageRulePredicates + */ + public function setIsPermissionControlled($val) + { + $this->_propDict["isPermissionControlled"] = $val; + return $this; + } + /** + * Gets the isReadReceipt + * Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply. + * + * @return bool The isReadReceipt + */ + public function getIsReadReceipt() + { + if (array_key_exists("isReadReceipt", $this->_propDict)) { + return $this->_propDict["isReadReceipt"]; + } else { + return null; + } + } + + /** + * Sets the isReadReceipt + * Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply. + * + * @param bool $val The value of the isReadReceipt + * + * @return MessageRulePredicates + */ + public function setIsReadReceipt($val) + { + $this->_propDict["isReadReceipt"] = $val; + return $this; + } + /** + * Gets the isSigned + * Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply. + * + * @return bool The isSigned + */ + public function getIsSigned() + { + if (array_key_exists("isSigned", $this->_propDict)) { + return $this->_propDict["isSigned"]; + } else { + return null; + } + } + + /** + * Sets the isSigned + * Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply. + * + * @param bool $val The value of the isSigned + * + * @return MessageRulePredicates + */ + public function setIsSigned($val) + { + $this->_propDict["isSigned"] = $val; + return $this; + } + /** + * Gets the isVoicemail + * Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply. + * + * @return bool The isVoicemail + */ + public function getIsVoicemail() + { + if (array_key_exists("isVoicemail", $this->_propDict)) { + return $this->_propDict["isVoicemail"]; + } else { + return null; + } + } + + /** + * Sets the isVoicemail + * Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply. + * + * @param bool $val The value of the isVoicemail + * + * @return MessageRulePredicates + */ + public function setIsVoicemail($val) + { + $this->_propDict["isVoicemail"] = $val; + return $this; + } + + /** + * Gets the withinSizeRange + * Represents the minimum and maximum sizes (in kilobytes) that an incoming message must fall in between in order for the condition or exception to apply. + * + * @return SizeRange The withinSizeRange + */ + public function getWithinSizeRange() + { + if (array_key_exists("withinSizeRange", $this->_propDict)) { + if (is_a($this->_propDict["withinSizeRange"], "Microsoft\Graph\Model\SizeRange")) { + return $this->_propDict["withinSizeRange"]; + } else { + $this->_propDict["withinSizeRange"] = new SizeRange($this->_propDict["withinSizeRange"]); + return $this->_propDict["withinSizeRange"]; + } + } + return null; + } + + /** + * Sets the withinSizeRange + * Represents the minimum and maximum sizes (in kilobytes) that an incoming message must fall in between in order for the condition or exception to apply. + * + * @param SizeRange $val The value to assign to the withinSizeRange + * + * @return MessageRulePredicates The MessageRulePredicates + */ + public function setWithinSizeRange($val) + { + $this->_propDict["withinSizeRange"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MicrosoftStoreForBusinessApp.php b/vendor/microsoft/microsoft-graph/src/Model/MicrosoftStoreForBusinessApp.php new file mode 100644 index 000000000..b0030f14c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MicrosoftStoreForBusinessApp.php @@ -0,0 +1,178 @@ +_propDict)) { + return $this->_propDict["usedLicenseCount"]; + } else { + return null; + } + } + + /** + * Sets the usedLicenseCount + * The number of Microsoft Store for Business licenses in use. + * + * @param int $val The usedLicenseCount + * + * @return MicrosoftStoreForBusinessApp + */ + public function setUsedLicenseCount($val) + { + $this->_propDict["usedLicenseCount"] = intval($val); + return $this; + } + + /** + * Gets the totalLicenseCount + * The total number of Microsoft Store for Business licenses. + * + * @return int The totalLicenseCount + */ + public function getTotalLicenseCount() + { + if (array_key_exists("totalLicenseCount", $this->_propDict)) { + return $this->_propDict["totalLicenseCount"]; + } else { + return null; + } + } + + /** + * Sets the totalLicenseCount + * The total number of Microsoft Store for Business licenses. + * + * @param int $val The totalLicenseCount + * + * @return MicrosoftStoreForBusinessApp + */ + public function setTotalLicenseCount($val) + { + $this->_propDict["totalLicenseCount"] = intval($val); + return $this; + } + + /** + * Gets the productKey + * The app product key + * + * @return string The productKey + */ + public function getProductKey() + { + if (array_key_exists("productKey", $this->_propDict)) { + return $this->_propDict["productKey"]; + } else { + return null; + } + } + + /** + * Sets the productKey + * The app product key + * + * @param string $val The productKey + * + * @return MicrosoftStoreForBusinessApp + */ + public function setProductKey($val) + { + $this->_propDict["productKey"] = $val; + return $this; + } + + /** + * Gets the licenseType + * The app license type. Possible values are: offline, online. + * + * @return MicrosoftStoreForBusinessLicenseType The licenseType + */ + public function getLicenseType() + { + if (array_key_exists("licenseType", $this->_propDict)) { + if (is_a($this->_propDict["licenseType"], "Microsoft\Graph\Model\MicrosoftStoreForBusinessLicenseType")) { + return $this->_propDict["licenseType"]; + } else { + $this->_propDict["licenseType"] = new MicrosoftStoreForBusinessLicenseType($this->_propDict["licenseType"]); + return $this->_propDict["licenseType"]; + } + } + return null; + } + + /** + * Sets the licenseType + * The app license type. Possible values are: offline, online. + * + * @param MicrosoftStoreForBusinessLicenseType $val The licenseType + * + * @return MicrosoftStoreForBusinessApp + */ + public function setLicenseType($val) + { + $this->_propDict["licenseType"] = $val; + return $this; + } + + /** + * Gets the packageIdentityName + * The app package identifier + * + * @return string The packageIdentityName + */ + public function getPackageIdentityName() + { + if (array_key_exists("packageIdentityName", $this->_propDict)) { + return $this->_propDict["packageIdentityName"]; + } else { + return null; + } + } + + /** + * Sets the packageIdentityName + * The app package identifier + * + * @param string $val The packageIdentityName + * + * @return MicrosoftStoreForBusinessApp + */ + public function setPackageIdentityName($val) + { + $this->_propDict["packageIdentityName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MicrosoftStoreForBusinessAppAssignmentSettings.php b/vendor/microsoft/microsoft-graph/src/Model/MicrosoftStoreForBusinessAppAssignmentSettings.php new file mode 100644 index 000000000..7b2e72bc2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MicrosoftStoreForBusinessAppAssignmentSettings.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings"); + } + + /** + * Gets the useDeviceContext + * Whether or not to use device execution context for Microsoft Store for Business mobile app. + * + * @return bool The useDeviceContext + */ + public function getUseDeviceContext() + { + if (array_key_exists("useDeviceContext", $this->_propDict)) { + return $this->_propDict["useDeviceContext"]; + } else { + return null; + } + } + + /** + * Sets the useDeviceContext + * Whether or not to use device execution context for Microsoft Store for Business mobile app. + * + * @param bool $val The value of the useDeviceContext + * + * @return MicrosoftStoreForBusinessAppAssignmentSettings + */ + public function setUseDeviceContext($val) + { + $this->_propDict["useDeviceContext"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MicrosoftStoreForBusinessLicenseType.php b/vendor/microsoft/microsoft-graph/src/Model/MicrosoftStoreForBusinessLicenseType.php new file mode 100644 index 000000000..bc53a7834 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MicrosoftStoreForBusinessLicenseType.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * Indicates the content mime type. + * + * @param string $val The value of the type + * + * @return MimeContent + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + + /** + * Gets the value + * The byte array that contains the actual content. + * + * @return \GuzzleHttp\Psr7\Stream The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + if (is_a($this->_propDict["value"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["value"]; + } else { + $this->_propDict["value"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["value"]); + return $this->_propDict["value"]; + } + } + return null; + } + + /** + * Sets the value + * The byte array that contains the actual content. + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the value + * + * @return MimeContent The MimeContent + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MiracastChannel.php b/vendor/microsoft/microsoft-graph/src/Model/MiracastChannel.php new file mode 100644 index 000000000..bb4dfd54f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MiracastChannel.php @@ -0,0 +1,55 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The admin provided or imported title of the app. + * + * @param string $val The displayName + * + * @return MobileApp + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * The description of the app. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * The description of the app. + * + * @param string $val The description + * + * @return MobileApp + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the publisher + * The publisher of the app. + * + * @return string The publisher + */ + public function getPublisher() + { + if (array_key_exists("publisher", $this->_propDict)) { + return $this->_propDict["publisher"]; + } else { + return null; + } + } + + /** + * Sets the publisher + * The publisher of the app. + * + * @param string $val The publisher + * + * @return MobileApp + */ + public function setPublisher($val) + { + $this->_propDict["publisher"] = $val; + return $this; + } + + /** + * Gets the largeIcon + * The large icon, to be displayed in the app details and used for upload of the icon. + * + * @return MimeContent The largeIcon + */ + public function getLargeIcon() + { + if (array_key_exists("largeIcon", $this->_propDict)) { + if (is_a($this->_propDict["largeIcon"], "Microsoft\Graph\Model\MimeContent")) { + return $this->_propDict["largeIcon"]; + } else { + $this->_propDict["largeIcon"] = new MimeContent($this->_propDict["largeIcon"]); + return $this->_propDict["largeIcon"]; + } + } + return null; + } + + /** + * Sets the largeIcon + * The large icon, to be displayed in the app details and used for upload of the icon. + * + * @param MimeContent $val The largeIcon + * + * @return MobileApp + */ + public function setLargeIcon($val) + { + $this->_propDict["largeIcon"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * The date and time the app was created. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * The date and time the app was created. + * + * @param \DateTime $val The createdDateTime + * + * @return MobileApp + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * The date and time the app was last modified. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * The date and time the app was last modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return MobileApp + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the isFeatured + * The value indicating whether the app is marked as featured by the admin. + * + * @return bool The isFeatured + */ + public function getIsFeatured() + { + if (array_key_exists("isFeatured", $this->_propDict)) { + return $this->_propDict["isFeatured"]; + } else { + return null; + } + } + + /** + * Sets the isFeatured + * The value indicating whether the app is marked as featured by the admin. + * + * @param bool $val The isFeatured + * + * @return MobileApp + */ + public function setIsFeatured($val) + { + $this->_propDict["isFeatured"] = boolval($val); + return $this; + } + + /** + * Gets the privacyInformationUrl + * The privacy statement Url. + * + * @return string The privacyInformationUrl + */ + public function getPrivacyInformationUrl() + { + if (array_key_exists("privacyInformationUrl", $this->_propDict)) { + return $this->_propDict["privacyInformationUrl"]; + } else { + return null; + } + } + + /** + * Sets the privacyInformationUrl + * The privacy statement Url. + * + * @param string $val The privacyInformationUrl + * + * @return MobileApp + */ + public function setPrivacyInformationUrl($val) + { + $this->_propDict["privacyInformationUrl"] = $val; + return $this; + } + + /** + * Gets the informationUrl + * The more information Url. + * + * @return string The informationUrl + */ + public function getInformationUrl() + { + if (array_key_exists("informationUrl", $this->_propDict)) { + return $this->_propDict["informationUrl"]; + } else { + return null; + } + } + + /** + * Sets the informationUrl + * The more information Url. + * + * @param string $val The informationUrl + * + * @return MobileApp + */ + public function setInformationUrl($val) + { + $this->_propDict["informationUrl"] = $val; + return $this; + } + + /** + * Gets the owner + * The owner of the app. + * + * @return string The owner + */ + public function getOwner() + { + if (array_key_exists("owner", $this->_propDict)) { + return $this->_propDict["owner"]; + } else { + return null; + } + } + + /** + * Sets the owner + * The owner of the app. + * + * @param string $val The owner + * + * @return MobileApp + */ + public function setOwner($val) + { + $this->_propDict["owner"] = $val; + return $this; + } + + /** + * Gets the developer + * The developer of the app. + * + * @return string The developer + */ + public function getDeveloper() + { + if (array_key_exists("developer", $this->_propDict)) { + return $this->_propDict["developer"]; + } else { + return null; + } + } + + /** + * Sets the developer + * The developer of the app. + * + * @param string $val The developer + * + * @return MobileApp + */ + public function setDeveloper($val) + { + $this->_propDict["developer"] = $val; + return $this; + } + + /** + * Gets the notes + * Notes for the app. + * + * @return string The notes + */ + public function getNotes() + { + if (array_key_exists("notes", $this->_propDict)) { + return $this->_propDict["notes"]; + } else { + return null; + } + } + + /** + * Sets the notes + * Notes for the app. + * + * @param string $val The notes + * + * @return MobileApp + */ + public function setNotes($val) + { + $this->_propDict["notes"] = $val; + return $this; + } + + /** + * Gets the publishingState + * The publishing state for the app. The app cannot be assigned unless the app is published. Possible values are: notPublished, processing, published. + * + * @return MobileAppPublishingState The publishingState + */ + public function getPublishingState() + { + if (array_key_exists("publishingState", $this->_propDict)) { + if (is_a($this->_propDict["publishingState"], "Microsoft\Graph\Model\MobileAppPublishingState")) { + return $this->_propDict["publishingState"]; + } else { + $this->_propDict["publishingState"] = new MobileAppPublishingState($this->_propDict["publishingState"]); + return $this->_propDict["publishingState"]; + } + } + return null; + } + + /** + * Sets the publishingState + * The publishing state for the app. The app cannot be assigned unless the app is published. Possible values are: notPublished, processing, published. + * + * @param MobileAppPublishingState $val The publishingState + * + * @return MobileApp + */ + public function setPublishingState($val) + { + $this->_propDict["publishingState"] = $val; + return $this; + } + + + /** + * Gets the categories + * The list of categories for this app. + * + * @return array The categories + */ + public function getCategories() + { + if (array_key_exists("categories", $this->_propDict)) { + return $this->_propDict["categories"]; + } else { + return null; + } + } + + /** + * Sets the categories + * The list of categories for this app. + * + * @param MobileAppCategory $val The categories + * + * @return MobileApp + */ + public function setCategories($val) + { + $this->_propDict["categories"] = $val; + return $this; + } + + + /** + * Gets the assignments + * The list of group assignments for this mobile app. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * The list of group assignments for this mobile app. + * + * @param MobileAppAssignment $val The assignments + * + * @return MobileApp + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MobileAppAssignment.php b/vendor/microsoft/microsoft-graph/src/Model/MobileAppAssignment.php new file mode 100644 index 000000000..1531ad728 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MobileAppAssignment.php @@ -0,0 +1,128 @@ +_propDict)) { + if (is_a($this->_propDict["intent"], "Microsoft\Graph\Model\InstallIntent")) { + return $this->_propDict["intent"]; + } else { + $this->_propDict["intent"] = new InstallIntent($this->_propDict["intent"]); + return $this->_propDict["intent"]; + } + } + return null; + } + + /** + * Sets the intent + * The install intent defined by the admin. Possible values are: available, required, uninstall, availableWithoutEnrollment. + * + * @param InstallIntent $val The intent + * + * @return MobileAppAssignment + */ + public function setIntent($val) + { + $this->_propDict["intent"] = $val; + return $this; + } + + /** + * Gets the target + * The target group assignment defined by the admin. + * + * @return DeviceAndAppManagementAssignmentTarget The target + */ + public function getTarget() + { + if (array_key_exists("target", $this->_propDict)) { + if (is_a($this->_propDict["target"], "Microsoft\Graph\Model\DeviceAndAppManagementAssignmentTarget")) { + return $this->_propDict["target"]; + } else { + $this->_propDict["target"] = new DeviceAndAppManagementAssignmentTarget($this->_propDict["target"]); + return $this->_propDict["target"]; + } + } + return null; + } + + /** + * Sets the target + * The target group assignment defined by the admin. + * + * @param DeviceAndAppManagementAssignmentTarget $val The target + * + * @return MobileAppAssignment + */ + public function setTarget($val) + { + $this->_propDict["target"] = $val; + return $this; + } + + /** + * Gets the settings + * The settings for target assignment defined by the admin. + * + * @return MobileAppAssignmentSettings The settings + */ + public function getSettings() + { + if (array_key_exists("settings", $this->_propDict)) { + if (is_a($this->_propDict["settings"], "Microsoft\Graph\Model\MobileAppAssignmentSettings")) { + return $this->_propDict["settings"]; + } else { + $this->_propDict["settings"] = new MobileAppAssignmentSettings($this->_propDict["settings"]); + return $this->_propDict["settings"]; + } + } + return null; + } + + /** + * Sets the settings + * The settings for target assignment defined by the admin. + * + * @param MobileAppAssignmentSettings $val The settings + * + * @return MobileAppAssignment + */ + public function setSettings($val) + { + $this->_propDict["settings"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MobileAppAssignmentSettings.php b/vendor/microsoft/microsoft-graph/src/Model/MobileAppAssignmentSettings.php new file mode 100644 index 000000000..c33414e04 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MobileAppAssignmentSettings.php @@ -0,0 +1,28 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name of the app category. + * + * @param string $val The displayName + * + * @return MobileAppCategory + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * The date and time the mobileAppCategory was last modified. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * The date and time the mobileAppCategory was last modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return MobileAppCategory + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MobileAppContent.php b/vendor/microsoft/microsoft-graph/src/Model/MobileAppContent.php new file mode 100644 index 000000000..4d44cd42f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MobileAppContent.php @@ -0,0 +1,59 @@ +_propDict)) { + return $this->_propDict["files"]; + } else { + return null; + } + } + + /** + * Sets the files + * The list of files for this app content version. + * + * @param MobileAppContentFile $val The files + * + * @return MobileAppContent + */ + public function setFiles($val) + { + $this->_propDict["files"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MobileAppContentFile.php b/vendor/microsoft/microsoft-graph/src/Model/MobileAppContentFile.php new file mode 100644 index 000000000..349830bd3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MobileAppContentFile.php @@ -0,0 +1,306 @@ +_propDict)) { + return $this->_propDict["azureStorageUri"]; + } else { + return null; + } + } + + /** + * Sets the azureStorageUri + * The Azure Storage URI. + * + * @param string $val The azureStorageUri + * + * @return MobileAppContentFile + */ + public function setAzureStorageUri($val) + { + $this->_propDict["azureStorageUri"] = $val; + return $this; + } + + /** + * Gets the isCommitted + * A value indicating whether the file is committed. + * + * @return bool The isCommitted + */ + public function getIsCommitted() + { + if (array_key_exists("isCommitted", $this->_propDict)) { + return $this->_propDict["isCommitted"]; + } else { + return null; + } + } + + /** + * Sets the isCommitted + * A value indicating whether the file is committed. + * + * @param bool $val The isCommitted + * + * @return MobileAppContentFile + */ + public function setIsCommitted($val) + { + $this->_propDict["isCommitted"] = boolval($val); + return $this; + } + + /** + * Gets the createdDateTime + * The time the file was created. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * The time the file was created. + * + * @param \DateTime $val The createdDateTime + * + * @return MobileAppContentFile + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the name + * the file name. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * the file name. + * + * @param string $val The name + * + * @return MobileAppContentFile + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the size + * The size of the file prior to encryption. + * + * @return int The size + */ + public function getSize() + { + if (array_key_exists("size", $this->_propDict)) { + return $this->_propDict["size"]; + } else { + return null; + } + } + + /** + * Sets the size + * The size of the file prior to encryption. + * + * @param int $val The size + * + * @return MobileAppContentFile + */ + public function setSize($val) + { + $this->_propDict["size"] = intval($val); + return $this; + } + + /** + * Gets the sizeEncrypted + * The size of the file after encryption. + * + * @return int The sizeEncrypted + */ + public function getSizeEncrypted() + { + if (array_key_exists("sizeEncrypted", $this->_propDict)) { + return $this->_propDict["sizeEncrypted"]; + } else { + return null; + } + } + + /** + * Sets the sizeEncrypted + * The size of the file after encryption. + * + * @param int $val The sizeEncrypted + * + * @return MobileAppContentFile + */ + public function setSizeEncrypted($val) + { + $this->_propDict["sizeEncrypted"] = intval($val); + return $this; + } + + /** + * Gets the azureStorageUriExpirationDateTime + * The time the Azure storage Uri expires. + * + * @return \DateTime The azureStorageUriExpirationDateTime + */ + public function getAzureStorageUriExpirationDateTime() + { + if (array_key_exists("azureStorageUriExpirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["azureStorageUriExpirationDateTime"], "\DateTime")) { + return $this->_propDict["azureStorageUriExpirationDateTime"]; + } else { + $this->_propDict["azureStorageUriExpirationDateTime"] = new \DateTime($this->_propDict["azureStorageUriExpirationDateTime"]); + return $this->_propDict["azureStorageUriExpirationDateTime"]; + } + } + return null; + } + + /** + * Sets the azureStorageUriExpirationDateTime + * The time the Azure storage Uri expires. + * + * @param \DateTime $val The azureStorageUriExpirationDateTime + * + * @return MobileAppContentFile + */ + public function setAzureStorageUriExpirationDateTime($val) + { + $this->_propDict["azureStorageUriExpirationDateTime"] = $val; + return $this; + } + + /** + * Gets the manifest + * The manifest information. + * + * @return \GuzzleHttp\Psr7\Stream The manifest + */ + public function getManifest() + { + if (array_key_exists("manifest", $this->_propDict)) { + if (is_a($this->_propDict["manifest"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["manifest"]; + } else { + $this->_propDict["manifest"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["manifest"]); + return $this->_propDict["manifest"]; + } + } + return null; + } + + /** + * Sets the manifest + * The manifest information. + * + * @param \GuzzleHttp\Psr7\Stream $val The manifest + * + * @return MobileAppContentFile + */ + public function setManifest($val) + { + $this->_propDict["manifest"] = $val; + return $this; + } + + /** + * Gets the uploadState + * The state of the current upload request. Possible values are: success, transientError, error, unknown, azureStorageUriRequestSuccess, azureStorageUriRequestPending, azureStorageUriRequestFailed, azureStorageUriRequestTimedOut, azureStorageUriRenewalSuccess, azureStorageUriRenewalPending, azureStorageUriRenewalFailed, azureStorageUriRenewalTimedOut, commitFileSuccess, commitFilePending, commitFileFailed, commitFileTimedOut. + * + * @return MobileAppContentFileUploadState The uploadState + */ + public function getUploadState() + { + if (array_key_exists("uploadState", $this->_propDict)) { + if (is_a($this->_propDict["uploadState"], "Microsoft\Graph\Model\MobileAppContentFileUploadState")) { + return $this->_propDict["uploadState"]; + } else { + $this->_propDict["uploadState"] = new MobileAppContentFileUploadState($this->_propDict["uploadState"]); + return $this->_propDict["uploadState"]; + } + } + return null; + } + + /** + * Sets the uploadState + * The state of the current upload request. Possible values are: success, transientError, error, unknown, azureStorageUriRequestSuccess, azureStorageUriRequestPending, azureStorageUriRequestFailed, azureStorageUriRequestTimedOut, azureStorageUriRenewalSuccess, azureStorageUriRenewalPending, azureStorageUriRenewalFailed, azureStorageUriRenewalTimedOut, commitFileSuccess, commitFilePending, commitFileFailed, commitFileTimedOut. + * + * @param MobileAppContentFileUploadState $val The uploadState + * + * @return MobileAppContentFile + */ + public function setUploadState($val) + { + $this->_propDict["uploadState"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MobileAppContentFileUploadState.php b/vendor/microsoft/microsoft-graph/src/Model/MobileAppContentFileUploadState.php new file mode 100644 index 000000000..ab0dba03c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MobileAppContentFileUploadState.php @@ -0,0 +1,50 @@ +_propDict)) { + return $this->_propDict["committedContentVersion"]; + } else { + return null; + } + } + + /** + * Sets the committedContentVersion + * The internal committed content version. + * + * @param string $val The committedContentVersion + * + * @return MobileLobApp + */ + public function setCommittedContentVersion($val) + { + $this->_propDict["committedContentVersion"] = $val; + return $this; + } + + /** + * Gets the fileName + * The name of the main Lob application file. + * + * @return string The fileName + */ + public function getFileName() + { + if (array_key_exists("fileName", $this->_propDict)) { + return $this->_propDict["fileName"]; + } else { + return null; + } + } + + /** + * Sets the fileName + * The name of the main Lob application file. + * + * @param string $val The fileName + * + * @return MobileLobApp + */ + public function setFileName($val) + { + $this->_propDict["fileName"] = $val; + return $this; + } + + /** + * Gets the size + * The total size, including all uploaded files. + * + * @return int The size + */ + public function getSize() + { + if (array_key_exists("size", $this->_propDict)) { + return $this->_propDict["size"]; + } else { + return null; + } + } + + /** + * Sets the size + * The total size, including all uploaded files. + * + * @param int $val The size + * + * @return MobileLobApp + */ + public function setSize($val) + { + $this->_propDict["size"] = intval($val); + return $this; + } + + + /** + * Gets the contentVersions + * The list of content versions for this app. + * + * @return array The contentVersions + */ + public function getContentVersions() + { + if (array_key_exists("contentVersions", $this->_propDict)) { + return $this->_propDict["contentVersions"]; + } else { + return null; + } + } + + /** + * Sets the contentVersions + * The list of content versions for this app. + * + * @param MobileAppContent $val The contentVersions + * + * @return MobileLobApp + */ + public function setContentVersions($val) + { + $this->_propDict["contentVersions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MobileThreatDefenseConnector.php b/vendor/microsoft/microsoft-graph/src/Model/MobileThreatDefenseConnector.php new file mode 100644 index 000000000..69b7025f7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MobileThreatDefenseConnector.php @@ -0,0 +1,269 @@ +_propDict)) { + if (is_a($this->_propDict["lastHeartbeatDateTime"], "\DateTime")) { + return $this->_propDict["lastHeartbeatDateTime"]; + } else { + $this->_propDict["lastHeartbeatDateTime"] = new \DateTime($this->_propDict["lastHeartbeatDateTime"]); + return $this->_propDict["lastHeartbeatDateTime"]; + } + } + return null; + } + + /** + * Sets the lastHeartbeatDateTime + * DateTime of last Heartbeat recieved from the Data Sync Partner + * + * @param \DateTime $val The lastHeartbeatDateTime + * + * @return MobileThreatDefenseConnector + */ + public function setLastHeartbeatDateTime($val) + { + $this->_propDict["lastHeartbeatDateTime"] = $val; + return $this; + } + + /** + * Gets the partnerState + * Data Sync Partner state for this account. Possible values are: unavailable, available, enabled, unresponsive. + * + * @return MobileThreatPartnerTenantState The partnerState + */ + public function getPartnerState() + { + if (array_key_exists("partnerState", $this->_propDict)) { + if (is_a($this->_propDict["partnerState"], "Microsoft\Graph\Model\MobileThreatPartnerTenantState")) { + return $this->_propDict["partnerState"]; + } else { + $this->_propDict["partnerState"] = new MobileThreatPartnerTenantState($this->_propDict["partnerState"]); + return $this->_propDict["partnerState"]; + } + } + return null; + } + + /** + * Sets the partnerState + * Data Sync Partner state for this account. Possible values are: unavailable, available, enabled, unresponsive. + * + * @param MobileThreatPartnerTenantState $val The partnerState + * + * @return MobileThreatDefenseConnector + */ + public function setPartnerState($val) + { + $this->_propDict["partnerState"] = $val; + return $this; + } + + /** + * Gets the androidEnabled + * For Android, set whether data from the data sync partner should be used during compliance evaluations + * + * @return bool The androidEnabled + */ + public function getAndroidEnabled() + { + if (array_key_exists("androidEnabled", $this->_propDict)) { + return $this->_propDict["androidEnabled"]; + } else { + return null; + } + } + + /** + * Sets the androidEnabled + * For Android, set whether data from the data sync partner should be used during compliance evaluations + * + * @param bool $val The androidEnabled + * + * @return MobileThreatDefenseConnector + */ + public function setAndroidEnabled($val) + { + $this->_propDict["androidEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the iosEnabled + * For IOS, get or set whether data from the data sync partner should be used during compliance evaluations + * + * @return bool The iosEnabled + */ + public function getIosEnabled() + { + if (array_key_exists("iosEnabled", $this->_propDict)) { + return $this->_propDict["iosEnabled"]; + } else { + return null; + } + } + + /** + * Sets the iosEnabled + * For IOS, get or set whether data from the data sync partner should be used during compliance evaluations + * + * @param bool $val The iosEnabled + * + * @return MobileThreatDefenseConnector + */ + public function setIosEnabled($val) + { + $this->_propDict["iosEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the androidDeviceBlockedOnMissingPartnerData + * For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant + * + * @return bool The androidDeviceBlockedOnMissingPartnerData + */ + public function getAndroidDeviceBlockedOnMissingPartnerData() + { + if (array_key_exists("androidDeviceBlockedOnMissingPartnerData", $this->_propDict)) { + return $this->_propDict["androidDeviceBlockedOnMissingPartnerData"]; + } else { + return null; + } + } + + /** + * Sets the androidDeviceBlockedOnMissingPartnerData + * For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant + * + * @param bool $val The androidDeviceBlockedOnMissingPartnerData + * + * @return MobileThreatDefenseConnector + */ + public function setAndroidDeviceBlockedOnMissingPartnerData($val) + { + $this->_propDict["androidDeviceBlockedOnMissingPartnerData"] = boolval($val); + return $this; + } + + /** + * Gets the iosDeviceBlockedOnMissingPartnerData + * For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant + * + * @return bool The iosDeviceBlockedOnMissingPartnerData + */ + public function getIosDeviceBlockedOnMissingPartnerData() + { + if (array_key_exists("iosDeviceBlockedOnMissingPartnerData", $this->_propDict)) { + return $this->_propDict["iosDeviceBlockedOnMissingPartnerData"]; + } else { + return null; + } + } + + /** + * Sets the iosDeviceBlockedOnMissingPartnerData + * For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant + * + * @param bool $val The iosDeviceBlockedOnMissingPartnerData + * + * @return MobileThreatDefenseConnector + */ + public function setIosDeviceBlockedOnMissingPartnerData($val) + { + $this->_propDict["iosDeviceBlockedOnMissingPartnerData"] = boolval($val); + return $this; + } + + /** + * Gets the partnerUnsupportedOsVersionBlocked + * Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner + * + * @return bool The partnerUnsupportedOsVersionBlocked + */ + public function getPartnerUnsupportedOsVersionBlocked() + { + if (array_key_exists("partnerUnsupportedOsVersionBlocked", $this->_propDict)) { + return $this->_propDict["partnerUnsupportedOsVersionBlocked"]; + } else { + return null; + } + } + + /** + * Sets the partnerUnsupportedOsVersionBlocked + * Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner + * + * @param bool $val The partnerUnsupportedOsVersionBlocked + * + * @return MobileThreatDefenseConnector + */ + public function setPartnerUnsupportedOsVersionBlocked($val) + { + $this->_propDict["partnerUnsupportedOsVersionBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the partnerUnresponsivenessThresholdInDays + * Get or Set days the per tenant tolerance to unresponsiveness for this partner integration + * + * @return int The partnerUnresponsivenessThresholdInDays + */ + public function getPartnerUnresponsivenessThresholdInDays() + { + if (array_key_exists("partnerUnresponsivenessThresholdInDays", $this->_propDict)) { + return $this->_propDict["partnerUnresponsivenessThresholdInDays"]; + } else { + return null; + } + } + + /** + * Sets the partnerUnresponsivenessThresholdInDays + * Get or Set days the per tenant tolerance to unresponsiveness for this partner integration + * + * @param int $val The partnerUnresponsivenessThresholdInDays + * + * @return MobileThreatDefenseConnector + */ + public function setPartnerUnresponsivenessThresholdInDays($val) + { + $this->_propDict["partnerUnresponsivenessThresholdInDays"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/MobileThreatPartnerTenantState.php b/vendor/microsoft/microsoft-graph/src/Model/MobileThreatPartnerTenantState.php new file mode 100644 index 000000000..202f85c32 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MobileThreatPartnerTenantState.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Indicates the property name of the target attribute that was changed. + * + * @param string $val The value of the displayName + * + * @return ModifiedProperty + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the oldValue + * Indicates the previous value (before the update) for the property. + * + * @return string The oldValue + */ + public function getOldValue() + { + if (array_key_exists("oldValue", $this->_propDict)) { + return $this->_propDict["oldValue"]; + } else { + return null; + } + } + + /** + * Sets the oldValue + * Indicates the previous value (before the update) for the property. + * + * @param string $val The value of the oldValue + * + * @return ModifiedProperty + */ + public function setOldValue($val) + { + $this->_propDict["oldValue"] = $val; + return $this; + } + /** + * Gets the newValue + * Indicates the updated value for the propery. + * + * @return string The newValue + */ + public function getNewValue() + { + if (array_key_exists("newValue", $this->_propDict)) { + return $this->_propDict["newValue"]; + } else { + return null; + } + } + + /** + * Sets the newValue + * Indicates the updated value for the propery. + * + * @param string $val The value of the newValue + * + * @return ModifiedProperty + */ + public function setNewValue($val) + { + $this->_propDict["newValue"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/MultiValueLegacyExtendedProperty.php b/vendor/microsoft/microsoft-graph/src/Model/MultiValueLegacyExtendedProperty.php new file mode 100644 index 000000000..8bf2653b9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/MultiValueLegacyExtendedProperty.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * A collection of property values. + * + * @param string $val The value + * + * @return MultiValueLegacyExtendedProperty + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/NetworkConnection.php b/vendor/microsoft/microsoft-graph/src/Model/NetworkConnection.php new file mode 100644 index 000000000..67d455ad0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/NetworkConnection.php @@ -0,0 +1,552 @@ +_propDict)) { + return $this->_propDict["applicationName"]; + } else { + return null; + } + } + + /** + * Sets the applicationName + * Name of the application managing the network connection (for example, Facebook, SMTP, etc.). + * + * @param string $val The value of the applicationName + * + * @return NetworkConnection + */ + public function setApplicationName($val) + { + $this->_propDict["applicationName"] = $val; + return $this; + } + /** + * Gets the destinationAddress + * Destination IP address (of the network connection). + * + * @return string The destinationAddress + */ + public function getDestinationAddress() + { + if (array_key_exists("destinationAddress", $this->_propDict)) { + return $this->_propDict["destinationAddress"]; + } else { + return null; + } + } + + /** + * Sets the destinationAddress + * Destination IP address (of the network connection). + * + * @param string $val The value of the destinationAddress + * + * @return NetworkConnection + */ + public function setDestinationAddress($val) + { + $this->_propDict["destinationAddress"] = $val; + return $this; + } + /** + * Gets the destinationDomain + * Destination domain portion of the destination URL. (for example 'www.contoso.com'). + * + * @return string The destinationDomain + */ + public function getDestinationDomain() + { + if (array_key_exists("destinationDomain", $this->_propDict)) { + return $this->_propDict["destinationDomain"]; + } else { + return null; + } + } + + /** + * Sets the destinationDomain + * Destination domain portion of the destination URL. (for example 'www.contoso.com'). + * + * @param string $val The value of the destinationDomain + * + * @return NetworkConnection + */ + public function setDestinationDomain($val) + { + $this->_propDict["destinationDomain"] = $val; + return $this; + } + /** + * Gets the destinationPort + * Destination port (of the network connection). + * + * @return string The destinationPort + */ + public function getDestinationPort() + { + if (array_key_exists("destinationPort", $this->_propDict)) { + return $this->_propDict["destinationPort"]; + } else { + return null; + } + } + + /** + * Sets the destinationPort + * Destination port (of the network connection). + * + * @param string $val The value of the destinationPort + * + * @return NetworkConnection + */ + public function setDestinationPort($val) + { + $this->_propDict["destinationPort"] = $val; + return $this; + } + /** + * Gets the destinationUrl + * Network connection URL/URI string - excluding parameters. (for example 'www.contoso.com/products/default.html') + * + * @return string The destinationUrl + */ + public function getDestinationUrl() + { + if (array_key_exists("destinationUrl", $this->_propDict)) { + return $this->_propDict["destinationUrl"]; + } else { + return null; + } + } + + /** + * Sets the destinationUrl + * Network connection URL/URI string - excluding parameters. (for example 'www.contoso.com/products/default.html') + * + * @param string $val The value of the destinationUrl + * + * @return NetworkConnection + */ + public function setDestinationUrl($val) + { + $this->_propDict["destinationUrl"] = $val; + return $this; + } + + /** + * Gets the direction + * Network connection direction. Possible values are: unknown, inbound, outbound. + * + * @return ConnectionDirection The direction + */ + public function getDirection() + { + if (array_key_exists("direction", $this->_propDict)) { + if (is_a($this->_propDict["direction"], "Microsoft\Graph\Model\ConnectionDirection")) { + return $this->_propDict["direction"]; + } else { + $this->_propDict["direction"] = new ConnectionDirection($this->_propDict["direction"]); + return $this->_propDict["direction"]; + } + } + return null; + } + + /** + * Sets the direction + * Network connection direction. Possible values are: unknown, inbound, outbound. + * + * @param ConnectionDirection $val The value to assign to the direction + * + * @return NetworkConnection The NetworkConnection + */ + public function setDirection($val) + { + $this->_propDict["direction"] = $val; + return $this; + } + + /** + * Gets the domainRegisteredDateTime + * Date when the destination domain was registered. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The domainRegisteredDateTime + */ + public function getDomainRegisteredDateTime() + { + if (array_key_exists("domainRegisteredDateTime", $this->_propDict)) { + if (is_a($this->_propDict["domainRegisteredDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["domainRegisteredDateTime"]; + } else { + $this->_propDict["domainRegisteredDateTime"] = new \DateTime($this->_propDict["domainRegisteredDateTime"]); + return $this->_propDict["domainRegisteredDateTime"]; + } + } + return null; + } + + /** + * Sets the domainRegisteredDateTime + * Date when the destination domain was registered. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The value to assign to the domainRegisteredDateTime + * + * @return NetworkConnection The NetworkConnection + */ + public function setDomainRegisteredDateTime($val) + { + $this->_propDict["domainRegisteredDateTime"] = $val; + return $this; + } + /** + * Gets the localDnsName + * The local DNS name resolution as it appears in the host's local DNS cache (for example, in case the 'hosts' file was tampered with). + * + * @return string The localDnsName + */ + public function getLocalDnsName() + { + if (array_key_exists("localDnsName", $this->_propDict)) { + return $this->_propDict["localDnsName"]; + } else { + return null; + } + } + + /** + * Sets the localDnsName + * The local DNS name resolution as it appears in the host's local DNS cache (for example, in case the 'hosts' file was tampered with). + * + * @param string $val The value of the localDnsName + * + * @return NetworkConnection + */ + public function setLocalDnsName($val) + { + $this->_propDict["localDnsName"] = $val; + return $this; + } + /** + * Gets the natDestinationAddress + * Network Address Translation destination IP address. + * + * @return string The natDestinationAddress + */ + public function getNatDestinationAddress() + { + if (array_key_exists("natDestinationAddress", $this->_propDict)) { + return $this->_propDict["natDestinationAddress"]; + } else { + return null; + } + } + + /** + * Sets the natDestinationAddress + * Network Address Translation destination IP address. + * + * @param string $val The value of the natDestinationAddress + * + * @return NetworkConnection + */ + public function setNatDestinationAddress($val) + { + $this->_propDict["natDestinationAddress"] = $val; + return $this; + } + /** + * Gets the natDestinationPort + * Network Address Translation destination port. + * + * @return string The natDestinationPort + */ + public function getNatDestinationPort() + { + if (array_key_exists("natDestinationPort", $this->_propDict)) { + return $this->_propDict["natDestinationPort"]; + } else { + return null; + } + } + + /** + * Sets the natDestinationPort + * Network Address Translation destination port. + * + * @param string $val The value of the natDestinationPort + * + * @return NetworkConnection + */ + public function setNatDestinationPort($val) + { + $this->_propDict["natDestinationPort"] = $val; + return $this; + } + /** + * Gets the natSourceAddress + * Network Address Translation source IP address. + * + * @return string The natSourceAddress + */ + public function getNatSourceAddress() + { + if (array_key_exists("natSourceAddress", $this->_propDict)) { + return $this->_propDict["natSourceAddress"]; + } else { + return null; + } + } + + /** + * Sets the natSourceAddress + * Network Address Translation source IP address. + * + * @param string $val The value of the natSourceAddress + * + * @return NetworkConnection + */ + public function setNatSourceAddress($val) + { + $this->_propDict["natSourceAddress"] = $val; + return $this; + } + /** + * Gets the natSourcePort + * Network Address Translation source port. + * + * @return string The natSourcePort + */ + public function getNatSourcePort() + { + if (array_key_exists("natSourcePort", $this->_propDict)) { + return $this->_propDict["natSourcePort"]; + } else { + return null; + } + } + + /** + * Sets the natSourcePort + * Network Address Translation source port. + * + * @param string $val The value of the natSourcePort + * + * @return NetworkConnection + */ + public function setNatSourcePort($val) + { + $this->_propDict["natSourcePort"] = $val; + return $this; + } + + /** + * Gets the protocol + * Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. + * + * @return SecurityNetworkProtocol The protocol + */ + public function getProtocol() + { + if (array_key_exists("protocol", $this->_propDict)) { + if (is_a($this->_propDict["protocol"], "Microsoft\Graph\Model\SecurityNetworkProtocol")) { + return $this->_propDict["protocol"]; + } else { + $this->_propDict["protocol"] = new SecurityNetworkProtocol($this->_propDict["protocol"]); + return $this->_propDict["protocol"]; + } + } + return null; + } + + /** + * Sets the protocol + * Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. + * + * @param SecurityNetworkProtocol $val The value to assign to the protocol + * + * @return NetworkConnection The NetworkConnection + */ + public function setProtocol($val) + { + $this->_propDict["protocol"] = $val; + return $this; + } + /** + * Gets the riskScore + * Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage. + * + * @return string The riskScore + */ + public function getRiskScore() + { + if (array_key_exists("riskScore", $this->_propDict)) { + return $this->_propDict["riskScore"]; + } else { + return null; + } + } + + /** + * Sets the riskScore + * Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage. + * + * @param string $val The value of the riskScore + * + * @return NetworkConnection + */ + public function setRiskScore($val) + { + $this->_propDict["riskScore"] = $val; + return $this; + } + /** + * Gets the sourceAddress + * Source (i.e. origin) IP address (of the network connection). + * + * @return string The sourceAddress + */ + public function getSourceAddress() + { + if (array_key_exists("sourceAddress", $this->_propDict)) { + return $this->_propDict["sourceAddress"]; + } else { + return null; + } + } + + /** + * Sets the sourceAddress + * Source (i.e. origin) IP address (of the network connection). + * + * @param string $val The value of the sourceAddress + * + * @return NetworkConnection + */ + public function setSourceAddress($val) + { + $this->_propDict["sourceAddress"] = $val; + return $this; + } + /** + * Gets the sourcePort + * Source (i.e. origin) IP port (of the network connection). + * + * @return string The sourcePort + */ + public function getSourcePort() + { + if (array_key_exists("sourcePort", $this->_propDict)) { + return $this->_propDict["sourcePort"]; + } else { + return null; + } + } + + /** + * Sets the sourcePort + * Source (i.e. origin) IP port (of the network connection). + * + * @param string $val The value of the sourcePort + * + * @return NetworkConnection + */ + public function setSourcePort($val) + { + $this->_propDict["sourcePort"] = $val; + return $this; + } + + /** + * Gets the status + * Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed. + * + * @return ConnectionStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\ConnectionStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new ConnectionStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed. + * + * @param ConnectionStatus $val The value to assign to the status + * + * @return NetworkConnection The NetworkConnection + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + /** + * Gets the urlParameters + * Parameters (suffix) of the destination URL. + * + * @return string The urlParameters + */ + public function getUrlParameters() + { + if (array_key_exists("urlParameters", $this->_propDict)) { + return $this->_propDict["urlParameters"]; + } else { + return null; + } + } + + /** + * Sets the urlParameters + * Parameters (suffix) of the destination URL. + * + * @param string $val The value of the urlParameters + * + * @return NetworkConnection + */ + public function setUrlParameters($val) + { + $this->_propDict["urlParameters"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Notebook.php b/vendor/microsoft/microsoft-graph/src/Model/Notebook.php new file mode 100644 index 000000000..cc2860bea --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Notebook.php @@ -0,0 +1,271 @@ +_propDict)) { + return $this->_propDict["isDefault"]; + } else { + return null; + } + } + + /** + * Sets the isDefault + * Indicates whether this is the user's default notebook. Read-only. + * + * @param bool $val The isDefault + * + * @return Notebook + */ + public function setIsDefault($val) + { + $this->_propDict["isDefault"] = boolval($val); + return $this; + } + + /** + * Gets the userRole + * Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. + * + * @return OnenoteUserRole The userRole + */ + public function getUserRole() + { + if (array_key_exists("userRole", $this->_propDict)) { + if (is_a($this->_propDict["userRole"], "Microsoft\Graph\Model\OnenoteUserRole")) { + return $this->_propDict["userRole"]; + } else { + $this->_propDict["userRole"] = new OnenoteUserRole($this->_propDict["userRole"]); + return $this->_propDict["userRole"]; + } + } + return null; + } + + /** + * Sets the userRole + * Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. + * + * @param OnenoteUserRole $val The userRole + * + * @return Notebook + */ + public function setUserRole($val) + { + $this->_propDict["userRole"] = $val; + return $this; + } + + /** + * Gets the isShared + * Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only. + * + * @return bool The isShared + */ + public function getIsShared() + { + if (array_key_exists("isShared", $this->_propDict)) { + return $this->_propDict["isShared"]; + } else { + return null; + } + } + + /** + * Sets the isShared + * Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only. + * + * @param bool $val The isShared + * + * @return Notebook + */ + public function setIsShared($val) + { + $this->_propDict["isShared"] = boolval($val); + return $this; + } + + /** + * Gets the sectionsUrl + * The URL for the sections navigation property, which returns all the sections in the notebook. Read-only. + * + * @return string The sectionsUrl + */ + public function getSectionsUrl() + { + if (array_key_exists("sectionsUrl", $this->_propDict)) { + return $this->_propDict["sectionsUrl"]; + } else { + return null; + } + } + + /** + * Sets the sectionsUrl + * The URL for the sections navigation property, which returns all the sections in the notebook. Read-only. + * + * @param string $val The sectionsUrl + * + * @return Notebook + */ + public function setSectionsUrl($val) + { + $this->_propDict["sectionsUrl"] = $val; + return $this; + } + + /** + * Gets the sectionGroupsUrl + * The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only. + * + * @return string The sectionGroupsUrl + */ + public function getSectionGroupsUrl() + { + if (array_key_exists("sectionGroupsUrl", $this->_propDict)) { + return $this->_propDict["sectionGroupsUrl"]; + } else { + return null; + } + } + + /** + * Sets the sectionGroupsUrl + * The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only. + * + * @param string $val The sectionGroupsUrl + * + * @return Notebook + */ + public function setSectionGroupsUrl($val) + { + $this->_propDict["sectionGroupsUrl"] = $val; + return $this; + } + + /** + * Gets the links + * Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web. + * + * @return NotebookLinks The links + */ + public function getLinks() + { + if (array_key_exists("links", $this->_propDict)) { + if (is_a($this->_propDict["links"], "Microsoft\Graph\Model\NotebookLinks")) { + return $this->_propDict["links"]; + } else { + $this->_propDict["links"] = new NotebookLinks($this->_propDict["links"]); + return $this->_propDict["links"]; + } + } + return null; + } + + /** + * Sets the links + * Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web. + * + * @param NotebookLinks $val The links + * + * @return Notebook + */ + public function setLinks($val) + { + $this->_propDict["links"] = $val; + return $this; + } + + + /** + * Gets the sections + * The sections in the notebook. Read-only. Nullable. + * + * @return array The sections + */ + public function getSections() + { + if (array_key_exists("sections", $this->_propDict)) { + return $this->_propDict["sections"]; + } else { + return null; + } + } + + /** + * Sets the sections + * The sections in the notebook. Read-only. Nullable. + * + * @param OnenoteSection $val The sections + * + * @return Notebook + */ + public function setSections($val) + { + $this->_propDict["sections"] = $val; + return $this; + } + + + /** + * Gets the sectionGroups + * The section groups in the notebook. Read-only. Nullable. + * + * @return array The sectionGroups + */ + public function getSectionGroups() + { + if (array_key_exists("sectionGroups", $this->_propDict)) { + return $this->_propDict["sectionGroups"]; + } else { + return null; + } + } + + /** + * Sets the sectionGroups + * The section groups in the notebook. Read-only. Nullable. + * + * @param SectionGroup $val The sectionGroups + * + * @return Notebook + */ + public function setSectionGroups($val) + { + $this->_propDict["sectionGroups"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/NotebookLinks.php b/vendor/microsoft/microsoft-graph/src/Model/NotebookLinks.php new file mode 100644 index 000000000..4c8122f1e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/NotebookLinks.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["oneNoteClientUrl"], "Microsoft\Graph\Model\ExternalLink")) { + return $this->_propDict["oneNoteClientUrl"]; + } else { + $this->_propDict["oneNoteClientUrl"] = new ExternalLink($this->_propDict["oneNoteClientUrl"]); + return $this->_propDict["oneNoteClientUrl"]; + } + } + return null; + } + + /** + * Sets the oneNoteClientUrl + * Opens the notebook in the OneNote native client if it's installed. + * + * @param ExternalLink $val The value to assign to the oneNoteClientUrl + * + * @return NotebookLinks The NotebookLinks + */ + public function setOneNoteClientUrl($val) + { + $this->_propDict["oneNoteClientUrl"] = $val; + return $this; + } + + /** + * Gets the oneNoteWebUrl + * Opens the notebook in OneNote on the web. + * + * @return ExternalLink The oneNoteWebUrl + */ + public function getOneNoteWebUrl() + { + if (array_key_exists("oneNoteWebUrl", $this->_propDict)) { + if (is_a($this->_propDict["oneNoteWebUrl"], "Microsoft\Graph\Model\ExternalLink")) { + return $this->_propDict["oneNoteWebUrl"]; + } else { + $this->_propDict["oneNoteWebUrl"] = new ExternalLink($this->_propDict["oneNoteWebUrl"]); + return $this->_propDict["oneNoteWebUrl"]; + } + } + return null; + } + + /** + * Sets the oneNoteWebUrl + * Opens the notebook in OneNote on the web. + * + * @param ExternalLink $val The value to assign to the oneNoteWebUrl + * + * @return NotebookLinks The NotebookLinks + */ + public function setOneNoteWebUrl($val) + { + $this->_propDict["oneNoteWebUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/NotificationMessageTemplate.php b/vendor/microsoft/microsoft-graph/src/Model/NotificationMessageTemplate.php new file mode 100644 index 000000000..c3f638ba0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/NotificationMessageTemplate.php @@ -0,0 +1,183 @@ +_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * DateTime the object was last modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return NotificationMessageTemplate + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the displayName + * Display name for the Notification Message Template. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name for the Notification Message Template. + * + * @param string $val The displayName + * + * @return NotificationMessageTemplate + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the defaultLocale + * The default locale to fallback onto when the requested locale is not available. + * + * @return string The defaultLocale + */ + public function getDefaultLocale() + { + if (array_key_exists("defaultLocale", $this->_propDict)) { + return $this->_propDict["defaultLocale"]; + } else { + return null; + } + } + + /** + * Sets the defaultLocale + * The default locale to fallback onto when the requested locale is not available. + * + * @param string $val The defaultLocale + * + * @return NotificationMessageTemplate + */ + public function setDefaultLocale($val) + { + $this->_propDict["defaultLocale"] = $val; + return $this; + } + + /** + * Gets the brandingOptions + * The Message Template Branding Options. Branding is defined in the Intune Admin Console. Possible values are: none, includeCompanyLogo, includeCompanyName, includeContactInformation. + * + * @return NotificationTemplateBrandingOptions The brandingOptions + */ + public function getBrandingOptions() + { + if (array_key_exists("brandingOptions", $this->_propDict)) { + if (is_a($this->_propDict["brandingOptions"], "Microsoft\Graph\Model\NotificationTemplateBrandingOptions")) { + return $this->_propDict["brandingOptions"]; + } else { + $this->_propDict["brandingOptions"] = new NotificationTemplateBrandingOptions($this->_propDict["brandingOptions"]); + return $this->_propDict["brandingOptions"]; + } + } + return null; + } + + /** + * Sets the brandingOptions + * The Message Template Branding Options. Branding is defined in the Intune Admin Console. Possible values are: none, includeCompanyLogo, includeCompanyName, includeContactInformation. + * + * @param NotificationTemplateBrandingOptions $val The brandingOptions + * + * @return NotificationMessageTemplate + */ + public function setBrandingOptions($val) + { + $this->_propDict["brandingOptions"] = $val; + return $this; + } + + + /** + * Gets the localizedNotificationMessages + * The list of localized messages for this Notification Message Template. + * + * @return array The localizedNotificationMessages + */ + public function getLocalizedNotificationMessages() + { + if (array_key_exists("localizedNotificationMessages", $this->_propDict)) { + return $this->_propDict["localizedNotificationMessages"]; + } else { + return null; + } + } + + /** + * Sets the localizedNotificationMessages + * The list of localized messages for this Notification Message Template. + * + * @param LocalizedNotificationMessage $val The localizedNotificationMessages + * + * @return NotificationMessageTemplate + */ + public function setLocalizedNotificationMessages($val) + { + $this->_propDict["localizedNotificationMessages"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/NotificationTemplateBrandingOptions.php b/vendor/microsoft/microsoft-graph/src/Model/NotificationTemplateBrandingOptions.php new file mode 100644 index 000000000..979572dc3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/NotificationTemplateBrandingOptions.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["decimalPlaces"]; + } else { + return null; + } + } + + /** + * Sets the decimalPlaces + * How many decimal places to display. See below for information about the possible values. + * + * @param string $val The value of the decimalPlaces + * + * @return NumberColumn + */ + public function setDecimalPlaces($val) + { + $this->_propDict["decimalPlaces"] = $val; + return $this; + } + /** + * Gets the displayAs + * How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number. + * + * @return string The displayAs + */ + public function getDisplayAs() + { + if (array_key_exists("displayAs", $this->_propDict)) { + return $this->_propDict["displayAs"]; + } else { + return null; + } + } + + /** + * Sets the displayAs + * How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number. + * + * @param string $val The value of the displayAs + * + * @return NumberColumn + */ + public function setDisplayAs($val) + { + $this->_propDict["displayAs"] = $val; + return $this; + } + /** + * Gets the maximum + * The maximum permitted value. + * + * @return float The maximum + */ + public function getMaximum() + { + if (array_key_exists("maximum", $this->_propDict)) { + return $this->_propDict["maximum"]; + } else { + return null; + } + } + + /** + * Sets the maximum + * The maximum permitted value. + * + * @param float $val The value of the maximum + * + * @return NumberColumn + */ + public function setMaximum($val) + { + $this->_propDict["maximum"] = $val; + return $this; + } + /** + * Gets the minimum + * The minimum permitted value. + * + * @return float The minimum + */ + public function getMinimum() + { + if (array_key_exists("minimum", $this->_propDict)) { + return $this->_propDict["minimum"]; + } else { + return null; + } + } + + /** + * Sets the minimum + * The minimum permitted value. + * + * @param float $val The value of the minimum + * + * @return NumberColumn + */ + public function setMinimum($val) + { + $this->_propDict["minimum"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OfficeGraphInsights.php b/vendor/microsoft/microsoft-graph/src/Model/OfficeGraphInsights.php new file mode 100644 index 000000000..d269d592f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OfficeGraphInsights.php @@ -0,0 +1,113 @@ +_propDict)) { + return $this->_propDict["trending"]; + } else { + return null; + } + } + + /** + * Sets the trending + * + * @param Trending $val The trending + * + * @return OfficeGraphInsights + */ + public function setTrending($val) + { + $this->_propDict["trending"] = $val; + return $this; + } + + + /** + * Gets the shared + * + * @return array The shared + */ + public function getShared() + { + if (array_key_exists("shared", $this->_propDict)) { + return $this->_propDict["shared"]; + } else { + return null; + } + } + + /** + * Sets the shared + * + * @param SharedInsight $val The shared + * + * @return OfficeGraphInsights + */ + public function setShared($val) + { + $this->_propDict["shared"] = $val; + return $this; + } + + + /** + * Gets the used + * + * @return array The used + */ + public function getUsed() + { + if (array_key_exists("used", $this->_propDict)) { + return $this->_propDict["used"]; + } else { + return null; + } + } + + /** + * Sets the used + * + * @param UsedInsight $val The used + * + * @return OfficeGraphInsights + */ + public function setUsed($val) + { + $this->_propDict["used"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OmaSetting.php b/vendor/microsoft/microsoft-graph/src/Model/OmaSetting.php new file mode 100644 index 000000000..12f4f3065 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OmaSetting.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display Name. + * + * @param string $val The value of the displayName + * + * @return OmaSetting + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the description + * Description. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description. + * + * @param string $val The value of the description + * + * @return OmaSetting + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + /** + * Gets the omaUri + * OMA. + * + * @return string The omaUri + */ + public function getOmaUri() + { + if (array_key_exists("omaUri", $this->_propDict)) { + return $this->_propDict["omaUri"]; + } else { + return null; + } + } + + /** + * Sets the omaUri + * OMA. + * + * @param string $val The value of the omaUri + * + * @return OmaSetting + */ + public function setOmaUri($val) + { + $this->_propDict["omaUri"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OmaSettingBase64.php b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingBase64.php new file mode 100644 index 000000000..1a6fa1075 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingBase64.php @@ -0,0 +1,93 @@ +setODataType("#microsoft.graph.omaSettingBase64"); + } + + /** + * Gets the fileName + * File name associated with the Value property (.cer + * + * @return string The fileName + */ + public function getFileName() + { + if (array_key_exists("fileName", $this->_propDict)) { + return $this->_propDict["fileName"]; + } else { + return null; + } + } + + /** + * Sets the fileName + * File name associated with the Value property (.cer + * + * @param string $val The value of the fileName + * + * @return OmaSettingBase64 + */ + public function setFileName($val) + { + $this->_propDict["fileName"] = $val; + return $this; + } + /** + * Gets the value + * Value. (Base64 encoded string) + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Value. (Base64 encoded string) + * + * @param string $val The value of the value + * + * @return OmaSettingBase64 + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OmaSettingBoolean.php b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingBoolean.php new file mode 100644 index 000000000..e8c37292c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingBoolean.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.omaSettingBoolean"); + } + + /** + * Gets the value + * Value. + * + * @return bool The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Value. + * + * @param bool $val The value of the value + * + * @return OmaSettingBoolean + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OmaSettingDateTime.php b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingDateTime.php new file mode 100644 index 000000000..0ed9b5623 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingDateTime.php @@ -0,0 +1,70 @@ +setODataType("#microsoft.graph.omaSettingDateTime"); + } + + + /** + * Gets the value + * Value. + * + * @return \DateTime The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + if (is_a($this->_propDict["value"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["value"]; + } else { + $this->_propDict["value"] = new \DateTime($this->_propDict["value"]); + return $this->_propDict["value"]; + } + } + return null; + } + + /** + * Sets the value + * Value. + * + * @param \DateTime $val The value to assign to the value + * + * @return OmaSettingDateTime The OmaSettingDateTime + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OmaSettingFloatingPoint.php b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingFloatingPoint.php new file mode 100644 index 000000000..40d8e73d8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingFloatingPoint.php @@ -0,0 +1,70 @@ +setODataType("#microsoft.graph.omaSettingFloatingPoint"); + } + + + /** + * Gets the value + * Value. + * + * @return Single The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + if (is_a($this->_propDict["value"], "Microsoft\Graph\Model\Single")) { + return $this->_propDict["value"]; + } else { + $this->_propDict["value"] = new Single($this->_propDict["value"]); + return $this->_propDict["value"]; + } + } + return null; + } + + /** + * Sets the value + * Value. + * + * @param Single $val The value to assign to the value + * + * @return OmaSettingFloatingPoint The OmaSettingFloatingPoint + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OmaSettingInteger.php b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingInteger.php new file mode 100644 index 000000000..0ca61d21a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingInteger.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.omaSettingInteger"); + } + + /** + * Gets the value + * Value. + * + * @return int The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Value. + * + * @param int $val The value of the value + * + * @return OmaSettingInteger + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OmaSettingString.php b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingString.php new file mode 100644 index 000000000..03cf518bf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingString.php @@ -0,0 +1,65 @@ +setODataType("#microsoft.graph.omaSettingString"); + } + + /** + * Gets the value + * Value. + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Value. + * + * @param string $val The value of the value + * + * @return OmaSettingString + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OmaSettingStringXml.php b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingStringXml.php new file mode 100644 index 000000000..4a38549f2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OmaSettingStringXml.php @@ -0,0 +1,98 @@ +setODataType("#microsoft.graph.omaSettingStringXml"); + } + + /** + * Gets the fileName + * File name associated with the Value property (.xml). + * + * @return string The fileName + */ + public function getFileName() + { + if (array_key_exists("fileName", $this->_propDict)) { + return $this->_propDict["fileName"]; + } else { + return null; + } + } + + /** + * Sets the fileName + * File name associated with the Value property (.xml). + * + * @param string $val The value of the fileName + * + * @return OmaSettingStringXml + */ + public function setFileName($val) + { + $this->_propDict["fileName"] = $val; + return $this; + } + + /** + * Gets the value + * Value. (UTF8 encoded byte array) + * + * @return \GuzzleHttp\Psr7\Stream The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + if (is_a($this->_propDict["value"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["value"]; + } else { + $this->_propDict["value"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["value"]); + return $this->_propDict["value"]; + } + } + return null; + } + + /** + * Sets the value + * Value. (UTF8 encoded byte array) + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the value + * + * @return OmaSettingStringXml The OmaSettingStringXml + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnPremisesConditionalAccessSettings.php b/vendor/microsoft/microsoft-graph/src/Model/OnPremisesConditionalAccessSettings.php new file mode 100644 index 000000000..ef30b648a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnPremisesConditionalAccessSettings.php @@ -0,0 +1,145 @@ +_propDict)) { + return $this->_propDict["enabled"]; + } else { + return null; + } + } + + /** + * Sets the enabled + * Indicates if on premises conditional access is enabled for this organization + * + * @param bool $val The enabled + * + * @return OnPremisesConditionalAccessSettings + */ + public function setEnabled($val) + { + $this->_propDict["enabled"] = boolval($val); + return $this; + } + + /** + * Gets the includedGroups + * User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access. + * + * @return string The includedGroups + */ + public function getIncludedGroups() + { + if (array_key_exists("includedGroups", $this->_propDict)) { + return $this->_propDict["includedGroups"]; + } else { + return null; + } + } + + /** + * Sets the includedGroups + * User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access. + * + * @param string $val The includedGroups + * + * @return OnPremisesConditionalAccessSettings + */ + public function setIncludedGroups($val) + { + $this->_propDict["includedGroups"] = $val; + return $this; + } + + /** + * Gets the excludedGroups + * User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy. + * + * @return string The excludedGroups + */ + public function getExcludedGroups() + { + if (array_key_exists("excludedGroups", $this->_propDict)) { + return $this->_propDict["excludedGroups"]; + } else { + return null; + } + } + + /** + * Sets the excludedGroups + * User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy. + * + * @param string $val The excludedGroups + * + * @return OnPremisesConditionalAccessSettings + */ + public function setExcludedGroups($val) + { + $this->_propDict["excludedGroups"] = $val; + return $this; + } + + /** + * Gets the overrideDefaultRule + * Override the default access rule when allowing a device to ensure access is granted. + * + * @return bool The overrideDefaultRule + */ + public function getOverrideDefaultRule() + { + if (array_key_exists("overrideDefaultRule", $this->_propDict)) { + return $this->_propDict["overrideDefaultRule"]; + } else { + return null; + } + } + + /** + * Sets the overrideDefaultRule + * Override the default access rule when allowing a device to ensure access is granted. + * + * @param bool $val The overrideDefaultRule + * + * @return OnPremisesConditionalAccessSettings + */ + public function setOverrideDefaultRule($val) + { + $this->_propDict["overrideDefaultRule"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnPremisesExtensionAttributes.php b/vendor/microsoft/microsoft-graph/src/Model/OnPremisesExtensionAttributes.php new file mode 100644 index 000000000..d12e48e8f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnPremisesExtensionAttributes.php @@ -0,0 +1,448 @@ +_propDict)) { + return $this->_propDict["extensionAttribute1"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute1 + * First customizable extension attribute. + * + * @param string $val The value of the extensionAttribute1 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute1($val) + { + $this->_propDict["extensionAttribute1"] = $val; + return $this; + } + /** + * Gets the extensionAttribute2 + * Second customizable extension attribute. + * + * @return string The extensionAttribute2 + */ + public function getExtensionAttribute2() + { + if (array_key_exists("extensionAttribute2", $this->_propDict)) { + return $this->_propDict["extensionAttribute2"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute2 + * Second customizable extension attribute. + * + * @param string $val The value of the extensionAttribute2 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute2($val) + { + $this->_propDict["extensionAttribute2"] = $val; + return $this; + } + /** + * Gets the extensionAttribute3 + * Third customizable extension attribute. + * + * @return string The extensionAttribute3 + */ + public function getExtensionAttribute3() + { + if (array_key_exists("extensionAttribute3", $this->_propDict)) { + return $this->_propDict["extensionAttribute3"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute3 + * Third customizable extension attribute. + * + * @param string $val The value of the extensionAttribute3 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute3($val) + { + $this->_propDict["extensionAttribute3"] = $val; + return $this; + } + /** + * Gets the extensionAttribute4 + * Fourth customizable extension attribute. + * + * @return string The extensionAttribute4 + */ + public function getExtensionAttribute4() + { + if (array_key_exists("extensionAttribute4", $this->_propDict)) { + return $this->_propDict["extensionAttribute4"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute4 + * Fourth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute4 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute4($val) + { + $this->_propDict["extensionAttribute4"] = $val; + return $this; + } + /** + * Gets the extensionAttribute5 + * Fifth customizable extension attribute. + * + * @return string The extensionAttribute5 + */ + public function getExtensionAttribute5() + { + if (array_key_exists("extensionAttribute5", $this->_propDict)) { + return $this->_propDict["extensionAttribute5"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute5 + * Fifth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute5 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute5($val) + { + $this->_propDict["extensionAttribute5"] = $val; + return $this; + } + /** + * Gets the extensionAttribute6 + * Sixth customizable extension attribute. + * + * @return string The extensionAttribute6 + */ + public function getExtensionAttribute6() + { + if (array_key_exists("extensionAttribute6", $this->_propDict)) { + return $this->_propDict["extensionAttribute6"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute6 + * Sixth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute6 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute6($val) + { + $this->_propDict["extensionAttribute6"] = $val; + return $this; + } + /** + * Gets the extensionAttribute7 + * Seventh customizable extension attribute. + * + * @return string The extensionAttribute7 + */ + public function getExtensionAttribute7() + { + if (array_key_exists("extensionAttribute7", $this->_propDict)) { + return $this->_propDict["extensionAttribute7"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute7 + * Seventh customizable extension attribute. + * + * @param string $val The value of the extensionAttribute7 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute7($val) + { + $this->_propDict["extensionAttribute7"] = $val; + return $this; + } + /** + * Gets the extensionAttribute8 + * Eighth customizable extension attribute. + * + * @return string The extensionAttribute8 + */ + public function getExtensionAttribute8() + { + if (array_key_exists("extensionAttribute8", $this->_propDict)) { + return $this->_propDict["extensionAttribute8"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute8 + * Eighth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute8 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute8($val) + { + $this->_propDict["extensionAttribute8"] = $val; + return $this; + } + /** + * Gets the extensionAttribute9 + * Ninth customizable extension attribute. + * + * @return string The extensionAttribute9 + */ + public function getExtensionAttribute9() + { + if (array_key_exists("extensionAttribute9", $this->_propDict)) { + return $this->_propDict["extensionAttribute9"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute9 + * Ninth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute9 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute9($val) + { + $this->_propDict["extensionAttribute9"] = $val; + return $this; + } + /** + * Gets the extensionAttribute10 + * Tenth customizable extension attribute. + * + * @return string The extensionAttribute10 + */ + public function getExtensionAttribute10() + { + if (array_key_exists("extensionAttribute10", $this->_propDict)) { + return $this->_propDict["extensionAttribute10"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute10 + * Tenth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute10 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute10($val) + { + $this->_propDict["extensionAttribute10"] = $val; + return $this; + } + /** + * Gets the extensionAttribute11 + * Eleventh customizable extension attribute. + * + * @return string The extensionAttribute11 + */ + public function getExtensionAttribute11() + { + if (array_key_exists("extensionAttribute11", $this->_propDict)) { + return $this->_propDict["extensionAttribute11"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute11 + * Eleventh customizable extension attribute. + * + * @param string $val The value of the extensionAttribute11 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute11($val) + { + $this->_propDict["extensionAttribute11"] = $val; + return $this; + } + /** + * Gets the extensionAttribute12 + * Twelfth customizable extension attribute. + * + * @return string The extensionAttribute12 + */ + public function getExtensionAttribute12() + { + if (array_key_exists("extensionAttribute12", $this->_propDict)) { + return $this->_propDict["extensionAttribute12"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute12 + * Twelfth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute12 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute12($val) + { + $this->_propDict["extensionAttribute12"] = $val; + return $this; + } + /** + * Gets the extensionAttribute13 + * Thirteenth customizable extension attribute. + * + * @return string The extensionAttribute13 + */ + public function getExtensionAttribute13() + { + if (array_key_exists("extensionAttribute13", $this->_propDict)) { + return $this->_propDict["extensionAttribute13"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute13 + * Thirteenth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute13 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute13($val) + { + $this->_propDict["extensionAttribute13"] = $val; + return $this; + } + /** + * Gets the extensionAttribute14 + * Fourteenth customizable extension attribute. + * + * @return string The extensionAttribute14 + */ + public function getExtensionAttribute14() + { + if (array_key_exists("extensionAttribute14", $this->_propDict)) { + return $this->_propDict["extensionAttribute14"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute14 + * Fourteenth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute14 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute14($val) + { + $this->_propDict["extensionAttribute14"] = $val; + return $this; + } + /** + * Gets the extensionAttribute15 + * Fifteenth customizable extension attribute. + * + * @return string The extensionAttribute15 + */ + public function getExtensionAttribute15() + { + if (array_key_exists("extensionAttribute15", $this->_propDict)) { + return $this->_propDict["extensionAttribute15"]; + } else { + return null; + } + } + + /** + * Sets the extensionAttribute15 + * Fifteenth customizable extension attribute. + * + * @param string $val The value of the extensionAttribute15 + * + * @return OnPremisesExtensionAttributes + */ + public function setExtensionAttribute15($val) + { + $this->_propDict["extensionAttribute15"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnPremisesProvisioningError.php b/vendor/microsoft/microsoft-graph/src/Model/OnPremisesProvisioningError.php new file mode 100644 index 000000000..959234ca5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnPremisesProvisioningError.php @@ -0,0 +1,145 @@ +_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Value of the property causing the error. + * + * @param string $val The value of the value + * + * @return OnPremisesProvisioningError + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } + /** + * Gets the category + * Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property. + * + * @return string The category + */ + public function getCategory() + { + if (array_key_exists("category", $this->_propDict)) { + return $this->_propDict["category"]; + } else { + return null; + } + } + + /** + * Sets the category + * Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property. + * + * @param string $val The value of the category + * + * @return OnPremisesProvisioningError + */ + public function setCategory($val) + { + $this->_propDict["category"] = $val; + return $this; + } + /** + * Gets the propertyCausingError + * Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress + * + * @return string The propertyCausingError + */ + public function getPropertyCausingError() + { + if (array_key_exists("propertyCausingError", $this->_propDict)) { + return $this->_propDict["propertyCausingError"]; + } else { + return null; + } + } + + /** + * Sets the propertyCausingError + * Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress + * + * @param string $val The value of the propertyCausingError + * + * @return OnPremisesProvisioningError + */ + public function setPropertyCausingError($val) + { + $this->_propDict["propertyCausingError"] = $val; + return $this; + } + + /** + * Gets the occurredDateTime + * The date and time at which the error occurred. + * + * @return \DateTime The occurredDateTime + */ + public function getOccurredDateTime() + { + if (array_key_exists("occurredDateTime", $this->_propDict)) { + if (is_a($this->_propDict["occurredDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["occurredDateTime"]; + } else { + $this->_propDict["occurredDateTime"] = new \DateTime($this->_propDict["occurredDateTime"]); + return $this->_propDict["occurredDateTime"]; + } + } + return null; + } + + /** + * Sets the occurredDateTime + * The date and time at which the error occurred. + * + * @param \DateTime $val The value to assign to the occurredDateTime + * + * @return OnPremisesProvisioningError The OnPremisesProvisioningError + */ + public function setOccurredDateTime($val) + { + $this->_propDict["occurredDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Onenote.php b/vendor/microsoft/microsoft-graph/src/Model/Onenote.php new file mode 100644 index 000000000..7653edcaa --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Onenote.php @@ -0,0 +1,209 @@ +_propDict)) { + return $this->_propDict["notebooks"]; + } else { + return null; + } + } + + /** + * Sets the notebooks + * The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. + * + * @param Notebook $val The notebooks + * + * @return Onenote + */ + public function setNotebooks($val) + { + $this->_propDict["notebooks"] = $val; + return $this; + } + + + /** + * Gets the sections + * The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + * + * @return array The sections + */ + public function getSections() + { + if (array_key_exists("sections", $this->_propDict)) { + return $this->_propDict["sections"]; + } else { + return null; + } + } + + /** + * Sets the sections + * The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + * + * @param OnenoteSection $val The sections + * + * @return Onenote + */ + public function setSections($val) + { + $this->_propDict["sections"] = $val; + return $this; + } + + + /** + * Gets the sectionGroups + * The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + * + * @return array The sectionGroups + */ + public function getSectionGroups() + { + if (array_key_exists("sectionGroups", $this->_propDict)) { + return $this->_propDict["sectionGroups"]; + } else { + return null; + } + } + + /** + * Sets the sectionGroups + * The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + * + * @param SectionGroup $val The sectionGroups + * + * @return Onenote + */ + public function setSectionGroups($val) + { + $this->_propDict["sectionGroups"] = $val; + return $this; + } + + + /** + * Gets the pages + * The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + * + * @return array The pages + */ + public function getPages() + { + if (array_key_exists("pages", $this->_propDict)) { + return $this->_propDict["pages"]; + } else { + return null; + } + } + + /** + * Sets the pages + * The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + * + * @param OnenotePage $val The pages + * + * @return Onenote + */ + public function setPages($val) + { + $this->_propDict["pages"] = $val; + return $this; + } + + + /** + * Gets the resources + * The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable. + * + * @return array The resources + */ + public function getResources() + { + if (array_key_exists("resources", $this->_propDict)) { + return $this->_propDict["resources"]; + } else { + return null; + } + } + + /** + * Sets the resources + * The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable. + * + * @param OnenoteResource $val The resources + * + * @return Onenote + */ + public function setResources($val) + { + $this->_propDict["resources"] = $val; + return $this; + } + + + /** + * Gets the operations + * The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. + * + * @return array The operations + */ + public function getOperations() + { + if (array_key_exists("operations", $this->_propDict)) { + return $this->_propDict["operations"]; + } else { + return null; + } + } + + /** + * Sets the operations + * The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable. + * + * @param OnenoteOperation $val The operations + * + * @return Onenote + */ + public function setOperations($val) + { + $this->_propDict["operations"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenoteEntityBaseModel.php b/vendor/microsoft/microsoft-graph/src/Model/OnenoteEntityBaseModel.php new file mode 100644 index 000000000..c92930b29 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenoteEntityBaseModel.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["self"]; + } else { + return null; + } + } + + /** + * Sets the self + * The endpoint where you can get details about the page. Read-only. + * + * @param string $val The self + * + * @return OnenoteEntityBaseModel + */ + public function setSelf($val) + { + $this->_propDict["self"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenoteEntityHierarchyModel.php b/vendor/microsoft/microsoft-graph/src/Model/OnenoteEntityHierarchyModel.php new file mode 100644 index 000000000..aff4b799c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenoteEntityHierarchyModel.php @@ -0,0 +1,157 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name of the notebook. + * + * @param string $val The displayName + * + * @return OnenoteEntityHierarchyModel + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the createdBy + * Identity of the user, device, and application which created the item. Read-only. + * + * @return IdentitySet The createdBy + */ + public function getCreatedBy() + { + if (array_key_exists("createdBy", $this->_propDict)) { + if (is_a($this->_propDict["createdBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["createdBy"]; + } else { + $this->_propDict["createdBy"] = new IdentitySet($this->_propDict["createdBy"]); + return $this->_propDict["createdBy"]; + } + } + return null; + } + + /** + * Sets the createdBy + * Identity of the user, device, and application which created the item. Read-only. + * + * @param IdentitySet $val The createdBy + * + * @return OnenoteEntityHierarchyModel + */ + public function setCreatedBy($val) + { + $this->_propDict["createdBy"] = $val; + return $this; + } + + /** + * Gets the lastModifiedBy + * Identity of the user, device, and application which created the item. Read-only. + * + * @return IdentitySet The lastModifiedBy + */ + public function getLastModifiedBy() + { + if (array_key_exists("lastModifiedBy", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["lastModifiedBy"]; + } else { + $this->_propDict["lastModifiedBy"] = new IdentitySet($this->_propDict["lastModifiedBy"]); + return $this->_propDict["lastModifiedBy"]; + } + } + return null; + } + + /** + * Sets the lastModifiedBy + * Identity of the user, device, and application which created the item. Read-only. + * + * @param IdentitySet $val The lastModifiedBy + * + * @return OnenoteEntityHierarchyModel + */ + public function setLastModifiedBy($val) + { + $this->_propDict["lastModifiedBy"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return OnenoteEntityHierarchyModel + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenoteEntitySchemaObjectModel.php b/vendor/microsoft/microsoft-graph/src/Model/OnenoteEntitySchemaObjectModel.php new file mode 100644 index 000000000..5759b9eca --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenoteEntitySchemaObjectModel.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @param \DateTime $val The createdDateTime + * + * @return OnenoteEntitySchemaObjectModel + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenoteOperation.php b/vendor/microsoft/microsoft-graph/src/Model/OnenoteOperation.php new file mode 100644 index 000000000..8da840262 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenoteOperation.php @@ -0,0 +1,149 @@ +_propDict)) { + return $this->_propDict["resourceLocation"]; + } else { + return null; + } + } + + /** + * Sets the resourceLocation + * The resource URI for the object. For example, the resource URI for a copied page or section. + * + * @param string $val The resourceLocation + * + * @return OnenoteOperation + */ + public function setResourceLocation($val) + { + $this->_propDict["resourceLocation"] = $val; + return $this; + } + + /** + * Gets the resourceId + * The resource id. + * + * @return string The resourceId + */ + public function getResourceId() + { + if (array_key_exists("resourceId", $this->_propDict)) { + return $this->_propDict["resourceId"]; + } else { + return null; + } + } + + /** + * Sets the resourceId + * The resource id. + * + * @param string $val The resourceId + * + * @return OnenoteOperation + */ + public function setResourceId($val) + { + $this->_propDict["resourceId"] = $val; + return $this; + } + + /** + * Gets the error + * The error returned by the operation. + * + * @return OnenoteOperationError The error + */ + public function getError() + { + if (array_key_exists("error", $this->_propDict)) { + if (is_a($this->_propDict["error"], "Microsoft\Graph\Model\OnenoteOperationError")) { + return $this->_propDict["error"]; + } else { + $this->_propDict["error"] = new OnenoteOperationError($this->_propDict["error"]); + return $this->_propDict["error"]; + } + } + return null; + } + + /** + * Sets the error + * The error returned by the operation. + * + * @param OnenoteOperationError $val The error + * + * @return OnenoteOperation + */ + public function setError($val) + { + $this->_propDict["error"] = $val; + return $this; + } + + /** + * Gets the percentComplete + * The operation percent complete if the operation is still in running status + * + * @return string The percentComplete + */ + public function getPercentComplete() + { + if (array_key_exists("percentComplete", $this->_propDict)) { + return $this->_propDict["percentComplete"]; + } else { + return null; + } + } + + /** + * Sets the percentComplete + * The operation percent complete if the operation is still in running status + * + * @param string $val The percentComplete + * + * @return OnenoteOperation + */ + public function setPercentComplete($val) + { + $this->_propDict["percentComplete"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenoteOperationError.php b/vendor/microsoft/microsoft-graph/src/Model/OnenoteOperationError.php new file mode 100644 index 000000000..dbb65f8a5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenoteOperationError.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["code"]; + } else { + return null; + } + } + + /** + * Sets the code + * The error code. + * + * @param string $val The value of the code + * + * @return OnenoteOperationError + */ + public function setCode($val) + { + $this->_propDict["code"] = $val; + return $this; + } + /** + * Gets the message + * The error message. + * + * @return string The message + */ + public function getMessage() + { + if (array_key_exists("message", $this->_propDict)) { + return $this->_propDict["message"]; + } else { + return null; + } + } + + /** + * Sets the message + * The error message. + * + * @param string $val The value of the message + * + * @return OnenoteOperationError + */ + public function setMessage($val) + { + $this->_propDict["message"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenotePage.php b/vendor/microsoft/microsoft-graph/src/Model/OnenotePage.php new file mode 100644 index 000000000..22e2e921f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenotePage.php @@ -0,0 +1,366 @@ +_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * The title of the page. + * + * @param string $val The title + * + * @return OnenotePage + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + + /** + * Gets the createdByAppId + * The unique identifier of the application that created the page. Read-only. + * + * @return string The createdByAppId + */ + public function getCreatedByAppId() + { + if (array_key_exists("createdByAppId", $this->_propDict)) { + return $this->_propDict["createdByAppId"]; + } else { + return null; + } + } + + /** + * Sets the createdByAppId + * The unique identifier of the application that created the page. Read-only. + * + * @param string $val The createdByAppId + * + * @return OnenotePage + */ + public function setCreatedByAppId($val) + { + $this->_propDict["createdByAppId"] = $val; + return $this; + } + + /** + * Gets the links + * Links for opening the page. The oneNoteClientURL link opens the page in the OneNote native client if it 's installed. The oneNoteWebUrl link opens the page in OneNote on the web. Read-only. + * + * @return PageLinks The links + */ + public function getLinks() + { + if (array_key_exists("links", $this->_propDict)) { + if (is_a($this->_propDict["links"], "Microsoft\Graph\Model\PageLinks")) { + return $this->_propDict["links"]; + } else { + $this->_propDict["links"] = new PageLinks($this->_propDict["links"]); + return $this->_propDict["links"]; + } + } + return null; + } + + /** + * Sets the links + * Links for opening the page. The oneNoteClientURL link opens the page in the OneNote native client if it 's installed. The oneNoteWebUrl link opens the page in OneNote on the web. Read-only. + * + * @param PageLinks $val The links + * + * @return OnenotePage + */ + public function setLinks($val) + { + $this->_propDict["links"] = $val; + return $this; + } + + /** + * Gets the contentUrl + * The URL for the page's HTML content. Read-only. + * + * @return string The contentUrl + */ + public function getContentUrl() + { + if (array_key_exists("contentUrl", $this->_propDict)) { + return $this->_propDict["contentUrl"]; + } else { + return null; + } + } + + /** + * Sets the contentUrl + * The URL for the page's HTML content. Read-only. + * + * @param string $val The contentUrl + * + * @return OnenotePage + */ + public function setContentUrl($val) + { + $this->_propDict["contentUrl"] = $val; + return $this; + } + + /** + * Gets the content + * The page's HTML content. + * + * @return \GuzzleHttp\Psr7\Stream The content + */ + public function getContent() + { + if (array_key_exists("content", $this->_propDict)) { + if (is_a($this->_propDict["content"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["content"]; + } else { + $this->_propDict["content"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["content"]); + return $this->_propDict["content"]; + } + } + return null; + } + + /** + * Sets the content + * The page's HTML content. + * + * @param \GuzzleHttp\Psr7\Stream $val The content + * + * @return OnenotePage + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return OnenotePage + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the level + * The indentation level of the page. Read-only. + * + * @return int The level + */ + public function getLevel() + { + if (array_key_exists("level", $this->_propDict)) { + return $this->_propDict["level"]; + } else { + return null; + } + } + + /** + * Sets the level + * The indentation level of the page. Read-only. + * + * @param int $val The level + * + * @return OnenotePage + */ + public function setLevel($val) + { + $this->_propDict["level"] = intval($val); + return $this; + } + + /** + * Gets the order + * The order of the page within its parent section. Read-only. + * + * @return int The order + */ + public function getOrder() + { + if (array_key_exists("order", $this->_propDict)) { + return $this->_propDict["order"]; + } else { + return null; + } + } + + /** + * Sets the order + * The order of the page within its parent section. Read-only. + * + * @param int $val The order + * + * @return OnenotePage + */ + public function setOrder($val) + { + $this->_propDict["order"] = intval($val); + return $this; + } + + /** + * Gets the userTags + * + * @return string The userTags + */ + public function getUserTags() + { + if (array_key_exists("userTags", $this->_propDict)) { + return $this->_propDict["userTags"]; + } else { + return null; + } + } + + /** + * Sets the userTags + * + * @param string $val The userTags + * + * @return OnenotePage + */ + public function setUserTags($val) + { + $this->_propDict["userTags"] = $val; + return $this; + } + + /** + * Gets the parentSection + * The section that contains the page. Read-only. + * + * @return OnenoteSection The parentSection + */ + public function getParentSection() + { + if (array_key_exists("parentSection", $this->_propDict)) { + if (is_a($this->_propDict["parentSection"], "Microsoft\Graph\Model\OnenoteSection")) { + return $this->_propDict["parentSection"]; + } else { + $this->_propDict["parentSection"] = new OnenoteSection($this->_propDict["parentSection"]); + return $this->_propDict["parentSection"]; + } + } + return null; + } + + /** + * Sets the parentSection + * The section that contains the page. Read-only. + * + * @param OnenoteSection $val The parentSection + * + * @return OnenotePage + */ + public function setParentSection($val) + { + $this->_propDict["parentSection"] = $val; + return $this; + } + + /** + * Gets the parentNotebook + * The notebook that contains the page. Read-only. + * + * @return Notebook The parentNotebook + */ + public function getParentNotebook() + { + if (array_key_exists("parentNotebook", $this->_propDict)) { + if (is_a($this->_propDict["parentNotebook"], "Microsoft\Graph\Model\Notebook")) { + return $this->_propDict["parentNotebook"]; + } else { + $this->_propDict["parentNotebook"] = new Notebook($this->_propDict["parentNotebook"]); + return $this->_propDict["parentNotebook"]; + } + } + return null; + } + + /** + * Sets the parentNotebook + * The notebook that contains the page. Read-only. + * + * @param Notebook $val The parentNotebook + * + * @return OnenotePage + */ + public function setParentNotebook($val) + { + $this->_propDict["parentNotebook"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenotePagePreview.php b/vendor/microsoft/microsoft-graph/src/Model/OnenotePagePreview.php new file mode 100644 index 000000000..d4e12b456 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenotePagePreview.php @@ -0,0 +1,85 @@ +_propDict)) { + return $this->_propDict["previewText"]; + } else { + return null; + } + } + + /** + * Sets the previewText + * + * @param string $val The value of the previewText + * + * @return OnenotePagePreview + */ + public function setPreviewText($val) + { + $this->_propDict["previewText"] = $val; + return $this; + } + + /** + * Gets the links + * + * @return OnenotePagePreviewLinks The links + */ + public function getLinks() + { + if (array_key_exists("links", $this->_propDict)) { + if (is_a($this->_propDict["links"], "Microsoft\Graph\Model\OnenotePagePreviewLinks")) { + return $this->_propDict["links"]; + } else { + $this->_propDict["links"] = new OnenotePagePreviewLinks($this->_propDict["links"]); + return $this->_propDict["links"]; + } + } + return null; + } + + /** + * Sets the links + * + * @param OnenotePagePreviewLinks $val The value to assign to the links + * + * @return OnenotePagePreview The OnenotePagePreview + */ + public function setLinks($val) + { + $this->_propDict["links"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenotePagePreviewLinks.php b/vendor/microsoft/microsoft-graph/src/Model/OnenotePagePreviewLinks.php new file mode 100644 index 000000000..a916255da --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenotePagePreviewLinks.php @@ -0,0 +1,59 @@ +_propDict)) { + if (is_a($this->_propDict["previewImageUrl"], "Microsoft\Graph\Model\ExternalLink")) { + return $this->_propDict["previewImageUrl"]; + } else { + $this->_propDict["previewImageUrl"] = new ExternalLink($this->_propDict["previewImageUrl"]); + return $this->_propDict["previewImageUrl"]; + } + } + return null; + } + + /** + * Sets the previewImageUrl + * + * @param ExternalLink $val The value to assign to the previewImageUrl + * + * @return OnenotePagePreviewLinks The OnenotePagePreviewLinks + */ + public function setPreviewImageUrl($val) + { + $this->_propDict["previewImageUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenotePatchActionType.php b/vendor/microsoft/microsoft-graph/src/Model/OnenotePatchActionType.php new file mode 100644 index 000000000..5c6b3a640 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenotePatchActionType.php @@ -0,0 +1,39 @@ +_propDict)) { + if (is_a($this->_propDict["action"], "Microsoft\Graph\Model\OnenotePatchActionType")) { + return $this->_propDict["action"]; + } else { + $this->_propDict["action"] = new OnenotePatchActionType($this->_propDict["action"]); + return $this->_propDict["action"]; + } + } + return null; + } + + /** + * Sets the action + * The action to perform on the target element. The possible values are: replace, append, delete, insert, or prepend. + * + * @param OnenotePatchActionType $val The value to assign to the action + * + * @return OnenotePatchContentCommand The OnenotePatchContentCommand + */ + public function setAction($val) + { + $this->_propDict["action"] = $val; + return $this; + } + /** + * Gets the target + * The element to update. Must be the #&lt;data-id&gt; or the generated &lt;id&gt; of the element, or the body or title keyword. + * + * @return string The target + */ + public function getTarget() + { + if (array_key_exists("target", $this->_propDict)) { + return $this->_propDict["target"]; + } else { + return null; + } + } + + /** + * Sets the target + * The element to update. Must be the #&lt;data-id&gt; or the generated &lt;id&gt; of the element, or the body or title keyword. + * + * @param string $val The value of the target + * + * @return OnenotePatchContentCommand + */ + public function setTarget($val) + { + $this->_propDict["target"] = $val; + return $this; + } + /** + * Gets the content + * A string of well-formed HTML to add to the page, and any image or file binary data. If the content contains binary data, the request must be sent using the multipart/form-data content type with a 'Commands' part. + * + * @return string The content + */ + public function getContent() + { + if (array_key_exists("content", $this->_propDict)) { + return $this->_propDict["content"]; + } else { + return null; + } + } + + /** + * Sets the content + * A string of well-formed HTML to add to the page, and any image or file binary data. If the content contains binary data, the request must be sent using the multipart/form-data content type with a 'Commands' part. + * + * @param string $val The value of the content + * + * @return OnenotePatchContentCommand + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } + + /** + * Gets the position + * The location to add the supplied content, relative to the target element. The possible values are: after (default) or before. + * + * @return OnenotePatchInsertPosition The position + */ + public function getPosition() + { + if (array_key_exists("position", $this->_propDict)) { + if (is_a($this->_propDict["position"], "Microsoft\Graph\Model\OnenotePatchInsertPosition")) { + return $this->_propDict["position"]; + } else { + $this->_propDict["position"] = new OnenotePatchInsertPosition($this->_propDict["position"]); + return $this->_propDict["position"]; + } + } + return null; + } + + /** + * Sets the position + * The location to add the supplied content, relative to the target element. The possible values are: after (default) or before. + * + * @param OnenotePatchInsertPosition $val The value to assign to the position + * + * @return OnenotePatchContentCommand The OnenotePatchContentCommand + */ + public function setPosition($val) + { + $this->_propDict["position"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenotePatchInsertPosition.php b/vendor/microsoft/microsoft-graph/src/Model/OnenotePatchInsertPosition.php new file mode 100644 index 000000000..27eddf750 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenotePatchInsertPosition.php @@ -0,0 +1,36 @@ +_propDict)) { + if (is_a($this->_propDict["content"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["content"]; + } else { + $this->_propDict["content"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["content"]); + return $this->_propDict["content"]; + } + } + return null; + } + + /** + * Sets the content + * The content stream + * + * @param \GuzzleHttp\Psr7\Stream $val The content + * + * @return OnenoteResource + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } + + /** + * Gets the contentUrl + * The URL for downloading the content + * + * @return string The contentUrl + */ + public function getContentUrl() + { + if (array_key_exists("contentUrl", $this->_propDict)) { + return $this->_propDict["contentUrl"]; + } else { + return null; + } + } + + /** + * Sets the contentUrl + * The URL for downloading the content + * + * @param string $val The contentUrl + * + * @return OnenoteResource + */ + public function setContentUrl($val) + { + $this->_propDict["contentUrl"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenoteSection.php b/vendor/microsoft/microsoft-graph/src/Model/OnenoteSection.php new file mode 100644 index 000000000..1d5d56bd0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenoteSection.php @@ -0,0 +1,216 @@ +_propDict)) { + return $this->_propDict["isDefault"]; + } else { + return null; + } + } + + /** + * Sets the isDefault + * Indicates whether this is the user's default section. Read-only. + * + * @param bool $val The isDefault + * + * @return OnenoteSection + */ + public function setIsDefault($val) + { + $this->_propDict["isDefault"] = boolval($val); + return $this; + } + + /** + * Gets the links + * Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web. + * + * @return SectionLinks The links + */ + public function getLinks() + { + if (array_key_exists("links", $this->_propDict)) { + if (is_a($this->_propDict["links"], "Microsoft\Graph\Model\SectionLinks")) { + return $this->_propDict["links"]; + } else { + $this->_propDict["links"] = new SectionLinks($this->_propDict["links"]); + return $this->_propDict["links"]; + } + } + return null; + } + + /** + * Sets the links + * Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web. + * + * @param SectionLinks $val The links + * + * @return OnenoteSection + */ + public function setLinks($val) + { + $this->_propDict["links"] = $val; + return $this; + } + + /** + * Gets the pagesUrl + * The pages endpoint where you can get details for all the pages in the section. Read-only. + * + * @return string The pagesUrl + */ + public function getPagesUrl() + { + if (array_key_exists("pagesUrl", $this->_propDict)) { + return $this->_propDict["pagesUrl"]; + } else { + return null; + } + } + + /** + * Sets the pagesUrl + * The pages endpoint where you can get details for all the pages in the section. Read-only. + * + * @param string $val The pagesUrl + * + * @return OnenoteSection + */ + public function setPagesUrl($val) + { + $this->_propDict["pagesUrl"] = $val; + return $this; + } + + /** + * Gets the parentNotebook + * The notebook that contains the section. Read-only. + * + * @return Notebook The parentNotebook + */ + public function getParentNotebook() + { + if (array_key_exists("parentNotebook", $this->_propDict)) { + if (is_a($this->_propDict["parentNotebook"], "Microsoft\Graph\Model\Notebook")) { + return $this->_propDict["parentNotebook"]; + } else { + $this->_propDict["parentNotebook"] = new Notebook($this->_propDict["parentNotebook"]); + return $this->_propDict["parentNotebook"]; + } + } + return null; + } + + /** + * Sets the parentNotebook + * The notebook that contains the section. Read-only. + * + * @param Notebook $val The parentNotebook + * + * @return OnenoteSection + */ + public function setParentNotebook($val) + { + $this->_propDict["parentNotebook"] = $val; + return $this; + } + + /** + * Gets the parentSectionGroup + * The section group that contains the section. Read-only. + * + * @return SectionGroup The parentSectionGroup + */ + public function getParentSectionGroup() + { + if (array_key_exists("parentSectionGroup", $this->_propDict)) { + if (is_a($this->_propDict["parentSectionGroup"], "Microsoft\Graph\Model\SectionGroup")) { + return $this->_propDict["parentSectionGroup"]; + } else { + $this->_propDict["parentSectionGroup"] = new SectionGroup($this->_propDict["parentSectionGroup"]); + return $this->_propDict["parentSectionGroup"]; + } + } + return null; + } + + /** + * Sets the parentSectionGroup + * The section group that contains the section. Read-only. + * + * @param SectionGroup $val The parentSectionGroup + * + * @return OnenoteSection + */ + public function setParentSectionGroup($val) + { + $this->_propDict["parentSectionGroup"] = $val; + return $this; + } + + + /** + * Gets the pages + * The collection of pages in the section. Read-only. Nullable. + * + * @return array The pages + */ + public function getPages() + { + if (array_key_exists("pages", $this->_propDict)) { + return $this->_propDict["pages"]; + } else { + return null; + } + } + + /** + * Sets the pages + * The collection of pages in the section. Read-only. Nullable. + * + * @param OnenotePage $val The pages + * + * @return OnenoteSection + */ + public function setPages($val) + { + $this->_propDict["pages"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OnenoteSourceService.php b/vendor/microsoft/microsoft-graph/src/Model/OnenoteSourceService.php new file mode 100644 index 000000000..011dcbd16 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OnenoteSourceService.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["extensionName"]; + } else { + return null; + } + } + + /** + * Sets the extensionName + * A unique text identifier for an open type open extension. Required. + * + * @param string $val The extensionName + * + * @return OpenTypeExtension + */ + public function setExtensionName($val) + { + $this->_propDict["extensionName"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Operation.php b/vendor/microsoft/microsoft-graph/src/Model/Operation.php new file mode 100644 index 000000000..1c5d795e9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Operation.php @@ -0,0 +1,128 @@ +_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\OperationStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new OperationStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * The current status of the operation: notStarted, running, completed, failed + * + * @param OperationStatus $val The status + * + * @return Operation + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * The start time of the operation. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * The start time of the operation. + * + * @param \DateTime $val The createdDateTime + * + * @return Operation + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastActionDateTime + * The time of the last action of the operation. + * + * @return \DateTime The lastActionDateTime + */ + public function getLastActionDateTime() + { + if (array_key_exists("lastActionDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastActionDateTime"], "\DateTime")) { + return $this->_propDict["lastActionDateTime"]; + } else { + $this->_propDict["lastActionDateTime"] = new \DateTime($this->_propDict["lastActionDateTime"]); + return $this->_propDict["lastActionDateTime"]; + } + } + return null; + } + + /** + * Sets the lastActionDateTime + * The time of the last action of the operation. + * + * @param \DateTime $val The lastActionDateTime + * + * @return Operation + */ + public function setLastActionDateTime($val) + { + $this->_propDict["lastActionDateTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OperationError.php b/vendor/microsoft/microsoft-graph/src/Model/OperationError.php new file mode 100644 index 000000000..18eaa779c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OperationError.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["code"]; + } else { + return null; + } + } + + /** + * Sets the code + * Operation error code. + * + * @param string $val The value of the code + * + * @return OperationError + */ + public function setCode($val) + { + $this->_propDict["code"] = $val; + return $this; + } + /** + * Gets the message + * Operation error message. + * + * @return string The message + */ + public function getMessage() + { + if (array_key_exists("message", $this->_propDict)) { + return $this->_propDict["message"]; + } else { + return null; + } + } + + /** + * Sets the message + * Operation error message. + * + * @param string $val The value of the message + * + * @return OperationError + */ + public function setMessage($val) + { + $this->_propDict["message"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OperationResult.php b/vendor/microsoft/microsoft-graph/src/Model/OperationResult.php new file mode 100644 index 000000000..ccb62447e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OperationResult.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["assignedPlans"]; + } else { + return null; + } + } + + /** + * Sets the assignedPlans + * The collection of service plans associated with the tenant. Not nullable. + * + * @param AssignedPlan $val The assignedPlans + * + * @return Organization + */ + public function setAssignedPlans($val) + { + $this->_propDict["assignedPlans"] = $val; + return $this; + } + + /** + * Gets the businessPhones + * Telephone number for the organization. NOTE: Although this is a string collection, only one number can be set for this property. + * + * @return string The businessPhones + */ + public function getBusinessPhones() + { + if (array_key_exists("businessPhones", $this->_propDict)) { + return $this->_propDict["businessPhones"]; + } else { + return null; + } + } + + /** + * Sets the businessPhones + * Telephone number for the organization. NOTE: Although this is a string collection, only one number can be set for this property. + * + * @param string $val The businessPhones + * + * @return Organization + */ + public function setBusinessPhones($val) + { + $this->_propDict["businessPhones"] = $val; + return $this; + } + + /** + * Gets the city + * City name of the address for the organization. + * + * @return string The city + */ + public function getCity() + { + if (array_key_exists("city", $this->_propDict)) { + return $this->_propDict["city"]; + } else { + return null; + } + } + + /** + * Sets the city + * City name of the address for the organization. + * + * @param string $val The city + * + * @return Organization + */ + public function setCity($val) + { + $this->_propDict["city"] = $val; + return $this; + } + + /** + * Gets the country + * Country/region name of the address for the organization. + * + * @return string The country + */ + public function getCountry() + { + if (array_key_exists("country", $this->_propDict)) { + return $this->_propDict["country"]; + } else { + return null; + } + } + + /** + * Sets the country + * Country/region name of the address for the organization. + * + * @param string $val The country + * + * @return Organization + */ + public function setCountry($val) + { + $this->_propDict["country"] = $val; + return $this; + } + + /** + * Gets the countryLetterCode + * Country/region abbreviation for the organization. + * + * @return string The countryLetterCode + */ + public function getCountryLetterCode() + { + if (array_key_exists("countryLetterCode", $this->_propDict)) { + return $this->_propDict["countryLetterCode"]; + } else { + return null; + } + } + + /** + * Sets the countryLetterCode + * Country/region abbreviation for the organization. + * + * @param string $val The countryLetterCode + * + * @return Organization + */ + public function setCountryLetterCode($val) + { + $this->_propDict["countryLetterCode"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * Timestamp of when the organization was created. The value cannot be modified and is automatically populated when the organization is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Timestamp of when the organization was created. The value cannot be modified and is automatically populated when the organization is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @param \DateTime $val The createdDateTime + * + * @return Organization + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the displayName + * The display name for the tenant. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The display name for the tenant. + * + * @param string $val The displayName + * + * @return Organization + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the marketingNotificationEmails + * Not nullable. + * + * @return string The marketingNotificationEmails + */ + public function getMarketingNotificationEmails() + { + if (array_key_exists("marketingNotificationEmails", $this->_propDict)) { + return $this->_propDict["marketingNotificationEmails"]; + } else { + return null; + } + } + + /** + * Sets the marketingNotificationEmails + * Not nullable. + * + * @param string $val The marketingNotificationEmails + * + * @return Organization + */ + public function setMarketingNotificationEmails($val) + { + $this->_propDict["marketingNotificationEmails"] = $val; + return $this; + } + + /** + * Gets the onPremisesLastSyncDateTime + * The time and date at which the tenant was last synced with the on-premise directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @return \DateTime The onPremisesLastSyncDateTime + */ + public function getOnPremisesLastSyncDateTime() + { + if (array_key_exists("onPremisesLastSyncDateTime", $this->_propDict)) { + if (is_a($this->_propDict["onPremisesLastSyncDateTime"], "\DateTime")) { + return $this->_propDict["onPremisesLastSyncDateTime"]; + } else { + $this->_propDict["onPremisesLastSyncDateTime"] = new \DateTime($this->_propDict["onPremisesLastSyncDateTime"]); + return $this->_propDict["onPremisesLastSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the onPremisesLastSyncDateTime + * The time and date at which the tenant was last synced with the on-premise directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @param \DateTime $val The onPremisesLastSyncDateTime + * + * @return Organization + */ + public function setOnPremisesLastSyncDateTime($val) + { + $this->_propDict["onPremisesLastSyncDateTime"] = $val; + return $this; + } + + /** + * Gets the onPremisesSyncEnabled + * true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). + * + * @return bool The onPremisesSyncEnabled + */ + public function getOnPremisesSyncEnabled() + { + if (array_key_exists("onPremisesSyncEnabled", $this->_propDict)) { + return $this->_propDict["onPremisesSyncEnabled"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesSyncEnabled + * true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). + * + * @param bool $val The onPremisesSyncEnabled + * + * @return Organization + */ + public function setOnPremisesSyncEnabled($val) + { + $this->_propDict["onPremisesSyncEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the postalCode + * Postal code of the address for the organization. + * + * @return string The postalCode + */ + public function getPostalCode() + { + if (array_key_exists("postalCode", $this->_propDict)) { + return $this->_propDict["postalCode"]; + } else { + return null; + } + } + + /** + * Sets the postalCode + * Postal code of the address for the organization. + * + * @param string $val The postalCode + * + * @return Organization + */ + public function setPostalCode($val) + { + $this->_propDict["postalCode"] = $val; + return $this; + } + + /** + * Gets the preferredLanguage + * The preferred language for the organization. Should follow ISO 639-1 Code; for example 'en'. + * + * @return string The preferredLanguage + */ + public function getPreferredLanguage() + { + if (array_key_exists("preferredLanguage", $this->_propDict)) { + return $this->_propDict["preferredLanguage"]; + } else { + return null; + } + } + + /** + * Sets the preferredLanguage + * The preferred language for the organization. Should follow ISO 639-1 Code; for example 'en'. + * + * @param string $val The preferredLanguage + * + * @return Organization + */ + public function setPreferredLanguage($val) + { + $this->_propDict["preferredLanguage"] = $val; + return $this; + } + + /** + * Gets the privacyProfile + * The privacy profile of an organization. + * + * @return PrivacyProfile The privacyProfile + */ + public function getPrivacyProfile() + { + if (array_key_exists("privacyProfile", $this->_propDict)) { + if (is_a($this->_propDict["privacyProfile"], "Microsoft\Graph\Model\PrivacyProfile")) { + return $this->_propDict["privacyProfile"]; + } else { + $this->_propDict["privacyProfile"] = new PrivacyProfile($this->_propDict["privacyProfile"]); + return $this->_propDict["privacyProfile"]; + } + } + return null; + } + + /** + * Sets the privacyProfile + * The privacy profile of an organization. + * + * @param PrivacyProfile $val The privacyProfile + * + * @return Organization + */ + public function setPrivacyProfile($val) + { + $this->_propDict["privacyProfile"] = $val; + return $this; + } + + + /** + * Gets the provisionedPlans + * Not nullable. + * + * @return array The provisionedPlans + */ + public function getProvisionedPlans() + { + if (array_key_exists("provisionedPlans", $this->_propDict)) { + return $this->_propDict["provisionedPlans"]; + } else { + return null; + } + } + + /** + * Sets the provisionedPlans + * Not nullable. + * + * @param ProvisionedPlan $val The provisionedPlans + * + * @return Organization + */ + public function setProvisionedPlans($val) + { + $this->_propDict["provisionedPlans"] = $val; + return $this; + } + + /** + * Gets the securityComplianceNotificationMails + * + * @return string The securityComplianceNotificationMails + */ + public function getSecurityComplianceNotificationMails() + { + if (array_key_exists("securityComplianceNotificationMails", $this->_propDict)) { + return $this->_propDict["securityComplianceNotificationMails"]; + } else { + return null; + } + } + + /** + * Sets the securityComplianceNotificationMails + * + * @param string $val The securityComplianceNotificationMails + * + * @return Organization + */ + public function setSecurityComplianceNotificationMails($val) + { + $this->_propDict["securityComplianceNotificationMails"] = $val; + return $this; + } + + /** + * Gets the securityComplianceNotificationPhones + * + * @return string The securityComplianceNotificationPhones + */ + public function getSecurityComplianceNotificationPhones() + { + if (array_key_exists("securityComplianceNotificationPhones", $this->_propDict)) { + return $this->_propDict["securityComplianceNotificationPhones"]; + } else { + return null; + } + } + + /** + * Sets the securityComplianceNotificationPhones + * + * @param string $val The securityComplianceNotificationPhones + * + * @return Organization + */ + public function setSecurityComplianceNotificationPhones($val) + { + $this->_propDict["securityComplianceNotificationPhones"] = $val; + return $this; + } + + /** + * Gets the state + * State name of the address for the organization. + * + * @return string The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * State name of the address for the organization. + * + * @param string $val The state + * + * @return Organization + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + + /** + * Gets the street + * Street name of the address for organization. + * + * @return string The street + */ + public function getStreet() + { + if (array_key_exists("street", $this->_propDict)) { + return $this->_propDict["street"]; + } else { + return null; + } + } + + /** + * Sets the street + * Street name of the address for organization. + * + * @param string $val The street + * + * @return Organization + */ + public function setStreet($val) + { + $this->_propDict["street"] = $val; + return $this; + } + + /** + * Gets the technicalNotificationMails + * Not nullable. + * + * @return string The technicalNotificationMails + */ + public function getTechnicalNotificationMails() + { + if (array_key_exists("technicalNotificationMails", $this->_propDict)) { + return $this->_propDict["technicalNotificationMails"]; + } else { + return null; + } + } + + /** + * Sets the technicalNotificationMails + * Not nullable. + * + * @param string $val The technicalNotificationMails + * + * @return Organization + */ + public function setTechnicalNotificationMails($val) + { + $this->_propDict["technicalNotificationMails"] = $val; + return $this; + } + + + /** + * Gets the verifiedDomains + * The collection of domains associated with this tenant. Not nullable. + * + * @return array The verifiedDomains + */ + public function getVerifiedDomains() + { + if (array_key_exists("verifiedDomains", $this->_propDict)) { + return $this->_propDict["verifiedDomains"]; + } else { + return null; + } + } + + /** + * Sets the verifiedDomains + * The collection of domains associated with this tenant. Not nullable. + * + * @param VerifiedDomain $val The verifiedDomains + * + * @return Organization + */ + public function setVerifiedDomains($val) + { + $this->_propDict["verifiedDomains"] = $val; + return $this; + } + + /** + * Gets the mobileDeviceManagementAuthority + * Mobile device management authority. Possible values are: unknown, intune, sccm, office365. + * + * @return MdmAuthority The mobileDeviceManagementAuthority + */ + public function getMobileDeviceManagementAuthority() + { + if (array_key_exists("mobileDeviceManagementAuthority", $this->_propDict)) { + if (is_a($this->_propDict["mobileDeviceManagementAuthority"], "Microsoft\Graph\Model\MdmAuthority")) { + return $this->_propDict["mobileDeviceManagementAuthority"]; + } else { + $this->_propDict["mobileDeviceManagementAuthority"] = new MdmAuthority($this->_propDict["mobileDeviceManagementAuthority"]); + return $this->_propDict["mobileDeviceManagementAuthority"]; + } + } + return null; + } + + /** + * Sets the mobileDeviceManagementAuthority + * Mobile device management authority. Possible values are: unknown, intune, sccm, office365. + * + * @param MdmAuthority $val The mobileDeviceManagementAuthority + * + * @return Organization + */ + public function setMobileDeviceManagementAuthority($val) + { + $this->_propDict["mobileDeviceManagementAuthority"] = $val; + return $this; + } + + + /** + * Gets the extensions + * The collection of open extensions defined for the organization. Read-only. Nullable. + * + * @return array The extensions + */ + public function getExtensions() + { + if (array_key_exists("extensions", $this->_propDict)) { + return $this->_propDict["extensions"]; + } else { + return null; + } + } + + /** + * Sets the extensions + * The collection of open extensions defined for the organization. Read-only. Nullable. + * + * @param Extension $val The extensions + * + * @return Organization + */ + public function setExtensions($val) + { + $this->_propDict["extensions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OutlookCategory.php b/vendor/microsoft/microsoft-graph/src/Model/OutlookCategory.php new file mode 100644 index 000000000..bc4844e95 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OutlookCategory.php @@ -0,0 +1,91 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only. + * + * @param string $val The displayName + * + * @return OutlookCategory + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the color + * A pre-set color constant that characterizes a category, and that is mapped to one of 25 predefined colors. See the note below. + * + * @return CategoryColor The color + */ + public function getColor() + { + if (array_key_exists("color", $this->_propDict)) { + if (is_a($this->_propDict["color"], "Microsoft\Graph\Model\CategoryColor")) { + return $this->_propDict["color"]; + } else { + $this->_propDict["color"] = new CategoryColor($this->_propDict["color"]); + return $this->_propDict["color"]; + } + } + return null; + } + + /** + * Sets the color + * A pre-set color constant that characterizes a category, and that is mapped to one of 25 predefined colors. See the note below. + * + * @param CategoryColor $val The color + * + * @return OutlookCategory + */ + public function setColor($val) + { + $this->_propDict["color"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OutlookGeoCoordinates.php b/vendor/microsoft/microsoft-graph/src/Model/OutlookGeoCoordinates.php new file mode 100644 index 000000000..02af79016 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OutlookGeoCoordinates.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["latitude"]; + } else { + return null; + } + } + + /** + * Sets the latitude + * The latitude of the location. + * + * @param float $val The value of the latitude + * + * @return OutlookGeoCoordinates + */ + public function setLatitude($val) + { + $this->_propDict["latitude"] = $val; + return $this; + } + /** + * Gets the longitude + * The longitude of the location. + * + * @return float The longitude + */ + public function getLongitude() + { + if (array_key_exists("longitude", $this->_propDict)) { + return $this->_propDict["longitude"]; + } else { + return null; + } + } + + /** + * Sets the longitude + * The longitude of the location. + * + * @param float $val The value of the longitude + * + * @return OutlookGeoCoordinates + */ + public function setLongitude($val) + { + $this->_propDict["longitude"] = $val; + return $this; + } + /** + * Gets the accuracy + * The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. + * + * @return float The accuracy + */ + public function getAccuracy() + { + if (array_key_exists("accuracy", $this->_propDict)) { + return $this->_propDict["accuracy"]; + } else { + return null; + } + } + + /** + * Sets the accuracy + * The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters. + * + * @param float $val The value of the accuracy + * + * @return OutlookGeoCoordinates + */ + public function setAccuracy($val) + { + $this->_propDict["accuracy"] = $val; + return $this; + } + /** + * Gets the altitude + * The altitude of the location. + * + * @return float The altitude + */ + public function getAltitude() + { + if (array_key_exists("altitude", $this->_propDict)) { + return $this->_propDict["altitude"]; + } else { + return null; + } + } + + /** + * Sets the altitude + * The altitude of the location. + * + * @param float $val The value of the altitude + * + * @return OutlookGeoCoordinates + */ + public function setAltitude($val) + { + $this->_propDict["altitude"] = $val; + return $this; + } + /** + * Gets the altitudeAccuracy + * The accuracy of the altitude. + * + * @return float The altitudeAccuracy + */ + public function getAltitudeAccuracy() + { + if (array_key_exists("altitudeAccuracy", $this->_propDict)) { + return $this->_propDict["altitudeAccuracy"]; + } else { + return null; + } + } + + /** + * Sets the altitudeAccuracy + * The accuracy of the altitude. + * + * @param float $val The value of the altitudeAccuracy + * + * @return OutlookGeoCoordinates + */ + public function setAltitudeAccuracy($val) + { + $this->_propDict["altitudeAccuracy"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/OutlookItem.php b/vendor/microsoft/microsoft-graph/src/Model/OutlookItem.php new file mode 100644 index 000000000..4625085db --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OutlookItem.php @@ -0,0 +1,153 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The createdDateTime + * + * @return OutlookItem + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return OutlookItem + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the changeKey + * Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. + * + * @return string The changeKey + */ + public function getChangeKey() + { + if (array_key_exists("changeKey", $this->_propDict)) { + return $this->_propDict["changeKey"]; + } else { + return null; + } + } + + /** + * Sets the changeKey + * Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. + * + * @param string $val The changeKey + * + * @return OutlookItem + */ + public function setChangeKey($val) + { + $this->_propDict["changeKey"] = $val; + return $this; + } + + /** + * Gets the categories + * The categories associated with the item + * + * @return string The categories + */ + public function getCategories() + { + if (array_key_exists("categories", $this->_propDict)) { + return $this->_propDict["categories"]; + } else { + return null; + } + } + + /** + * Sets the categories + * The categories associated with the item + * + * @param string $val The categories + * + * @return OutlookItem + */ + public function setCategories($val) + { + $this->_propDict["categories"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/OutlookUser.php b/vendor/microsoft/microsoft-graph/src/Model/OutlookUser.php new file mode 100644 index 000000000..ecbfc8ac8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/OutlookUser.php @@ -0,0 +1,59 @@ +_propDict)) { + return $this->_propDict["masterCategories"]; + } else { + return null; + } + } + + /** + * Sets the masterCategories + * A list of categories defined for the user. + * + * @param OutlookCategory $val The masterCategories + * + * @return OutlookUser + */ + public function setMasterCategories($val) + { + $this->_propDict["masterCategories"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Package.php b/vendor/microsoft/microsoft-graph/src/Model/Package.php new file mode 100644 index 000000000..e9f66fda8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Package.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly. + * + * @param string $val The value of the type + * + * @return Package + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PageLinks.php b/vendor/microsoft/microsoft-graph/src/Model/PageLinks.php new file mode 100644 index 000000000..a38aa2efc --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PageLinks.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["oneNoteClientUrl"], "Microsoft\Graph\Model\ExternalLink")) { + return $this->_propDict["oneNoteClientUrl"]; + } else { + $this->_propDict["oneNoteClientUrl"] = new ExternalLink($this->_propDict["oneNoteClientUrl"]); + return $this->_propDict["oneNoteClientUrl"]; + } + } + return null; + } + + /** + * Sets the oneNoteClientUrl + * Opens the page in the OneNote native client if it's installed. + * + * @param ExternalLink $val The value to assign to the oneNoteClientUrl + * + * @return PageLinks The PageLinks + */ + public function setOneNoteClientUrl($val) + { + $this->_propDict["oneNoteClientUrl"] = $val; + return $this; + } + + /** + * Gets the oneNoteWebUrl + * Opens the page in OneNote on the web. + * + * @return ExternalLink The oneNoteWebUrl + */ + public function getOneNoteWebUrl() + { + if (array_key_exists("oneNoteWebUrl", $this->_propDict)) { + if (is_a($this->_propDict["oneNoteWebUrl"], "Microsoft\Graph\Model\ExternalLink")) { + return $this->_propDict["oneNoteWebUrl"]; + } else { + $this->_propDict["oneNoteWebUrl"] = new ExternalLink($this->_propDict["oneNoteWebUrl"]); + return $this->_propDict["oneNoteWebUrl"]; + } + } + return null; + } + + /** + * Sets the oneNoteWebUrl + * Opens the page in OneNote on the web. + * + * @param ExternalLink $val The value to assign to the oneNoteWebUrl + * + * @return PageLinks The PageLinks + */ + public function setOneNoteWebUrl($val) + { + $this->_propDict["oneNoteWebUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PasswordProfile.php b/vendor/microsoft/microsoft-graph/src/Model/PasswordProfile.php new file mode 100644 index 000000000..9c6efb70f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PasswordProfile.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["password"]; + } else { + return null; + } + } + + /** + * Sets the password + * The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required. + * + * @param string $val The value of the password + * + * @return PasswordProfile + */ + public function setPassword($val) + { + $this->_propDict["password"] = $val; + return $this; + } + /** + * Gets the forceChangePasswordNextSignIn + * true if the user must change her password on the next login; otherwise false. + * + * @return bool The forceChangePasswordNextSignIn + */ + public function getForceChangePasswordNextSignIn() + { + if (array_key_exists("forceChangePasswordNextSignIn", $this->_propDict)) { + return $this->_propDict["forceChangePasswordNextSignIn"]; + } else { + return null; + } + } + + /** + * Sets the forceChangePasswordNextSignIn + * true if the user must change her password on the next login; otherwise false. + * + * @param bool $val The value of the forceChangePasswordNextSignIn + * + * @return PasswordProfile + */ + public function setForceChangePasswordNextSignIn($val) + { + $this->_propDict["forceChangePasswordNextSignIn"] = $val; + return $this; + } + /** + * Gets the forceChangePasswordNextSignInWithMfa + * If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. + * + * @return bool The forceChangePasswordNextSignInWithMfa + */ + public function getForceChangePasswordNextSignInWithMfa() + { + if (array_key_exists("forceChangePasswordNextSignInWithMfa", $this->_propDict)) { + return $this->_propDict["forceChangePasswordNextSignInWithMfa"]; + } else { + return null; + } + } + + /** + * Sets the forceChangePasswordNextSignInWithMfa + * If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false. + * + * @param bool $val The value of the forceChangePasswordNextSignInWithMfa + * + * @return PasswordProfile + */ + public function setForceChangePasswordNextSignInWithMfa($val) + { + $this->_propDict["forceChangePasswordNextSignInWithMfa"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PatternedRecurrence.php b/vendor/microsoft/microsoft-graph/src/Model/PatternedRecurrence.php new file mode 100644 index 000000000..fc6c31b8b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PatternedRecurrence.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["pattern"], "Microsoft\Graph\Model\RecurrencePattern")) { + return $this->_propDict["pattern"]; + } else { + $this->_propDict["pattern"] = new RecurrencePattern($this->_propDict["pattern"]); + return $this->_propDict["pattern"]; + } + } + return null; + } + + /** + * Sets the pattern + * The frequency of an event. + * + * @param RecurrencePattern $val The value to assign to the pattern + * + * @return PatternedRecurrence The PatternedRecurrence + */ + public function setPattern($val) + { + $this->_propDict["pattern"] = $val; + return $this; + } + + /** + * Gets the range + * The duration of an event. + * + * @return RecurrenceRange The range + */ + public function getRange() + { + if (array_key_exists("range", $this->_propDict)) { + if (is_a($this->_propDict["range"], "Microsoft\Graph\Model\RecurrenceRange")) { + return $this->_propDict["range"]; + } else { + $this->_propDict["range"] = new RecurrenceRange($this->_propDict["range"]); + return $this->_propDict["range"]; + } + } + return null; + } + + /** + * Sets the range + * The duration of an event. + * + * @param RecurrenceRange $val The value to assign to the range + * + * @return PatternedRecurrence The PatternedRecurrence + */ + public function setRange($val) + { + $this->_propDict["range"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Permission.php b/vendor/microsoft/microsoft-graph/src/Model/Permission.php new file mode 100644 index 000000000..7211ca782 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Permission.php @@ -0,0 +1,219 @@ +_propDict)) { + if (is_a($this->_propDict["grantedTo"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["grantedTo"]; + } else { + $this->_propDict["grantedTo"] = new IdentitySet($this->_propDict["grantedTo"]); + return $this->_propDict["grantedTo"]; + } + } + return null; + } + + /** + * Sets the grantedTo + * For user type permissions, the details of the users & applications for this permission. Read-only. + * + * @param IdentitySet $val The grantedTo + * + * @return Permission + */ + public function setGrantedTo($val) + { + $this->_propDict["grantedTo"] = $val; + return $this; + } + + /** + * Gets the inheritedFrom + * Provides a reference to the ancestor of the current permission, if it is inherited from an ancestor. Read-only. + * + * @return ItemReference The inheritedFrom + */ + public function getInheritedFrom() + { + if (array_key_exists("inheritedFrom", $this->_propDict)) { + if (is_a($this->_propDict["inheritedFrom"], "Microsoft\Graph\Model\ItemReference")) { + return $this->_propDict["inheritedFrom"]; + } else { + $this->_propDict["inheritedFrom"] = new ItemReference($this->_propDict["inheritedFrom"]); + return $this->_propDict["inheritedFrom"]; + } + } + return null; + } + + /** + * Sets the inheritedFrom + * Provides a reference to the ancestor of the current permission, if it is inherited from an ancestor. Read-only. + * + * @param ItemReference $val The inheritedFrom + * + * @return Permission + */ + public function setInheritedFrom($val) + { + $this->_propDict["inheritedFrom"] = $val; + return $this; + } + + /** + * Gets the invitation + * Details of any associated sharing invitation for this permission. Read-only. + * + * @return SharingInvitation The invitation + */ + public function getInvitation() + { + if (array_key_exists("invitation", $this->_propDict)) { + if (is_a($this->_propDict["invitation"], "Microsoft\Graph\Model\SharingInvitation")) { + return $this->_propDict["invitation"]; + } else { + $this->_propDict["invitation"] = new SharingInvitation($this->_propDict["invitation"]); + return $this->_propDict["invitation"]; + } + } + return null; + } + + /** + * Sets the invitation + * Details of any associated sharing invitation for this permission. Read-only. + * + * @param SharingInvitation $val The invitation + * + * @return Permission + */ + public function setInvitation($val) + { + $this->_propDict["invitation"] = $val; + return $this; + } + + /** + * Gets the link + * Provides the link details of the current permission, if it is a link type permissions. Read-only. + * + * @return SharingLink The link + */ + public function getLink() + { + if (array_key_exists("link", $this->_propDict)) { + if (is_a($this->_propDict["link"], "Microsoft\Graph\Model\SharingLink")) { + return $this->_propDict["link"]; + } else { + $this->_propDict["link"] = new SharingLink($this->_propDict["link"]); + return $this->_propDict["link"]; + } + } + return null; + } + + /** + * Sets the link + * Provides the link details of the current permission, if it is a link type permissions. Read-only. + * + * @param SharingLink $val The link + * + * @return Permission + */ + public function setLink($val) + { + $this->_propDict["link"] = $val; + return $this; + } + + /** + * Gets the roles + * The type of permission, e.g. read. See below for the full list of roles. Read-only. + * + * @return string The roles + */ + public function getRoles() + { + if (array_key_exists("roles", $this->_propDict)) { + return $this->_propDict["roles"]; + } else { + return null; + } + } + + /** + * Sets the roles + * The type of permission, e.g. read. See below for the full list of roles. Read-only. + * + * @param string $val The roles + * + * @return Permission + */ + public function setRoles($val) + { + $this->_propDict["roles"] = $val; + return $this; + } + + /** + * Gets the shareId + * A unique token that can be used to access this shared item via the **shares** API. Read-only. + * + * @return string The shareId + */ + public function getShareId() + { + if (array_key_exists("shareId", $this->_propDict)) { + return $this->_propDict["shareId"]; + } else { + return null; + } + } + + /** + * Sets the shareId + * A unique token that can be used to access this shared item via the **shares** API. Read-only. + * + * @param string $val The shareId + * + * @return Permission + */ + public function setShareId($val) + { + $this->_propDict["shareId"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Person.php b/vendor/microsoft/microsoft-graph/src/Model/Person.php new file mode 100644 index 000000000..30ef35315 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Person.php @@ -0,0 +1,588 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The person's display name. + * + * @param string $val The displayName + * + * @return Person + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the givenName + * The person's given name. + * + * @return string The givenName + */ + public function getGivenName() + { + if (array_key_exists("givenName", $this->_propDict)) { + return $this->_propDict["givenName"]; + } else { + return null; + } + } + + /** + * Sets the givenName + * The person's given name. + * + * @param string $val The givenName + * + * @return Person + */ + public function setGivenName($val) + { + $this->_propDict["givenName"] = $val; + return $this; + } + + /** + * Gets the surname + * The person's surname. + * + * @return string The surname + */ + public function getSurname() + { + if (array_key_exists("surname", $this->_propDict)) { + return $this->_propDict["surname"]; + } else { + return null; + } + } + + /** + * Sets the surname + * The person's surname. + * + * @param string $val The surname + * + * @return Person + */ + public function setSurname($val) + { + $this->_propDict["surname"] = $val; + return $this; + } + + /** + * Gets the birthday + * The person's birthday. + * + * @return string The birthday + */ + public function getBirthday() + { + if (array_key_exists("birthday", $this->_propDict)) { + return $this->_propDict["birthday"]; + } else { + return null; + } + } + + /** + * Sets the birthday + * The person's birthday. + * + * @param string $val The birthday + * + * @return Person + */ + public function setBirthday($val) + { + $this->_propDict["birthday"] = $val; + return $this; + } + + /** + * Gets the personNotes + * Free-form notes that the user has taken about this person. + * + * @return string The personNotes + */ + public function getPersonNotes() + { + if (array_key_exists("personNotes", $this->_propDict)) { + return $this->_propDict["personNotes"]; + } else { + return null; + } + } + + /** + * Sets the personNotes + * Free-form notes that the user has taken about this person. + * + * @param string $val The personNotes + * + * @return Person + */ + public function setPersonNotes($val) + { + $this->_propDict["personNotes"] = $val; + return $this; + } + + /** + * Gets the isFavorite + * true if the user has flagged this person as a favorite. + * + * @return bool The isFavorite + */ + public function getIsFavorite() + { + if (array_key_exists("isFavorite", $this->_propDict)) { + return $this->_propDict["isFavorite"]; + } else { + return null; + } + } + + /** + * Sets the isFavorite + * true if the user has flagged this person as a favorite. + * + * @param bool $val The isFavorite + * + * @return Person + */ + public function setIsFavorite($val) + { + $this->_propDict["isFavorite"] = boolval($val); + return $this; + } + + + /** + * Gets the scoredEmailAddresses + * The person's email addresses. + * + * @return array The scoredEmailAddresses + */ + public function getScoredEmailAddresses() + { + if (array_key_exists("scoredEmailAddresses", $this->_propDict)) { + return $this->_propDict["scoredEmailAddresses"]; + } else { + return null; + } + } + + /** + * Sets the scoredEmailAddresses + * The person's email addresses. + * + * @param ScoredEmailAddress $val The scoredEmailAddresses + * + * @return Person + */ + public function setScoredEmailAddresses($val) + { + $this->_propDict["scoredEmailAddresses"] = $val; + return $this; + } + + + /** + * Gets the phones + * The person's phone numbers. + * + * @return array The phones + */ + public function getPhones() + { + if (array_key_exists("phones", $this->_propDict)) { + return $this->_propDict["phones"]; + } else { + return null; + } + } + + /** + * Sets the phones + * The person's phone numbers. + * + * @param Phone $val The phones + * + * @return Person + */ + public function setPhones($val) + { + $this->_propDict["phones"] = $val; + return $this; + } + + + /** + * Gets the postalAddresses + * The person's addresses. + * + * @return array The postalAddresses + */ + public function getPostalAddresses() + { + if (array_key_exists("postalAddresses", $this->_propDict)) { + return $this->_propDict["postalAddresses"]; + } else { + return null; + } + } + + /** + * Sets the postalAddresses + * The person's addresses. + * + * @param Location $val The postalAddresses + * + * @return Person + */ + public function setPostalAddresses($val) + { + $this->_propDict["postalAddresses"] = $val; + return $this; + } + + + /** + * Gets the websites + * The person's websites. + * + * @return array The websites + */ + public function getWebsites() + { + if (array_key_exists("websites", $this->_propDict)) { + return $this->_propDict["websites"]; + } else { + return null; + } + } + + /** + * Sets the websites + * The person's websites. + * + * @param Website $val The websites + * + * @return Person + */ + public function setWebsites($val) + { + $this->_propDict["websites"] = $val; + return $this; + } + + /** + * Gets the jobTitle + * The person's job title. + * + * @return string The jobTitle + */ + public function getJobTitle() + { + if (array_key_exists("jobTitle", $this->_propDict)) { + return $this->_propDict["jobTitle"]; + } else { + return null; + } + } + + /** + * Sets the jobTitle + * The person's job title. + * + * @param string $val The jobTitle + * + * @return Person + */ + public function setJobTitle($val) + { + $this->_propDict["jobTitle"] = $val; + return $this; + } + + /** + * Gets the companyName + * The name of the person's company. + * + * @return string The companyName + */ + public function getCompanyName() + { + if (array_key_exists("companyName", $this->_propDict)) { + return $this->_propDict["companyName"]; + } else { + return null; + } + } + + /** + * Sets the companyName + * The name of the person's company. + * + * @param string $val The companyName + * + * @return Person + */ + public function setCompanyName($val) + { + $this->_propDict["companyName"] = $val; + return $this; + } + + /** + * Gets the yomiCompany + * The phonetic Japanese name of the person's company. + * + * @return string The yomiCompany + */ + public function getYomiCompany() + { + if (array_key_exists("yomiCompany", $this->_propDict)) { + return $this->_propDict["yomiCompany"]; + } else { + return null; + } + } + + /** + * Sets the yomiCompany + * The phonetic Japanese name of the person's company. + * + * @param string $val The yomiCompany + * + * @return Person + */ + public function setYomiCompany($val) + { + $this->_propDict["yomiCompany"] = $val; + return $this; + } + + /** + * Gets the department + * The person's department. + * + * @return string The department + */ + public function getDepartment() + { + if (array_key_exists("department", $this->_propDict)) { + return $this->_propDict["department"]; + } else { + return null; + } + } + + /** + * Sets the department + * The person's department. + * + * @param string $val The department + * + * @return Person + */ + public function setDepartment($val) + { + $this->_propDict["department"] = $val; + return $this; + } + + /** + * Gets the officeLocation + * The location of the person's office. + * + * @return string The officeLocation + */ + public function getOfficeLocation() + { + if (array_key_exists("officeLocation", $this->_propDict)) { + return $this->_propDict["officeLocation"]; + } else { + return null; + } + } + + /** + * Sets the officeLocation + * The location of the person's office. + * + * @param string $val The officeLocation + * + * @return Person + */ + public function setOfficeLocation($val) + { + $this->_propDict["officeLocation"] = $val; + return $this; + } + + /** + * Gets the profession + * The person's profession. + * + * @return string The profession + */ + public function getProfession() + { + if (array_key_exists("profession", $this->_propDict)) { + return $this->_propDict["profession"]; + } else { + return null; + } + } + + /** + * Sets the profession + * The person's profession. + * + * @param string $val The profession + * + * @return Person + */ + public function setProfession($val) + { + $this->_propDict["profession"] = $val; + return $this; + } + + /** + * Gets the personType + * The type of person. + * + * @return PersonType The personType + */ + public function getPersonType() + { + if (array_key_exists("personType", $this->_propDict)) { + if (is_a($this->_propDict["personType"], "Microsoft\Graph\Model\PersonType")) { + return $this->_propDict["personType"]; + } else { + $this->_propDict["personType"] = new PersonType($this->_propDict["personType"]); + return $this->_propDict["personType"]; + } + } + return null; + } + + /** + * Sets the personType + * The type of person. + * + * @param PersonType $val The personType + * + * @return Person + */ + public function setPersonType($val) + { + $this->_propDict["personType"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain. + * + * @param string $val The userPrincipalName + * + * @return Person + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + + /** + * Gets the imAddress + * The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only. + * + * @return string The imAddress + */ + public function getImAddress() + { + if (array_key_exists("imAddress", $this->_propDict)) { + return $this->_propDict["imAddress"]; + } else { + return null; + } + } + + /** + * Sets the imAddress + * The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only. + * + * @param string $val The imAddress + * + * @return Person + */ + public function setImAddress($val) + { + $this->_propDict["imAddress"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PersonOrGroupColumn.php b/vendor/microsoft/microsoft-graph/src/Model/PersonOrGroupColumn.php new file mode 100644 index 000000000..acad35c04 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PersonOrGroupColumn.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["allowMultipleSelection"]; + } else { + return null; + } + } + + /** + * Sets the allowMultipleSelection + * Indicates whether multiple values can be selected from the source. + * + * @param bool $val The value of the allowMultipleSelection + * + * @return PersonOrGroupColumn + */ + public function setAllowMultipleSelection($val) + { + $this->_propDict["allowMultipleSelection"] = $val; + return $this; + } + /** + * Gets the chooseFromType + * Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly. + * + * @return string The chooseFromType + */ + public function getChooseFromType() + { + if (array_key_exists("chooseFromType", $this->_propDict)) { + return $this->_propDict["chooseFromType"]; + } else { + return null; + } + } + + /** + * Sets the chooseFromType + * Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly. + * + * @param string $val The value of the chooseFromType + * + * @return PersonOrGroupColumn + */ + public function setChooseFromType($val) + { + $this->_propDict["chooseFromType"] = $val; + return $this; + } + /** + * Gets the displayAs + * How to display the information about the person or group chosen. See below. + * + * @return string The displayAs + */ + public function getDisplayAs() + { + if (array_key_exists("displayAs", $this->_propDict)) { + return $this->_propDict["displayAs"]; + } else { + return null; + } + } + + /** + * Sets the displayAs + * How to display the information about the person or group chosen. See below. + * + * @param string $val The value of the displayAs + * + * @return PersonOrGroupColumn + */ + public function setDisplayAs($val) + { + $this->_propDict["displayAs"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PersonType.php b/vendor/microsoft/microsoft-graph/src/Model/PersonType.php new file mode 100644 index 000000000..2b3ac499c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PersonType.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["class"]; + } else { + return null; + } + } + + /** + * Sets the class + * The type of data source, such as Person. + * + * @param string $val The value of the class + * + * @return PersonType + */ + public function setClass($val) + { + $this->_propDict["class"] = $val; + return $this; + } + /** + * Gets the subclass + * The secondary type of data source, such as OrganizationUser. + * + * @return string The subclass + */ + public function getSubclass() + { + if (array_key_exists("subclass", $this->_propDict)) { + return $this->_propDict["subclass"]; + } else { + return null; + } + } + + /** + * Sets the subclass + * The secondary type of data source, such as OrganizationUser. + * + * @param string $val The value of the subclass + * + * @return PersonType + */ + public function setSubclass($val) + { + $this->_propDict["subclass"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Phone.php b/vendor/microsoft/microsoft-graph/src/Model/Phone.php new file mode 100644 index 000000000..88768e3e8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Phone.php @@ -0,0 +1,141 @@ +_propDict)) { + if (is_a($this->_propDict["type"], "Microsoft\Graph\Model\PhoneType")) { + return $this->_propDict["type"]; + } else { + $this->_propDict["type"] = new PhoneType($this->_propDict["type"]); + return $this->_propDict["type"]; + } + } + return null; + } + + /** + * Sets the type + * The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio. + * + * @param PhoneType $val The value to assign to the type + * + * @return Phone The Phone + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the number + * The phone number. + * + * @return string The number + */ + public function getNumber() + { + if (array_key_exists("number", $this->_propDict)) { + return $this->_propDict["number"]; + } else { + return null; + } + } + + /** + * Sets the number + * The phone number. + * + * @param string $val The value of the number + * + * @return Phone + */ + public function setNumber($val) + { + $this->_propDict["number"] = $val; + return $this; + } + /** + * Gets the region + * + * @return string The region + */ + public function getRegion() + { + if (array_key_exists("region", $this->_propDict)) { + return $this->_propDict["region"]; + } else { + return null; + } + } + + /** + * Sets the region + * + * @param string $val The value of the region + * + * @return Phone + */ + public function setRegion($val) + { + $this->_propDict["region"] = $val; + return $this; + } + /** + * Gets the language + * + * @return string The language + */ + public function getLanguage() + { + if (array_key_exists("language", $this->_propDict)) { + return $this->_propDict["language"]; + } else { + return null; + } + } + + /** + * Sets the language + * + * @param string $val The value of the language + * + * @return Phone + */ + public function setLanguage($val) + { + $this->_propDict["language"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PhoneType.php b/vendor/microsoft/microsoft-graph/src/Model/PhoneType.php new file mode 100644 index 000000000..8fb22fd56 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PhoneType.php @@ -0,0 +1,44 @@ +_propDict)) { + return $this->_propDict["cameraMake"]; + } else { + return null; + } + } + + /** + * Sets the cameraMake + * Camera manufacturer. Read-only. + * + * @param string $val The value of the cameraMake + * + * @return Photo + */ + public function setCameraMake($val) + { + $this->_propDict["cameraMake"] = $val; + return $this; + } + /** + * Gets the cameraModel + * Camera model. Read-only. + * + * @return string The cameraModel + */ + public function getCameraModel() + { + if (array_key_exists("cameraModel", $this->_propDict)) { + return $this->_propDict["cameraModel"]; + } else { + return null; + } + } + + /** + * Sets the cameraModel + * Camera model. Read-only. + * + * @param string $val The value of the cameraModel + * + * @return Photo + */ + public function setCameraModel($val) + { + $this->_propDict["cameraModel"] = $val; + return $this; + } + /** + * Gets the exposureDenominator + * The denominator for the exposure time fraction from the camera. Read-only. + * + * @return float The exposureDenominator + */ + public function getExposureDenominator() + { + if (array_key_exists("exposureDenominator", $this->_propDict)) { + return $this->_propDict["exposureDenominator"]; + } else { + return null; + } + } + + /** + * Sets the exposureDenominator + * The denominator for the exposure time fraction from the camera. Read-only. + * + * @param float $val The value of the exposureDenominator + * + * @return Photo + */ + public function setExposureDenominator($val) + { + $this->_propDict["exposureDenominator"] = $val; + return $this; + } + /** + * Gets the exposureNumerator + * The numerator for the exposure time fraction from the camera. Read-only. + * + * @return float The exposureNumerator + */ + public function getExposureNumerator() + { + if (array_key_exists("exposureNumerator", $this->_propDict)) { + return $this->_propDict["exposureNumerator"]; + } else { + return null; + } + } + + /** + * Sets the exposureNumerator + * The numerator for the exposure time fraction from the camera. Read-only. + * + * @param float $val The value of the exposureNumerator + * + * @return Photo + */ + public function setExposureNumerator($val) + { + $this->_propDict["exposureNumerator"] = $val; + return $this; + } + /** + * Gets the fNumber + * The F-stop value from the camera. Read-only. + * + * @return float The fNumber + */ + public function getFNumber() + { + if (array_key_exists("fNumber", $this->_propDict)) { + return $this->_propDict["fNumber"]; + } else { + return null; + } + } + + /** + * Sets the fNumber + * The F-stop value from the camera. Read-only. + * + * @param float $val The value of the fNumber + * + * @return Photo + */ + public function setFNumber($val) + { + $this->_propDict["fNumber"] = $val; + return $this; + } + /** + * Gets the focalLength + * The focal length from the camera. Read-only. + * + * @return float The focalLength + */ + public function getFocalLength() + { + if (array_key_exists("focalLength", $this->_propDict)) { + return $this->_propDict["focalLength"]; + } else { + return null; + } + } + + /** + * Sets the focalLength + * The focal length from the camera. Read-only. + * + * @param float $val The value of the focalLength + * + * @return Photo + */ + public function setFocalLength($val) + { + $this->_propDict["focalLength"] = $val; + return $this; + } + /** + * Gets the iso + * The ISO value from the camera. Read-only. + * + * @return int The iso + */ + public function getIso() + { + if (array_key_exists("iso", $this->_propDict)) { + return $this->_propDict["iso"]; + } else { + return null; + } + } + + /** + * Sets the iso + * The ISO value from the camera. Read-only. + * + * @param int $val The value of the iso + * + * @return Photo + */ + public function setIso($val) + { + $this->_propDict["iso"] = $val; + return $this; + } + + /** + * Gets the takenDateTime + * Represents the date and time the photo was taken. Read-only. + * + * @return \DateTime The takenDateTime + */ + public function getTakenDateTime() + { + if (array_key_exists("takenDateTime", $this->_propDict)) { + if (is_a($this->_propDict["takenDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["takenDateTime"]; + } else { + $this->_propDict["takenDateTime"] = new \DateTime($this->_propDict["takenDateTime"]); + return $this->_propDict["takenDateTime"]; + } + } + return null; + } + + /** + * Sets the takenDateTime + * Represents the date and time the photo was taken. Read-only. + * + * @param \DateTime $val The value to assign to the takenDateTime + * + * @return Photo The Photo + */ + public function setTakenDateTime($val) + { + $this->_propDict["takenDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PhysicalAddress.php b/vendor/microsoft/microsoft-graph/src/Model/PhysicalAddress.php new file mode 100644 index 000000000..0641ee51d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PhysicalAddress.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["street"]; + } else { + return null; + } + } + + /** + * Sets the street + * The street. + * + * @param string $val The value of the street + * + * @return PhysicalAddress + */ + public function setStreet($val) + { + $this->_propDict["street"] = $val; + return $this; + } + /** + * Gets the city + * The city. + * + * @return string The city + */ + public function getCity() + { + if (array_key_exists("city", $this->_propDict)) { + return $this->_propDict["city"]; + } else { + return null; + } + } + + /** + * Sets the city + * The city. + * + * @param string $val The value of the city + * + * @return PhysicalAddress + */ + public function setCity($val) + { + $this->_propDict["city"] = $val; + return $this; + } + /** + * Gets the state + * The state. + * + * @return string The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * The state. + * + * @param string $val The value of the state + * + * @return PhysicalAddress + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + /** + * Gets the countryOrRegion + * The country or region. It's a free-format string value, for example, 'United States'. + * + * @return string The countryOrRegion + */ + public function getCountryOrRegion() + { + if (array_key_exists("countryOrRegion", $this->_propDict)) { + return $this->_propDict["countryOrRegion"]; + } else { + return null; + } + } + + /** + * Sets the countryOrRegion + * The country or region. It's a free-format string value, for example, 'United States'. + * + * @param string $val The value of the countryOrRegion + * + * @return PhysicalAddress + */ + public function setCountryOrRegion($val) + { + $this->_propDict["countryOrRegion"] = $val; + return $this; + } + /** + * Gets the postalCode + * The postal code. + * + * @return string The postalCode + */ + public function getPostalCode() + { + if (array_key_exists("postalCode", $this->_propDict)) { + return $this->_propDict["postalCode"]; + } else { + return null; + } + } + + /** + * Sets the postalCode + * The postal code. + * + * @param string $val The value of the postalCode + * + * @return PhysicalAddress + */ + public function setPostalCode($val) + { + $this->_propDict["postalCode"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PhysicalAddressType.php b/vendor/microsoft/microsoft-graph/src/Model/PhysicalAddressType.php new file mode 100644 index 000000000..97951c8e1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PhysicalAddressType.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["tasks"]; + } else { + return null; + } + } + + /** + * Sets the tasks + * Read-only. Nullable. Returns a collection of the specified tasks + * + * @param PlannerTask $val The tasks + * + * @return Planner + */ + public function setTasks($val) + { + $this->_propDict["tasks"] = $val; + return $this; + } + + + /** + * Gets the plans + * Read-only. Nullable. Returns a collection of the specified plans + * + * @return array The plans + */ + public function getPlans() + { + if (array_key_exists("plans", $this->_propDict)) { + return $this->_propDict["plans"]; + } else { + return null; + } + } + + /** + * Sets the plans + * Read-only. Nullable. Returns a collection of the specified plans + * + * @param PlannerPlan $val The plans + * + * @return Planner + */ + public function setPlans($val) + { + $this->_propDict["plans"] = $val; + return $this; + } + + + /** + * Gets the buckets + * Read-only. Nullable. Returns a collection of the specified buckets + * + * @return array The buckets + */ + public function getBuckets() + { + if (array_key_exists("buckets", $this->_propDict)) { + return $this->_propDict["buckets"]; + } else { + return null; + } + } + + /** + * Sets the buckets + * Read-only. Nullable. Returns a collection of the specified buckets + * + * @param PlannerBucket $val The buckets + * + * @return Planner + */ + public function setBuckets($val) + { + $this->_propDict["buckets"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerAppliedCategories.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerAppliedCategories.php new file mode 100644 index 000000000..06ecc5f8a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerAppliedCategories.php @@ -0,0 +1,28 @@ +_propDict)) { + return $this->_propDict["unassignedOrderHint"]; + } else { + return null; + } + } + + /** + * Sets the unassignedOrderHint + * Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here. + * + * @param string $val The unassignedOrderHint + * + * @return PlannerAssignedToTaskBoardTaskFormat + */ + public function setUnassignedOrderHint($val) + { + $this->_propDict["unassignedOrderHint"] = $val; + return $this; + } + + /** + * Gets the orderHintsByAssignee + * Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here. + * + * @return PlannerOrderHintsByAssignee The orderHintsByAssignee + */ + public function getOrderHintsByAssignee() + { + if (array_key_exists("orderHintsByAssignee", $this->_propDict)) { + if (is_a($this->_propDict["orderHintsByAssignee"], "Microsoft\Graph\Model\PlannerOrderHintsByAssignee")) { + return $this->_propDict["orderHintsByAssignee"]; + } else { + $this->_propDict["orderHintsByAssignee"] = new PlannerOrderHintsByAssignee($this->_propDict["orderHintsByAssignee"]); + return $this->_propDict["orderHintsByAssignee"]; + } + } + return null; + } + + /** + * Sets the orderHintsByAssignee + * Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here. + * + * @param PlannerOrderHintsByAssignee $val The orderHintsByAssignee + * + * @return PlannerAssignedToTaskBoardTaskFormat + */ + public function setOrderHintsByAssignee($val) + { + $this->_propDict["orderHintsByAssignee"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerAssignment.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerAssignment.php new file mode 100644 index 000000000..5681f75cc --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerAssignment.php @@ -0,0 +1,122 @@ +_propDict)) { + if (is_a($this->_propDict["assignedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["assignedBy"]; + } else { + $this->_propDict["assignedBy"] = new IdentitySet($this->_propDict["assignedBy"]); + return $this->_propDict["assignedBy"]; + } + } + return null; + } + + /** + * Sets the assignedBy + * The identity of the user that performed the assignment of the task, i.e. the assignor. + * + * @param IdentitySet $val The value to assign to the assignedBy + * + * @return PlannerAssignment The PlannerAssignment + */ + public function setAssignedBy($val) + { + $this->_propDict["assignedBy"] = $val; + return $this; + } + + /** + * Gets the assignedDateTime + * The time at which the task was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The assignedDateTime + */ + public function getAssignedDateTime() + { + if (array_key_exists("assignedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["assignedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["assignedDateTime"]; + } else { + $this->_propDict["assignedDateTime"] = new \DateTime($this->_propDict["assignedDateTime"]); + return $this->_propDict["assignedDateTime"]; + } + } + return null; + } + + /** + * Sets the assignedDateTime + * The time at which the task was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The value to assign to the assignedDateTime + * + * @return PlannerAssignment The PlannerAssignment + */ + public function setAssignedDateTime($val) + { + $this->_propDict["assignedDateTime"] = $val; + return $this; + } + /** + * Gets the orderHint + * Hint used to order assignees in a task. The format is defined as outlined here. + * + * @return string The orderHint + */ + public function getOrderHint() + { + if (array_key_exists("orderHint", $this->_propDict)) { + return $this->_propDict["orderHint"]; + } else { + return null; + } + } + + /** + * Sets the orderHint + * Hint used to order assignees in a task. The format is defined as outlined here. + * + * @param string $val The value of the orderHint + * + * @return PlannerAssignment + */ + public function setOrderHint($val) + { + $this->_propDict["orderHint"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerAssignments.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerAssignments.php new file mode 100644 index 000000000..95e43f0bf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerAssignments.php @@ -0,0 +1,28 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Name of the bucket. + * + * @param string $val The name + * + * @return PlannerBucket + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the planId + * Plan ID to which the bucket belongs. + * + * @return string The planId + */ + public function getPlanId() + { + if (array_key_exists("planId", $this->_propDict)) { + return $this->_propDict["planId"]; + } else { + return null; + } + } + + /** + * Sets the planId + * Plan ID to which the bucket belongs. + * + * @param string $val The planId + * + * @return PlannerBucket + */ + public function setPlanId($val) + { + $this->_propDict["planId"] = $val; + return $this; + } + + /** + * Gets the orderHint + * Hint used to order items of this type in a list view. The format is defined as outlined here. + * + * @return string The orderHint + */ + public function getOrderHint() + { + if (array_key_exists("orderHint", $this->_propDict)) { + return $this->_propDict["orderHint"]; + } else { + return null; + } + } + + /** + * Sets the orderHint + * Hint used to order items of this type in a list view. The format is defined as outlined here. + * + * @param string $val The orderHint + * + * @return PlannerBucket + */ + public function setOrderHint($val) + { + $this->_propDict["orderHint"] = $val; + return $this; + } + + + /** + * Gets the tasks + * Read-only. Nullable. The collection of tasks in the bucket. + * + * @return array The tasks + */ + public function getTasks() + { + if (array_key_exists("tasks", $this->_propDict)) { + return $this->_propDict["tasks"]; + } else { + return null; + } + } + + /** + * Sets the tasks + * Read-only. Nullable. The collection of tasks in the bucket. + * + * @param PlannerTask $val The tasks + * + * @return PlannerBucket + */ + public function setTasks($val) + { + $this->_propDict["tasks"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerBucketTaskBoardTaskFormat.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerBucketTaskBoardTaskFormat.php new file mode 100644 index 000000000..43b2133e4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerBucketTaskBoardTaskFormat.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["orderHint"]; + } else { + return null; + } + } + + /** + * Sets the orderHint + * Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here. + * + * @param string $val The orderHint + * + * @return PlannerBucketTaskBoardTaskFormat + */ + public function setOrderHint($val) + { + $this->_propDict["orderHint"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerCategoryDescriptions.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerCategoryDescriptions.php new file mode 100644 index 000000000..661db6a02 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerCategoryDescriptions.php @@ -0,0 +1,196 @@ +_propDict)) { + return $this->_propDict["category1"]; + } else { + return null; + } + } + + /** + * Sets the category1 + * The label associated with Category 1 + * + * @param string $val The value of the category1 + * + * @return PlannerCategoryDescriptions + */ + public function setCategory1($val) + { + $this->_propDict["category1"] = $val; + return $this; + } + /** + * Gets the category2 + * The label associated with Category 2 + * + * @return string The category2 + */ + public function getCategory2() + { + if (array_key_exists("category2", $this->_propDict)) { + return $this->_propDict["category2"]; + } else { + return null; + } + } + + /** + * Sets the category2 + * The label associated with Category 2 + * + * @param string $val The value of the category2 + * + * @return PlannerCategoryDescriptions + */ + public function setCategory2($val) + { + $this->_propDict["category2"] = $val; + return $this; + } + /** + * Gets the category3 + * The label associated with Category 3 + * + * @return string The category3 + */ + public function getCategory3() + { + if (array_key_exists("category3", $this->_propDict)) { + return $this->_propDict["category3"]; + } else { + return null; + } + } + + /** + * Sets the category3 + * The label associated with Category 3 + * + * @param string $val The value of the category3 + * + * @return PlannerCategoryDescriptions + */ + public function setCategory3($val) + { + $this->_propDict["category3"] = $val; + return $this; + } + /** + * Gets the category4 + * The label associated with Category 4 + * + * @return string The category4 + */ + public function getCategory4() + { + if (array_key_exists("category4", $this->_propDict)) { + return $this->_propDict["category4"]; + } else { + return null; + } + } + + /** + * Sets the category4 + * The label associated with Category 4 + * + * @param string $val The value of the category4 + * + * @return PlannerCategoryDescriptions + */ + public function setCategory4($val) + { + $this->_propDict["category4"] = $val; + return $this; + } + /** + * Gets the category5 + * The label associated with Category 5 + * + * @return string The category5 + */ + public function getCategory5() + { + if (array_key_exists("category5", $this->_propDict)) { + return $this->_propDict["category5"]; + } else { + return null; + } + } + + /** + * Sets the category5 + * The label associated with Category 5 + * + * @param string $val The value of the category5 + * + * @return PlannerCategoryDescriptions + */ + public function setCategory5($val) + { + $this->_propDict["category5"] = $val; + return $this; + } + /** + * Gets the category6 + * The label associated with Category 6 + * + * @return string The category6 + */ + public function getCategory6() + { + if (array_key_exists("category6", $this->_propDict)) { + return $this->_propDict["category6"]; + } else { + return null; + } + } + + /** + * Sets the category6 + * The label associated with Category 6 + * + * @param string $val The value of the category6 + * + * @return PlannerCategoryDescriptions + */ + public function setCategory6($val) + { + $this->_propDict["category6"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php new file mode 100644 index 000000000..1057077f0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItem.php @@ -0,0 +1,178 @@ +_propDict)) { + return $this->_propDict["isChecked"]; + } else { + return null; + } + } + + /** + * Sets the isChecked + * Value is true if the item is checked and false otherwise. + * + * @param bool $val The value of the isChecked + * + * @return PlannerChecklistItem + */ + public function setIsChecked($val) + { + $this->_propDict["isChecked"] = $val; + return $this; + } + /** + * Gets the title + * Title of the checklist item + * + * @return string The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * Title of the checklist item + * + * @param string $val The value of the title + * + * @return PlannerChecklistItem + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + /** + * Gets the orderHint + * Used to set the relative order of items in the checklist. The format is defined as outlined here. + * + * @return string The orderHint + */ + public function getOrderHint() + { + if (array_key_exists("orderHint", $this->_propDict)) { + return $this->_propDict["orderHint"]; + } else { + return null; + } + } + + /** + * Sets the orderHint + * Used to set the relative order of items in the checklist. The format is defined as outlined here. + * + * @param string $val The value of the orderHint + * + * @return PlannerChecklistItem + */ + public function setOrderHint($val) + { + $this->_propDict["orderHint"] = $val; + return $this; + } + + /** + * Gets the lastModifiedBy + * Read-only. User ID by which this is last modified. + * + * @return IdentitySet The lastModifiedBy + */ + public function getLastModifiedBy() + { + if (array_key_exists("lastModifiedBy", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["lastModifiedBy"]; + } else { + $this->_propDict["lastModifiedBy"] = new IdentitySet($this->_propDict["lastModifiedBy"]); + return $this->_propDict["lastModifiedBy"]; + } + } + return null; + } + + /** + * Sets the lastModifiedBy + * Read-only. User ID by which this is last modified. + * + * @param IdentitySet $val The value to assign to the lastModifiedBy + * + * @return PlannerChecklistItem The PlannerChecklistItem + */ + public function setLastModifiedBy($val) + { + $this->_propDict["lastModifiedBy"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The value to assign to the lastModifiedDateTime + * + * @return PlannerChecklistItem The PlannerChecklistItem + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItems.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItems.php new file mode 100644 index 000000000..e7df18abd --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerChecklistItems.php @@ -0,0 +1,28 @@ +_propDict)) { + return $this->_propDict["alias"]; + } else { + return null; + } + } + + /** + * Sets the alias + * A name alias to describe the reference. + * + * @param string $val The value of the alias + * + * @return PlannerExternalReference + */ + public function setAlias($val) + { + $this->_propDict["alias"] = $val; + return $this; + } + /** + * Gets the type + * Used to describe the type of the reference. Types include: PowerPoint, Word, Excel, Other. + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * Used to describe the type of the reference. Types include: PowerPoint, Word, Excel, Other. + * + * @param string $val The value of the type + * + * @return PlannerExternalReference + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the previewPriority + * Used to set the relative priority order in which the reference will be shown as a preview on the task. + * + * @return string The previewPriority + */ + public function getPreviewPriority() + { + if (array_key_exists("previewPriority", $this->_propDict)) { + return $this->_propDict["previewPriority"]; + } else { + return null; + } + } + + /** + * Sets the previewPriority + * Used to set the relative priority order in which the reference will be shown as a preview on the task. + * + * @param string $val The value of the previewPriority + * + * @return PlannerExternalReference + */ + public function setPreviewPriority($val) + { + $this->_propDict["previewPriority"] = $val; + return $this; + } + + /** + * Gets the lastModifiedBy + * Read-only. User ID by which this is last modified. + * + * @return IdentitySet The lastModifiedBy + */ + public function getLastModifiedBy() + { + if (array_key_exists("lastModifiedBy", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["lastModifiedBy"]; + } else { + $this->_propDict["lastModifiedBy"] = new IdentitySet($this->_propDict["lastModifiedBy"]); + return $this->_propDict["lastModifiedBy"]; + } + } + return null; + } + + /** + * Sets the lastModifiedBy + * Read-only. User ID by which this is last modified. + * + * @param IdentitySet $val The value to assign to the lastModifiedBy + * + * @return PlannerExternalReference The PlannerExternalReference + */ + public function setLastModifiedBy($val) + { + $this->_propDict["lastModifiedBy"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The value to assign to the lastModifiedDateTime + * + * @return PlannerExternalReference The PlannerExternalReference + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerExternalReferences.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerExternalReferences.php new file mode 100644 index 000000000..b7b1f7db6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerExternalReferences.php @@ -0,0 +1,28 @@ +_propDict)) { + return $this->_propDict["plans"]; + } else { + return null; + } + } + + /** + * Sets the plans + * Read-only. Nullable. Returns the plannerPlans owned by the group. + * + * @param PlannerPlan $val The plans + * + * @return PlannerGroup + */ + public function setPlans($val) + { + $this->_propDict["plans"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerOrderHintsByAssignee.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerOrderHintsByAssignee.php new file mode 100644 index 000000000..e5edf5ee9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerOrderHintsByAssignee.php @@ -0,0 +1,28 @@ +_propDict)) { + if (is_a($this->_propDict["createdBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["createdBy"]; + } else { + $this->_propDict["createdBy"] = new IdentitySet($this->_propDict["createdBy"]); + return $this->_propDict["createdBy"]; + } + } + return null; + } + + /** + * Sets the createdBy + * Read-only. The user who created the plan. + * + * @param IdentitySet $val The createdBy + * + * @return PlannerPlan + */ + public function setCreatedBy($val) + { + $this->_propDict["createdBy"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The createdDateTime + * + * @return PlannerPlan + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the owner + * ID of the Group that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated. + * + * @return string The owner + */ + public function getOwner() + { + if (array_key_exists("owner", $this->_propDict)) { + return $this->_propDict["owner"]; + } else { + return null; + } + } + + /** + * Sets the owner + * ID of the Group that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated. + * + * @param string $val The owner + * + * @return PlannerPlan + */ + public function setOwner($val) + { + $this->_propDict["owner"] = $val; + return $this; + } + + /** + * Gets the title + * Required. Title of the plan. + * + * @return string The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * Required. Title of the plan. + * + * @param string $val The title + * + * @return PlannerPlan + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + + + /** + * Gets the tasks + * Read-only. Nullable. Collection of tasks in the plan. + * + * @return array The tasks + */ + public function getTasks() + { + if (array_key_exists("tasks", $this->_propDict)) { + return $this->_propDict["tasks"]; + } else { + return null; + } + } + + /** + * Sets the tasks + * Read-only. Nullable. Collection of tasks in the plan. + * + * @param PlannerTask $val The tasks + * + * @return PlannerPlan + */ + public function setTasks($val) + { + $this->_propDict["tasks"] = $val; + return $this; + } + + + /** + * Gets the buckets + * Read-only. Nullable. Collection of buckets in the plan. + * + * @return array The buckets + */ + public function getBuckets() + { + if (array_key_exists("buckets", $this->_propDict)) { + return $this->_propDict["buckets"]; + } else { + return null; + } + } + + /** + * Sets the buckets + * Read-only. Nullable. Collection of buckets in the plan. + * + * @param PlannerBucket $val The buckets + * + * @return PlannerPlan + */ + public function setBuckets($val) + { + $this->_propDict["buckets"] = $val; + return $this; + } + + /** + * Gets the details + * Read-only. Nullable. Additional details about the plan. + * + * @return PlannerPlanDetails The details + */ + public function getDetails() + { + if (array_key_exists("details", $this->_propDict)) { + if (is_a($this->_propDict["details"], "Microsoft\Graph\Model\PlannerPlanDetails")) { + return $this->_propDict["details"]; + } else { + $this->_propDict["details"] = new PlannerPlanDetails($this->_propDict["details"]); + return $this->_propDict["details"]; + } + } + return null; + } + + /** + * Sets the details + * Read-only. Nullable. Additional details about the plan. + * + * @param PlannerPlanDetails $val The details + * + * @return PlannerPlan + */ + public function setDetails($val) + { + $this->_propDict["details"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerPlanDetails.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerPlanDetails.php new file mode 100644 index 000000000..2153611e3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerPlanDetails.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["sharedWith"], "Microsoft\Graph\Model\PlannerUserIds")) { + return $this->_propDict["sharedWith"]; + } else { + $this->_propDict["sharedWith"] = new PlannerUserIds($this->_propDict["sharedWith"]); + return $this->_propDict["sharedWith"]; + } + } + return null; + } + + /** + * Sets the sharedWith + * Set of user ids that this plan is shared with. If you are leveraging Office 365 Groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection though it is not required for them to access the plan owned by the group. + * + * @param PlannerUserIds $val The sharedWith + * + * @return PlannerPlanDetails + */ + public function setSharedWith($val) + { + $this->_propDict["sharedWith"] = $val; + return $this; + } + + /** + * Gets the categoryDescriptions + * An object that specifies the descriptions of the six categories that can be associated with tasks in the plan + * + * @return PlannerCategoryDescriptions The categoryDescriptions + */ + public function getCategoryDescriptions() + { + if (array_key_exists("categoryDescriptions", $this->_propDict)) { + if (is_a($this->_propDict["categoryDescriptions"], "Microsoft\Graph\Model\PlannerCategoryDescriptions")) { + return $this->_propDict["categoryDescriptions"]; + } else { + $this->_propDict["categoryDescriptions"] = new PlannerCategoryDescriptions($this->_propDict["categoryDescriptions"]); + return $this->_propDict["categoryDescriptions"]; + } + } + return null; + } + + /** + * Sets the categoryDescriptions + * An object that specifies the descriptions of the six categories that can be associated with tasks in the plan + * + * @param PlannerCategoryDescriptions $val The categoryDescriptions + * + * @return PlannerPlanDetails + */ + public function setCategoryDescriptions($val) + { + $this->_propDict["categoryDescriptions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerPreviewType.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerPreviewType.php new file mode 100644 index 000000000..8b4bee315 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerPreviewType.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["orderHint"]; + } else { + return null; + } + } + + /** + * Sets the orderHint + * Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here. + * + * @param string $val The orderHint + * + * @return PlannerProgressTaskBoardTaskFormat + */ + public function setOrderHint($val) + { + $this->_propDict["orderHint"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerTask.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerTask.php new file mode 100644 index 000000000..64e1ef44f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerTask.php @@ -0,0 +1,777 @@ +_propDict)) { + if (is_a($this->_propDict["createdBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["createdBy"]; + } else { + $this->_propDict["createdBy"] = new IdentitySet($this->_propDict["createdBy"]); + return $this->_propDict["createdBy"]; + } + } + return null; + } + + /** + * Sets the createdBy + * Identity of the user that created the task. + * + * @param IdentitySet $val The createdBy + * + * @return PlannerTask + */ + public function setCreatedBy($val) + { + $this->_propDict["createdBy"] = $val; + return $this; + } + + /** + * Gets the planId + * Plan ID to which the task belongs. + * + * @return string The planId + */ + public function getPlanId() + { + if (array_key_exists("planId", $this->_propDict)) { + return $this->_propDict["planId"]; + } else { + return null; + } + } + + /** + * Sets the planId + * Plan ID to which the task belongs. + * + * @param string $val The planId + * + * @return PlannerTask + */ + public function setPlanId($val) + { + $this->_propDict["planId"] = $val; + return $this; + } + + /** + * Gets the bucketId + * Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service. + * + * @return string The bucketId + */ + public function getBucketId() + { + if (array_key_exists("bucketId", $this->_propDict)) { + return $this->_propDict["bucketId"]; + } else { + return null; + } + } + + /** + * Sets the bucketId + * Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service. + * + * @param string $val The bucketId + * + * @return PlannerTask + */ + public function setBucketId($val) + { + $this->_propDict["bucketId"] = $val; + return $this; + } + + /** + * Gets the title + * Title of the task. + * + * @return string The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * Title of the task. + * + * @param string $val The title + * + * @return PlannerTask + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + + /** + * Gets the orderHint + * Hint used to order items of this type in a list view. The format is defined as outlined here. + * + * @return string The orderHint + */ + public function getOrderHint() + { + if (array_key_exists("orderHint", $this->_propDict)) { + return $this->_propDict["orderHint"]; + } else { + return null; + } + } + + /** + * Sets the orderHint + * Hint used to order items of this type in a list view. The format is defined as outlined here. + * + * @param string $val The orderHint + * + * @return PlannerTask + */ + public function setOrderHint($val) + { + $this->_propDict["orderHint"] = $val; + return $this; + } + + /** + * Gets the assigneePriority + * Hint used to order items of this type in a list view. The format is defined as outlined here. + * + * @return string The assigneePriority + */ + public function getAssigneePriority() + { + if (array_key_exists("assigneePriority", $this->_propDict)) { + return $this->_propDict["assigneePriority"]; + } else { + return null; + } + } + + /** + * Sets the assigneePriority + * Hint used to order items of this type in a list view. The format is defined as outlined here. + * + * @param string $val The assigneePriority + * + * @return PlannerTask + */ + public function setAssigneePriority($val) + { + $this->_propDict["assigneePriority"] = $val; + return $this; + } + + /** + * Gets the percentComplete + * Percentage of task completion. When set to 100, the task is considered completed. + * + * @return int The percentComplete + */ + public function getPercentComplete() + { + if (array_key_exists("percentComplete", $this->_propDict)) { + return $this->_propDict["percentComplete"]; + } else { + return null; + } + } + + /** + * Sets the percentComplete + * Percentage of task completion. When set to 100, the task is considered completed. + * + * @param int $val The percentComplete + * + * @return PlannerTask + */ + public function setPercentComplete($val) + { + $this->_propDict["percentComplete"] = intval($val); + return $this; + } + + /** + * Gets the startDateTime + * Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The startDateTime + */ + public function getStartDateTime() + { + if (array_key_exists("startDateTime", $this->_propDict)) { + if (is_a($this->_propDict["startDateTime"], "\DateTime")) { + return $this->_propDict["startDateTime"]; + } else { + $this->_propDict["startDateTime"] = new \DateTime($this->_propDict["startDateTime"]); + return $this->_propDict["startDateTime"]; + } + } + return null; + } + + /** + * Sets the startDateTime + * Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The startDateTime + * + * @return PlannerTask + */ + public function setStartDateTime($val) + { + $this->_propDict["startDateTime"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The createdDateTime + * + * @return PlannerTask + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the dueDateTime + * Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The dueDateTime + */ + public function getDueDateTime() + { + if (array_key_exists("dueDateTime", $this->_propDict)) { + if (is_a($this->_propDict["dueDateTime"], "\DateTime")) { + return $this->_propDict["dueDateTime"]; + } else { + $this->_propDict["dueDateTime"] = new \DateTime($this->_propDict["dueDateTime"]); + return $this->_propDict["dueDateTime"]; + } + } + return null; + } + + /** + * Sets the dueDateTime + * Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The dueDateTime + * + * @return PlannerTask + */ + public function setDueDateTime($val) + { + $this->_propDict["dueDateTime"] = $val; + return $this; + } + + /** + * Gets the hasDescription + * Read-only. Value is true if the details object of the task has a non-empty description and false otherwise. + * + * @return bool The hasDescription + */ + public function getHasDescription() + { + if (array_key_exists("hasDescription", $this->_propDict)) { + return $this->_propDict["hasDescription"]; + } else { + return null; + } + } + + /** + * Sets the hasDescription + * Read-only. Value is true if the details object of the task has a non-empty description and false otherwise. + * + * @param bool $val The hasDescription + * + * @return PlannerTask + */ + public function setHasDescription($val) + { + $this->_propDict["hasDescription"] = boolval($val); + return $this; + } + + /** + * Gets the previewType + * This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. + * + * @return PlannerPreviewType The previewType + */ + public function getPreviewType() + { + if (array_key_exists("previewType", $this->_propDict)) { + if (is_a($this->_propDict["previewType"], "Microsoft\Graph\Model\PlannerPreviewType")) { + return $this->_propDict["previewType"]; + } else { + $this->_propDict["previewType"] = new PlannerPreviewType($this->_propDict["previewType"]); + return $this->_propDict["previewType"]; + } + } + return null; + } + + /** + * Sets the previewType + * This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. + * + * @param PlannerPreviewType $val The previewType + * + * @return PlannerTask + */ + public function setPreviewType($val) + { + $this->_propDict["previewType"] = $val; + return $this; + } + + /** + * Gets the completedDateTime + * Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The completedDateTime + */ + public function getCompletedDateTime() + { + if (array_key_exists("completedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["completedDateTime"], "\DateTime")) { + return $this->_propDict["completedDateTime"]; + } else { + $this->_propDict["completedDateTime"] = new \DateTime($this->_propDict["completedDateTime"]); + return $this->_propDict["completedDateTime"]; + } + } + return null; + } + + /** + * Sets the completedDateTime + * Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The completedDateTime + * + * @return PlannerTask + */ + public function setCompletedDateTime($val) + { + $this->_propDict["completedDateTime"] = $val; + return $this; + } + + /** + * Gets the completedBy + * Identity of the user that completed the task. + * + * @return IdentitySet The completedBy + */ + public function getCompletedBy() + { + if (array_key_exists("completedBy", $this->_propDict)) { + if (is_a($this->_propDict["completedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["completedBy"]; + } else { + $this->_propDict["completedBy"] = new IdentitySet($this->_propDict["completedBy"]); + return $this->_propDict["completedBy"]; + } + } + return null; + } + + /** + * Sets the completedBy + * Identity of the user that completed the task. + * + * @param IdentitySet $val The completedBy + * + * @return PlannerTask + */ + public function setCompletedBy($val) + { + $this->_propDict["completedBy"] = $val; + return $this; + } + + /** + * Gets the referenceCount + * Number of external references that exist on the task. + * + * @return int The referenceCount + */ + public function getReferenceCount() + { + if (array_key_exists("referenceCount", $this->_propDict)) { + return $this->_propDict["referenceCount"]; + } else { + return null; + } + } + + /** + * Sets the referenceCount + * Number of external references that exist on the task. + * + * @param int $val The referenceCount + * + * @return PlannerTask + */ + public function setReferenceCount($val) + { + $this->_propDict["referenceCount"] = intval($val); + return $this; + } + + /** + * Gets the checklistItemCount + * Number of checklist items that are present on the task. + * + * @return int The checklistItemCount + */ + public function getChecklistItemCount() + { + if (array_key_exists("checklistItemCount", $this->_propDict)) { + return $this->_propDict["checklistItemCount"]; + } else { + return null; + } + } + + /** + * Sets the checklistItemCount + * Number of checklist items that are present on the task. + * + * @param int $val The checklistItemCount + * + * @return PlannerTask + */ + public function setChecklistItemCount($val) + { + $this->_propDict["checklistItemCount"] = intval($val); + return $this; + } + + /** + * Gets the activeChecklistItemCount + * Number of checklist items with value set to false, representing incomplete items. + * + * @return int The activeChecklistItemCount + */ + public function getActiveChecklistItemCount() + { + if (array_key_exists("activeChecklistItemCount", $this->_propDict)) { + return $this->_propDict["activeChecklistItemCount"]; + } else { + return null; + } + } + + /** + * Sets the activeChecklistItemCount + * Number of checklist items with value set to false, representing incomplete items. + * + * @param int $val The activeChecklistItemCount + * + * @return PlannerTask + */ + public function setActiveChecklistItemCount($val) + { + $this->_propDict["activeChecklistItemCount"] = intval($val); + return $this; + } + + /** + * Gets the appliedCategories + * The categories to which the task has been applied. See applied Categories for possible values. + * + * @return PlannerAppliedCategories The appliedCategories + */ + public function getAppliedCategories() + { + if (array_key_exists("appliedCategories", $this->_propDict)) { + if (is_a($this->_propDict["appliedCategories"], "Microsoft\Graph\Model\PlannerAppliedCategories")) { + return $this->_propDict["appliedCategories"]; + } else { + $this->_propDict["appliedCategories"] = new PlannerAppliedCategories($this->_propDict["appliedCategories"]); + return $this->_propDict["appliedCategories"]; + } + } + return null; + } + + /** + * Sets the appliedCategories + * The categories to which the task has been applied. See applied Categories for possible values. + * + * @param PlannerAppliedCategories $val The appliedCategories + * + * @return PlannerTask + */ + public function setAppliedCategories($val) + { + $this->_propDict["appliedCategories"] = $val; + return $this; + } + + /** + * Gets the assignments + * The set of assignees the task is assigned to. + * + * @return PlannerAssignments The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + if (is_a($this->_propDict["assignments"], "Microsoft\Graph\Model\PlannerAssignments")) { + return $this->_propDict["assignments"]; + } else { + $this->_propDict["assignments"] = new PlannerAssignments($this->_propDict["assignments"]); + return $this->_propDict["assignments"]; + } + } + return null; + } + + /** + * Sets the assignments + * The set of assignees the task is assigned to. + * + * @param PlannerAssignments $val The assignments + * + * @return PlannerTask + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + + /** + * Gets the conversationThreadId + * Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + * + * @return string The conversationThreadId + */ + public function getConversationThreadId() + { + if (array_key_exists("conversationThreadId", $this->_propDict)) { + return $this->_propDict["conversationThreadId"]; + } else { + return null; + } + } + + /** + * Sets the conversationThreadId + * Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + * + * @param string $val The conversationThreadId + * + * @return PlannerTask + */ + public function setConversationThreadId($val) + { + $this->_propDict["conversationThreadId"] = $val; + return $this; + } + + /** + * Gets the details + * Read-only. Nullable. Additional details about the task. + * + * @return PlannerTaskDetails The details + */ + public function getDetails() + { + if (array_key_exists("details", $this->_propDict)) { + if (is_a($this->_propDict["details"], "Microsoft\Graph\Model\PlannerTaskDetails")) { + return $this->_propDict["details"]; + } else { + $this->_propDict["details"] = new PlannerTaskDetails($this->_propDict["details"]); + return $this->_propDict["details"]; + } + } + return null; + } + + /** + * Sets the details + * Read-only. Nullable. Additional details about the task. + * + * @param PlannerTaskDetails $val The details + * + * @return PlannerTask + */ + public function setDetails($val) + { + $this->_propDict["details"] = $val; + return $this; + } + + /** + * Gets the assignedToTaskBoardFormat + * Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. + * + * @return PlannerAssignedToTaskBoardTaskFormat The assignedToTaskBoardFormat + */ + public function getAssignedToTaskBoardFormat() + { + if (array_key_exists("assignedToTaskBoardFormat", $this->_propDict)) { + if (is_a($this->_propDict["assignedToTaskBoardFormat"], "Microsoft\Graph\Model\PlannerAssignedToTaskBoardTaskFormat")) { + return $this->_propDict["assignedToTaskBoardFormat"]; + } else { + $this->_propDict["assignedToTaskBoardFormat"] = new PlannerAssignedToTaskBoardTaskFormat($this->_propDict["assignedToTaskBoardFormat"]); + return $this->_propDict["assignedToTaskBoardFormat"]; + } + } + return null; + } + + /** + * Sets the assignedToTaskBoardFormat + * Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. + * + * @param PlannerAssignedToTaskBoardTaskFormat $val The assignedToTaskBoardFormat + * + * @return PlannerTask + */ + public function setAssignedToTaskBoardFormat($val) + { + $this->_propDict["assignedToTaskBoardFormat"] = $val; + return $this; + } + + /** + * Gets the progressTaskBoardFormat + * Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. + * + * @return PlannerProgressTaskBoardTaskFormat The progressTaskBoardFormat + */ + public function getProgressTaskBoardFormat() + { + if (array_key_exists("progressTaskBoardFormat", $this->_propDict)) { + if (is_a($this->_propDict["progressTaskBoardFormat"], "Microsoft\Graph\Model\PlannerProgressTaskBoardTaskFormat")) { + return $this->_propDict["progressTaskBoardFormat"]; + } else { + $this->_propDict["progressTaskBoardFormat"] = new PlannerProgressTaskBoardTaskFormat($this->_propDict["progressTaskBoardFormat"]); + return $this->_propDict["progressTaskBoardFormat"]; + } + } + return null; + } + + /** + * Sets the progressTaskBoardFormat + * Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. + * + * @param PlannerProgressTaskBoardTaskFormat $val The progressTaskBoardFormat + * + * @return PlannerTask + */ + public function setProgressTaskBoardFormat($val) + { + $this->_propDict["progressTaskBoardFormat"] = $val; + return $this; + } + + /** + * Gets the bucketTaskBoardFormat + * Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. + * + * @return PlannerBucketTaskBoardTaskFormat The bucketTaskBoardFormat + */ + public function getBucketTaskBoardFormat() + { + if (array_key_exists("bucketTaskBoardFormat", $this->_propDict)) { + if (is_a($this->_propDict["bucketTaskBoardFormat"], "Microsoft\Graph\Model\PlannerBucketTaskBoardTaskFormat")) { + return $this->_propDict["bucketTaskBoardFormat"]; + } else { + $this->_propDict["bucketTaskBoardFormat"] = new PlannerBucketTaskBoardTaskFormat($this->_propDict["bucketTaskBoardFormat"]); + return $this->_propDict["bucketTaskBoardFormat"]; + } + } + return null; + } + + /** + * Sets the bucketTaskBoardFormat + * Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. + * + * @param PlannerBucketTaskBoardTaskFormat $val The bucketTaskBoardFormat + * + * @return PlannerTask + */ + public function setBucketTaskBoardFormat($val) + { + $this->_propDict["bucketTaskBoardFormat"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerTaskDetails.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerTaskDetails.php new file mode 100644 index 000000000..c3dfff6bf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerTaskDetails.php @@ -0,0 +1,157 @@ +_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description of the task + * + * @param string $val The description + * + * @return PlannerTaskDetails + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the previewType + * This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. + * + * @return PlannerPreviewType The previewType + */ + public function getPreviewType() + { + if (array_key_exists("previewType", $this->_propDict)) { + if (is_a($this->_propDict["previewType"], "Microsoft\Graph\Model\PlannerPreviewType")) { + return $this->_propDict["previewType"]; + } else { + $this->_propDict["previewType"] = new PlannerPreviewType($this->_propDict["previewType"]); + return $this->_propDict["previewType"]; + } + } + return null; + } + + /** + * Sets the previewType + * This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task. + * + * @param PlannerPreviewType $val The previewType + * + * @return PlannerTaskDetails + */ + public function setPreviewType($val) + { + $this->_propDict["previewType"] = $val; + return $this; + } + + /** + * Gets the references + * The collection of references on the task. + * + * @return PlannerExternalReferences The references + */ + public function getReferences() + { + if (array_key_exists("references", $this->_propDict)) { + if (is_a($this->_propDict["references"], "Microsoft\Graph\Model\PlannerExternalReferences")) { + return $this->_propDict["references"]; + } else { + $this->_propDict["references"] = new PlannerExternalReferences($this->_propDict["references"]); + return $this->_propDict["references"]; + } + } + return null; + } + + /** + * Sets the references + * The collection of references on the task. + * + * @param PlannerExternalReferences $val The references + * + * @return PlannerTaskDetails + */ + public function setReferences($val) + { + $this->_propDict["references"] = $val; + return $this; + } + + /** + * Gets the checklist + * The collection of checklist items on the task. + * + * @return PlannerChecklistItems The checklist + */ + public function getChecklist() + { + if (array_key_exists("checklist", $this->_propDict)) { + if (is_a($this->_propDict["checklist"], "Microsoft\Graph\Model\PlannerChecklistItems")) { + return $this->_propDict["checklist"]; + } else { + $this->_propDict["checklist"] = new PlannerChecklistItems($this->_propDict["checklist"]); + return $this->_propDict["checklist"]; + } + } + return null; + } + + /** + * Sets the checklist + * The collection of checklist items on the task. + * + * @param PlannerChecklistItems $val The checklist + * + * @return PlannerTaskDetails + */ + public function setChecklist($val) + { + $this->_propDict["checklist"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerUser.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerUser.php new file mode 100644 index 000000000..1509c075c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerUser.php @@ -0,0 +1,89 @@ +_propDict)) { + return $this->_propDict["tasks"]; + } else { + return null; + } + } + + /** + * Sets the tasks + * Read-only. Nullable. Returns the plannerPlans shared with the user. + * + * @param PlannerTask $val The tasks + * + * @return PlannerUser + */ + public function setTasks($val) + { + $this->_propDict["tasks"] = $val; + return $this; + } + + + /** + * Gets the plans + * Read-only. Nullable. Returns the plannerTasks assigned to the user. + * + * @return array The plans + */ + public function getPlans() + { + if (array_key_exists("plans", $this->_propDict)) { + return $this->_propDict["plans"]; + } else { + return null; + } + } + + /** + * Sets the plans + * Read-only. Nullable. Returns the plannerTasks assigned to the user. + * + * @param PlannerPlan $val The plans + * + * @return PlannerUser + */ + public function setPlans($val) + { + $this->_propDict["plans"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PlannerUserIds.php b/vendor/microsoft/microsoft-graph/src/Model/PlannerUserIds.php new file mode 100644 index 000000000..d3cc40528 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PlannerUserIds.php @@ -0,0 +1,28 @@ +_propDict)) { + if (is_a($this->_propDict["body"], "Microsoft\Graph\Model\ItemBody")) { + return $this->_propDict["body"]; + } else { + $this->_propDict["body"] = new ItemBody($this->_propDict["body"]); + return $this->_propDict["body"]; + } + } + return null; + } + + /** + * Sets the body + * The contents of the post. This is a default property. This property can be null. + * + * @param ItemBody $val The body + * + * @return Post + */ + public function setBody($val) + { + $this->_propDict["body"] = $val; + return $this; + } + + /** + * Gets the receivedDateTime + * Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The receivedDateTime + */ + public function getReceivedDateTime() + { + if (array_key_exists("receivedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["receivedDateTime"], "\DateTime")) { + return $this->_propDict["receivedDateTime"]; + } else { + $this->_propDict["receivedDateTime"] = new \DateTime($this->_propDict["receivedDateTime"]); + return $this->_propDict["receivedDateTime"]; + } + } + return null; + } + + /** + * Sets the receivedDateTime + * Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The receivedDateTime + * + * @return Post + */ + public function setReceivedDateTime($val) + { + $this->_propDict["receivedDateTime"] = $val; + return $this; + } + + /** + * Gets the hasAttachments + * Indicates whether the post has at least one attachment. This is a default property. + * + * @return bool The hasAttachments + */ + public function getHasAttachments() + { + if (array_key_exists("hasAttachments", $this->_propDict)) { + return $this->_propDict["hasAttachments"]; + } else { + return null; + } + } + + /** + * Sets the hasAttachments + * Indicates whether the post has at least one attachment. This is a default property. + * + * @param bool $val The hasAttachments + * + * @return Post + */ + public function setHasAttachments($val) + { + $this->_propDict["hasAttachments"] = boolval($val); + return $this; + } + + /** + * Gets the from + * Used in delegate access scenarios. Indicates who posted the message on behalf of another user. This is a default property. + * + * @return Recipient The from + */ + public function getFrom() + { + if (array_key_exists("from", $this->_propDict)) { + if (is_a($this->_propDict["from"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["from"]; + } else { + $this->_propDict["from"] = new Recipient($this->_propDict["from"]); + return $this->_propDict["from"]; + } + } + return null; + } + + /** + * Sets the from + * Used in delegate access scenarios. Indicates who posted the message on behalf of another user. This is a default property. + * + * @param Recipient $val The from + * + * @return Post + */ + public function setFrom($val) + { + $this->_propDict["from"] = $val; + return $this; + } + + /** + * Gets the sender + * Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property. + * + * @return Recipient The sender + */ + public function getSender() + { + if (array_key_exists("sender", $this->_propDict)) { + if (is_a($this->_propDict["sender"], "Microsoft\Graph\Model\Recipient")) { + return $this->_propDict["sender"]; + } else { + $this->_propDict["sender"] = new Recipient($this->_propDict["sender"]); + return $this->_propDict["sender"]; + } + } + return null; + } + + /** + * Sets the sender + * Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property. + * + * @param Recipient $val The sender + * + * @return Post + */ + public function setSender($val) + { + $this->_propDict["sender"] = $val; + return $this; + } + + /** + * Gets the conversationThreadId + * Unique ID of the conversation thread. Read-only. + * + * @return string The conversationThreadId + */ + public function getConversationThreadId() + { + if (array_key_exists("conversationThreadId", $this->_propDict)) { + return $this->_propDict["conversationThreadId"]; + } else { + return null; + } + } + + /** + * Sets the conversationThreadId + * Unique ID of the conversation thread. Read-only. + * + * @param string $val The conversationThreadId + * + * @return Post + */ + public function setConversationThreadId($val) + { + $this->_propDict["conversationThreadId"] = $val; + return $this; + } + + + /** + * Gets the newParticipants + * Conversation participants that were added to the thread as part of this post. + * + * @return array The newParticipants + */ + public function getNewParticipants() + { + if (array_key_exists("newParticipants", $this->_propDict)) { + return $this->_propDict["newParticipants"]; + } else { + return null; + } + } + + /** + * Sets the newParticipants + * Conversation participants that were added to the thread as part of this post. + * + * @param Recipient $val The newParticipants + * + * @return Post + */ + public function setNewParticipants($val) + { + $this->_propDict["newParticipants"] = $val; + return $this; + } + + /** + * Gets the conversationId + * Unique ID of the conversation. Read-only. + * + * @return string The conversationId + */ + public function getConversationId() + { + if (array_key_exists("conversationId", $this->_propDict)) { + return $this->_propDict["conversationId"]; + } else { + return null; + } + } + + /** + * Sets the conversationId + * Unique ID of the conversation. Read-only. + * + * @param string $val The conversationId + * + * @return Post + */ + public function setConversationId($val) + { + $this->_propDict["conversationId"] = $val; + return $this; + } + + /** + * Gets the inReplyTo + * Read-only. + * + * @return Post The inReplyTo + */ + public function getInReplyTo() + { + if (array_key_exists("inReplyTo", $this->_propDict)) { + if (is_a($this->_propDict["inReplyTo"], "Microsoft\Graph\Model\Post")) { + return $this->_propDict["inReplyTo"]; + } else { + $this->_propDict["inReplyTo"] = new Post($this->_propDict["inReplyTo"]); + return $this->_propDict["inReplyTo"]; + } + } + return null; + } + + /** + * Sets the inReplyTo + * Read-only. + * + * @param Post $val The inReplyTo + * + * @return Post + */ + public function setInReplyTo($val) + { + $this->_propDict["inReplyTo"] = $val; + return $this; + } + + + /** + * Gets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the post. Read-only. Nullable. + * + * @return array The singleValueExtendedProperties + */ + public function getSingleValueExtendedProperties() + { + if (array_key_exists("singleValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["singleValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the singleValueExtendedProperties + * The collection of single-value extended properties defined for the post. Read-only. Nullable. + * + * @param SingleValueLegacyExtendedProperty $val The singleValueExtendedProperties + * + * @return Post + */ + public function setSingleValueExtendedProperties($val) + { + $this->_propDict["singleValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the post. Read-only. Nullable. + * + * @return array The multiValueExtendedProperties + */ + public function getMultiValueExtendedProperties() + { + if (array_key_exists("multiValueExtendedProperties", $this->_propDict)) { + return $this->_propDict["multiValueExtendedProperties"]; + } else { + return null; + } + } + + /** + * Sets the multiValueExtendedProperties + * The collection of multi-value extended properties defined for the post. Read-only. Nullable. + * + * @param MultiValueLegacyExtendedProperty $val The multiValueExtendedProperties + * + * @return Post + */ + public function setMultiValueExtendedProperties($val) + { + $this->_propDict["multiValueExtendedProperties"] = $val; + return $this; + } + + + /** + * Gets the extensions + * The collection of open extensions defined for the post. Read-only. Nullable. + * + * @return array The extensions + */ + public function getExtensions() + { + if (array_key_exists("extensions", $this->_propDict)) { + return $this->_propDict["extensions"]; + } else { + return null; + } + } + + /** + * Sets the extensions + * The collection of open extensions defined for the post. Read-only. Nullable. + * + * @param Extension $val The extensions + * + * @return Post + */ + public function setExtensions($val) + { + $this->_propDict["extensions"] = $val; + return $this; + } + + + /** + * Gets the attachments + * Read-only. Nullable. + * + * @return array The attachments + */ + public function getAttachments() + { + if (array_key_exists("attachments", $this->_propDict)) { + return $this->_propDict["attachments"]; + } else { + return null; + } + } + + /** + * Sets the attachments + * Read-only. Nullable. + * + * @param Attachment $val The attachments + * + * @return Post + */ + public function setAttachments($val) + { + $this->_propDict["attachments"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/PrereleaseFeatures.php b/vendor/microsoft/microsoft-graph/src/Model/PrereleaseFeatures.php new file mode 100644 index 000000000..cf1a6dd7f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PrereleaseFeatures.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["contactEmail"]; + } else { + return null; + } + } + + /** + * Sets the contactEmail + * A valid smtp email address for the privacy statement contact. Not required. + * + * @param string $val The value of the contactEmail + * + * @return PrivacyProfile + */ + public function setContactEmail($val) + { + $this->_propDict["contactEmail"] = $val; + return $this; + } + /** + * Gets the statementUrl + * A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required. + * + * @return string The statementUrl + */ + public function getStatementUrl() + { + if (array_key_exists("statementUrl", $this->_propDict)) { + return $this->_propDict["statementUrl"]; + } else { + return null; + } + } + + /** + * Sets the statementUrl + * A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required. + * + * @param string $val The value of the statementUrl + * + * @return PrivacyProfile + */ + public function setStatementUrl($val) + { + $this->_propDict["statementUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Process.php b/vendor/microsoft/microsoft-graph/src/Model/Process.php new file mode 100644 index 000000000..02b57d77a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Process.php @@ -0,0 +1,384 @@ +_propDict)) { + return $this->_propDict["accountName"]; + } else { + return null; + } + } + + /** + * Sets the accountName + * User account identifier (user account context the process ran under) for example, AccountName, SID, and so on. + * + * @param string $val The value of the accountName + * + * @return Process + */ + public function setAccountName($val) + { + $this->_propDict["accountName"] = $val; + return $this; + } + /** + * Gets the commandLine + * The full process invocation commandline including all parameters. + * + * @return string The commandLine + */ + public function getCommandLine() + { + if (array_key_exists("commandLine", $this->_propDict)) { + return $this->_propDict["commandLine"]; + } else { + return null; + } + } + + /** + * Sets the commandLine + * The full process invocation commandline including all parameters. + * + * @param string $val The value of the commandLine + * + * @return Process + */ + public function setCommandLine($val) + { + $this->_propDict["commandLine"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * Time at which the process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Time at which the process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. + * + * @param \DateTime $val The value to assign to the createdDateTime + * + * @return Process The Process + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the fileHash + * Complex type containing file hashes (cryptographic and location-sensitive). + * + * @return FileHash The fileHash + */ + public function getFileHash() + { + if (array_key_exists("fileHash", $this->_propDict)) { + if (is_a($this->_propDict["fileHash"], "Microsoft\Graph\Model\FileHash")) { + return $this->_propDict["fileHash"]; + } else { + $this->_propDict["fileHash"] = new FileHash($this->_propDict["fileHash"]); + return $this->_propDict["fileHash"]; + } + } + return null; + } + + /** + * Sets the fileHash + * Complex type containing file hashes (cryptographic and location-sensitive). + * + * @param FileHash $val The value to assign to the fileHash + * + * @return Process The Process + */ + public function setFileHash($val) + { + $this->_propDict["fileHash"] = $val; + return $this; + } + + /** + * Gets the integrityLevel + * The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system. + * + * @return ProcessIntegrityLevel The integrityLevel + */ + public function getIntegrityLevel() + { + if (array_key_exists("integrityLevel", $this->_propDict)) { + if (is_a($this->_propDict["integrityLevel"], "Microsoft\Graph\Model\ProcessIntegrityLevel")) { + return $this->_propDict["integrityLevel"]; + } else { + $this->_propDict["integrityLevel"] = new ProcessIntegrityLevel($this->_propDict["integrityLevel"]); + return $this->_propDict["integrityLevel"]; + } + } + return null; + } + + /** + * Sets the integrityLevel + * The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system. + * + * @param ProcessIntegrityLevel $val The value to assign to the integrityLevel + * + * @return Process The Process + */ + public function setIntegrityLevel($val) + { + $this->_propDict["integrityLevel"] = $val; + return $this; + } + /** + * Gets the isElevated + * True if the process is elevated. + * + * @return bool The isElevated + */ + public function getIsElevated() + { + if (array_key_exists("isElevated", $this->_propDict)) { + return $this->_propDict["isElevated"]; + } else { + return null; + } + } + + /** + * Sets the isElevated + * True if the process is elevated. + * + * @param bool $val The value of the isElevated + * + * @return Process + */ + public function setIsElevated($val) + { + $this->_propDict["isElevated"] = $val; + return $this; + } + /** + * Gets the name + * The name of the process' Image file. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The name of the process' Image file. + * + * @param string $val The value of the name + * + * @return Process + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the parentProcessCreatedDateTime + * DateTime at which the parent process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. + * + * @return \DateTime The parentProcessCreatedDateTime + */ + public function getParentProcessCreatedDateTime() + { + if (array_key_exists("parentProcessCreatedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["parentProcessCreatedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["parentProcessCreatedDateTime"]; + } else { + $this->_propDict["parentProcessCreatedDateTime"] = new \DateTime($this->_propDict["parentProcessCreatedDateTime"]); + return $this->_propDict["parentProcessCreatedDateTime"]; + } + } + return null; + } + + /** + * Sets the parentProcessCreatedDateTime + * DateTime at which the parent process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. + * + * @param \DateTime $val The value to assign to the parentProcessCreatedDateTime + * + * @return Process The Process + */ + public function setParentProcessCreatedDateTime($val) + { + $this->_propDict["parentProcessCreatedDateTime"] = $val; + return $this; + } + /** + * Gets the parentProcessId + * The Process ID (PID) of the parent process. + * + * @return int The parentProcessId + */ + public function getParentProcessId() + { + if (array_key_exists("parentProcessId", $this->_propDict)) { + return $this->_propDict["parentProcessId"]; + } else { + return null; + } + } + + /** + * Sets the parentProcessId + * The Process ID (PID) of the parent process. + * + * @param int $val The value of the parentProcessId + * + * @return Process + */ + public function setParentProcessId($val) + { + $this->_propDict["parentProcessId"] = $val; + return $this; + } + /** + * Gets the parentProcessName + * The name of the image file of the parent process. + * + * @return string The parentProcessName + */ + public function getParentProcessName() + { + if (array_key_exists("parentProcessName", $this->_propDict)) { + return $this->_propDict["parentProcessName"]; + } else { + return null; + } + } + + /** + * Sets the parentProcessName + * The name of the image file of the parent process. + * + * @param string $val The value of the parentProcessName + * + * @return Process + */ + public function setParentProcessName($val) + { + $this->_propDict["parentProcessName"] = $val; + return $this; + } + /** + * Gets the path + * Full path, including filename. + * + * @return string The path + */ + public function getPath() + { + if (array_key_exists("path", $this->_propDict)) { + return $this->_propDict["path"]; + } else { + return null; + } + } + + /** + * Sets the path + * Full path, including filename. + * + * @param string $val The value of the path + * + * @return Process + */ + public function setPath($val) + { + $this->_propDict["path"] = $val; + return $this; + } + /** + * Gets the processId + * The Process ID (PID) of the process. + * + * @return int The processId + */ + public function getProcessId() + { + if (array_key_exists("processId", $this->_propDict)) { + return $this->_propDict["processId"]; + } else { + return null; + } + } + + /** + * Sets the processId + * The Process ID (PID) of the process. + * + * @param int $val The value of the processId + * + * @return Process + */ + public function setProcessId($val) + { + $this->_propDict["processId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ProcessIntegrityLevel.php b/vendor/microsoft/microsoft-graph/src/Model/ProcessIntegrityLevel.php new file mode 100644 index 000000000..cb91f2b05 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ProcessIntegrityLevel.php @@ -0,0 +1,41 @@ +_propDict)) { + return $this->_propDict["height"]; + } else { + return null; + } + } + + /** + * Sets the height + * The height of the photo. Read-only. + * + * @param int $val The height + * + * @return ProfilePhoto + */ + public function setHeight($val) + { + $this->_propDict["height"] = intval($val); + return $this; + } + + /** + * Gets the width + * The width of the photo. Read-only. + * + * @return int The width + */ + public function getWidth() + { + if (array_key_exists("width", $this->_propDict)) { + return $this->_propDict["width"]; + } else { + return null; + } + } + + /** + * Sets the width + * The width of the photo. Read-only. + * + * @param int $val The width + * + * @return ProfilePhoto + */ + public function setWidth($val) + { + $this->_propDict["width"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ProvisionedPlan.php b/vendor/microsoft/microsoft-graph/src/Model/ProvisionedPlan.php new file mode 100644 index 000000000..841b400a6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ProvisionedPlan.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["capabilityStatus"]; + } else { + return null; + } + } + + /** + * Sets the capabilityStatus + * For example, 'Enabled'. + * + * @param string $val The value of the capabilityStatus + * + * @return ProvisionedPlan + */ + public function setCapabilityStatus($val) + { + $this->_propDict["capabilityStatus"] = $val; + return $this; + } + /** + * Gets the provisioningStatus + * For example, 'Success'. + * + * @return string The provisioningStatus + */ + public function getProvisioningStatus() + { + if (array_key_exists("provisioningStatus", $this->_propDict)) { + return $this->_propDict["provisioningStatus"]; + } else { + return null; + } + } + + /** + * Sets the provisioningStatus + * For example, 'Success'. + * + * @param string $val The value of the provisioningStatus + * + * @return ProvisionedPlan + */ + public function setProvisioningStatus($val) + { + $this->_propDict["provisioningStatus"] = $val; + return $this; + } + /** + * Gets the service + * The name of the service; for example, 'AccessControlS2S' + * + * @return string The service + */ + public function getService() + { + if (array_key_exists("service", $this->_propDict)) { + return $this->_propDict["service"]; + } else { + return null; + } + } + + /** + * Sets the service + * The name of the service; for example, 'AccessControlS2S' + * + * @param string $val The value of the service + * + * @return ProvisionedPlan + */ + public function setService($val) + { + $this->_propDict["service"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ProxiedDomain.php b/vendor/microsoft/microsoft-graph/src/Model/ProxiedDomain.php new file mode 100644 index 000000000..e6a6fefbf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ProxiedDomain.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["ipAddressOrFQDN"]; + } else { + return null; + } + } + + /** + * Sets the ipAddressOrFQDN + * The IP address or FQDN + * + * @param string $val The value of the ipAddressOrFQDN + * + * @return ProxiedDomain + */ + public function setIpAddressOrFQDN($val) + { + $this->_propDict["ipAddressOrFQDN"] = $val; + return $this; + } + /** + * Gets the proxy + * Proxy IP or FQDN + * + * @return string The proxy + */ + public function getProxy() + { + if (array_key_exists("proxy", $this->_propDict)) { + return $this->_propDict["proxy"]; + } else { + return null; + } + } + + /** + * Sets the proxy + * Proxy IP or FQDN + * + * @param string $val The value of the proxy + * + * @return ProxiedDomain + */ + public function setProxy($val) + { + $this->_propDict["proxy"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/PublicationFacet.php b/vendor/microsoft/microsoft-graph/src/Model/PublicationFacet.php new file mode 100644 index 000000000..85557a303 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/PublicationFacet.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["level"]; + } else { + return null; + } + } + + /** + * Sets the level + * The state of publication for this document. Either published or checkout. Read-only. + * + * @param string $val The value of the level + * + * @return PublicationFacet + */ + public function setLevel($val) + { + $this->_propDict["level"] = $val; + return $this; + } + /** + * Gets the versionId + * The unique identifier for the version that is visible to the current caller. Read-only. + * + * @return string The versionId + */ + public function getVersionId() + { + if (array_key_exists("versionId", $this->_propDict)) { + return $this->_propDict["versionId"]; + } else { + return null; + } + } + + /** + * Sets the versionId + * The unique identifier for the version that is visible to the current caller. Read-only. + * + * @param string $val The value of the versionId + * + * @return PublicationFacet + */ + public function setVersionId($val) + { + $this->_propDict["versionId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Quota.php b/vendor/microsoft/microsoft-graph/src/Model/Quota.php new file mode 100644 index 000000000..7ce9fc26c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Quota.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["deleted"]; + } else { + return null; + } + } + + /** + * Sets the deleted + * Total space consumed by files in the recycle bin, in bytes. Read-only. + * + * @param int $val The value of the deleted + * + * @return Quota + */ + public function setDeleted($val) + { + $this->_propDict["deleted"] = $val; + return $this; + } + /** + * Gets the remaining + * Total space remaining before reaching the quota limit, in bytes. Read-only. + * + * @return int The remaining + */ + public function getRemaining() + { + if (array_key_exists("remaining", $this->_propDict)) { + return $this->_propDict["remaining"]; + } else { + return null; + } + } + + /** + * Sets the remaining + * Total space remaining before reaching the quota limit, in bytes. Read-only. + * + * @param int $val The value of the remaining + * + * @return Quota + */ + public function setRemaining($val) + { + $this->_propDict["remaining"] = $val; + return $this; + } + /** + * Gets the state + * Enumeration value that indicates the state of the storage space. Read-only. + * + * @return string The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * Enumeration value that indicates the state of the storage space. Read-only. + * + * @param string $val The value of the state + * + * @return Quota + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + /** + * Gets the total + * Total allowed storage space, in bytes. Read-only. + * + * @return int The total + */ + public function getTotal() + { + if (array_key_exists("total", $this->_propDict)) { + return $this->_propDict["total"]; + } else { + return null; + } + } + + /** + * Sets the total + * Total allowed storage space, in bytes. Read-only. + * + * @param int $val The value of the total + * + * @return Quota + */ + public function setTotal($val) + { + $this->_propDict["total"] = $val; + return $this; + } + /** + * Gets the used + * Total space used, in bytes. Read-only. + * + * @return int The used + */ + public function getUsed() + { + if (array_key_exists("used", $this->_propDict)) { + return $this->_propDict["used"]; + } else { + return null; + } + } + + /** + * Sets the used + * Total space used, in bytes. Read-only. + * + * @param int $val The value of the used + * + * @return Quota + */ + public function setUsed($val) + { + $this->_propDict["used"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/RatingAppsType.php b/vendor/microsoft/microsoft-graph/src/Model/RatingAppsType.php new file mode 100644 index 000000000..457cf247f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RatingAppsType.php @@ -0,0 +1,40 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name of the notebook. + * + * @param string $val The value of the displayName + * + * @return RecentNotebook + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the lastAccessedTime + * The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @return \DateTime The lastAccessedTime + */ + public function getLastAccessedTime() + { + if (array_key_exists("lastAccessedTime", $this->_propDict)) { + if (is_a($this->_propDict["lastAccessedTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastAccessedTime"]; + } else { + $this->_propDict["lastAccessedTime"] = new \DateTime($this->_propDict["lastAccessedTime"]); + return $this->_propDict["lastAccessedTime"]; + } + } + return null; + } + + /** + * Sets the lastAccessedTime + * The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @param \DateTime $val The value to assign to the lastAccessedTime + * + * @return RecentNotebook The RecentNotebook + */ + public function setLastAccessedTime($val) + { + $this->_propDict["lastAccessedTime"] = $val; + return $this; + } + + /** + * Gets the links + * Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote client, if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web. + * + * @return RecentNotebookLinks The links + */ + public function getLinks() + { + if (array_key_exists("links", $this->_propDict)) { + if (is_a($this->_propDict["links"], "Microsoft\Graph\Model\RecentNotebookLinks")) { + return $this->_propDict["links"]; + } else { + $this->_propDict["links"] = new RecentNotebookLinks($this->_propDict["links"]); + return $this->_propDict["links"]; + } + } + return null; + } + + /** + * Sets the links + * Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote client, if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web. + * + * @param RecentNotebookLinks $val The value to assign to the links + * + * @return RecentNotebook The RecentNotebook + */ + public function setLinks($val) + { + $this->_propDict["links"] = $val; + return $this; + } + + /** + * Gets the sourceService + * The backend store where the Notebook resides, either OneDriveForBusiness or OneDrive. + * + * @return OnenoteSourceService The sourceService + */ + public function getSourceService() + { + if (array_key_exists("sourceService", $this->_propDict)) { + if (is_a($this->_propDict["sourceService"], "Microsoft\Graph\Model\OnenoteSourceService")) { + return $this->_propDict["sourceService"]; + } else { + $this->_propDict["sourceService"] = new OnenoteSourceService($this->_propDict["sourceService"]); + return $this->_propDict["sourceService"]; + } + } + return null; + } + + /** + * Sets the sourceService + * The backend store where the Notebook resides, either OneDriveForBusiness or OneDrive. + * + * @param OnenoteSourceService $val The value to assign to the sourceService + * + * @return RecentNotebook The RecentNotebook + */ + public function setSourceService($val) + { + $this->_propDict["sourceService"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/RecentNotebookLinks.php b/vendor/microsoft/microsoft-graph/src/Model/RecentNotebookLinks.php new file mode 100644 index 000000000..a0386f169 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RecentNotebookLinks.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["oneNoteClientUrl"], "Microsoft\Graph\Model\ExternalLink")) { + return $this->_propDict["oneNoteClientUrl"]; + } else { + $this->_propDict["oneNoteClientUrl"] = new ExternalLink($this->_propDict["oneNoteClientUrl"]); + return $this->_propDict["oneNoteClientUrl"]; + } + } + return null; + } + + /** + * Sets the oneNoteClientUrl + * Opens the notebook in the OneNote native client if it's installed. + * + * @param ExternalLink $val The value to assign to the oneNoteClientUrl + * + * @return RecentNotebookLinks The RecentNotebookLinks + */ + public function setOneNoteClientUrl($val) + { + $this->_propDict["oneNoteClientUrl"] = $val; + return $this; + } + + /** + * Gets the oneNoteWebUrl + * Opens the notebook in OneNote on the web. + * + * @return ExternalLink The oneNoteWebUrl + */ + public function getOneNoteWebUrl() + { + if (array_key_exists("oneNoteWebUrl", $this->_propDict)) { + if (is_a($this->_propDict["oneNoteWebUrl"], "Microsoft\Graph\Model\ExternalLink")) { + return $this->_propDict["oneNoteWebUrl"]; + } else { + $this->_propDict["oneNoteWebUrl"] = new ExternalLink($this->_propDict["oneNoteWebUrl"]); + return $this->_propDict["oneNoteWebUrl"]; + } + } + return null; + } + + /** + * Sets the oneNoteWebUrl + * Opens the notebook in OneNote on the web. + * + * @param ExternalLink $val The value to assign to the oneNoteWebUrl + * + * @return RecentNotebookLinks The RecentNotebookLinks + */ + public function setOneNoteWebUrl($val) + { + $this->_propDict["oneNoteWebUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Recipient.php b/vendor/microsoft/microsoft-graph/src/Model/Recipient.php new file mode 100644 index 000000000..7df5dcc3b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Recipient.php @@ -0,0 +1,61 @@ +_propDict)) { + if (is_a($this->_propDict["emailAddress"], "Microsoft\Graph\Model\EmailAddress")) { + return $this->_propDict["emailAddress"]; + } else { + $this->_propDict["emailAddress"] = new EmailAddress($this->_propDict["emailAddress"]); + return $this->_propDict["emailAddress"]; + } + } + return null; + } + + /** + * Sets the emailAddress + * The recipient's email address. + * + * @param EmailAddress $val The value to assign to the emailAddress + * + * @return Recipient The Recipient + */ + public function setEmailAddress($val) + { + $this->_propDict["emailAddress"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/RecipientScopeType.php b/vendor/microsoft/microsoft-graph/src/Model/RecipientScopeType.php new file mode 100644 index 000000000..23aefb1cf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RecipientScopeType.php @@ -0,0 +1,39 @@ +_propDict)) { + if (is_a($this->_propDict["type"], "Microsoft\Graph\Model\RecurrencePatternType")) { + return $this->_propDict["type"]; + } else { + $this->_propDict["type"] = new RecurrencePatternType($this->_propDict["type"]); + return $this->_propDict["type"]; + } + } + return null; + } + + /** + * Sets the type + * The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required. + * + * @param RecurrencePatternType $val The value to assign to the type + * + * @return RecurrencePattern The RecurrencePattern + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the interval + * The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required. + * + * @return int The interval + */ + public function getInterval() + { + if (array_key_exists("interval", $this->_propDict)) { + return $this->_propDict["interval"]; + } else { + return null; + } + } + + /** + * Sets the interval + * The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required. + * + * @param int $val The value of the interval + * + * @return RecurrencePattern + */ + public function setInterval($val) + { + $this->_propDict["interval"] = $val; + return $this; + } + /** + * Gets the month + * The month in which the event occurs. This is a number from 1 to 12. + * + * @return int The month + */ + public function getMonth() + { + if (array_key_exists("month", $this->_propDict)) { + return $this->_propDict["month"]; + } else { + return null; + } + } + + /** + * Sets the month + * The month in which the event occurs. This is a number from 1 to 12. + * + * @param int $val The value of the month + * + * @return RecurrencePattern + */ + public function setMonth($val) + { + $this->_propDict["month"] = $val; + return $this; + } + /** + * Gets the dayOfMonth + * The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. + * + * @return int The dayOfMonth + */ + public function getDayOfMonth() + { + if (array_key_exists("dayOfMonth", $this->_propDict)) { + return $this->_propDict["dayOfMonth"]; + } else { + return null; + } + } + + /** + * Sets the dayOfMonth + * The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. + * + * @param int $val The value of the dayOfMonth + * + * @return RecurrencePattern + */ + public function setDayOfMonth($val) + { + $this->_propDict["dayOfMonth"] = $val; + return $this; + } + + /** + * Gets the daysOfWeek + * A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly. + * + * @return DayOfWeek The daysOfWeek + */ + public function getDaysOfWeek() + { + if (array_key_exists("daysOfWeek", $this->_propDict)) { + if (is_a($this->_propDict["daysOfWeek"], "Microsoft\Graph\Model\DayOfWeek")) { + return $this->_propDict["daysOfWeek"]; + } else { + $this->_propDict["daysOfWeek"] = new DayOfWeek($this->_propDict["daysOfWeek"]); + return $this->_propDict["daysOfWeek"]; + } + } + return null; + } + + /** + * Sets the daysOfWeek + * A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly. + * + * @param DayOfWeek $val The value to assign to the daysOfWeek + * + * @return RecurrencePattern The RecurrencePattern + */ + public function setDaysOfWeek($val) + { + $this->_propDict["daysOfWeek"] = $val; + return $this; + } + + /** + * Gets the firstDayOfWeek + * The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly. + * + * @return DayOfWeek The firstDayOfWeek + */ + public function getFirstDayOfWeek() + { + if (array_key_exists("firstDayOfWeek", $this->_propDict)) { + if (is_a($this->_propDict["firstDayOfWeek"], "Microsoft\Graph\Model\DayOfWeek")) { + return $this->_propDict["firstDayOfWeek"]; + } else { + $this->_propDict["firstDayOfWeek"] = new DayOfWeek($this->_propDict["firstDayOfWeek"]); + return $this->_propDict["firstDayOfWeek"]; + } + } + return null; + } + + /** + * Sets the firstDayOfWeek + * The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly. + * + * @param DayOfWeek $val The value to assign to the firstDayOfWeek + * + * @return RecurrencePattern The RecurrencePattern + */ + public function setFirstDayOfWeek($val) + { + $this->_propDict["firstDayOfWeek"] = $val; + return $this; + } + + /** + * Gets the index + * Specifies on which instance of the allowed days specified in daysOfsWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly. + * + * @return WeekIndex The index + */ + public function getIndex() + { + if (array_key_exists("index", $this->_propDict)) { + if (is_a($this->_propDict["index"], "Microsoft\Graph\Model\WeekIndex")) { + return $this->_propDict["index"]; + } else { + $this->_propDict["index"] = new WeekIndex($this->_propDict["index"]); + return $this->_propDict["index"]; + } + } + return null; + } + + /** + * Sets the index + * Specifies on which instance of the allowed days specified in daysOfsWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly. + * + * @param WeekIndex $val The value to assign to the index + * + * @return RecurrencePattern The RecurrencePattern + */ + public function setIndex($val) + { + $this->_propDict["index"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/RecurrencePatternType.php b/vendor/microsoft/microsoft-graph/src/Model/RecurrencePatternType.php new file mode 100644 index 000000000..59c182e6f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RecurrencePatternType.php @@ -0,0 +1,40 @@ +_propDict)) { + if (is_a($this->_propDict["type"], "Microsoft\Graph\Model\RecurrenceRangeType")) { + return $this->_propDict["type"]; + } else { + $this->_propDict["type"] = new RecurrenceRangeType($this->_propDict["type"]); + return $this->_propDict["type"]; + } + } + return null; + } + + /** + * Sets the type + * The recurrence range. The possible values are: endDate, noEnd, numbered. Required. + * + * @param RecurrenceRangeType $val The value to assign to the type + * + * @return RecurrenceRange The RecurrenceRange + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + + /** + * Gets the startDate + * The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required. + * + * @return \DateTime The startDate + */ + public function getStartDate() + { + if (array_key_exists("startDate", $this->_propDict)) { + if (is_a($this->_propDict["startDate"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["startDate"]; + } else { + $this->_propDict["startDate"] = new \DateTime($this->_propDict["startDate"]); + return $this->_propDict["startDate"]; + } + } + return null; + } + + /** + * Sets the startDate + * The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required. + * + * @param \DateTime $val The value to assign to the startDate + * + * @return RecurrenceRange The RecurrenceRange + */ + public function setStartDate($val) + { + $this->_propDict["startDate"] = $val; + return $this; + } + + /** + * Gets the endDate + * The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate. + * + * @return \DateTime The endDate + */ + public function getEndDate() + { + if (array_key_exists("endDate", $this->_propDict)) { + if (is_a($this->_propDict["endDate"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["endDate"]; + } else { + $this->_propDict["endDate"] = new \DateTime($this->_propDict["endDate"]); + return $this->_propDict["endDate"]; + } + } + return null; + } + + /** + * Sets the endDate + * The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate. + * + * @param \DateTime $val The value to assign to the endDate + * + * @return RecurrenceRange The RecurrenceRange + */ + public function setEndDate($val) + { + $this->_propDict["endDate"] = $val; + return $this; + } + /** + * Gets the recurrenceTimeZone + * Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used. + * + * @return string The recurrenceTimeZone + */ + public function getRecurrenceTimeZone() + { + if (array_key_exists("recurrenceTimeZone", $this->_propDict)) { + return $this->_propDict["recurrenceTimeZone"]; + } else { + return null; + } + } + + /** + * Sets the recurrenceTimeZone + * Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used. + * + * @param string $val The value of the recurrenceTimeZone + * + * @return RecurrenceRange + */ + public function setRecurrenceTimeZone($val) + { + $this->_propDict["recurrenceTimeZone"] = $val; + return $this; + } + /** + * Gets the numberOfOccurrences + * The number of times to repeat the event. Required and must be positive if type is numbered. + * + * @return int The numberOfOccurrences + */ + public function getNumberOfOccurrences() + { + if (array_key_exists("numberOfOccurrences", $this->_propDict)) { + return $this->_propDict["numberOfOccurrences"]; + } else { + return null; + } + } + + /** + * Sets the numberOfOccurrences + * The number of times to repeat the event. Required and must be positive if type is numbered. + * + * @param int $val The value of the numberOfOccurrences + * + * @return RecurrenceRange + */ + public function setNumberOfOccurrences($val) + { + $this->_propDict["numberOfOccurrences"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/RecurrenceRangeType.php b/vendor/microsoft/microsoft-graph/src/Model/RecurrenceRangeType.php new file mode 100644 index 000000000..b7b52be07 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RecurrenceRangeType.php @@ -0,0 +1,37 @@ +_propDict)) { + if (is_a($this->_propDict["hive"], "Microsoft\Graph\Model\RegistryHive")) { + return $this->_propDict["hive"]; + } else { + $this->_propDict["hive"] = new RegistryHive($this->_propDict["hive"]); + return $this->_propDict["hive"]; + } + } + return null; + } + + /** + * Sets the hive + * A Windows registry hive : HKEY_CURRENT_CONFIG HKEY_CURRENT_USER HKEY_LOCAL_MACHINE/SAM HKEY_LOCAL_MACHINE/Security HKEY_LOCAL_MACHINE/Software HKEY_LOCAL_MACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. + * + * @param RegistryHive $val The value to assign to the hive + * + * @return RegistryKeyState The RegistryKeyState + */ + public function setHive($val) + { + $this->_propDict["hive"] = $val; + return $this; + } + /** + * Gets the key + * Current (i.e. changed) registry key (excludes HIVE). + * + * @return string The key + */ + public function getKey() + { + if (array_key_exists("key", $this->_propDict)) { + return $this->_propDict["key"]; + } else { + return null; + } + } + + /** + * Sets the key + * Current (i.e. changed) registry key (excludes HIVE). + * + * @param string $val The value of the key + * + * @return RegistryKeyState + */ + public function setKey($val) + { + $this->_propDict["key"] = $val; + return $this; + } + /** + * Gets the oldKey + * Previous (i.e. before changed) registry key (excludes HIVE). + * + * @return string The oldKey + */ + public function getOldKey() + { + if (array_key_exists("oldKey", $this->_propDict)) { + return $this->_propDict["oldKey"]; + } else { + return null; + } + } + + /** + * Sets the oldKey + * Previous (i.e. before changed) registry key (excludes HIVE). + * + * @param string $val The value of the oldKey + * + * @return RegistryKeyState + */ + public function setOldKey($val) + { + $this->_propDict["oldKey"] = $val; + return $this; + } + /** + * Gets the oldValueData + * Previous (i.e. before changed) registry key value data (contents). + * + * @return string The oldValueData + */ + public function getOldValueData() + { + if (array_key_exists("oldValueData", $this->_propDict)) { + return $this->_propDict["oldValueData"]; + } else { + return null; + } + } + + /** + * Sets the oldValueData + * Previous (i.e. before changed) registry key value data (contents). + * + * @param string $val The value of the oldValueData + * + * @return RegistryKeyState + */ + public function setOldValueData($val) + { + $this->_propDict["oldValueData"] = $val; + return $this; + } + /** + * Gets the oldValueName + * Previous (i.e. before changed) registry key value name. + * + * @return string The oldValueName + */ + public function getOldValueName() + { + if (array_key_exists("oldValueName", $this->_propDict)) { + return $this->_propDict["oldValueName"]; + } else { + return null; + } + } + + /** + * Sets the oldValueName + * Previous (i.e. before changed) registry key value name. + * + * @param string $val The value of the oldValueName + * + * @return RegistryKeyState + */ + public function setOldValueName($val) + { + $this->_propDict["oldValueName"] = $val; + return $this; + } + + /** + * Gets the operation + * Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete. + * + * @return RegistryOperation The operation + */ + public function getOperation() + { + if (array_key_exists("operation", $this->_propDict)) { + if (is_a($this->_propDict["operation"], "Microsoft\Graph\Model\RegistryOperation")) { + return $this->_propDict["operation"]; + } else { + $this->_propDict["operation"] = new RegistryOperation($this->_propDict["operation"]); + return $this->_propDict["operation"]; + } + } + return null; + } + + /** + * Sets the operation + * Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete. + * + * @param RegistryOperation $val The value to assign to the operation + * + * @return RegistryKeyState The RegistryKeyState + */ + public function setOperation($val) + { + $this->_propDict["operation"] = $val; + return $this; + } + /** + * Gets the processId + * Process ID (PID) of the process that modified the registry key (process details will appear in the alert 'processes' collection). + * + * @return int The processId + */ + public function getProcessId() + { + if (array_key_exists("processId", $this->_propDict)) { + return $this->_propDict["processId"]; + } else { + return null; + } + } + + /** + * Sets the processId + * Process ID (PID) of the process that modified the registry key (process details will appear in the alert 'processes' collection). + * + * @param int $val The value of the processId + * + * @return RegistryKeyState + */ + public function setProcessId($val) + { + $this->_propDict["processId"] = $val; + return $this; + } + /** + * Gets the valueData + * Current (i.e. changed) registry key value data (contents). + * + * @return string The valueData + */ + public function getValueData() + { + if (array_key_exists("valueData", $this->_propDict)) { + return $this->_propDict["valueData"]; + } else { + return null; + } + } + + /** + * Sets the valueData + * Current (i.e. changed) registry key value data (contents). + * + * @param string $val The value of the valueData + * + * @return RegistryKeyState + */ + public function setValueData($val) + { + $this->_propDict["valueData"] = $val; + return $this; + } + /** + * Gets the valueName + * Current (i.e. changed) registry key value name + * + * @return string The valueName + */ + public function getValueName() + { + if (array_key_exists("valueName", $this->_propDict)) { + return $this->_propDict["valueName"]; + } else { + return null; + } + } + + /** + * Sets the valueName + * Current (i.e. changed) registry key value name + * + * @param string $val The value of the valueName + * + * @return RegistryKeyState + */ + public function setValueName($val) + { + $this->_propDict["valueName"] = $val; + return $this; + } + + /** + * Gets the valueType + * Registry key value type REG_BINARY REG_DWORD REG_DWORD_LITTLE_ENDIAN REG_DWORD_BIG_ENDIANREG_EXPAND_SZ REG_LINK REG_MULTI_SZ REG_NONE REG_QWORD REG_QWORD_LITTLE_ENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. + * + * @return RegistryValueType The valueType + */ + public function getValueType() + { + if (array_key_exists("valueType", $this->_propDict)) { + if (is_a($this->_propDict["valueType"], "Microsoft\Graph\Model\RegistryValueType")) { + return $this->_propDict["valueType"]; + } else { + $this->_propDict["valueType"] = new RegistryValueType($this->_propDict["valueType"]); + return $this->_propDict["valueType"]; + } + } + return null; + } + + /** + * Sets the valueType + * Registry key value type REG_BINARY REG_DWORD REG_DWORD_LITTLE_ENDIAN REG_DWORD_BIG_ENDIANREG_EXPAND_SZ REG_LINK REG_MULTI_SZ REG_NONE REG_QWORD REG_QWORD_LITTLE_ENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. + * + * @param RegistryValueType $val The value to assign to the valueType + * + * @return RegistryKeyState The RegistryKeyState + */ + public function setValueType($val) + { + $this->_propDict["valueType"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/RegistryOperation.php b/vendor/microsoft/microsoft-graph/src/Model/RegistryOperation.php new file mode 100644 index 000000000..82ee2e1ab --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RegistryOperation.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["eventId"]; + } else { + return null; + } + } + + /** + * Sets the eventId + * The unique ID of the event. Read only. + * + * @param string $val The value of the eventId + * + * @return Reminder + */ + public function setEventId($val) + { + $this->_propDict["eventId"] = $val; + return $this; + } + + /** + * Gets the eventStartTime + * The date, time, and time zone that the event starts. + * + * @return DateTimeTimeZone The eventStartTime + */ + public function getEventStartTime() + { + if (array_key_exists("eventStartTime", $this->_propDict)) { + if (is_a($this->_propDict["eventStartTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["eventStartTime"]; + } else { + $this->_propDict["eventStartTime"] = new DateTimeTimeZone($this->_propDict["eventStartTime"]); + return $this->_propDict["eventStartTime"]; + } + } + return null; + } + + /** + * Sets the eventStartTime + * The date, time, and time zone that the event starts. + * + * @param DateTimeTimeZone $val The value to assign to the eventStartTime + * + * @return Reminder The Reminder + */ + public function setEventStartTime($val) + { + $this->_propDict["eventStartTime"] = $val; + return $this; + } + + /** + * Gets the eventEndTime + * The date, time and time zone that the event ends. + * + * @return DateTimeTimeZone The eventEndTime + */ + public function getEventEndTime() + { + if (array_key_exists("eventEndTime", $this->_propDict)) { + if (is_a($this->_propDict["eventEndTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["eventEndTime"]; + } else { + $this->_propDict["eventEndTime"] = new DateTimeTimeZone($this->_propDict["eventEndTime"]); + return $this->_propDict["eventEndTime"]; + } + } + return null; + } + + /** + * Sets the eventEndTime + * The date, time and time zone that the event ends. + * + * @param DateTimeTimeZone $val The value to assign to the eventEndTime + * + * @return Reminder The Reminder + */ + public function setEventEndTime($val) + { + $this->_propDict["eventEndTime"] = $val; + return $this; + } + /** + * Gets the changeKey + * Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. + * + * @return string The changeKey + */ + public function getChangeKey() + { + if (array_key_exists("changeKey", $this->_propDict)) { + return $this->_propDict["changeKey"]; + } else { + return null; + } + } + + /** + * Sets the changeKey + * Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. + * + * @param string $val The value of the changeKey + * + * @return Reminder + */ + public function setChangeKey($val) + { + $this->_propDict["changeKey"] = $val; + return $this; + } + /** + * Gets the eventSubject + * The text of the event's subject line. + * + * @return string The eventSubject + */ + public function getEventSubject() + { + if (array_key_exists("eventSubject", $this->_propDict)) { + return $this->_propDict["eventSubject"]; + } else { + return null; + } + } + + /** + * Sets the eventSubject + * The text of the event's subject line. + * + * @param string $val The value of the eventSubject + * + * @return Reminder + */ + public function setEventSubject($val) + { + $this->_propDict["eventSubject"] = $val; + return $this; + } + + /** + * Gets the eventLocation + * The location of the event. + * + * @return Location The eventLocation + */ + public function getEventLocation() + { + if (array_key_exists("eventLocation", $this->_propDict)) { + if (is_a($this->_propDict["eventLocation"], "Microsoft\Graph\Model\Location")) { + return $this->_propDict["eventLocation"]; + } else { + $this->_propDict["eventLocation"] = new Location($this->_propDict["eventLocation"]); + return $this->_propDict["eventLocation"]; + } + } + return null; + } + + /** + * Sets the eventLocation + * The location of the event. + * + * @param Location $val The value to assign to the eventLocation + * + * @return Reminder The Reminder + */ + public function setEventLocation($val) + { + $this->_propDict["eventLocation"] = $val; + return $this; + } + /** + * Gets the eventWebLink + * The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame. + * + * @return string The eventWebLink + */ + public function getEventWebLink() + { + if (array_key_exists("eventWebLink", $this->_propDict)) { + return $this->_propDict["eventWebLink"]; + } else { + return null; + } + } + + /** + * Sets the eventWebLink + * The URL to open the event in Outlook on the web.The event will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame. + * + * @param string $val The value of the eventWebLink + * + * @return Reminder + */ + public function setEventWebLink($val) + { + $this->_propDict["eventWebLink"] = $val; + return $this; + } + + /** + * Gets the reminderFireTime + * The date, time, and time zone that the reminder is set to occur. + * + * @return DateTimeTimeZone The reminderFireTime + */ + public function getReminderFireTime() + { + if (array_key_exists("reminderFireTime", $this->_propDict)) { + if (is_a($this->_propDict["reminderFireTime"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["reminderFireTime"]; + } else { + $this->_propDict["reminderFireTime"] = new DateTimeTimeZone($this->_propDict["reminderFireTime"]); + return $this->_propDict["reminderFireTime"]; + } + } + return null; + } + + /** + * Sets the reminderFireTime + * The date, time, and time zone that the reminder is set to occur. + * + * @param DateTimeTimeZone $val The value to assign to the reminderFireTime + * + * @return Reminder The Reminder + */ + public function setReminderFireTime($val) + { + $this->_propDict["reminderFireTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/RemoteAssistanceOnboardingStatus.php b/vendor/microsoft/microsoft-graph/src/Model/RemoteAssistanceOnboardingStatus.php new file mode 100644 index 000000000..bac92ede9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RemoteAssistanceOnboardingStatus.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name of the partner. + * + * @param string $val The displayName + * + * @return RemoteAssistancePartner + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the onboardingUrl + * URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service. + * + * @return string The onboardingUrl + */ + public function getOnboardingUrl() + { + if (array_key_exists("onboardingUrl", $this->_propDict)) { + return $this->_propDict["onboardingUrl"]; + } else { + return null; + } + } + + /** + * Sets the onboardingUrl + * URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service. + * + * @param string $val The onboardingUrl + * + * @return RemoteAssistancePartner + */ + public function setOnboardingUrl($val) + { + $this->_propDict["onboardingUrl"] = $val; + return $this; + } + + /** + * Gets the onboardingStatus + * TBD. Possible values are: notOnboarded, onboarding, onboarded. + * + * @return RemoteAssistanceOnboardingStatus The onboardingStatus + */ + public function getOnboardingStatus() + { + if (array_key_exists("onboardingStatus", $this->_propDict)) { + if (is_a($this->_propDict["onboardingStatus"], "Microsoft\Graph\Model\RemoteAssistanceOnboardingStatus")) { + return $this->_propDict["onboardingStatus"]; + } else { + $this->_propDict["onboardingStatus"] = new RemoteAssistanceOnboardingStatus($this->_propDict["onboardingStatus"]); + return $this->_propDict["onboardingStatus"]; + } + } + return null; + } + + /** + * Sets the onboardingStatus + * TBD. Possible values are: notOnboarded, onboarding, onboarded. + * + * @param RemoteAssistanceOnboardingStatus $val The onboardingStatus + * + * @return RemoteAssistancePartner + */ + public function setOnboardingStatus($val) + { + $this->_propDict["onboardingStatus"] = $val; + return $this; + } + + /** + * Gets the lastConnectionDateTime + * Timestamp of the last request sent to Intune by the TEM partner. + * + * @return \DateTime The lastConnectionDateTime + */ + public function getLastConnectionDateTime() + { + if (array_key_exists("lastConnectionDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastConnectionDateTime"], "\DateTime")) { + return $this->_propDict["lastConnectionDateTime"]; + } else { + $this->_propDict["lastConnectionDateTime"] = new \DateTime($this->_propDict["lastConnectionDateTime"]); + return $this->_propDict["lastConnectionDateTime"]; + } + } + return null; + } + + /** + * Sets the lastConnectionDateTime + * Timestamp of the last request sent to Intune by the TEM partner. + * + * @param \DateTime $val The lastConnectionDateTime + * + * @return RemoteAssistancePartner + */ + public function setLastConnectionDateTime($val) + { + $this->_propDict["lastConnectionDateTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php b/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php new file mode 100644 index 000000000..c88cd39b1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RemoteItem.php @@ -0,0 +1,564 @@ +_propDict)) { + if (is_a($this->_propDict["createdBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["createdBy"]; + } else { + $this->_propDict["createdBy"] = new IdentitySet($this->_propDict["createdBy"]); + return $this->_propDict["createdBy"]; + } + } + return null; + } + + /** + * Sets the createdBy + * Identity of the user, device, and application which created the item. Read-only. + * + * @param IdentitySet $val The value to assign to the createdBy + * + * @return RemoteItem The RemoteItem + */ + public function setCreatedBy($val) + { + $this->_propDict["createdBy"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * Date and time of item creation. Read-only. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Date and time of item creation. Read-only. + * + * @param \DateTime $val The value to assign to the createdDateTime + * + * @return RemoteItem The RemoteItem + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the file + * Indicates that the remote item is a file. Read-only. + * + * @return File The file + */ + public function getFile() + { + if (array_key_exists("file", $this->_propDict)) { + if (is_a($this->_propDict["file"], "Microsoft\Graph\Model\File")) { + return $this->_propDict["file"]; + } else { + $this->_propDict["file"] = new File($this->_propDict["file"]); + return $this->_propDict["file"]; + } + } + return null; + } + + /** + * Sets the file + * Indicates that the remote item is a file. Read-only. + * + * @param File $val The value to assign to the file + * + * @return RemoteItem The RemoteItem + */ + public function setFile($val) + { + $this->_propDict["file"] = $val; + return $this; + } + + /** + * Gets the fileSystemInfo + * Information about the remote item from the local file system. Read-only. + * + * @return FileSystemInfo The fileSystemInfo + */ + public function getFileSystemInfo() + { + if (array_key_exists("fileSystemInfo", $this->_propDict)) { + if (is_a($this->_propDict["fileSystemInfo"], "Microsoft\Graph\Model\FileSystemInfo")) { + return $this->_propDict["fileSystemInfo"]; + } else { + $this->_propDict["fileSystemInfo"] = new FileSystemInfo($this->_propDict["fileSystemInfo"]); + return $this->_propDict["fileSystemInfo"]; + } + } + return null; + } + + /** + * Sets the fileSystemInfo + * Information about the remote item from the local file system. Read-only. + * + * @param FileSystemInfo $val The value to assign to the fileSystemInfo + * + * @return RemoteItem The RemoteItem + */ + public function setFileSystemInfo($val) + { + $this->_propDict["fileSystemInfo"] = $val; + return $this; + } + + /** + * Gets the folder + * Indicates that the remote item is a folder. Read-only. + * + * @return Folder The folder + */ + public function getFolder() + { + if (array_key_exists("folder", $this->_propDict)) { + if (is_a($this->_propDict["folder"], "Microsoft\Graph\Model\Folder")) { + return $this->_propDict["folder"]; + } else { + $this->_propDict["folder"] = new Folder($this->_propDict["folder"]); + return $this->_propDict["folder"]; + } + } + return null; + } + + /** + * Sets the folder + * Indicates that the remote item is a folder. Read-only. + * + * @param Folder $val The value to assign to the folder + * + * @return RemoteItem The RemoteItem + */ + public function setFolder($val) + { + $this->_propDict["folder"] = $val; + return $this; + } + /** + * Gets the id + * Unique identifier for the remote item in its drive. Read-only. + * + * @return string The id + */ + public function getId() + { + if (array_key_exists("id", $this->_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * Unique identifier for the remote item in its drive. Read-only. + * + * @param string $val The value of the id + * + * @return RemoteItem + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + + /** + * Gets the lastModifiedBy + * Identity of the user, device, and application which last modified the item. Read-only. + * + * @return IdentitySet The lastModifiedBy + */ + public function getLastModifiedBy() + { + if (array_key_exists("lastModifiedBy", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["lastModifiedBy"]; + } else { + $this->_propDict["lastModifiedBy"] = new IdentitySet($this->_propDict["lastModifiedBy"]); + return $this->_propDict["lastModifiedBy"]; + } + } + return null; + } + + /** + * Sets the lastModifiedBy + * Identity of the user, device, and application which last modified the item. Read-only. + * + * @param IdentitySet $val The value to assign to the lastModifiedBy + * + * @return RemoteItem The RemoteItem + */ + public function setLastModifiedBy($val) + { + $this->_propDict["lastModifiedBy"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Date and time the item was last modified. Read-only. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Date and time the item was last modified. Read-only. + * + * @param \DateTime $val The value to assign to the lastModifiedDateTime + * + * @return RemoteItem The RemoteItem + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + /** + * Gets the name + * Optional. Filename of the remote item. Read-only. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Optional. Filename of the remote item. Read-only. + * + * @param string $val The value of the name + * + * @return RemoteItem + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the package + * If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only. + * + * @return Package The package + */ + public function getPackage() + { + if (array_key_exists("package", $this->_propDict)) { + if (is_a($this->_propDict["package"], "Microsoft\Graph\Model\Package")) { + return $this->_propDict["package"]; + } else { + $this->_propDict["package"] = new Package($this->_propDict["package"]); + return $this->_propDict["package"]; + } + } + return null; + } + + /** + * Sets the package + * If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only. + * + * @param Package $val The value to assign to the package + * + * @return RemoteItem The RemoteItem + */ + public function setPackage($val) + { + $this->_propDict["package"] = $val; + return $this; + } + + /** + * Gets the parentReference + * Properties of the parent of the remote item. Read-only. + * + * @return ItemReference The parentReference + */ + public function getParentReference() + { + if (array_key_exists("parentReference", $this->_propDict)) { + if (is_a($this->_propDict["parentReference"], "Microsoft\Graph\Model\ItemReference")) { + return $this->_propDict["parentReference"]; + } else { + $this->_propDict["parentReference"] = new ItemReference($this->_propDict["parentReference"]); + return $this->_propDict["parentReference"]; + } + } + return null; + } + + /** + * Sets the parentReference + * Properties of the parent of the remote item. Read-only. + * + * @param ItemReference $val The value to assign to the parentReference + * + * @return RemoteItem The RemoteItem + */ + public function setParentReference($val) + { + $this->_propDict["parentReference"] = $val; + return $this; + } + + /** + * Gets the shared + * Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only. + * + * @return Shared The shared + */ + public function getShared() + { + if (array_key_exists("shared", $this->_propDict)) { + if (is_a($this->_propDict["shared"], "Microsoft\Graph\Model\Shared")) { + return $this->_propDict["shared"]; + } else { + $this->_propDict["shared"] = new Shared($this->_propDict["shared"]); + return $this->_propDict["shared"]; + } + } + return null; + } + + /** + * Sets the shared + * Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only. + * + * @param Shared $val The value to assign to the shared + * + * @return RemoteItem The RemoteItem + */ + public function setShared($val) + { + $this->_propDict["shared"] = $val; + return $this; + } + + /** + * Gets the sharepointIds + * Provides interop between items in OneDrive for Business and SharePoint with the full set of item identifiers. Read-only. + * + * @return SharepointIds The sharepointIds + */ + public function getSharepointIds() + { + if (array_key_exists("sharepointIds", $this->_propDict)) { + if (is_a($this->_propDict["sharepointIds"], "Microsoft\Graph\Model\SharepointIds")) { + return $this->_propDict["sharepointIds"]; + } else { + $this->_propDict["sharepointIds"] = new SharepointIds($this->_propDict["sharepointIds"]); + return $this->_propDict["sharepointIds"]; + } + } + return null; + } + + /** + * Sets the sharepointIds + * Provides interop between items in OneDrive for Business and SharePoint with the full set of item identifiers. Read-only. + * + * @param SharepointIds $val The value to assign to the sharepointIds + * + * @return RemoteItem The RemoteItem + */ + public function setSharepointIds($val) + { + $this->_propDict["sharepointIds"] = $val; + return $this; + } + /** + * Gets the size + * Size of the remote item. Read-only. + * + * @return int The size + */ + public function getSize() + { + if (array_key_exists("size", $this->_propDict)) { + return $this->_propDict["size"]; + } else { + return null; + } + } + + /** + * Sets the size + * Size of the remote item. Read-only. + * + * @param int $val The value of the size + * + * @return RemoteItem + */ + public function setSize($val) + { + $this->_propDict["size"] = $val; + return $this; + } + + /** + * Gets the specialFolder + * If the current item is also available as a special folder, this facet is returned. Read-only. + * + * @return SpecialFolder The specialFolder + */ + public function getSpecialFolder() + { + if (array_key_exists("specialFolder", $this->_propDict)) { + if (is_a($this->_propDict["specialFolder"], "Microsoft\Graph\Model\SpecialFolder")) { + return $this->_propDict["specialFolder"]; + } else { + $this->_propDict["specialFolder"] = new SpecialFolder($this->_propDict["specialFolder"]); + return $this->_propDict["specialFolder"]; + } + } + return null; + } + + /** + * Sets the specialFolder + * If the current item is also available as a special folder, this facet is returned. Read-only. + * + * @param SpecialFolder $val The value to assign to the specialFolder + * + * @return RemoteItem The RemoteItem + */ + public function setSpecialFolder($val) + { + $this->_propDict["specialFolder"] = $val; + return $this; + } + /** + * Gets the webDavUrl + * DAV compatible URL for the item. + * + * @return string The webDavUrl + */ + public function getWebDavUrl() + { + if (array_key_exists("webDavUrl", $this->_propDict)) { + return $this->_propDict["webDavUrl"]; + } else { + return null; + } + } + + /** + * Sets the webDavUrl + * DAV compatible URL for the item. + * + * @param string $val The value of the webDavUrl + * + * @return RemoteItem + */ + public function setWebDavUrl($val) + { + $this->_propDict["webDavUrl"] = $val; + return $this; + } + /** + * Gets the webUrl + * URL that displays the resource in the browser. Read-only. + * + * @return string The webUrl + */ + public function getWebUrl() + { + if (array_key_exists("webUrl", $this->_propDict)) { + return $this->_propDict["webUrl"]; + } else { + return null; + } + } + + /** + * Sets the webUrl + * URL that displays the resource in the browser. Read-only. + * + * @param string $val The value of the webUrl + * + * @return RemoteItem + */ + public function setWebUrl($val) + { + $this->_propDict["webUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/RemoteLockActionResult.php b/vendor/microsoft/microsoft-graph/src/Model/RemoteLockActionResult.php new file mode 100644 index 000000000..225bbee71 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RemoteLockActionResult.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["unlockPin"]; + } else { + return null; + } + } + + /** + * Sets the unlockPin + * Pin to unlock the client + * + * @param string $val The value of the unlockPin + * + * @return RemoteLockActionResult + */ + public function setUnlockPin($val) + { + $this->_propDict["unlockPin"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Report.php b/vendor/microsoft/microsoft-graph/src/Model/Report.php new file mode 100644 index 000000000..411d4adf4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Report.php @@ -0,0 +1,61 @@ +_propDict)) { + if (is_a($this->_propDict["content"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["content"]; + } else { + $this->_propDict["content"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["content"]); + return $this->_propDict["content"]; + } + } + return null; + } + + /** + * Sets the content + * Not yet documented + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the content + * + * @return Report The Report + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ReportRoot.php b/vendor/microsoft/microsoft-graph/src/Model/ReportRoot.php new file mode 100644 index 000000000..7b57785a9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ReportRoot.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["passcode"]; + } else { + return null; + } + } + + /** + * Sets the passcode + * Newly generated passcode for the device + * + * @param string $val The value of the passcode + * + * @return ResetPasscodeActionResult + */ + public function setPasscode($val) + { + $this->_propDict["passcode"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ResourceAction.php b/vendor/microsoft/microsoft-graph/src/Model/ResourceAction.php new file mode 100644 index 000000000..b2b897068 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ResourceAction.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["allowedResourceActions"]; + } else { + return null; + } + } + + /** + * Sets the allowedResourceActions + * Allowed Actions + * + * @param string $val The value of the allowedResourceActions + * + * @return ResourceAction + */ + public function setAllowedResourceActions($val) + { + $this->_propDict["allowedResourceActions"] = $val; + return $this; + } + /** + * Gets the notAllowedResourceActions + * Not Allowed Actions + * + * @return string The notAllowedResourceActions + */ + public function getNotAllowedResourceActions() + { + if (array_key_exists("notAllowedResourceActions", $this->_propDict)) { + return $this->_propDict["notAllowedResourceActions"]; + } else { + return null; + } + } + + /** + * Sets the notAllowedResourceActions + * Not Allowed Actions + * + * @param string $val The value of the notAllowedResourceActions + * + * @return ResourceAction + */ + public function setNotAllowedResourceActions($val) + { + $this->_propDict["notAllowedResourceActions"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ResourceOperation.php b/vendor/microsoft/microsoft-graph/src/Model/ResourceOperation.php new file mode 100644 index 000000000..d9c2c1651 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ResourceOperation.php @@ -0,0 +1,116 @@ +_propDict)) { + return $this->_propDict["resourceName"]; + } else { + return null; + } + } + + /** + * Sets the resourceName + * Name of the Resource this operation is performed on. + * + * @param string $val The resourceName + * + * @return ResourceOperation + */ + public function setResourceName($val) + { + $this->_propDict["resourceName"] = $val; + return $this; + } + + /** + * Gets the actionName + * Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible. + * + * @return string The actionName + */ + public function getActionName() + { + if (array_key_exists("actionName", $this->_propDict)) { + return $this->_propDict["actionName"]; + } else { + return null; + } + } + + /** + * Sets the actionName + * Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible. + * + * @param string $val The actionName + * + * @return ResourceOperation + */ + public function setActionName($val) + { + $this->_propDict["actionName"] = $val; + return $this; + } + + /** + * Gets the description + * Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal. + * + * @param string $val The description + * + * @return ResourceOperation + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ResourceReference.php b/vendor/microsoft/microsoft-graph/src/Model/ResourceReference.php new file mode 100644 index 000000000..3d7a042b3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ResourceReference.php @@ -0,0 +1,106 @@ +_propDict)) { + return $this->_propDict["webUrl"]; + } else { + return null; + } + } + + /** + * Sets the webUrl + * + * @param string $val The value of the webUrl + * + * @return ResourceReference + */ + public function setWebUrl($val) + { + $this->_propDict["webUrl"] = $val; + return $this; + } + /** + * Gets the id + * + * @return string The id + */ + public function getId() + { + if (array_key_exists("id", $this->_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * + * @param string $val The value of the id + * + * @return ResourceReference + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + /** + * Gets the type + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * + * @param string $val The value of the type + * + * @return ResourceReference + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ResourceVisualization.php b/vendor/microsoft/microsoft-graph/src/Model/ResourceVisualization.php new file mode 100644 index 000000000..6935c8a45 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ResourceVisualization.php @@ -0,0 +1,236 @@ +_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * + * @param string $val The value of the title + * + * @return ResourceVisualization + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + /** + * Gets the type + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * + * @param string $val The value of the type + * + * @return ResourceVisualization + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the mediaType + * + * @return string The mediaType + */ + public function getMediaType() + { + if (array_key_exists("mediaType", $this->_propDict)) { + return $this->_propDict["mediaType"]; + } else { + return null; + } + } + + /** + * Sets the mediaType + * + * @param string $val The value of the mediaType + * + * @return ResourceVisualization + */ + public function setMediaType($val) + { + $this->_propDict["mediaType"] = $val; + return $this; + } + /** + * Gets the previewImageUrl + * + * @return string The previewImageUrl + */ + public function getPreviewImageUrl() + { + if (array_key_exists("previewImageUrl", $this->_propDict)) { + return $this->_propDict["previewImageUrl"]; + } else { + return null; + } + } + + /** + * Sets the previewImageUrl + * + * @param string $val The value of the previewImageUrl + * + * @return ResourceVisualization + */ + public function setPreviewImageUrl($val) + { + $this->_propDict["previewImageUrl"] = $val; + return $this; + } + /** + * Gets the previewText + * + * @return string The previewText + */ + public function getPreviewText() + { + if (array_key_exists("previewText", $this->_propDict)) { + return $this->_propDict["previewText"]; + } else { + return null; + } + } + + /** + * Sets the previewText + * + * @param string $val The value of the previewText + * + * @return ResourceVisualization + */ + public function setPreviewText($val) + { + $this->_propDict["previewText"] = $val; + return $this; + } + /** + * Gets the containerWebUrl + * + * @return string The containerWebUrl + */ + public function getContainerWebUrl() + { + if (array_key_exists("containerWebUrl", $this->_propDict)) { + return $this->_propDict["containerWebUrl"]; + } else { + return null; + } + } + + /** + * Sets the containerWebUrl + * + * @param string $val The value of the containerWebUrl + * + * @return ResourceVisualization + */ + public function setContainerWebUrl($val) + { + $this->_propDict["containerWebUrl"] = $val; + return $this; + } + /** + * Gets the containerDisplayName + * + * @return string The containerDisplayName + */ + public function getContainerDisplayName() + { + if (array_key_exists("containerDisplayName", $this->_propDict)) { + return $this->_propDict["containerDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the containerDisplayName + * + * @param string $val The value of the containerDisplayName + * + * @return ResourceVisualization + */ + public function setContainerDisplayName($val) + { + $this->_propDict["containerDisplayName"] = $val; + return $this; + } + /** + * Gets the containerType + * + * @return string The containerType + */ + public function getContainerType() + { + if (array_key_exists("containerType", $this->_propDict)) { + return $this->_propDict["containerType"]; + } else { + return null; + } + } + + /** + * Sets the containerType + * + * @param string $val The value of the containerType + * + * @return ResourceVisualization + */ + public function setContainerType($val) + { + $this->_propDict["containerType"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ResponseStatus.php b/vendor/microsoft/microsoft-graph/src/Model/ResponseStatus.php new file mode 100644 index 000000000..2d590dc5d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ResponseStatus.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["response"], "Microsoft\Graph\Model\ResponseType")) { + return $this->_propDict["response"]; + } else { + $this->_propDict["response"] = new ResponseType($this->_propDict["response"]); + return $this->_propDict["response"]; + } + } + return null; + } + + /** + * Sets the response + * The response type. The possible values are: None, Organizer, TentativelyAccepted, Accepted, Declined, NotResponded. + * + * @param ResponseType $val The value to assign to the response + * + * @return ResponseStatus The ResponseStatus + */ + public function setResponse($val) + { + $this->_propDict["response"] = $val; + return $this; + } + + /** + * Gets the time + * The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The time + */ + public function getTime() + { + if (array_key_exists("time", $this->_propDict)) { + if (is_a($this->_propDict["time"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["time"]; + } else { + $this->_propDict["time"] = new \DateTime($this->_propDict["time"]); + return $this->_propDict["time"]; + } + } + return null; + } + + /** + * Sets the time + * The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The value to assign to the time + * + * @return ResponseStatus The ResponseStatus + */ + public function setTime($val) + { + $this->_propDict["time"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ResponseType.php b/vendor/microsoft/microsoft-graph/src/Model/ResponseType.php new file mode 100644 index 000000000..c950829df --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ResponseType.php @@ -0,0 +1,40 @@ +_propDict)) { + return $this->_propDict["targetTenantId"]; + } else { + return null; + } + } + + /** + * Sets the targetTenantId + * + * @param string $val The targetTenantId + * + * @return RestrictedSignIn + */ + public function setTargetTenantId($val) + { + $this->_propDict["targetTenantId"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/RgbColor.php b/vendor/microsoft/microsoft-graph/src/Model/RgbColor.php new file mode 100644 index 000000000..b0a771d6c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RgbColor.php @@ -0,0 +1,127 @@ +_propDict)) { + if (is_a($this->_propDict["r"], "Microsoft\Graph\Model\Byte")) { + return $this->_propDict["r"]; + } else { + $this->_propDict["r"] = new Byte($this->_propDict["r"]); + return $this->_propDict["r"]; + } + } + return null; + } + + /** + * Sets the r + * Red value + * + * @param Byte $val The value to assign to the r + * + * @return RgbColor The RgbColor + */ + public function setR($val) + { + $this->_propDict["r"] = $val; + return $this; + } + + /** + * Gets the g + * Green value + * + * @return Byte The g + */ + public function getG() + { + if (array_key_exists("g", $this->_propDict)) { + if (is_a($this->_propDict["g"], "Microsoft\Graph\Model\Byte")) { + return $this->_propDict["g"]; + } else { + $this->_propDict["g"] = new Byte($this->_propDict["g"]); + return $this->_propDict["g"]; + } + } + return null; + } + + /** + * Sets the g + * Green value + * + * @param Byte $val The value to assign to the g + * + * @return RgbColor The RgbColor + */ + public function setG($val) + { + $this->_propDict["g"] = $val; + return $this; + } + + /** + * Gets the b + * Blue value + * + * @return Byte The b + */ + public function getB() + { + if (array_key_exists("b", $this->_propDict)) { + if (is_a($this->_propDict["b"], "Microsoft\Graph\Model\Byte")) { + return $this->_propDict["b"]; + } else { + $this->_propDict["b"] = new Byte($this->_propDict["b"]); + return $this->_propDict["b"]; + } + } + return null; + } + + /** + * Sets the b + * Blue value + * + * @param Byte $val The value to assign to the b + * + * @return RgbColor The RgbColor + */ + public function setB($val) + { + $this->_propDict["b"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/RiskDetail.php b/vendor/microsoft/microsoft-graph/src/Model/RiskDetail.php new file mode 100644 index 000000000..af427f481 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RiskDetail.php @@ -0,0 +1,46 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The display or friendly name of the role Assignment. + * + * @param string $val The displayName + * + * @return RoleAssignment + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * Description of the Role Assignment. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description of the Role Assignment. + * + * @param string $val The description + * + * @return RoleAssignment + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the resourceScopes + * List of ids of role scope member security groups. These are IDs from Azure Active Directory. + * + * @return string The resourceScopes + */ + public function getResourceScopes() + { + if (array_key_exists("resourceScopes", $this->_propDict)) { + return $this->_propDict["resourceScopes"]; + } else { + return null; + } + } + + /** + * Sets the resourceScopes + * List of ids of role scope member security groups. These are IDs from Azure Active Directory. + * + * @param string $val The resourceScopes + * + * @return RoleAssignment + */ + public function setResourceScopes($val) + { + $this->_propDict["resourceScopes"] = $val; + return $this; + } + + /** + * Gets the roleDefinition + * Role definition this assignment is part of. + * + * @return RoleDefinition The roleDefinition + */ + public function getRoleDefinition() + { + if (array_key_exists("roleDefinition", $this->_propDict)) { + if (is_a($this->_propDict["roleDefinition"], "Microsoft\Graph\Model\RoleDefinition")) { + return $this->_propDict["roleDefinition"]; + } else { + $this->_propDict["roleDefinition"] = new RoleDefinition($this->_propDict["roleDefinition"]); + return $this->_propDict["roleDefinition"]; + } + } + return null; + } + + /** + * Sets the roleDefinition + * Role definition this assignment is part of. + * + * @param RoleDefinition $val The roleDefinition + * + * @return RoleAssignment + */ + public function setRoleDefinition($val) + { + $this->_propDict["roleDefinition"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/RoleDefinition.php b/vendor/microsoft/microsoft-graph/src/Model/RoleDefinition.php new file mode 100644 index 000000000..9bf978898 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RoleDefinition.php @@ -0,0 +1,176 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display Name of the Role definition. + * + * @param string $val The displayName + * + * @return RoleDefinition + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * Description of the Role definition. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description of the Role definition. + * + * @param string $val The description + * + * @return RoleDefinition + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + + /** + * Gets the rolePermissions + * List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission. + * + * @return array The rolePermissions + */ + public function getRolePermissions() + { + if (array_key_exists("rolePermissions", $this->_propDict)) { + return $this->_propDict["rolePermissions"]; + } else { + return null; + } + } + + /** + * Sets the rolePermissions + * List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission. + * + * @param RolePermission $val The rolePermissions + * + * @return RoleDefinition + */ + public function setRolePermissions($val) + { + $this->_propDict["rolePermissions"] = $val; + return $this; + } + + /** + * Gets the isBuiltIn + * Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition. + * + * @return bool The isBuiltIn + */ + public function getIsBuiltIn() + { + if (array_key_exists("isBuiltIn", $this->_propDict)) { + return $this->_propDict["isBuiltIn"]; + } else { + return null; + } + } + + /** + * Sets the isBuiltIn + * Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition. + * + * @param bool $val The isBuiltIn + * + * @return RoleDefinition + */ + public function setIsBuiltIn($val) + { + $this->_propDict["isBuiltIn"] = boolval($val); + return $this; + } + + + /** + * Gets the roleAssignments + * List of Role assignments for this role definition. + * + * @return array The roleAssignments + */ + public function getRoleAssignments() + { + if (array_key_exists("roleAssignments", $this->_propDict)) { + return $this->_propDict["roleAssignments"]; + } else { + return null; + } + } + + /** + * Sets the roleAssignments + * List of Role assignments for this role definition. + * + * @param RoleAssignment $val The roleAssignments + * + * @return RoleDefinition + */ + public function setRoleAssignments($val) + { + $this->_propDict["roleAssignments"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/RolePermission.php b/vendor/microsoft/microsoft-graph/src/Model/RolePermission.php new file mode 100644 index 000000000..61351e040 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/RolePermission.php @@ -0,0 +1,61 @@ +_propDict)) { + if (is_a($this->_propDict["resourceActions"], "Microsoft\Graph\Model\ResourceAction")) { + return $this->_propDict["resourceActions"]; + } else { + $this->_propDict["resourceActions"] = new ResourceAction($this->_propDict["resourceActions"]); + return $this->_propDict["resourceActions"]; + } + } + return null; + } + + /** + * Sets the resourceActions + * Actions + * + * @param ResourceAction $val The value to assign to the resourceActions + * + * @return RolePermission The RolePermission + */ + public function setResourceActions($val) + { + $this->_propDict["resourceActions"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Root.php b/vendor/microsoft/microsoft-graph/src/Model/Root.php new file mode 100644 index 000000000..90bca41ac --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Root.php @@ -0,0 +1,28 @@ +_propDict)) { + return $this->_propDict["scheduleId"]; + } else { + return null; + } + } + + /** + * Sets the scheduleId + * An SMTP address of the user, distribution list, or resource, identifying an instance of scheduleInformation. + * + * @param string $val The value of the scheduleId + * + * @return ScheduleInformation + */ + public function setScheduleId($val) + { + $this->_propDict["scheduleId"] = $val; + return $this; + } + + /** + * Gets the scheduleItems + * Contains the items that describe the availability of the user or resource. + * + * @return ScheduleItem The scheduleItems + */ + public function getScheduleItems() + { + if (array_key_exists("scheduleItems", $this->_propDict)) { + if (is_a($this->_propDict["scheduleItems"], "Microsoft\Graph\Model\ScheduleItem")) { + return $this->_propDict["scheduleItems"]; + } else { + $this->_propDict["scheduleItems"] = new ScheduleItem($this->_propDict["scheduleItems"]); + return $this->_propDict["scheduleItems"]; + } + } + return null; + } + + /** + * Sets the scheduleItems + * Contains the items that describe the availability of the user or resource. + * + * @param ScheduleItem $val The value to assign to the scheduleItems + * + * @return ScheduleInformation The ScheduleInformation + */ + public function setScheduleItems($val) + { + $this->_propDict["scheduleItems"] = $val; + return $this; + } + /** + * Gets the availabilityView + * Represents a merged view of availability of all the items in scheduleItems. The view consists of time slots. Availability during each time slot is indicated with: 0= free, 1= tentative, 2= busy, 3= out of office, 4= working elsewhere. + * + * @return string The availabilityView + */ + public function getAvailabilityView() + { + if (array_key_exists("availabilityView", $this->_propDict)) { + return $this->_propDict["availabilityView"]; + } else { + return null; + } + } + + /** + * Sets the availabilityView + * Represents a merged view of availability of all the items in scheduleItems. The view consists of time slots. Availability during each time slot is indicated with: 0= free, 1= tentative, 2= busy, 3= out of office, 4= working elsewhere. + * + * @param string $val The value of the availabilityView + * + * @return ScheduleInformation + */ + public function setAvailabilityView($val) + { + $this->_propDict["availabilityView"] = $val; + return $this; + } + + /** + * Gets the error + * Error information from attempting to get the availability of the user, distribution list, or resource. + * + * @return FreeBusyError The error + */ + public function getError() + { + if (array_key_exists("error", $this->_propDict)) { + if (is_a($this->_propDict["error"], "Microsoft\Graph\Model\FreeBusyError")) { + return $this->_propDict["error"]; + } else { + $this->_propDict["error"] = new FreeBusyError($this->_propDict["error"]); + return $this->_propDict["error"]; + } + } + return null; + } + + /** + * Sets the error + * Error information from attempting to get the availability of the user, distribution list, or resource. + * + * @param FreeBusyError $val The value to assign to the error + * + * @return ScheduleInformation The ScheduleInformation + */ + public function setError($val) + { + $this->_propDict["error"] = $val; + return $this; + } + + /** + * Gets the workingHours + * The days of the week and hours in a specific time zone that the user works. These are set as part of the user's mailboxSettings. + * + * @return WorkingHours The workingHours + */ + public function getWorkingHours() + { + if (array_key_exists("workingHours", $this->_propDict)) { + if (is_a($this->_propDict["workingHours"], "Microsoft\Graph\Model\WorkingHours")) { + return $this->_propDict["workingHours"]; + } else { + $this->_propDict["workingHours"] = new WorkingHours($this->_propDict["workingHours"]); + return $this->_propDict["workingHours"]; + } + } + return null; + } + + /** + * Sets the workingHours + * The days of the week and hours in a specific time zone that the user works. These are set as part of the user's mailboxSettings. + * + * @param WorkingHours $val The value to assign to the workingHours + * + * @return ScheduleInformation The ScheduleInformation + */ + public function setWorkingHours($val) + { + $this->_propDict["workingHours"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ScheduleItem.php b/vendor/microsoft/microsoft-graph/src/Model/ScheduleItem.php new file mode 100644 index 000000000..89dbd7877 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ScheduleItem.php @@ -0,0 +1,211 @@ +_propDict)) { + if (is_a($this->_propDict["start"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["start"]; + } else { + $this->_propDict["start"] = new DateTimeTimeZone($this->_propDict["start"]); + return $this->_propDict["start"]; + } + } + return null; + } + + /** + * Sets the start + * The date, time, and time zone that the corresponding event starts. + * + * @param DateTimeTimeZone $val The value to assign to the start + * + * @return ScheduleItem The ScheduleItem + */ + public function setStart($val) + { + $this->_propDict["start"] = $val; + return $this; + } + + /** + * Gets the end + * The date, time, and time zone that the corresponding event ends. + * + * @return DateTimeTimeZone The end + */ + public function getEnd() + { + if (array_key_exists("end", $this->_propDict)) { + if (is_a($this->_propDict["end"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["end"]; + } else { + $this->_propDict["end"] = new DateTimeTimeZone($this->_propDict["end"]); + return $this->_propDict["end"]; + } + } + return null; + } + + /** + * Sets the end + * The date, time, and time zone that the corresponding event ends. + * + * @param DateTimeTimeZone $val The value to assign to the end + * + * @return ScheduleItem The ScheduleItem + */ + public function setEnd($val) + { + $this->_propDict["end"] = $val; + return $this; + } + /** + * Gets the isPrivate + * The sensitivity of the corresponding event. True if the event is marked private, false otherwise. Optional. + * + * @return bool The isPrivate + */ + public function getIsPrivate() + { + if (array_key_exists("isPrivate", $this->_propDict)) { + return $this->_propDict["isPrivate"]; + } else { + return null; + } + } + + /** + * Sets the isPrivate + * The sensitivity of the corresponding event. True if the event is marked private, false otherwise. Optional. + * + * @param bool $val The value of the isPrivate + * + * @return ScheduleItem + */ + public function setIsPrivate($val) + { + $this->_propDict["isPrivate"] = $val; + return $this; + } + + /** + * Gets the status + * The availability status of the user or resource during the corresponding event. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * + * @return FreeBusyStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\FreeBusyStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new FreeBusyStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * The availability status of the user or resource during the corresponding event. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. + * + * @param FreeBusyStatus $val The value to assign to the status + * + * @return ScheduleItem The ScheduleItem + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + /** + * Gets the subject + * The corresponding event's subject line. Optional. + * + * @return string The subject + */ + public function getSubject() + { + if (array_key_exists("subject", $this->_propDict)) { + return $this->_propDict["subject"]; + } else { + return null; + } + } + + /** + * Sets the subject + * The corresponding event's subject line. Optional. + * + * @param string $val The value of the subject + * + * @return ScheduleItem + */ + public function setSubject($val) + { + $this->_propDict["subject"] = $val; + return $this; + } + /** + * Gets the location + * The location where the corresponding event is held or attended from. Optional. + * + * @return string The location + */ + public function getLocation() + { + if (array_key_exists("location", $this->_propDict)) { + return $this->_propDict["location"]; + } else { + return null; + } + } + + /** + * Sets the location + * The location where the corresponding event is held or attended from. Optional. + * + * @param string $val The value of the location + * + * @return ScheduleItem + */ + public function setLocation($val) + { + $this->_propDict["location"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SchemaExtension.php b/vendor/microsoft/microsoft-graph/src/Model/SchemaExtension.php new file mode 100644 index 000000000..83d73dcdf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SchemaExtension.php @@ -0,0 +1,175 @@ +_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description for the schema extension. + * + * @param string $val The description + * + * @return SchemaExtension + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the targetTypes + * Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from contact, device, event, group, message, organization, post, or user. + * + * @return string The targetTypes + */ + public function getTargetTypes() + { + if (array_key_exists("targetTypes", $this->_propDict)) { + return $this->_propDict["targetTypes"]; + } else { + return null; + } + } + + /** + * Sets the targetTypes + * Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from contact, device, event, group, message, organization, post, or user. + * + * @param string $val The targetTypes + * + * @return SchemaExtension + */ + public function setTargetTypes($val) + { + $this->_propDict["targetTypes"] = $val; + return $this; + } + + + /** + * Gets the schemaExtensionProperties + * The collection of property names and types that make up the schema extension definition. + * + * @return array The schemaExtensionProperties + */ + public function getSchemaExtensionProperties() + { + if (array_key_exists("properties", $this->_propDict)) { + return $this->_propDict["properties"]; + } else { + return null; + } + } + + /** + * Sets the schemaExtensionProperties + * The collection of property names and types that make up the schema extension definition. + * + * @param ExtensionSchemaProperty $val The schemaExtensionProperties + * + * @return SchemaExtension + */ + public function setSchemaExtensionProperties($val) + { + $this->_propDict["properties"] = $val; + return $this; + } + + /** + * Gets the status + * The lifecycle state of the schema extension. Possible states are InDevelopment, Available, and Deprecated. Automatically set to InDevelopment on creation. Schema extensions provides more information on the possible state transitions and behaviors. + * + * @return string The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + return $this->_propDict["status"]; + } else { + return null; + } + } + + /** + * Sets the status + * The lifecycle state of the schema extension. Possible states are InDevelopment, Available, and Deprecated. Automatically set to InDevelopment on creation. Schema extensions provides more information on the possible state transitions and behaviors. + * + * @param string $val The status + * + * @return SchemaExtension + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the owner + * The appId of the application that is the owner of the schema extension. This property can be supplied on creation, to set the owner. If not supplied, then the calling application's appId will be set as the owner. In either case, the signed-in user must be the owner of the application. Once set, this property is read-only and cannot be changed. + * + * @return string The owner + */ + public function getOwner() + { + if (array_key_exists("owner", $this->_propDict)) { + return $this->_propDict["owner"]; + } else { + return null; + } + } + + /** + * Sets the owner + * The appId of the application that is the owner of the schema extension. This property can be supplied on creation, to set the owner. If not supplied, then the calling application's appId will be set as the owner. In either case, the signed-in user must be the owner of the application. Once set, this property is read-only and cannot be changed. + * + * @param string $val The owner + * + * @return SchemaExtension + */ + public function setOwner($val) + { + $this->_propDict["owner"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/ScoredEmailAddress.php b/vendor/microsoft/microsoft-graph/src/Model/ScoredEmailAddress.php new file mode 100644 index 000000000..b2eab19bf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ScoredEmailAddress.php @@ -0,0 +1,141 @@ +_propDict)) { + return $this->_propDict["address"]; + } else { + return null; + } + } + + /** + * Sets the address + * The email address. + * + * @param string $val The value of the address + * + * @return ScoredEmailAddress + */ + public function setAddress($val) + { + $this->_propDict["address"] = $val; + return $this; + } + /** + * Gets the relevanceScore + * The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships. + * + * @return float The relevanceScore + */ + public function getRelevanceScore() + { + if (array_key_exists("relevanceScore", $this->_propDict)) { + return $this->_propDict["relevanceScore"]; + } else { + return null; + } + } + + /** + * Sets the relevanceScore + * The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships. + * + * @param float $val The value of the relevanceScore + * + * @return ScoredEmailAddress + */ + public function setRelevanceScore($val) + { + $this->_propDict["relevanceScore"] = $val; + return $this; + } + + /** + * Gets the selectionLikelihood + * + * @return SelectionLikelihoodInfo The selectionLikelihood + */ + public function getSelectionLikelihood() + { + if (array_key_exists("selectionLikelihood", $this->_propDict)) { + if (is_a($this->_propDict["selectionLikelihood"], "Microsoft\Graph\Model\SelectionLikelihoodInfo")) { + return $this->_propDict["selectionLikelihood"]; + } else { + $this->_propDict["selectionLikelihood"] = new SelectionLikelihoodInfo($this->_propDict["selectionLikelihood"]); + return $this->_propDict["selectionLikelihood"]; + } + } + return null; + } + + /** + * Sets the selectionLikelihood + * + * @param SelectionLikelihoodInfo $val The value to assign to the selectionLikelihood + * + * @return ScoredEmailAddress The ScoredEmailAddress + */ + public function setSelectionLikelihood($val) + { + $this->_propDict["selectionLikelihood"] = $val; + return $this; + } + /** + * Gets the itemId + * + * @return string The itemId + */ + public function getItemId() + { + if (array_key_exists("itemId", $this->_propDict)) { + return $this->_propDict["itemId"]; + } else { + return null; + } + } + + /** + * Sets the itemId + * + * @param string $val The value of the itemId + * + * @return ScoredEmailAddress + */ + public function setItemId($val) + { + $this->_propDict["itemId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SearchResult.php b/vendor/microsoft/microsoft-graph/src/Model/SearchResult.php new file mode 100644 index 000000000..de037c430 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SearchResult.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["onClickTelemetryUrl"]; + } else { + return null; + } + } + + /** + * Sets the onClickTelemetryUrl + * A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results. + * + * @param string $val The value of the onClickTelemetryUrl + * + * @return SearchResult + */ + public function setOnClickTelemetryUrl($val) + { + $this->_propDict["onClickTelemetryUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SectionGroup.php b/vendor/microsoft/microsoft-graph/src/Model/SectionGroup.php new file mode 100644 index 000000000..8361df735 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SectionGroup.php @@ -0,0 +1,213 @@ +_propDict)) { + return $this->_propDict["sectionsUrl"]; + } else { + return null; + } + } + + /** + * Sets the sectionsUrl + * The URL for the sections navigation property, which returns all the sections in the section group. Read-only. + * + * @param string $val The sectionsUrl + * + * @return SectionGroup + */ + public function setSectionsUrl($val) + { + $this->_propDict["sectionsUrl"] = $val; + return $this; + } + + /** + * Gets the sectionGroupsUrl + * The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only. + * + * @return string The sectionGroupsUrl + */ + public function getSectionGroupsUrl() + { + if (array_key_exists("sectionGroupsUrl", $this->_propDict)) { + return $this->_propDict["sectionGroupsUrl"]; + } else { + return null; + } + } + + /** + * Sets the sectionGroupsUrl + * The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only. + * + * @param string $val The sectionGroupsUrl + * + * @return SectionGroup + */ + public function setSectionGroupsUrl($val) + { + $this->_propDict["sectionGroupsUrl"] = $val; + return $this; + } + + /** + * Gets the parentNotebook + * The notebook that contains the section group. Read-only. + * + * @return Notebook The parentNotebook + */ + public function getParentNotebook() + { + if (array_key_exists("parentNotebook", $this->_propDict)) { + if (is_a($this->_propDict["parentNotebook"], "Microsoft\Graph\Model\Notebook")) { + return $this->_propDict["parentNotebook"]; + } else { + $this->_propDict["parentNotebook"] = new Notebook($this->_propDict["parentNotebook"]); + return $this->_propDict["parentNotebook"]; + } + } + return null; + } + + /** + * Sets the parentNotebook + * The notebook that contains the section group. Read-only. + * + * @param Notebook $val The parentNotebook + * + * @return SectionGroup + */ + public function setParentNotebook($val) + { + $this->_propDict["parentNotebook"] = $val; + return $this; + } + + /** + * Gets the parentSectionGroup + * The section group that contains the section group. Read-only. + * + * @return SectionGroup The parentSectionGroup + */ + public function getParentSectionGroup() + { + if (array_key_exists("parentSectionGroup", $this->_propDict)) { + if (is_a($this->_propDict["parentSectionGroup"], "Microsoft\Graph\Model\SectionGroup")) { + return $this->_propDict["parentSectionGroup"]; + } else { + $this->_propDict["parentSectionGroup"] = new SectionGroup($this->_propDict["parentSectionGroup"]); + return $this->_propDict["parentSectionGroup"]; + } + } + return null; + } + + /** + * Sets the parentSectionGroup + * The section group that contains the section group. Read-only. + * + * @param SectionGroup $val The parentSectionGroup + * + * @return SectionGroup + */ + public function setParentSectionGroup($val) + { + $this->_propDict["parentSectionGroup"] = $val; + return $this; + } + + + /** + * Gets the sections + * The sections in the section group. Read-only. Nullable. + * + * @return array The sections + */ + public function getSections() + { + if (array_key_exists("sections", $this->_propDict)) { + return $this->_propDict["sections"]; + } else { + return null; + } + } + + /** + * Sets the sections + * The sections in the section group. Read-only. Nullable. + * + * @param OnenoteSection $val The sections + * + * @return SectionGroup + */ + public function setSections($val) + { + $this->_propDict["sections"] = $val; + return $this; + } + + + /** + * Gets the sectionGroups + * The section groups in the section. Read-only. Nullable. + * + * @return array The sectionGroups + */ + public function getSectionGroups() + { + if (array_key_exists("sectionGroups", $this->_propDict)) { + return $this->_propDict["sectionGroups"]; + } else { + return null; + } + } + + /** + * Sets the sectionGroups + * The section groups in the section. Read-only. Nullable. + * + * @param SectionGroup $val The sectionGroups + * + * @return SectionGroup + */ + public function setSectionGroups($val) + { + $this->_propDict["sectionGroups"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SectionLinks.php b/vendor/microsoft/microsoft-graph/src/Model/SectionLinks.php new file mode 100644 index 000000000..88ac012cd --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SectionLinks.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["oneNoteClientUrl"], "Microsoft\Graph\Model\ExternalLink")) { + return $this->_propDict["oneNoteClientUrl"]; + } else { + $this->_propDict["oneNoteClientUrl"] = new ExternalLink($this->_propDict["oneNoteClientUrl"]); + return $this->_propDict["oneNoteClientUrl"]; + } + } + return null; + } + + /** + * Sets the oneNoteClientUrl + * Opens the section in the OneNote native client if it's installed. + * + * @param ExternalLink $val The value to assign to the oneNoteClientUrl + * + * @return SectionLinks The SectionLinks + */ + public function setOneNoteClientUrl($val) + { + $this->_propDict["oneNoteClientUrl"] = $val; + return $this; + } + + /** + * Gets the oneNoteWebUrl + * Opens the section in OneNote on the web. + * + * @return ExternalLink The oneNoteWebUrl + */ + public function getOneNoteWebUrl() + { + if (array_key_exists("oneNoteWebUrl", $this->_propDict)) { + if (is_a($this->_propDict["oneNoteWebUrl"], "Microsoft\Graph\Model\ExternalLink")) { + return $this->_propDict["oneNoteWebUrl"]; + } else { + $this->_propDict["oneNoteWebUrl"] = new ExternalLink($this->_propDict["oneNoteWebUrl"]); + return $this->_propDict["oneNoteWebUrl"]; + } + } + return null; + } + + /** + * Sets the oneNoteWebUrl + * Opens the section in OneNote on the web. + * + * @param ExternalLink $val The value to assign to the oneNoteWebUrl + * + * @return SectionLinks The SectionLinks + */ + public function setOneNoteWebUrl($val) + { + $this->_propDict["oneNoteWebUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SecureScore.php b/vendor/microsoft/microsoft-graph/src/Model/SecureScore.php new file mode 100644 index 000000000..ca0222cb7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SecureScore.php @@ -0,0 +1,329 @@ +_propDict)) { + return $this->_propDict["activeUserCount"]; + } else { + return null; + } + } + + /** + * Sets the activeUserCount + * Active user count of the given tenant. + * + * @param int $val The activeUserCount + * + * @return SecureScore + */ + public function setActiveUserCount($val) + { + $this->_propDict["activeUserCount"] = intval($val); + return $this; + } + + + /** + * Gets the averageComparativeScores + * Average score by different scopes (for example, average by industry, average by seating) and control category (Identity, Data, Device, Apps, Infrastructure) within the scope. + * + * @return array The averageComparativeScores + */ + public function getAverageComparativeScores() + { + if (array_key_exists("averageComparativeScores", $this->_propDict)) { + return $this->_propDict["averageComparativeScores"]; + } else { + return null; + } + } + + /** + * Sets the averageComparativeScores + * Average score by different scopes (for example, average by industry, average by seating) and control category (Identity, Data, Device, Apps, Infrastructure) within the scope. + * + * @param AverageComparativeScore $val The averageComparativeScores + * + * @return SecureScore + */ + public function setAverageComparativeScores($val) + { + $this->_propDict["averageComparativeScores"] = $val; + return $this; + } + + /** + * Gets the azureTenantId + * GUID string for tenant ID. + * + * @return string The azureTenantId + */ + public function getAzureTenantId() + { + if (array_key_exists("azureTenantId", $this->_propDict)) { + return $this->_propDict["azureTenantId"]; + } else { + return null; + } + } + + /** + * Sets the azureTenantId + * GUID string for tenant ID. + * + * @param string $val The azureTenantId + * + * @return SecureScore + */ + public function setAzureTenantId($val) + { + $this->_propDict["azureTenantId"] = $val; + return $this; + } + + + /** + * Gets the controlScores + * Contains tenant scores for a set of controls. + * + * @return array The controlScores + */ + public function getControlScores() + { + if (array_key_exists("controlScores", $this->_propDict)) { + return $this->_propDict["controlScores"]; + } else { + return null; + } + } + + /** + * Sets the controlScores + * Contains tenant scores for a set of controls. + * + * @param ControlScore $val The controlScores + * + * @return SecureScore + */ + public function setControlScores($val) + { + $this->_propDict["controlScores"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * The date when the entity is created. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * The date when the entity is created. + * + * @param \DateTime $val The createdDateTime + * + * @return SecureScore + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the currentScore + * Tenant current attained score on specified date. + * + * @return float The currentScore + */ + public function getCurrentScore() + { + if (array_key_exists("currentScore", $this->_propDict)) { + return $this->_propDict["currentScore"]; + } else { + return null; + } + } + + /** + * Sets the currentScore + * Tenant current attained score on specified date. + * + * @param float $val The currentScore + * + * @return SecureScore + */ + public function setCurrentScore($val) + { + $this->_propDict["currentScore"] = $val; + return $this; + } + + /** + * Gets the enabledServices + * Microsoft-provided services for the tenant (for example, Exchange online, Skype, Sharepoint). + * + * @return string The enabledServices + */ + public function getEnabledServices() + { + if (array_key_exists("enabledServices", $this->_propDict)) { + return $this->_propDict["enabledServices"]; + } else { + return null; + } + } + + /** + * Sets the enabledServices + * Microsoft-provided services for the tenant (for example, Exchange online, Skype, Sharepoint). + * + * @param string $val The enabledServices + * + * @return SecureScore + */ + public function setEnabledServices($val) + { + $this->_propDict["enabledServices"] = $val; + return $this; + } + + /** + * Gets the licensedUserCount + * Licensed user count of the given tenant. + * + * @return int The licensedUserCount + */ + public function getLicensedUserCount() + { + if (array_key_exists("licensedUserCount", $this->_propDict)) { + return $this->_propDict["licensedUserCount"]; + } else { + return null; + } + } + + /** + * Sets the licensedUserCount + * Licensed user count of the given tenant. + * + * @param int $val The licensedUserCount + * + * @return SecureScore + */ + public function setLicensedUserCount($val) + { + $this->_propDict["licensedUserCount"] = intval($val); + return $this; + } + + /** + * Gets the maxScore + * Tenant maximum possible score on specified date. + * + * @return float The maxScore + */ + public function getMaxScore() + { + if (array_key_exists("maxScore", $this->_propDict)) { + return $this->_propDict["maxScore"]; + } else { + return null; + } + } + + /** + * Sets the maxScore + * Tenant maximum possible score on specified date. + * + * @param float $val The maxScore + * + * @return SecureScore + */ + public function setMaxScore($val) + { + $this->_propDict["maxScore"] = $val; + return $this; + } + + /** + * Gets the vendorInformation + * Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required. + * + * @return SecurityVendorInformation The vendorInformation + */ + public function getVendorInformation() + { + if (array_key_exists("vendorInformation", $this->_propDict)) { + if (is_a($this->_propDict["vendorInformation"], "Microsoft\Graph\Model\SecurityVendorInformation")) { + return $this->_propDict["vendorInformation"]; + } else { + $this->_propDict["vendorInformation"] = new SecurityVendorInformation($this->_propDict["vendorInformation"]); + return $this->_propDict["vendorInformation"]; + } + } + return null; + } + + /** + * Sets the vendorInformation + * Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required. + * + * @param SecurityVendorInformation $val The vendorInformation + * + * @return SecureScore + */ + public function setVendorInformation($val) + { + $this->_propDict["vendorInformation"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SecureScoreControlProfile.php b/vendor/microsoft/microsoft-graph/src/Model/SecureScoreControlProfile.php new file mode 100644 index 000000000..88b6a0971 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SecureScoreControlProfile.php @@ -0,0 +1,580 @@ +_propDict)) { + return $this->_propDict["actionType"]; + } else { + return null; + } + } + + /** + * Sets the actionType + * Control action type (Config, Review, Behavior). + * + * @param string $val The actionType + * + * @return SecureScoreControlProfile + */ + public function setActionType($val) + { + $this->_propDict["actionType"] = $val; + return $this; + } + + /** + * Gets the actionUrl + * URL to where the control can be actioned. + * + * @return string The actionUrl + */ + public function getActionUrl() + { + if (array_key_exists("actionUrl", $this->_propDict)) { + return $this->_propDict["actionUrl"]; + } else { + return null; + } + } + + /** + * Sets the actionUrl + * URL to where the control can be actioned. + * + * @param string $val The actionUrl + * + * @return SecureScoreControlProfile + */ + public function setActionUrl($val) + { + $this->_propDict["actionUrl"] = $val; + return $this; + } + + /** + * Gets the azureTenantId + * GUID string for tenant ID. + * + * @return string The azureTenantId + */ + public function getAzureTenantId() + { + if (array_key_exists("azureTenantId", $this->_propDict)) { + return $this->_propDict["azureTenantId"]; + } else { + return null; + } + } + + /** + * Sets the azureTenantId + * GUID string for tenant ID. + * + * @param string $val The azureTenantId + * + * @return SecureScoreControlProfile + */ + public function setAzureTenantId($val) + { + $this->_propDict["azureTenantId"] = $val; + return $this; + } + + + /** + * Gets the complianceInformation + * + * @return array The complianceInformation + */ + public function getComplianceInformation() + { + if (array_key_exists("complianceInformation", $this->_propDict)) { + return $this->_propDict["complianceInformation"]; + } else { + return null; + } + } + + /** + * Sets the complianceInformation + * + * @param ComplianceInformation $val The complianceInformation + * + * @return SecureScoreControlProfile + */ + public function setComplianceInformation($val) + { + $this->_propDict["complianceInformation"] = $val; + return $this; + } + + /** + * Gets the controlCategory + * Control action category (Identity, Data, Device, Apps, Infrastructure). + * + * @return string The controlCategory + */ + public function getControlCategory() + { + if (array_key_exists("controlCategory", $this->_propDict)) { + return $this->_propDict["controlCategory"]; + } else { + return null; + } + } + + /** + * Sets the controlCategory + * Control action category (Identity, Data, Device, Apps, Infrastructure). + * + * @param string $val The controlCategory + * + * @return SecureScoreControlProfile + */ + public function setControlCategory($val) + { + $this->_propDict["controlCategory"] = $val; + return $this; + } + + + /** + * Gets the controlStateUpdates + * + * @return array The controlStateUpdates + */ + public function getControlStateUpdates() + { + if (array_key_exists("controlStateUpdates", $this->_propDict)) { + return $this->_propDict["controlStateUpdates"]; + } else { + return null; + } + } + + /** + * Sets the controlStateUpdates + * + * @param SecureScoreControlStateUpdate $val The controlStateUpdates + * + * @return SecureScoreControlProfile + */ + public function setControlStateUpdates($val) + { + $this->_propDict["controlStateUpdates"] = $val; + return $this; + } + + /** + * Gets the deprecated + * Flag to indicate if a control is depreciated. + * + * @return bool The deprecated + */ + public function getDeprecated() + { + if (array_key_exists("deprecated", $this->_propDict)) { + return $this->_propDict["deprecated"]; + } else { + return null; + } + } + + /** + * Sets the deprecated + * Flag to indicate if a control is depreciated. + * + * @param bool $val The deprecated + * + * @return SecureScoreControlProfile + */ + public function setDeprecated($val) + { + $this->_propDict["deprecated"] = boolval($val); + return $this; + } + + /** + * Gets the implementationCost + * Resource cost of implemmentating control (low, moderate, high). + * + * @return string The implementationCost + */ + public function getImplementationCost() + { + if (array_key_exists("implementationCost", $this->_propDict)) { + return $this->_propDict["implementationCost"]; + } else { + return null; + } + } + + /** + * Sets the implementationCost + * Resource cost of implemmentating control (low, moderate, high). + * + * @param string $val The implementationCost + * + * @return SecureScoreControlProfile + */ + public function setImplementationCost($val) + { + $this->_propDict["implementationCost"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Time at which the control profile entity was last modified. The Timestamp type represents date and time + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Time at which the control profile entity was last modified. The Timestamp type represents date and time + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return SecureScoreControlProfile + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the maxScore + * max attainable score for the control. + * + * @return float The maxScore + */ + public function getMaxScore() + { + if (array_key_exists("maxScore", $this->_propDict)) { + return $this->_propDict["maxScore"]; + } else { + return null; + } + } + + /** + * Sets the maxScore + * max attainable score for the control. + * + * @param float $val The maxScore + * + * @return SecureScoreControlProfile + */ + public function setMaxScore($val) + { + $this->_propDict["maxScore"] = $val; + return $this; + } + + /** + * Gets the rank + * Microsoft's stack ranking of control. + * + * @return int The rank + */ + public function getRank() + { + if (array_key_exists("rank", $this->_propDict)) { + return $this->_propDict["rank"]; + } else { + return null; + } + } + + /** + * Sets the rank + * Microsoft's stack ranking of control. + * + * @param int $val The rank + * + * @return SecureScoreControlProfile + */ + public function setRank($val) + { + $this->_propDict["rank"] = intval($val); + return $this; + } + + /** + * Gets the remediation + * Description of what the control will help remediate. + * + * @return string The remediation + */ + public function getRemediation() + { + if (array_key_exists("remediation", $this->_propDict)) { + return $this->_propDict["remediation"]; + } else { + return null; + } + } + + /** + * Sets the remediation + * Description of what the control will help remediate. + * + * @param string $val The remediation + * + * @return SecureScoreControlProfile + */ + public function setRemediation($val) + { + $this->_propDict["remediation"] = $val; + return $this; + } + + /** + * Gets the remediationImpact + * Description of the impact on users of the remediation. + * + * @return string The remediationImpact + */ + public function getRemediationImpact() + { + if (array_key_exists("remediationImpact", $this->_propDict)) { + return $this->_propDict["remediationImpact"]; + } else { + return null; + } + } + + /** + * Sets the remediationImpact + * Description of the impact on users of the remediation. + * + * @param string $val The remediationImpact + * + * @return SecureScoreControlProfile + */ + public function setRemediationImpact($val) + { + $this->_propDict["remediationImpact"] = $val; + return $this; + } + + /** + * Gets the service + * Service that owns the control (Exchange, Sharepoint, Azure AD). + * + * @return string The service + */ + public function getService() + { + if (array_key_exists("service", $this->_propDict)) { + return $this->_propDict["service"]; + } else { + return null; + } + } + + /** + * Sets the service + * Service that owns the control (Exchange, Sharepoint, Azure AD). + * + * @param string $val The service + * + * @return SecureScoreControlProfile + */ + public function setService($val) + { + $this->_propDict["service"] = $val; + return $this; + } + + /** + * Gets the threats + * List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage, + * + * @return string The threats + */ + public function getThreats() + { + if (array_key_exists("threats", $this->_propDict)) { + return $this->_propDict["threats"]; + } else { + return null; + } + } + + /** + * Sets the threats + * List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage, + * + * @param string $val The threats + * + * @return SecureScoreControlProfile + */ + public function setThreats($val) + { + $this->_propDict["threats"] = $val; + return $this; + } + + /** + * Gets the tier + * + * @return string The tier + */ + public function getTier() + { + if (array_key_exists("tier", $this->_propDict)) { + return $this->_propDict["tier"]; + } else { + return null; + } + } + + /** + * Sets the tier + * + * @param string $val The tier + * + * @return SecureScoreControlProfile + */ + public function setTier($val) + { + $this->_propDict["tier"] = $val; + return $this; + } + + /** + * Gets the title + * Title of the control. + * + * @return string The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * Title of the control. + * + * @param string $val The title + * + * @return SecureScoreControlProfile + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + + /** + * Gets the userImpact + * + * @return string The userImpact + */ + public function getUserImpact() + { + if (array_key_exists("userImpact", $this->_propDict)) { + return $this->_propDict["userImpact"]; + } else { + return null; + } + } + + /** + * Sets the userImpact + * + * @param string $val The userImpact + * + * @return SecureScoreControlProfile + */ + public function setUserImpact($val) + { + $this->_propDict["userImpact"] = $val; + return $this; + } + + /** + * Gets the vendorInformation + * + * @return SecurityVendorInformation The vendorInformation + */ + public function getVendorInformation() + { + if (array_key_exists("vendorInformation", $this->_propDict)) { + if (is_a($this->_propDict["vendorInformation"], "Microsoft\Graph\Model\SecurityVendorInformation")) { + return $this->_propDict["vendorInformation"]; + } else { + $this->_propDict["vendorInformation"] = new SecurityVendorInformation($this->_propDict["vendorInformation"]); + return $this->_propDict["vendorInformation"]; + } + } + return null; + } + + /** + * Sets the vendorInformation + * + * @param SecurityVendorInformation $val The vendorInformation + * + * @return SecureScoreControlProfile + */ + public function setVendorInformation($val) + { + $this->_propDict["vendorInformation"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SecureScoreControlStateUpdate.php b/vendor/microsoft/microsoft-graph/src/Model/SecureScoreControlStateUpdate.php new file mode 100644 index 000000000..d7bae7daf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SecureScoreControlStateUpdate.php @@ -0,0 +1,173 @@ +_propDict)) { + return $this->_propDict["assignedTo"]; + } else { + return null; + } + } + + /** + * Sets the assignedTo + * Assigns the control to the user who will take the action. + * + * @param string $val The value of the assignedTo + * + * @return SecureScoreControlStateUpdate + */ + public function setAssignedTo($val) + { + $this->_propDict["assignedTo"] = $val; + return $this; + } + /** + * Gets the comment + * Provides optional comment about the control. + * + * @return string The comment + */ + public function getComment() + { + if (array_key_exists("comment", $this->_propDict)) { + return $this->_propDict["comment"]; + } else { + return null; + } + } + + /** + * Sets the comment + * Provides optional comment about the control. + * + * @param string $val The value of the comment + * + * @return SecureScoreControlStateUpdate + */ + public function setComment($val) + { + $this->_propDict["comment"] = $val; + return $this; + } + /** + * Gets the state + * State of the control, which can be modified via a PATCH command (for example, ignored, thirdParty). + * + * @return string The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * State of the control, which can be modified via a PATCH command (for example, ignored, thirdParty). + * + * @param string $val The value of the state + * + * @return SecureScoreControlStateUpdate + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + /** + * Gets the updatedBy + * ID of the user who updated tenant state. + * + * @return string The updatedBy + */ + public function getUpdatedBy() + { + if (array_key_exists("updatedBy", $this->_propDict)) { + return $this->_propDict["updatedBy"]; + } else { + return null; + } + } + + /** + * Sets the updatedBy + * ID of the user who updated tenant state. + * + * @param string $val The value of the updatedBy + * + * @return SecureScoreControlStateUpdate + */ + public function setUpdatedBy($val) + { + $this->_propDict["updatedBy"] = $val; + return $this; + } + + /** + * Gets the updatedDateTime + * Time at which the control state was updated. + * + * @return \DateTime The updatedDateTime + */ + public function getUpdatedDateTime() + { + if (array_key_exists("updatedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["updatedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["updatedDateTime"]; + } else { + $this->_propDict["updatedDateTime"] = new \DateTime($this->_propDict["updatedDateTime"]); + return $this->_propDict["updatedDateTime"]; + } + } + return null; + } + + /** + * Sets the updatedDateTime + * Time at which the control state was updated. + * + * @param \DateTime $val The value to assign to the updatedDateTime + * + * @return SecureScoreControlStateUpdate The SecureScoreControlStateUpdate + */ + public function setUpdatedDateTime($val) + { + $this->_propDict["updatedDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Security.php b/vendor/microsoft/microsoft-graph/src/Model/Security.php new file mode 100644 index 000000000..99cec5c5d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Security.php @@ -0,0 +1,115 @@ +_propDict)) { + return $this->_propDict["alerts"]; + } else { + return null; + } + } + + /** + * Sets the alerts + * Read-only. Nullable. + * + * @param Alert $val The alerts + * + * @return Security + */ + public function setAlerts($val) + { + $this->_propDict["alerts"] = $val; + return $this; + } + + + /** + * Gets the secureScoreControlProfiles + * + * @return array The secureScoreControlProfiles + */ + public function getSecureScoreControlProfiles() + { + if (array_key_exists("secureScoreControlProfiles", $this->_propDict)) { + return $this->_propDict["secureScoreControlProfiles"]; + } else { + return null; + } + } + + /** + * Sets the secureScoreControlProfiles + * + * @param SecureScoreControlProfile $val The secureScoreControlProfiles + * + * @return Security + */ + public function setSecureScoreControlProfiles($val) + { + $this->_propDict["secureScoreControlProfiles"] = $val; + return $this; + } + + + /** + * Gets the secureScores + * + * @return array The secureScores + */ + public function getSecureScores() + { + if (array_key_exists("secureScores", $this->_propDict)) { + return $this->_propDict["secureScores"]; + } else { + return null; + } + } + + /** + * Sets the secureScores + * + * @param SecureScore $val The secureScores + * + * @return Security + */ + public function setSecureScores($val) + { + $this->_propDict["secureScores"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SecurityNetworkProtocol.php b/vendor/microsoft/microsoft-graph/src/Model/SecurityNetworkProtocol.php new file mode 100644 index 000000000..82a611fb5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SecurityNetworkProtocol.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["provider"]; + } else { + return null; + } + } + + /** + * Sets the provider + * Specific provider (product/service - not vendor company); for example, WindowsDefenderATP. + * + * @param string $val The value of the provider + * + * @return SecurityVendorInformation + */ + public function setProvider($val) + { + $this->_propDict["provider"] = $val; + return $this; + } + /** + * Gets the providerVersion + * Version of the provider or subprovider, if it exists, that generated the alert. Required + * + * @return string The providerVersion + */ + public function getProviderVersion() + { + if (array_key_exists("providerVersion", $this->_propDict)) { + return $this->_propDict["providerVersion"]; + } else { + return null; + } + } + + /** + * Sets the providerVersion + * Version of the provider or subprovider, if it exists, that generated the alert. Required + * + * @param string $val The value of the providerVersion + * + * @return SecurityVendorInformation + */ + public function setProviderVersion($val) + { + $this->_propDict["providerVersion"] = $val; + return $this; + } + /** + * Gets the subProvider + * Specific subprovider (under aggregating provider); for example, WindowsDefenderATP.SmartScreen. + * + * @return string The subProvider + */ + public function getSubProvider() + { + if (array_key_exists("subProvider", $this->_propDict)) { + return $this->_propDict["subProvider"]; + } else { + return null; + } + } + + /** + * Sets the subProvider + * Specific subprovider (under aggregating provider); for example, WindowsDefenderATP.SmartScreen. + * + * @param string $val The value of the subProvider + * + * @return SecurityVendorInformation + */ + public function setSubProvider($val) + { + $this->_propDict["subProvider"] = $val; + return $this; + } + /** + * Gets the vendor + * Name of the alert vendor (for example, Microsoft, Dell, FireEye). Required + * + * @return string The vendor + */ + public function getVendor() + { + if (array_key_exists("vendor", $this->_propDict)) { + return $this->_propDict["vendor"]; + } else { + return null; + } + } + + /** + * Sets the vendor + * Name of the alert vendor (for example, Microsoft, Dell, FireEye). Required + * + * @param string $val The value of the vendor + * + * @return SecurityVendorInformation + */ + public function setVendor($val) + { + $this->_propDict["vendor"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SelectionLikelihoodInfo.php b/vendor/microsoft/microsoft-graph/src/Model/SelectionLikelihoodInfo.php new file mode 100644 index 000000000..1129b76b3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SelectionLikelihoodInfo.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["servicePlanId"]; + } else { + return null; + } + } + + /** + * Sets the servicePlanId + * The unique identifier of the service plan. + * + * @param string $val The value of the servicePlanId + * + * @return ServicePlanInfo + */ + public function setServicePlanId($val) + { + $this->_propDict["servicePlanId"] = $val; + return $this; + } + /** + * Gets the servicePlanName + * The name of the service plan. + * + * @return string The servicePlanName + */ + public function getServicePlanName() + { + if (array_key_exists("servicePlanName", $this->_propDict)) { + return $this->_propDict["servicePlanName"]; + } else { + return null; + } + } + + /** + * Sets the servicePlanName + * The name of the service plan. + * + * @param string $val The value of the servicePlanName + * + * @return ServicePlanInfo + */ + public function setServicePlanName($val) + { + $this->_propDict["servicePlanName"] = $val; + return $this; + } + /** + * Gets the provisioningStatus + * The provisioning status of the service plan. Possible values:'Success' - Service is fully provisioned.'Disabled' - Service has been disabled.'PendingInput' - Service is not yet provisioned; awaiting service confirmation.'PendingActivation' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)'PendingProvisioning' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet. + * + * @return string The provisioningStatus + */ + public function getProvisioningStatus() + { + if (array_key_exists("provisioningStatus", $this->_propDict)) { + return $this->_propDict["provisioningStatus"]; + } else { + return null; + } + } + + /** + * Sets the provisioningStatus + * The provisioning status of the service plan. Possible values:'Success' - Service is fully provisioned.'Disabled' - Service has been disabled.'PendingInput' - Service is not yet provisioned; awaiting service confirmation.'PendingActivation' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)'PendingProvisioning' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet. + * + * @param string $val The value of the provisioningStatus + * + * @return ServicePlanInfo + */ + public function setProvisioningStatus($val) + { + $this->_propDict["provisioningStatus"] = $val; + return $this; + } + /** + * Gets the appliesTo + * The object the service plan can be assigned to. Possible values:'User' - service plan can be assigned to individual users.'Company' - service plan can be assigned to the entire tenant. + * + * @return string The appliesTo + */ + public function getAppliesTo() + { + if (array_key_exists("appliesTo", $this->_propDict)) { + return $this->_propDict["appliesTo"]; + } else { + return null; + } + } + + /** + * Sets the appliesTo + * The object the service plan can be assigned to. Possible values:'User' - service plan can be assigned to individual users.'Company' - service plan can be assigned to the entire tenant. + * + * @param string $val The value of the appliesTo + * + * @return ServicePlanInfo + */ + public function setAppliesTo($val) + { + $this->_propDict["appliesTo"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SettingSource.php b/vendor/microsoft/microsoft-graph/src/Model/SettingSource.php new file mode 100644 index 000000000..fc11f4d0c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SettingSource.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * Not yet documented + * + * @param string $val The value of the id + * + * @return SettingSource + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + /** + * Gets the displayName + * Not yet documented + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Not yet documented + * + * @param string $val The value of the displayName + * + * @return SettingSource + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SettingStateDeviceSummary.php b/vendor/microsoft/microsoft-graph/src/Model/SettingStateDeviceSummary.php new file mode 100644 index 000000000..e9611bb11 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SettingStateDeviceSummary.php @@ -0,0 +1,290 @@ +_propDict)) { + return $this->_propDict["settingName"]; + } else { + return null; + } + } + + /** + * Sets the settingName + * Name of the setting + * + * @param string $val The settingName + * + * @return SettingStateDeviceSummary + */ + public function setSettingName($val) + { + $this->_propDict["settingName"] = $val; + return $this; + } + + /** + * Gets the instancePath + * Name of the InstancePath for the setting + * + * @return string The instancePath + */ + public function getInstancePath() + { + if (array_key_exists("instancePath", $this->_propDict)) { + return $this->_propDict["instancePath"]; + } else { + return null; + } + } + + /** + * Sets the instancePath + * Name of the InstancePath for the setting + * + * @param string $val The instancePath + * + * @return SettingStateDeviceSummary + */ + public function setInstancePath($val) + { + $this->_propDict["instancePath"] = $val; + return $this; + } + + /** + * Gets the unknownDeviceCount + * Device Unkown count for the setting + * + * @return int The unknownDeviceCount + */ + public function getUnknownDeviceCount() + { + if (array_key_exists("unknownDeviceCount", $this->_propDict)) { + return $this->_propDict["unknownDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the unknownDeviceCount + * Device Unkown count for the setting + * + * @param int $val The unknownDeviceCount + * + * @return SettingStateDeviceSummary + */ + public function setUnknownDeviceCount($val) + { + $this->_propDict["unknownDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableDeviceCount + * Device Not Applicable count for the setting + * + * @return int The notApplicableDeviceCount + */ + public function getNotApplicableDeviceCount() + { + if (array_key_exists("notApplicableDeviceCount", $this->_propDict)) { + return $this->_propDict["notApplicableDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableDeviceCount + * Device Not Applicable count for the setting + * + * @param int $val The notApplicableDeviceCount + * + * @return SettingStateDeviceSummary + */ + public function setNotApplicableDeviceCount($val) + { + $this->_propDict["notApplicableDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the compliantDeviceCount + * Device Compliant count for the setting + * + * @return int The compliantDeviceCount + */ + public function getCompliantDeviceCount() + { + if (array_key_exists("compliantDeviceCount", $this->_propDict)) { + return $this->_propDict["compliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the compliantDeviceCount + * Device Compliant count for the setting + * + * @param int $val The compliantDeviceCount + * + * @return SettingStateDeviceSummary + */ + public function setCompliantDeviceCount($val) + { + $this->_propDict["compliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the remediatedDeviceCount + * Device Compliant count for the setting + * + * @return int The remediatedDeviceCount + */ + public function getRemediatedDeviceCount() + { + if (array_key_exists("remediatedDeviceCount", $this->_propDict)) { + return $this->_propDict["remediatedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the remediatedDeviceCount + * Device Compliant count for the setting + * + * @param int $val The remediatedDeviceCount + * + * @return SettingStateDeviceSummary + */ + public function setRemediatedDeviceCount($val) + { + $this->_propDict["remediatedDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the nonCompliantDeviceCount + * Device NonCompliant count for the setting + * + * @return int The nonCompliantDeviceCount + */ + public function getNonCompliantDeviceCount() + { + if (array_key_exists("nonCompliantDeviceCount", $this->_propDict)) { + return $this->_propDict["nonCompliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the nonCompliantDeviceCount + * Device NonCompliant count for the setting + * + * @param int $val The nonCompliantDeviceCount + * + * @return SettingStateDeviceSummary + */ + public function setNonCompliantDeviceCount($val) + { + $this->_propDict["nonCompliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the errorDeviceCount + * Device error count for the setting + * + * @return int The errorDeviceCount + */ + public function getErrorDeviceCount() + { + if (array_key_exists("errorDeviceCount", $this->_propDict)) { + return $this->_propDict["errorDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the errorDeviceCount + * Device error count for the setting + * + * @param int $val The errorDeviceCount + * + * @return SettingStateDeviceSummary + */ + public function setErrorDeviceCount($val) + { + $this->_propDict["errorDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the conflictDeviceCount + * Device conflict error count for the setting + * + * @return int The conflictDeviceCount + */ + public function getConflictDeviceCount() + { + if (array_key_exists("conflictDeviceCount", $this->_propDict)) { + return $this->_propDict["conflictDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the conflictDeviceCount + * Device conflict error count for the setting + * + * @param int $val The conflictDeviceCount + * + * @return SettingStateDeviceSummary + */ + public function setConflictDeviceCount($val) + { + $this->_propDict["conflictDeviceCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SettingTemplateValue.php b/vendor/microsoft/microsoft-graph/src/Model/SettingTemplateValue.php new file mode 100644 index 000000000..8ad2b1856 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SettingTemplateValue.php @@ -0,0 +1,140 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Name of the setting. + * + * @param string $val The value of the name + * + * @return SettingTemplateValue + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the type + * Type of the setting. + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * Type of the setting. + * + * @param string $val The value of the type + * + * @return SettingTemplateValue + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the defaultValue + * Default value for the setting. + * + * @return string The defaultValue + */ + public function getDefaultValue() + { + if (array_key_exists("defaultValue", $this->_propDict)) { + return $this->_propDict["defaultValue"]; + } else { + return null; + } + } + + /** + * Sets the defaultValue + * Default value for the setting. + * + * @param string $val The value of the defaultValue + * + * @return SettingTemplateValue + */ + public function setDefaultValue($val) + { + $this->_propDict["defaultValue"] = $val; + return $this; + } + /** + * Gets the description + * Description of the setting. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Description of the setting. + * + * @param string $val The value of the description + * + * @return SettingTemplateValue + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SettingValue.php b/vendor/microsoft/microsoft-graph/src/Model/SettingValue.php new file mode 100644 index 000000000..b12372112 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SettingValue.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Name of the setting (as defined by the groupSettingTemplate). + * + * @param string $val The value of the name + * + * @return SettingValue + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the value + * Value of the setting. + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Value of the setting. + * + * @param string $val The value of the value + * + * @return SettingValue + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Shared.php b/vendor/microsoft/microsoft-graph/src/Model/Shared.php new file mode 100644 index 000000000..997d701d7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Shared.php @@ -0,0 +1,155 @@ +_propDict)) { + if (is_a($this->_propDict["owner"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["owner"]; + } else { + $this->_propDict["owner"] = new IdentitySet($this->_propDict["owner"]); + return $this->_propDict["owner"]; + } + } + return null; + } + + /** + * Sets the owner + * The identity of the owner of the shared item. Read-only. + * + * @param IdentitySet $val The value to assign to the owner + * + * @return Shared The Shared + */ + public function setOwner($val) + { + $this->_propDict["owner"] = $val; + return $this; + } + /** + * Gets the scope + * Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only. + * + * @return string The scope + */ + public function getScope() + { + if (array_key_exists("scope", $this->_propDict)) { + return $this->_propDict["scope"]; + } else { + return null; + } + } + + /** + * Sets the scope + * Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only. + * + * @param string $val The value of the scope + * + * @return Shared + */ + public function setScope($val) + { + $this->_propDict["scope"] = $val; + return $this; + } + + /** + * Gets the sharedBy + * The identity of the user who shared the item. Read-only. + * + * @return IdentitySet The sharedBy + */ + public function getSharedBy() + { + if (array_key_exists("sharedBy", $this->_propDict)) { + if (is_a($this->_propDict["sharedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["sharedBy"]; + } else { + $this->_propDict["sharedBy"] = new IdentitySet($this->_propDict["sharedBy"]); + return $this->_propDict["sharedBy"]; + } + } + return null; + } + + /** + * Sets the sharedBy + * The identity of the user who shared the item. Read-only. + * + * @param IdentitySet $val The value to assign to the sharedBy + * + * @return Shared The Shared + */ + public function setSharedBy($val) + { + $this->_propDict["sharedBy"] = $val; + return $this; + } + + /** + * Gets the sharedDateTime + * The UTC date and time when the item was shared. Read-only. + * + * @return \DateTime The sharedDateTime + */ + public function getSharedDateTime() + { + if (array_key_exists("sharedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["sharedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["sharedDateTime"]; + } else { + $this->_propDict["sharedDateTime"] = new \DateTime($this->_propDict["sharedDateTime"]); + return $this->_propDict["sharedDateTime"]; + } + } + return null; + } + + /** + * Sets the sharedDateTime + * The UTC date and time when the item was shared. Read-only. + * + * @param \DateTime $val The value to assign to the sharedDateTime + * + * @return Shared The Shared + */ + public function setSharedDateTime($val) + { + $this->_propDict["sharedDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SharedDriveItem.php b/vendor/microsoft/microsoft-graph/src/Model/SharedDriveItem.php new file mode 100644 index 000000000..b4a50ecf2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SharedDriveItem.php @@ -0,0 +1,257 @@ +_propDict)) { + if (is_a($this->_propDict["owner"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["owner"]; + } else { + $this->_propDict["owner"] = new IdentitySet($this->_propDict["owner"]); + return $this->_propDict["owner"]; + } + } + return null; + } + + /** + * Sets the owner + * Information about the owner of the shared item being referenced. + * + * @param IdentitySet $val The owner + * + * @return SharedDriveItem + */ + public function setOwner($val) + { + $this->_propDict["owner"] = $val; + return $this; + } + + /** + * Gets the driveItem + * Used to access the underlying driveItem + * + * @return DriveItem The driveItem + */ + public function getDriveItem() + { + if (array_key_exists("driveItem", $this->_propDict)) { + if (is_a($this->_propDict["driveItem"], "Microsoft\Graph\Model\DriveItem")) { + return $this->_propDict["driveItem"]; + } else { + $this->_propDict["driveItem"] = new DriveItem($this->_propDict["driveItem"]); + return $this->_propDict["driveItem"]; + } + } + return null; + } + + /** + * Sets the driveItem + * Used to access the underlying driveItem + * + * @param DriveItem $val The driveItem + * + * @return SharedDriveItem + */ + public function setDriveItem($val) + { + $this->_propDict["driveItem"] = $val; + return $this; + } + + + /** + * Gets the items + * All driveItems contained in the sharing root. This collection cannot be enumerated. + * + * @return array The items + */ + public function getItems() + { + if (array_key_exists("items", $this->_propDict)) { + return $this->_propDict["items"]; + } else { + return null; + } + } + + /** + * Sets the items + * All driveItems contained in the sharing root. This collection cannot be enumerated. + * + * @param DriveItem $val The items + * + * @return SharedDriveItem + */ + public function setItems($val) + { + $this->_propDict["items"] = $val; + return $this; + } + + /** + * Gets the list + * Used to access the underlying list + * + * @return GraphList The list + */ + public function getList() + { + if (array_key_exists("list", $this->_propDict)) { + if (is_a($this->_propDict["list"], "Microsoft\Graph\Model\List")) { + return $this->_propDict["list"]; + } else { + $this->_propDict["list"] = new GraphList($this->_propDict["list"]); + return $this->_propDict["list"]; + } + } + return null; + } + + /** + * Sets the list + * Used to access the underlying list + * + * @param GraphList $val The list + * + * @return SharedDriveItem + */ + public function setList($val) + { + $this->_propDict["list"] = $val; + return $this; + } + + /** + * Gets the listItem + * Used to access the underlying listItem + * + * @return ListItem The listItem + */ + public function getListItem() + { + if (array_key_exists("listItem", $this->_propDict)) { + if (is_a($this->_propDict["listItem"], "Microsoft\Graph\Model\ListItem")) { + return $this->_propDict["listItem"]; + } else { + $this->_propDict["listItem"] = new ListItem($this->_propDict["listItem"]); + return $this->_propDict["listItem"]; + } + } + return null; + } + + /** + * Sets the listItem + * Used to access the underlying listItem + * + * @param ListItem $val The listItem + * + * @return SharedDriveItem + */ + public function setListItem($val) + { + $this->_propDict["listItem"] = $val; + return $this; + } + + /** + * Gets the root + * Used to access the underlying driveItem. Deprecated -- use driveItem instead. + * + * @return DriveItem The root + */ + public function getRoot() + { + if (array_key_exists("root", $this->_propDict)) { + if (is_a($this->_propDict["root"], "Microsoft\Graph\Model\DriveItem")) { + return $this->_propDict["root"]; + } else { + $this->_propDict["root"] = new DriveItem($this->_propDict["root"]); + return $this->_propDict["root"]; + } + } + return null; + } + + /** + * Sets the root + * Used to access the underlying driveItem. Deprecated -- use driveItem instead. + * + * @param DriveItem $val The root + * + * @return SharedDriveItem + */ + public function setRoot($val) + { + $this->_propDict["root"] = $val; + return $this; + } + + /** + * Gets the site + * Used to access the underlying site + * + * @return Site The site + */ + public function getSite() + { + if (array_key_exists("site", $this->_propDict)) { + if (is_a($this->_propDict["site"], "Microsoft\Graph\Model\Site")) { + return $this->_propDict["site"]; + } else { + $this->_propDict["site"] = new Site($this->_propDict["site"]); + return $this->_propDict["site"]; + } + } + return null; + } + + /** + * Sets the site + * Used to access the underlying site + * + * @param Site $val The site + * + * @return SharedDriveItem + */ + public function setSite($val) + { + $this->_propDict["site"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SharedInsight.php b/vendor/microsoft/microsoft-graph/src/Model/SharedInsight.php new file mode 100644 index 000000000..090c9eb90 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SharedInsight.php @@ -0,0 +1,212 @@ +_propDict)) { + if (is_a($this->_propDict["lastShared"], "Microsoft\Graph\Model\SharingDetail")) { + return $this->_propDict["lastShared"]; + } else { + $this->_propDict["lastShared"] = new SharingDetail($this->_propDict["lastShared"]); + return $this->_propDict["lastShared"]; + } + } + return null; + } + + /** + * Sets the lastShared + * + * @param SharingDetail $val The lastShared + * + * @return SharedInsight + */ + public function setLastShared($val) + { + $this->_propDict["lastShared"] = $val; + return $this; + } + + + /** + * Gets the sharingHistory + * + * @return array The sharingHistory + */ + public function getSharingHistory() + { + if (array_key_exists("sharingHistory", $this->_propDict)) { + return $this->_propDict["sharingHistory"]; + } else { + return null; + } + } + + /** + * Sets the sharingHistory + * + * @param SharingDetail $val The sharingHistory + * + * @return SharedInsight + */ + public function setSharingHistory($val) + { + $this->_propDict["sharingHistory"] = $val; + return $this; + } + + /** + * Gets the resourceVisualization + * + * @return ResourceVisualization The resourceVisualization + */ + public function getResourceVisualization() + { + if (array_key_exists("resourceVisualization", $this->_propDict)) { + if (is_a($this->_propDict["resourceVisualization"], "Microsoft\Graph\Model\ResourceVisualization")) { + return $this->_propDict["resourceVisualization"]; + } else { + $this->_propDict["resourceVisualization"] = new ResourceVisualization($this->_propDict["resourceVisualization"]); + return $this->_propDict["resourceVisualization"]; + } + } + return null; + } + + /** + * Sets the resourceVisualization + * + * @param ResourceVisualization $val The resourceVisualization + * + * @return SharedInsight + */ + public function setResourceVisualization($val) + { + $this->_propDict["resourceVisualization"] = $val; + return $this; + } + + /** + * Gets the resourceReference + * + * @return ResourceReference The resourceReference + */ + public function getResourceReference() + { + if (array_key_exists("resourceReference", $this->_propDict)) { + if (is_a($this->_propDict["resourceReference"], "Microsoft\Graph\Model\ResourceReference")) { + return $this->_propDict["resourceReference"]; + } else { + $this->_propDict["resourceReference"] = new ResourceReference($this->_propDict["resourceReference"]); + return $this->_propDict["resourceReference"]; + } + } + return null; + } + + /** + * Sets the resourceReference + * + * @param ResourceReference $val The resourceReference + * + * @return SharedInsight + */ + public function setResourceReference($val) + { + $this->_propDict["resourceReference"] = $val; + return $this; + } + + /** + * Gets the lastSharedMethod + * + * @return Entity The lastSharedMethod + */ + public function getLastSharedMethod() + { + if (array_key_exists("lastSharedMethod", $this->_propDict)) { + if (is_a($this->_propDict["lastSharedMethod"], "Microsoft\Graph\Model\Entity")) { + return $this->_propDict["lastSharedMethod"]; + } else { + $this->_propDict["lastSharedMethod"] = new Entity($this->_propDict["lastSharedMethod"]); + return $this->_propDict["lastSharedMethod"]; + } + } + return null; + } + + /** + * Sets the lastSharedMethod + * + * @param Entity $val The lastSharedMethod + * + * @return SharedInsight + */ + public function setLastSharedMethod($val) + { + $this->_propDict["lastSharedMethod"] = $val; + return $this; + } + + /** + * Gets the resource + * + * @return Entity The resource + */ + public function getResource() + { + if (array_key_exists("resource", $this->_propDict)) { + if (is_a($this->_propDict["resource"], "Microsoft\Graph\Model\Entity")) { + return $this->_propDict["resource"]; + } else { + $this->_propDict["resource"] = new Entity($this->_propDict["resource"]); + return $this->_propDict["resource"]; + } + } + return null; + } + + /** + * Sets the resource + * + * @param Entity $val The resource + * + * @return SharedInsight + */ + public function setResource($val) + { + $this->_propDict["resource"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SharedPCAccountDeletionPolicyType.php b/vendor/microsoft/microsoft-graph/src/Model/SharedPCAccountDeletionPolicyType.php new file mode 100644 index 000000000..77e18b672 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SharedPCAccountDeletionPolicyType.php @@ -0,0 +1,37 @@ +_propDict)) { + if (is_a($this->_propDict["accountDeletionPolicy"], "Microsoft\Graph\Model\SharedPCAccountDeletionPolicyType")) { + return $this->_propDict["accountDeletionPolicy"]; + } else { + $this->_propDict["accountDeletionPolicy"] = new SharedPCAccountDeletionPolicyType($this->_propDict["accountDeletionPolicy"]); + return $this->_propDict["accountDeletionPolicy"]; + } + } + return null; + } + + /** + * Sets the accountDeletionPolicy + * Configures when accounts are deleted. Possible values are: immediate, diskSpaceThreshold, diskSpaceThresholdOrInactiveThreshold. + * + * @param SharedPCAccountDeletionPolicyType $val The value to assign to the accountDeletionPolicy + * + * @return SharedPCAccountManagerPolicy The SharedPCAccountManagerPolicy + */ + public function setAccountDeletionPolicy($val) + { + $this->_propDict["accountDeletionPolicy"] = $val; + return $this; + } + /** + * Gets the cacheAccountsAboveDiskFreePercentage + * Sets the percentage of available disk space a PC should have before it stops deleting cached shared PC accounts. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100 + * + * @return int The cacheAccountsAboveDiskFreePercentage + */ + public function getCacheAccountsAboveDiskFreePercentage() + { + if (array_key_exists("cacheAccountsAboveDiskFreePercentage", $this->_propDict)) { + return $this->_propDict["cacheAccountsAboveDiskFreePercentage"]; + } else { + return null; + } + } + + /** + * Sets the cacheAccountsAboveDiskFreePercentage + * Sets the percentage of available disk space a PC should have before it stops deleting cached shared PC accounts. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100 + * + * @param int $val The value of the cacheAccountsAboveDiskFreePercentage + * + * @return SharedPCAccountManagerPolicy + */ + public function setCacheAccountsAboveDiskFreePercentage($val) + { + $this->_propDict["cacheAccountsAboveDiskFreePercentage"] = $val; + return $this; + } + /** + * Gets the inactiveThresholdDays + * Specifies when the accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. + * + * @return int The inactiveThresholdDays + */ + public function getInactiveThresholdDays() + { + if (array_key_exists("inactiveThresholdDays", $this->_propDict)) { + return $this->_propDict["inactiveThresholdDays"]; + } else { + return null; + } + } + + /** + * Sets the inactiveThresholdDays + * Specifies when the accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. + * + * @param int $val The value of the inactiveThresholdDays + * + * @return SharedPCAccountManagerPolicy + */ + public function setInactiveThresholdDays($val) + { + $this->_propDict["inactiveThresholdDays"] = $val; + return $this; + } + /** + * Gets the removeAccountsBelowDiskFreePercentage + * Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100 + * + * @return int The removeAccountsBelowDiskFreePercentage + */ + public function getRemoveAccountsBelowDiskFreePercentage() + { + if (array_key_exists("removeAccountsBelowDiskFreePercentage", $this->_propDict)) { + return $this->_propDict["removeAccountsBelowDiskFreePercentage"]; + } else { + return null; + } + } + + /** + * Sets the removeAccountsBelowDiskFreePercentage + * Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100 + * + * @param int $val The value of the removeAccountsBelowDiskFreePercentage + * + * @return SharedPCAccountManagerPolicy + */ + public function setRemoveAccountsBelowDiskFreePercentage($val) + { + $this->_propDict["removeAccountsBelowDiskFreePercentage"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SharedPCAllowedAccountType.php b/vendor/microsoft/microsoft-graph/src/Model/SharedPCAllowedAccountType.php new file mode 100644 index 000000000..043feac85 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SharedPCAllowedAccountType.php @@ -0,0 +1,36 @@ +_propDict)) { + if (is_a($this->_propDict["accountManagerPolicy"], "Microsoft\Graph\Model\SharedPCAccountManagerPolicy")) { + return $this->_propDict["accountManagerPolicy"]; + } else { + $this->_propDict["accountManagerPolicy"] = new SharedPCAccountManagerPolicy($this->_propDict["accountManagerPolicy"]); + return $this->_propDict["accountManagerPolicy"]; + } + } + return null; + } + + /** + * Sets the accountManagerPolicy + * Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false. + * + * @param SharedPCAccountManagerPolicy $val The accountManagerPolicy + * + * @return SharedPCConfiguration + */ + public function setAccountManagerPolicy($val) + { + $this->_propDict["accountManagerPolicy"] = $val; + return $this; + } + + /** + * Gets the allowedAccounts + * Indicates which type of accounts are allowed to use on a shared PC. Possible values are: guest, domain. + * + * @return SharedPCAllowedAccountType The allowedAccounts + */ + public function getAllowedAccounts() + { + if (array_key_exists("allowedAccounts", $this->_propDict)) { + if (is_a($this->_propDict["allowedAccounts"], "Microsoft\Graph\Model\SharedPCAllowedAccountType")) { + return $this->_propDict["allowedAccounts"]; + } else { + $this->_propDict["allowedAccounts"] = new SharedPCAllowedAccountType($this->_propDict["allowedAccounts"]); + return $this->_propDict["allowedAccounts"]; + } + } + return null; + } + + /** + * Sets the allowedAccounts + * Indicates which type of accounts are allowed to use on a shared PC. Possible values are: guest, domain. + * + * @param SharedPCAllowedAccountType $val The allowedAccounts + * + * @return SharedPCConfiguration + */ + public function setAllowedAccounts($val) + { + $this->_propDict["allowedAccounts"] = $val; + return $this; + } + + /** + * Gets the allowLocalStorage + * Specifies whether local storage is allowed on a shared PC. + * + * @return bool The allowLocalStorage + */ + public function getAllowLocalStorage() + { + if (array_key_exists("allowLocalStorage", $this->_propDict)) { + return $this->_propDict["allowLocalStorage"]; + } else { + return null; + } + } + + /** + * Sets the allowLocalStorage + * Specifies whether local storage is allowed on a shared PC. + * + * @param bool $val The allowLocalStorage + * + * @return SharedPCConfiguration + */ + public function setAllowLocalStorage($val) + { + $this->_propDict["allowLocalStorage"] = boolval($val); + return $this; + } + + /** + * Gets the disableAccountManager + * Disables the account manager for shared PC mode. + * + * @return bool The disableAccountManager + */ + public function getDisableAccountManager() + { + if (array_key_exists("disableAccountManager", $this->_propDict)) { + return $this->_propDict["disableAccountManager"]; + } else { + return null; + } + } + + /** + * Sets the disableAccountManager + * Disables the account manager for shared PC mode. + * + * @param bool $val The disableAccountManager + * + * @return SharedPCConfiguration + */ + public function setDisableAccountManager($val) + { + $this->_propDict["disableAccountManager"] = boolval($val); + return $this; + } + + /** + * Gets the disableEduPolicies + * Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true. + * + * @return bool The disableEduPolicies + */ + public function getDisableEduPolicies() + { + if (array_key_exists("disableEduPolicies", $this->_propDict)) { + return $this->_propDict["disableEduPolicies"]; + } else { + return null; + } + } + + /** + * Sets the disableEduPolicies + * Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true. + * + * @param bool $val The disableEduPolicies + * + * @return SharedPCConfiguration + */ + public function setDisableEduPolicies($val) + { + $this->_propDict["disableEduPolicies"] = boolval($val); + return $this; + } + + /** + * Gets the disablePowerPolicies + * Specifies whether the default shared PC power policies should be disabled. + * + * @return bool The disablePowerPolicies + */ + public function getDisablePowerPolicies() + { + if (array_key_exists("disablePowerPolicies", $this->_propDict)) { + return $this->_propDict["disablePowerPolicies"]; + } else { + return null; + } + } + + /** + * Sets the disablePowerPolicies + * Specifies whether the default shared PC power policies should be disabled. + * + * @param bool $val The disablePowerPolicies + * + * @return SharedPCConfiguration + */ + public function setDisablePowerPolicies($val) + { + $this->_propDict["disablePowerPolicies"] = boolval($val); + return $this; + } + + /** + * Gets the disableSignInOnResume + * Disables the requirement to sign in whenever the device wakes up from sleep mode. + * + * @return bool The disableSignInOnResume + */ + public function getDisableSignInOnResume() + { + if (array_key_exists("disableSignInOnResume", $this->_propDict)) { + return $this->_propDict["disableSignInOnResume"]; + } else { + return null; + } + } + + /** + * Sets the disableSignInOnResume + * Disables the requirement to sign in whenever the device wakes up from sleep mode. + * + * @param bool $val The disableSignInOnResume + * + * @return SharedPCConfiguration + */ + public function setDisableSignInOnResume($val) + { + $this->_propDict["disableSignInOnResume"] = boolval($val); + return $this; + } + + /** + * Gets the enabled + * Enables shared PC mode and applies the shared pc policies. + * + * @return bool The enabled + */ + public function getEnabled() + { + if (array_key_exists("enabled", $this->_propDict)) { + return $this->_propDict["enabled"]; + } else { + return null; + } + } + + /** + * Sets the enabled + * Enables shared PC mode and applies the shared pc policies. + * + * @param bool $val The enabled + * + * @return SharedPCConfiguration + */ + public function setEnabled($val) + { + $this->_propDict["enabled"] = boolval($val); + return $this; + } + + /** + * Gets the idleTimeBeforeSleepInSeconds + * Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring. + * + * @return int The idleTimeBeforeSleepInSeconds + */ + public function getIdleTimeBeforeSleepInSeconds() + { + if (array_key_exists("idleTimeBeforeSleepInSeconds", $this->_propDict)) { + return $this->_propDict["idleTimeBeforeSleepInSeconds"]; + } else { + return null; + } + } + + /** + * Sets the idleTimeBeforeSleepInSeconds + * Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring. + * + * @param int $val The idleTimeBeforeSleepInSeconds + * + * @return SharedPCConfiguration + */ + public function setIdleTimeBeforeSleepInSeconds($val) + { + $this->_propDict["idleTimeBeforeSleepInSeconds"] = intval($val); + return $this; + } + + /** + * Gets the kioskAppDisplayName + * Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set. + * + * @return string The kioskAppDisplayName + */ + public function getKioskAppDisplayName() + { + if (array_key_exists("kioskAppDisplayName", $this->_propDict)) { + return $this->_propDict["kioskAppDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the kioskAppDisplayName + * Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set. + * + * @param string $val The kioskAppDisplayName + * + * @return SharedPCConfiguration + */ + public function setKioskAppDisplayName($val) + { + $this->_propDict["kioskAppDisplayName"] = $val; + return $this; + } + + /** + * Gets the kioskAppUserModelId + * Specifies the application user model ID of the app to use with assigned access. + * + * @return string The kioskAppUserModelId + */ + public function getKioskAppUserModelId() + { + if (array_key_exists("kioskAppUserModelId", $this->_propDict)) { + return $this->_propDict["kioskAppUserModelId"]; + } else { + return null; + } + } + + /** + * Sets the kioskAppUserModelId + * Specifies the application user model ID of the app to use with assigned access. + * + * @param string $val The kioskAppUserModelId + * + * @return SharedPCConfiguration + */ + public function setKioskAppUserModelId($val) + { + $this->_propDict["kioskAppUserModelId"] = $val; + return $this; + } + + /** + * Gets the maintenanceStartTime + * Specifies the daily start time of maintenance hour. + * + * @return TimeOfDay The maintenanceStartTime + */ + public function getMaintenanceStartTime() + { + if (array_key_exists("maintenanceStartTime", $this->_propDict)) { + if (is_a($this->_propDict["maintenanceStartTime"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["maintenanceStartTime"]; + } else { + $this->_propDict["maintenanceStartTime"] = new TimeOfDay($this->_propDict["maintenanceStartTime"]); + return $this->_propDict["maintenanceStartTime"]; + } + } + return null; + } + + /** + * Sets the maintenanceStartTime + * Specifies the daily start time of maintenance hour. + * + * @param TimeOfDay $val The maintenanceStartTime + * + * @return SharedPCConfiguration + */ + public function setMaintenanceStartTime($val) + { + $this->_propDict["maintenanceStartTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SharepointIds.php b/vendor/microsoft/microsoft-graph/src/Model/SharepointIds.php new file mode 100644 index 000000000..83ffca9fe --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SharepointIds.php @@ -0,0 +1,196 @@ +_propDict)) { + return $this->_propDict["listId"]; + } else { + return null; + } + } + + /** + * Sets the listId + * The unique identifier (guid) for the item's list in SharePoint. + * + * @param string $val The value of the listId + * + * @return SharepointIds + */ + public function setListId($val) + { + $this->_propDict["listId"] = $val; + return $this; + } + /** + * Gets the listItemId + * An integer identifier for the item within the containing list. + * + * @return string The listItemId + */ + public function getListItemId() + { + if (array_key_exists("listItemId", $this->_propDict)) { + return $this->_propDict["listItemId"]; + } else { + return null; + } + } + + /** + * Sets the listItemId + * An integer identifier for the item within the containing list. + * + * @param string $val The value of the listItemId + * + * @return SharepointIds + */ + public function setListItemId($val) + { + $this->_propDict["listItemId"] = $val; + return $this; + } + /** + * Gets the listItemUniqueId + * The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site. + * + * @return string The listItemUniqueId + */ + public function getListItemUniqueId() + { + if (array_key_exists("listItemUniqueId", $this->_propDict)) { + return $this->_propDict["listItemUniqueId"]; + } else { + return null; + } + } + + /** + * Sets the listItemUniqueId + * The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site. + * + * @param string $val The value of the listItemUniqueId + * + * @return SharepointIds + */ + public function setListItemUniqueId($val) + { + $this->_propDict["listItemUniqueId"] = $val; + return $this; + } + /** + * Gets the siteId + * The unique identifier (guid) for the item's site collection (SPSite). + * + * @return string The siteId + */ + public function getSiteId() + { + if (array_key_exists("siteId", $this->_propDict)) { + return $this->_propDict["siteId"]; + } else { + return null; + } + } + + /** + * Sets the siteId + * The unique identifier (guid) for the item's site collection (SPSite). + * + * @param string $val The value of the siteId + * + * @return SharepointIds + */ + public function setSiteId($val) + { + $this->_propDict["siteId"] = $val; + return $this; + } + /** + * Gets the siteUrl + * The SharePoint URL for the site that contains the item. + * + * @return string The siteUrl + */ + public function getSiteUrl() + { + if (array_key_exists("siteUrl", $this->_propDict)) { + return $this->_propDict["siteUrl"]; + } else { + return null; + } + } + + /** + * Sets the siteUrl + * The SharePoint URL for the site that contains the item. + * + * @param string $val The value of the siteUrl + * + * @return SharepointIds + */ + public function setSiteUrl($val) + { + $this->_propDict["siteUrl"] = $val; + return $this; + } + /** + * Gets the webId + * The unique identifier (guid) for the item's site (SPWeb). + * + * @return string The webId + */ + public function getWebId() + { + if (array_key_exists("webId", $this->_propDict)) { + return $this->_propDict["webId"]; + } else { + return null; + } + } + + /** + * Sets the webId + * The unique identifier (guid) for the item's site (SPWeb). + * + * @param string $val The value of the webId + * + * @return SharepointIds + */ + public function setWebId($val) + { + $this->_propDict["webId"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SharingDetail.php b/vendor/microsoft/microsoft-graph/src/Model/SharingDetail.php new file mode 100644 index 000000000..7f9a5d1f2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SharingDetail.php @@ -0,0 +1,173 @@ +_propDict)) { + if (is_a($this->_propDict["sharedBy"], "Microsoft\Graph\Model\InsightIdentity")) { + return $this->_propDict["sharedBy"]; + } else { + $this->_propDict["sharedBy"] = new InsightIdentity($this->_propDict["sharedBy"]); + return $this->_propDict["sharedBy"]; + } + } + return null; + } + + /** + * Sets the sharedBy + * + * @param InsightIdentity $val The value to assign to the sharedBy + * + * @return SharingDetail The SharingDetail + */ + public function setSharedBy($val) + { + $this->_propDict["sharedBy"] = $val; + return $this; + } + + /** + * Gets the sharedDateTime + * + * @return \DateTime The sharedDateTime + */ + public function getSharedDateTime() + { + if (array_key_exists("sharedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["sharedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["sharedDateTime"]; + } else { + $this->_propDict["sharedDateTime"] = new \DateTime($this->_propDict["sharedDateTime"]); + return $this->_propDict["sharedDateTime"]; + } + } + return null; + } + + /** + * Sets the sharedDateTime + * + * @param \DateTime $val The value to assign to the sharedDateTime + * + * @return SharingDetail The SharingDetail + */ + public function setSharedDateTime($val) + { + $this->_propDict["sharedDateTime"] = $val; + return $this; + } + /** + * Gets the sharingSubject + * + * @return string The sharingSubject + */ + public function getSharingSubject() + { + if (array_key_exists("sharingSubject", $this->_propDict)) { + return $this->_propDict["sharingSubject"]; + } else { + return null; + } + } + + /** + * Sets the sharingSubject + * + * @param string $val The value of the sharingSubject + * + * @return SharingDetail + */ + public function setSharingSubject($val) + { + $this->_propDict["sharingSubject"] = $val; + return $this; + } + /** + * Gets the sharingType + * + * @return string The sharingType + */ + public function getSharingType() + { + if (array_key_exists("sharingType", $this->_propDict)) { + return $this->_propDict["sharingType"]; + } else { + return null; + } + } + + /** + * Sets the sharingType + * + * @param string $val The value of the sharingType + * + * @return SharingDetail + */ + public function setSharingType($val) + { + $this->_propDict["sharingType"] = $val; + return $this; + } + + /** + * Gets the sharingReference + * + * @return ResourceReference The sharingReference + */ + public function getSharingReference() + { + if (array_key_exists("sharingReference", $this->_propDict)) { + if (is_a($this->_propDict["sharingReference"], "Microsoft\Graph\Model\ResourceReference")) { + return $this->_propDict["sharingReference"]; + } else { + $this->_propDict["sharingReference"] = new ResourceReference($this->_propDict["sharingReference"]); + return $this->_propDict["sharingReference"]; + } + } + return null; + } + + /** + * Sets the sharingReference + * + * @param ResourceReference $val The value to assign to the sharingReference + * + * @return SharingDetail The SharingDetail + */ + public function setSharingReference($val) + { + $this->_propDict["sharingReference"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SharingInvitation.php b/vendor/microsoft/microsoft-graph/src/Model/SharingInvitation.php new file mode 100644 index 000000000..268eb847e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SharingInvitation.php @@ -0,0 +1,143 @@ +_propDict)) { + return $this->_propDict["email"]; + } else { + return null; + } + } + + /** + * Sets the email + * The email address provided for the recipient of the sharing invitation. Read-only. + * + * @param string $val The value of the email + * + * @return SharingInvitation + */ + public function setEmail($val) + { + $this->_propDict["email"] = $val; + return $this; + } + + /** + * Gets the invitedBy + * Provides information about who sent the invitation that created this permission, if that information is available. Read-only. + * + * @return IdentitySet The invitedBy + */ + public function getInvitedBy() + { + if (array_key_exists("invitedBy", $this->_propDict)) { + if (is_a($this->_propDict["invitedBy"], "Microsoft\Graph\Model\IdentitySet")) { + return $this->_propDict["invitedBy"]; + } else { + $this->_propDict["invitedBy"] = new IdentitySet($this->_propDict["invitedBy"]); + return $this->_propDict["invitedBy"]; + } + } + return null; + } + + /** + * Sets the invitedBy + * Provides information about who sent the invitation that created this permission, if that information is available. Read-only. + * + * @param IdentitySet $val The value to assign to the invitedBy + * + * @return SharingInvitation The SharingInvitation + */ + public function setInvitedBy($val) + { + $this->_propDict["invitedBy"] = $val; + return $this; + } + /** + * Gets the redeemedBy + * + * @return string The redeemedBy + */ + public function getRedeemedBy() + { + if (array_key_exists("redeemedBy", $this->_propDict)) { + return $this->_propDict["redeemedBy"]; + } else { + return null; + } + } + + /** + * Sets the redeemedBy + * + * @param string $val The value of the redeemedBy + * + * @return SharingInvitation + */ + public function setRedeemedBy($val) + { + $this->_propDict["redeemedBy"] = $val; + return $this; + } + /** + * Gets the signInRequired + * If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only. + * + * @return bool The signInRequired + */ + public function getSignInRequired() + { + if (array_key_exists("signInRequired", $this->_propDict)) { + return $this->_propDict["signInRequired"]; + } else { + return null; + } + } + + /** + * Sets the signInRequired + * If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only. + * + * @param bool $val The value of the signInRequired + * + * @return SharingInvitation + */ + public function setSignInRequired($val) + { + $this->_propDict["signInRequired"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SharingLink.php b/vendor/microsoft/microsoft-graph/src/Model/SharingLink.php new file mode 100644 index 000000000..da1b1e6ef --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SharingLink.php @@ -0,0 +1,145 @@ +_propDict)) { + if (is_a($this->_propDict["application"], "Microsoft\Graph\Model\Identity")) { + return $this->_propDict["application"]; + } else { + $this->_propDict["application"] = new Identity($this->_propDict["application"]); + return $this->_propDict["application"]; + } + } + return null; + } + + /** + * Sets the application + * The app the link is associated with. + * + * @param Identity $val The value to assign to the application + * + * @return SharingLink The SharingLink + */ + public function setApplication($val) + { + $this->_propDict["application"] = $val; + return $this; + } + /** + * Gets the scope + * The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant. + * + * @return string The scope + */ + public function getScope() + { + if (array_key_exists("scope", $this->_propDict)) { + return $this->_propDict["scope"]; + } else { + return null; + } + } + + /** + * Sets the scope + * The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant. + * + * @param string $val The value of the scope + * + * @return SharingLink + */ + public function setScope($val) + { + $this->_propDict["scope"] = $val; + return $this; + } + /** + * Gets the type + * The type of the link created. + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * The type of the link created. + * + * @param string $val The value of the type + * + * @return SharingLink + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the webUrl + * A URL that opens the item in the browser on the OneDrive website. + * + * @return string The webUrl + */ + public function getWebUrl() + { + if (array_key_exists("webUrl", $this->_propDict)) { + return $this->_propDict["webUrl"]; + } else { + return null; + } + } + + /** + * Sets the webUrl + * A URL that opens the item in the browser on the OneDrive website. + * + * @param string $val The value of the webUrl + * + * @return SharingLink + */ + public function setWebUrl($val) + { + $this->_propDict["webUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SignIn.php b/vendor/microsoft/microsoft-graph/src/Model/SignIn.php new file mode 100644 index 000000000..1c54a8245 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SignIn.php @@ -0,0 +1,703 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as '2014-01-01T00:00:00Z'. + * + * @param \DateTime $val The createdDateTime + * + * @return SignIn + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the userDisplayName + * Display name of the user that initiated the sign-in. + * + * @return string The userDisplayName + */ + public function getUserDisplayName() + { + if (array_key_exists("userDisplayName", $this->_propDict)) { + return $this->_propDict["userDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the userDisplayName + * Display name of the user that initiated the sign-in. + * + * @param string $val The userDisplayName + * + * @return SignIn + */ + public function setUserDisplayName($val) + { + $this->_propDict["userDisplayName"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * User principal name of the user that initiated the sign-in. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * User principal name of the user that initiated the sign-in. + * + * @param string $val The userPrincipalName + * + * @return SignIn + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + + /** + * Gets the userId + * ID of the user that initiated the sign-in. + * + * @return string The userId + */ + public function getUserId() + { + if (array_key_exists("userId", $this->_propDict)) { + return $this->_propDict["userId"]; + } else { + return null; + } + } + + /** + * Sets the userId + * ID of the user that initiated the sign-in. + * + * @param string $val The userId + * + * @return SignIn + */ + public function setUserId($val) + { + $this->_propDict["userId"] = $val; + return $this; + } + + /** + * Gets the appId + * Unique GUID representing the app ID in the Azure Active Directory. + * + * @return string The appId + */ + public function getAppId() + { + if (array_key_exists("appId", $this->_propDict)) { + return $this->_propDict["appId"]; + } else { + return null; + } + } + + /** + * Sets the appId + * Unique GUID representing the app ID in the Azure Active Directory. + * + * @param string $val The appId + * + * @return SignIn + */ + public function setAppId($val) + { + $this->_propDict["appId"] = $val; + return $this; + } + + /** + * Gets the appDisplayName + * App name displayed in the Azure Portal. + * + * @return string The appDisplayName + */ + public function getAppDisplayName() + { + if (array_key_exists("appDisplayName", $this->_propDict)) { + return $this->_propDict["appDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the appDisplayName + * App name displayed in the Azure Portal. + * + * @param string $val The appDisplayName + * + * @return SignIn + */ + public function setAppDisplayName($val) + { + $this->_propDict["appDisplayName"] = $val; + return $this; + } + + /** + * Gets the ipAddress + * IP address of the client used to sign in. + * + * @return string The ipAddress + */ + public function getIpAddress() + { + if (array_key_exists("ipAddress", $this->_propDict)) { + return $this->_propDict["ipAddress"]; + } else { + return null; + } + } + + /** + * Sets the ipAddress + * IP address of the client used to sign in. + * + * @param string $val The ipAddress + * + * @return SignIn + */ + public function setIpAddress($val) + { + $this->_propDict["ipAddress"] = $val; + return $this; + } + + /** + * Gets the status + * Sign-in status. Possible values include Success and Failure. + * + * @return SignInStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\SignInStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new SignInStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Sign-in status. Possible values include Success and Failure. + * + * @param SignInStatus $val The status + * + * @return SignIn + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the clientAppUsed + * Identifies the legacy client used for sign-in activity. Includes Browser, Exchange Active Sync, modern clients, IMAP, MAPI, SMTP, and POP. + * + * @return string The clientAppUsed + */ + public function getClientAppUsed() + { + if (array_key_exists("clientAppUsed", $this->_propDict)) { + return $this->_propDict["clientAppUsed"]; + } else { + return null; + } + } + + /** + * Sets the clientAppUsed + * Identifies the legacy client used for sign-in activity. Includes Browser, Exchange Active Sync, modern clients, IMAP, MAPI, SMTP, and POP. + * + * @param string $val The clientAppUsed + * + * @return SignIn + */ + public function setClientAppUsed($val) + { + $this->_propDict["clientAppUsed"] = $val; + return $this; + } + + /** + * Gets the deviceDetail + * Device information from where the sign-in occurred; includes device ID, operating system, and browser. + * + * @return DeviceDetail The deviceDetail + */ + public function getDeviceDetail() + { + if (array_key_exists("deviceDetail", $this->_propDict)) { + if (is_a($this->_propDict["deviceDetail"], "Microsoft\Graph\Model\DeviceDetail")) { + return $this->_propDict["deviceDetail"]; + } else { + $this->_propDict["deviceDetail"] = new DeviceDetail($this->_propDict["deviceDetail"]); + return $this->_propDict["deviceDetail"]; + } + } + return null; + } + + /** + * Sets the deviceDetail + * Device information from where the sign-in occurred; includes device ID, operating system, and browser. + * + * @param DeviceDetail $val The deviceDetail + * + * @return SignIn + */ + public function setDeviceDetail($val) + { + $this->_propDict["deviceDetail"] = $val; + return $this; + } + + /** + * Gets the location + * Provides the city, state, and country code where the sign-in originated. + * + * @return SignInLocation The location + */ + public function getLocation() + { + if (array_key_exists("location", $this->_propDict)) { + if (is_a($this->_propDict["location"], "Microsoft\Graph\Model\SignInLocation")) { + return $this->_propDict["location"]; + } else { + $this->_propDict["location"] = new SignInLocation($this->_propDict["location"]); + return $this->_propDict["location"]; + } + } + return null; + } + + /** + * Sets the location + * Provides the city, state, and country code where the sign-in originated. + * + * @param SignInLocation $val The location + * + * @return SignIn + */ + public function setLocation($val) + { + $this->_propDict["location"] = $val; + return $this; + } + + /** + * Gets the correlationId + * The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. + * + * @return string The correlationId + */ + public function getCorrelationId() + { + if (array_key_exists("correlationId", $this->_propDict)) { + return $this->_propDict["correlationId"]; + } else { + return null; + } + } + + /** + * Sets the correlationId + * The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. + * + * @param string $val The correlationId + * + * @return SignIn + */ + public function setCorrelationId($val) + { + $this->_propDict["correlationId"] = $val; + return $this; + } + + /** + * Gets the conditionalAccessStatus + * Reports status of an activated conditional access policy. Possible values are: success, failure, notApplied, and unknownFutureValue. + * + * @return ConditionalAccessStatus The conditionalAccessStatus + */ + public function getConditionalAccessStatus() + { + if (array_key_exists("conditionalAccessStatus", $this->_propDict)) { + if (is_a($this->_propDict["conditionalAccessStatus"], "Microsoft\Graph\Model\ConditionalAccessStatus")) { + return $this->_propDict["conditionalAccessStatus"]; + } else { + $this->_propDict["conditionalAccessStatus"] = new ConditionalAccessStatus($this->_propDict["conditionalAccessStatus"]); + return $this->_propDict["conditionalAccessStatus"]; + } + } + return null; + } + + /** + * Sets the conditionalAccessStatus + * Reports status of an activated conditional access policy. Possible values are: success, failure, notApplied, and unknownFutureValue. + * + * @param ConditionalAccessStatus $val The conditionalAccessStatus + * + * @return SignIn + */ + public function setConditionalAccessStatus($val) + { + $this->_propDict["conditionalAccessStatus"] = $val; + return $this; + } + + + /** + * Gets the appliedConditionalAccessPolicies + * + * @return array The appliedConditionalAccessPolicies + */ + public function getAppliedConditionalAccessPolicies() + { + if (array_key_exists("appliedConditionalAccessPolicies", $this->_propDict)) { + return $this->_propDict["appliedConditionalAccessPolicies"]; + } else { + return null; + } + } + + /** + * Sets the appliedConditionalAccessPolicies + * + * @param AppliedConditionalAccessPolicy $val The appliedConditionalAccessPolicies + * + * @return SignIn + */ + public function setAppliedConditionalAccessPolicies($val) + { + $this->_propDict["appliedConditionalAccessPolicies"] = $val; + return $this; + } + + /** + * Gets the isInteractive + * Indicates if a sign-in is interactive or not. + * + * @return bool The isInteractive + */ + public function getIsInteractive() + { + if (array_key_exists("isInteractive", $this->_propDict)) { + return $this->_propDict["isInteractive"]; + } else { + return null; + } + } + + /** + * Sets the isInteractive + * Indicates if a sign-in is interactive or not. + * + * @param bool $val The isInteractive + * + * @return SignIn + */ + public function setIsInteractive($val) + { + $this->_propDict["isInteractive"] = boolval($val); + return $this; + } + + /** + * Gets the riskDetail + * Provides the 'reason' behind a specific state of a risky user, sign-in or a risk event. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, unknownFutureValue. The value none means that no action has been performed on the user or sign-in so far. Note: Details for this property require an Azure AD Premium P2 license. Other licenses return the value hidden. + * + * @return RiskDetail The riskDetail + */ + public function getRiskDetail() + { + if (array_key_exists("riskDetail", $this->_propDict)) { + if (is_a($this->_propDict["riskDetail"], "Microsoft\Graph\Model\RiskDetail")) { + return $this->_propDict["riskDetail"]; + } else { + $this->_propDict["riskDetail"] = new RiskDetail($this->_propDict["riskDetail"]); + return $this->_propDict["riskDetail"]; + } + } + return null; + } + + /** + * Sets the riskDetail + * Provides the 'reason' behind a specific state of a risky user, sign-in or a risk event. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, unknownFutureValue. The value none means that no action has been performed on the user or sign-in so far. Note: Details for this property require an Azure AD Premium P2 license. Other licenses return the value hidden. + * + * @param RiskDetail $val The riskDetail + * + * @return SignIn + */ + public function setRiskDetail($val) + { + $this->_propDict["riskDetail"] = $val; + return $this; + } + + /** + * Gets the riskLevelAggregated + * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * + * @return RiskLevel The riskLevelAggregated + */ + public function getRiskLevelAggregated() + { + if (array_key_exists("riskLevelAggregated", $this->_propDict)) { + if (is_a($this->_propDict["riskLevelAggregated"], "Microsoft\Graph\Model\RiskLevel")) { + return $this->_propDict["riskLevelAggregated"]; + } else { + $this->_propDict["riskLevelAggregated"] = new RiskLevel($this->_propDict["riskLevelAggregated"]); + return $this->_propDict["riskLevelAggregated"]; + } + } + return null; + } + + /** + * Sets the riskLevelAggregated + * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * + * @param RiskLevel $val The riskLevelAggregated + * + * @return SignIn + */ + public function setRiskLevelAggregated($val) + { + $this->_propDict["riskLevelAggregated"] = $val; + return $this; + } + + /** + * Gets the riskLevelDuringSignIn + * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * + * @return RiskLevel The riskLevelDuringSignIn + */ + public function getRiskLevelDuringSignIn() + { + if (array_key_exists("riskLevelDuringSignIn", $this->_propDict)) { + if (is_a($this->_propDict["riskLevelDuringSignIn"], "Microsoft\Graph\Model\RiskLevel")) { + return $this->_propDict["riskLevelDuringSignIn"]; + } else { + $this->_propDict["riskLevelDuringSignIn"] = new RiskLevel($this->_propDict["riskLevelDuringSignIn"]); + return $this->_propDict["riskLevelDuringSignIn"]; + } + } + return null; + } + + /** + * Sets the riskLevelDuringSignIn + * Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers will be returned hidden. + * + * @param RiskLevel $val The riskLevelDuringSignIn + * + * @return SignIn + */ + public function setRiskLevelDuringSignIn($val) + { + $this->_propDict["riskLevelDuringSignIn"] = $val; + return $this; + } + + /** + * Gets the riskState + * Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. + * + * @return RiskState The riskState + */ + public function getRiskState() + { + if (array_key_exists("riskState", $this->_propDict)) { + if (is_a($this->_propDict["riskState"], "Microsoft\Graph\Model\RiskState")) { + return $this->_propDict["riskState"]; + } else { + $this->_propDict["riskState"] = new RiskState($this->_propDict["riskState"]); + return $this->_propDict["riskState"]; + } + } + return null; + } + + /** + * Sets the riskState + * Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. + * + * @param RiskState $val The riskState + * + * @return SignIn + */ + public function setRiskState($val) + { + $this->_propDict["riskState"] = $val; + return $this; + } + + + /** + * Gets the riskEventTypes + * Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue. + * + * @return array The riskEventTypes + */ + public function getRiskEventTypes() + { + if (array_key_exists("riskEventTypes", $this->_propDict)) { + return $this->_propDict["riskEventTypes"]; + } else { + return null; + } + } + + /** + * Sets the riskEventTypes + * Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue. + * + * @param RiskEventType $val The riskEventTypes + * + * @return SignIn + */ + public function setRiskEventTypes($val) + { + $this->_propDict["riskEventTypes"] = $val; + return $this; + } + + /** + * Gets the resourceDisplayName + * Name of the resource the user signed into. + * + * @return string The resourceDisplayName + */ + public function getResourceDisplayName() + { + if (array_key_exists("resourceDisplayName", $this->_propDict)) { + return $this->_propDict["resourceDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the resourceDisplayName + * Name of the resource the user signed into. + * + * @param string $val The resourceDisplayName + * + * @return SignIn + */ + public function setResourceDisplayName($val) + { + $this->_propDict["resourceDisplayName"] = $val; + return $this; + } + + /** + * Gets the resourceId + * ID of the resource that the user signed into. + * + * @return string The resourceId + */ + public function getResourceId() + { + if (array_key_exists("resourceId", $this->_propDict)) { + return $this->_propDict["resourceId"]; + } else { + return null; + } + } + + /** + * Sets the resourceId + * ID of the resource that the user signed into. + * + * @param string $val The resourceId + * + * @return SignIn + */ + public function setResourceId($val) + { + $this->_propDict["resourceId"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SignInLocation.php b/vendor/microsoft/microsoft-graph/src/Model/SignInLocation.php new file mode 100644 index 000000000..1ba4c208c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SignInLocation.php @@ -0,0 +1,145 @@ +_propDict)) { + return $this->_propDict["city"]; + } else { + return null; + } + } + + /** + * Sets the city + * Provides the city where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * + * @param string $val The value of the city + * + * @return SignInLocation + */ + public function setCity($val) + { + $this->_propDict["city"] = $val; + return $this; + } + /** + * Gets the state + * Provides the State where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * + * @return string The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * Provides the State where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * + * @param string $val The value of the state + * + * @return SignInLocation + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + /** + * Gets the countryOrRegion + * Provides the country code info (2 letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * + * @return string The countryOrRegion + */ + public function getCountryOrRegion() + { + if (array_key_exists("countryOrRegion", $this->_propDict)) { + return $this->_propDict["countryOrRegion"]; + } else { + return null; + } + } + + /** + * Sets the countryOrRegion + * Provides the country code info (2 letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. + * + * @param string $val The value of the countryOrRegion + * + * @return SignInLocation + */ + public function setCountryOrRegion($val) + { + $this->_propDict["countryOrRegion"] = $val; + return $this; + } + + /** + * Gets the geoCoordinates + * Provides the latitude, longitude and altitude where the sign-in originated. + * + * @return GeoCoordinates The geoCoordinates + */ + public function getGeoCoordinates() + { + if (array_key_exists("geoCoordinates", $this->_propDict)) { + if (is_a($this->_propDict["geoCoordinates"], "Microsoft\Graph\Model\GeoCoordinates")) { + return $this->_propDict["geoCoordinates"]; + } else { + $this->_propDict["geoCoordinates"] = new GeoCoordinates($this->_propDict["geoCoordinates"]); + return $this->_propDict["geoCoordinates"]; + } + } + return null; + } + + /** + * Sets the geoCoordinates + * Provides the latitude, longitude and altitude where the sign-in originated. + * + * @param GeoCoordinates $val The value to assign to the geoCoordinates + * + * @return SignInLocation The SignInLocation + */ + public function setGeoCoordinates($val) + { + $this->_propDict["geoCoordinates"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SignInStatus.php b/vendor/microsoft/microsoft-graph/src/Model/SignInStatus.php new file mode 100644 index 000000000..342094ed1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SignInStatus.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["errorCode"]; + } else { + return null; + } + } + + /** + * Sets the errorCode + * Provides the 5-6digit error code that's generated during a sign-in failure. Check out the list of error codes and messages. + * + * @param int $val The value of the errorCode + * + * @return SignInStatus + */ + public function setErrorCode($val) + { + $this->_propDict["errorCode"] = $val; + return $this; + } + /** + * Gets the failureReason + * Provides the error message or the reason for failure for the corresponding sign-in activity. Check out the list of error codes and messages. + * + * @return string The failureReason + */ + public function getFailureReason() + { + if (array_key_exists("failureReason", $this->_propDict)) { + return $this->_propDict["failureReason"]; + } else { + return null; + } + } + + /** + * Sets the failureReason + * Provides the error message or the reason for failure for the corresponding sign-in activity. Check out the list of error codes and messages. + * + * @param string $val The value of the failureReason + * + * @return SignInStatus + */ + public function setFailureReason($val) + { + $this->_propDict["failureReason"] = $val; + return $this; + } + /** + * Gets the additionalDetails + * Provides additional details on the sign-in activity + * + * @return string The additionalDetails + */ + public function getAdditionalDetails() + { + if (array_key_exists("additionalDetails", $this->_propDict)) { + return $this->_propDict["additionalDetails"]; + } else { + return null; + } + } + + /** + * Sets the additionalDetails + * Provides additional details on the sign-in activity + * + * @param string $val The value of the additionalDetails + * + * @return SignInStatus + */ + public function setAdditionalDetails($val) + { + $this->_propDict["additionalDetails"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SingleValueLegacyExtendedProperty.php b/vendor/microsoft/microsoft-graph/src/Model/SingleValueLegacyExtendedProperty.php new file mode 100644 index 000000000..8042aa45d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SingleValueLegacyExtendedProperty.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * A property value. + * + * @param string $val The value + * + * @return SingleValueLegacyExtendedProperty + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Site.php b/vendor/microsoft/microsoft-graph/src/Model/Site.php new file mode 100644 index 000000000..59eab6db3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Site.php @@ -0,0 +1,436 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The full title for the site. Read-only. + * + * @param string $val The displayName + * + * @return Site + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the root + * If present, indicates that this is the root site in the site collection. Read-only. + * + * @return Root The root + */ + public function getRoot() + { + if (array_key_exists("root", $this->_propDict)) { + if (is_a($this->_propDict["root"], "Microsoft\Graph\Model\Root")) { + return $this->_propDict["root"]; + } else { + $this->_propDict["root"] = new Root($this->_propDict["root"]); + return $this->_propDict["root"]; + } + } + return null; + } + + /** + * Sets the root + * If present, indicates that this is the root site in the site collection. Read-only. + * + * @param Root $val The root + * + * @return Site + */ + public function setRoot($val) + { + $this->_propDict["root"] = $val; + return $this; + } + + /** + * Gets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @return SharepointIds The sharepointIds + */ + public function getSharepointIds() + { + if (array_key_exists("sharepointIds", $this->_propDict)) { + if (is_a($this->_propDict["sharepointIds"], "Microsoft\Graph\Model\SharepointIds")) { + return $this->_propDict["sharepointIds"]; + } else { + $this->_propDict["sharepointIds"] = new SharepointIds($this->_propDict["sharepointIds"]); + return $this->_propDict["sharepointIds"]; + } + } + return null; + } + + /** + * Sets the sharepointIds + * Returns identifiers useful for SharePoint REST compatibility. Read-only. + * + * @param SharepointIds $val The sharepointIds + * + * @return Site + */ + public function setSharepointIds($val) + { + $this->_propDict["sharepointIds"] = $val; + return $this; + } + + /** + * Gets the siteCollection + * Provides details about the site's site collection. Available only on the root site. Read-only. + * + * @return SiteCollection The siteCollection + */ + public function getSiteCollection() + { + if (array_key_exists("siteCollection", $this->_propDict)) { + if (is_a($this->_propDict["siteCollection"], "Microsoft\Graph\Model\SiteCollection")) { + return $this->_propDict["siteCollection"]; + } else { + $this->_propDict["siteCollection"] = new SiteCollection($this->_propDict["siteCollection"]); + return $this->_propDict["siteCollection"]; + } + } + return null; + } + + /** + * Sets the siteCollection + * Provides details about the site's site collection. Available only on the root site. Read-only. + * + * @param SiteCollection $val The siteCollection + * + * @return Site + */ + public function setSiteCollection($val) + { + $this->_propDict["siteCollection"] = $val; + return $this; + } + + /** + * Gets the analytics + * Analytics about the view activities that took place in this site. + * + * @return ItemAnalytics The analytics + */ + public function getAnalytics() + { + if (array_key_exists("analytics", $this->_propDict)) { + if (is_a($this->_propDict["analytics"], "Microsoft\Graph\Model\ItemAnalytics")) { + return $this->_propDict["analytics"]; + } else { + $this->_propDict["analytics"] = new ItemAnalytics($this->_propDict["analytics"]); + return $this->_propDict["analytics"]; + } + } + return null; + } + + /** + * Sets the analytics + * Analytics about the view activities that took place in this site. + * + * @param ItemAnalytics $val The analytics + * + * @return Site + */ + public function setAnalytics($val) + { + $this->_propDict["analytics"] = $val; + return $this; + } + + + /** + * Gets the columns + * The collection of column definitions reusable across lists under this site. + * + * @return array The columns + */ + public function getColumns() + { + if (array_key_exists("columns", $this->_propDict)) { + return $this->_propDict["columns"]; + } else { + return null; + } + } + + /** + * Sets the columns + * The collection of column definitions reusable across lists under this site. + * + * @param ColumnDefinition $val The columns + * + * @return Site + */ + public function setColumns($val) + { + $this->_propDict["columns"] = $val; + return $this; + } + + + /** + * Gets the contentTypes + * The collection of content types defined for this site. + * + * @return array The contentTypes + */ + public function getContentTypes() + { + if (array_key_exists("contentTypes", $this->_propDict)) { + return $this->_propDict["contentTypes"]; + } else { + return null; + } + } + + /** + * Sets the contentTypes + * The collection of content types defined for this site. + * + * @param ContentType $val The contentTypes + * + * @return Site + */ + public function setContentTypes($val) + { + $this->_propDict["contentTypes"] = $val; + return $this; + } + + /** + * Gets the drive + * The default drive (document library) for this site. + * + * @return Drive The drive + */ + public function getDrive() + { + if (array_key_exists("drive", $this->_propDict)) { + if (is_a($this->_propDict["drive"], "Microsoft\Graph\Model\Drive")) { + return $this->_propDict["drive"]; + } else { + $this->_propDict["drive"] = new Drive($this->_propDict["drive"]); + return $this->_propDict["drive"]; + } + } + return null; + } + + /** + * Sets the drive + * The default drive (document library) for this site. + * + * @param Drive $val The drive + * + * @return Site + */ + public function setDrive($val) + { + $this->_propDict["drive"] = $val; + return $this; + } + + + /** + * Gets the drives + * The collection of drives (document libraries) under this site. + * + * @return array The drives + */ + public function getDrives() + { + if (array_key_exists("drives", $this->_propDict)) { + return $this->_propDict["drives"]; + } else { + return null; + } + } + + /** + * Sets the drives + * The collection of drives (document libraries) under this site. + * + * @param Drive $val The drives + * + * @return Site + */ + public function setDrives($val) + { + $this->_propDict["drives"] = $val; + return $this; + } + + + /** + * Gets the items + * Used to address any item contained in this site. This collection cannot be enumerated. + * + * @return array The items + */ + public function getItems() + { + if (array_key_exists("items", $this->_propDict)) { + return $this->_propDict["items"]; + } else { + return null; + } + } + + /** + * Sets the items + * Used to address any item contained in this site. This collection cannot be enumerated. + * + * @param BaseItem $val The items + * + * @return Site + */ + public function setItems($val) + { + $this->_propDict["items"] = $val; + return $this; + } + + + /** + * Gets the lists + * The collection of lists under this site. + * + * @return array The lists + */ + public function getLists() + { + if (array_key_exists("lists", $this->_propDict)) { + return $this->_propDict["lists"]; + } else { + return null; + } + } + + /** + * Sets the lists + * The collection of lists under this site. + * + * @param GraphList $val The lists + * + * @return Site + */ + public function setLists($val) + { + $this->_propDict["lists"] = $val; + return $this; + } + + + /** + * Gets the sites + * The collection of the sub-sites under this site. + * + * @return array The sites + */ + public function getSites() + { + if (array_key_exists("sites", $this->_propDict)) { + return $this->_propDict["sites"]; + } else { + return null; + } + } + + /** + * Sets the sites + * The collection of the sub-sites under this site. + * + * @param Site $val The sites + * + * @return Site + */ + public function setSites($val) + { + $this->_propDict["sites"] = $val; + return $this; + } + + /** + * Gets the onenote + * Calls the OneNote service for notebook related operations. + * + * @return Onenote The onenote + */ + public function getOnenote() + { + if (array_key_exists("onenote", $this->_propDict)) { + if (is_a($this->_propDict["onenote"], "Microsoft\Graph\Model\Onenote")) { + return $this->_propDict["onenote"]; + } else { + $this->_propDict["onenote"] = new Onenote($this->_propDict["onenote"]); + return $this->_propDict["onenote"]; + } + } + return null; + } + + /** + * Sets the onenote + * Calls the OneNote service for notebook related operations. + * + * @param Onenote $val The onenote + * + * @return Site + */ + public function setOnenote($val) + { + $this->_propDict["onenote"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SiteCollection.php b/vendor/microsoft/microsoft-graph/src/Model/SiteCollection.php new file mode 100644 index 000000000..8f2d176f4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SiteCollection.php @@ -0,0 +1,89 @@ +_propDict)) { + return $this->_propDict["hostname"]; + } else { + return null; + } + } + + /** + * Sets the hostname + * The hostname for the site collection. Read-only. + * + * @param string $val The value of the hostname + * + * @return SiteCollection + */ + public function setHostname($val) + { + $this->_propDict["hostname"] = $val; + return $this; + } + + /** + * Gets the root + * If present, indicates that this is a root site collection in SharePoint. Read-only. + * + * @return Root The root + */ + public function getRoot() + { + if (array_key_exists("root", $this->_propDict)) { + if (is_a($this->_propDict["root"], "Microsoft\Graph\Model\Root")) { + return $this->_propDict["root"]; + } else { + $this->_propDict["root"] = new Root($this->_propDict["root"]); + return $this->_propDict["root"]; + } + } + return null; + } + + /** + * Sets the root + * If present, indicates that this is a root site collection in SharePoint. Read-only. + * + * @param Root $val The value to assign to the root + * + * @return SiteCollection The SiteCollection + */ + public function setRoot($val) + { + $this->_propDict["root"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SiteSecurityLevel.php b/vendor/microsoft/microsoft-graph/src/Model/SiteSecurityLevel.php new file mode 100644 index 000000000..81ee4d560 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SiteSecurityLevel.php @@ -0,0 +1,40 @@ +_propDict)) { + return $this->_propDict["minimumSize"]; + } else { + return null; + } + } + + /** + * Sets the minimumSize + * The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply. + * + * @param int $val The value of the minimumSize + * + * @return SizeRange + */ + public function setMinimumSize($val) + { + $this->_propDict["minimumSize"] = $val; + return $this; + } + /** + * Gets the maximumSize + * The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply. + * + * @return int The maximumSize + */ + public function getMaximumSize() + { + if (array_key_exists("maximumSize", $this->_propDict)) { + return $this->_propDict["maximumSize"]; + } else { + return null; + } + } + + /** + * Sets the maximumSize + * The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply. + * + * @param int $val The value of the maximumSize + * + * @return SizeRange + */ + public function setMaximumSize($val) + { + $this->_propDict["maximumSize"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php b/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php new file mode 100644 index 000000000..3ff3cff4f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SoftwareUpdateStatusSummary.php @@ -0,0 +1,464 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name of the policy. + * + * @param string $val The displayName + * + * @return SoftwareUpdateStatusSummary + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the compliantDeviceCount + * Number of compliant devices. + * + * @return int The compliantDeviceCount + */ + public function getCompliantDeviceCount() + { + if (array_key_exists("compliantDeviceCount", $this->_propDict)) { + return $this->_propDict["compliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the compliantDeviceCount + * Number of compliant devices. + * + * @param int $val The compliantDeviceCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setCompliantDeviceCount($val) + { + $this->_propDict["compliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the nonCompliantDeviceCount + * Number of non compliant devices. + * + * @return int The nonCompliantDeviceCount + */ + public function getNonCompliantDeviceCount() + { + if (array_key_exists("nonCompliantDeviceCount", $this->_propDict)) { + return $this->_propDict["nonCompliantDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the nonCompliantDeviceCount + * Number of non compliant devices. + * + * @param int $val The nonCompliantDeviceCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setNonCompliantDeviceCount($val) + { + $this->_propDict["nonCompliantDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the remediatedDeviceCount + * Number of remediated devices. + * + * @return int The remediatedDeviceCount + */ + public function getRemediatedDeviceCount() + { + if (array_key_exists("remediatedDeviceCount", $this->_propDict)) { + return $this->_propDict["remediatedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the remediatedDeviceCount + * Number of remediated devices. + * + * @param int $val The remediatedDeviceCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setRemediatedDeviceCount($val) + { + $this->_propDict["remediatedDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the errorDeviceCount + * Number of devices had error. + * + * @return int The errorDeviceCount + */ + public function getErrorDeviceCount() + { + if (array_key_exists("errorDeviceCount", $this->_propDict)) { + return $this->_propDict["errorDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the errorDeviceCount + * Number of devices had error. + * + * @param int $val The errorDeviceCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setErrorDeviceCount($val) + { + $this->_propDict["errorDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the unknownDeviceCount + * Number of unknown devices. + * + * @return int The unknownDeviceCount + */ + public function getUnknownDeviceCount() + { + if (array_key_exists("unknownDeviceCount", $this->_propDict)) { + return $this->_propDict["unknownDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the unknownDeviceCount + * Number of unknown devices. + * + * @param int $val The unknownDeviceCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setUnknownDeviceCount($val) + { + $this->_propDict["unknownDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the conflictDeviceCount + * Number of conflict devices. + * + * @return int The conflictDeviceCount + */ + public function getConflictDeviceCount() + { + if (array_key_exists("conflictDeviceCount", $this->_propDict)) { + return $this->_propDict["conflictDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the conflictDeviceCount + * Number of conflict devices. + * + * @param int $val The conflictDeviceCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setConflictDeviceCount($val) + { + $this->_propDict["conflictDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableDeviceCount + * Number of not applicable devices. + * + * @return int The notApplicableDeviceCount + */ + public function getNotApplicableDeviceCount() + { + if (array_key_exists("notApplicableDeviceCount", $this->_propDict)) { + return $this->_propDict["notApplicableDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableDeviceCount + * Number of not applicable devices. + * + * @param int $val The notApplicableDeviceCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setNotApplicableDeviceCount($val) + { + $this->_propDict["notApplicableDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the compliantUserCount + * Number of compliant users. + * + * @return int The compliantUserCount + */ + public function getCompliantUserCount() + { + if (array_key_exists("compliantUserCount", $this->_propDict)) { + return $this->_propDict["compliantUserCount"]; + } else { + return null; + } + } + + /** + * Sets the compliantUserCount + * Number of compliant users. + * + * @param int $val The compliantUserCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setCompliantUserCount($val) + { + $this->_propDict["compliantUserCount"] = intval($val); + return $this; + } + + /** + * Gets the nonCompliantUserCount + * Number of non compliant users. + * + * @return int The nonCompliantUserCount + */ + public function getNonCompliantUserCount() + { + if (array_key_exists("nonCompliantUserCount", $this->_propDict)) { + return $this->_propDict["nonCompliantUserCount"]; + } else { + return null; + } + } + + /** + * Sets the nonCompliantUserCount + * Number of non compliant users. + * + * @param int $val The nonCompliantUserCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setNonCompliantUserCount($val) + { + $this->_propDict["nonCompliantUserCount"] = intval($val); + return $this; + } + + /** + * Gets the remediatedUserCount + * Number of remediated users. + * + * @return int The remediatedUserCount + */ + public function getRemediatedUserCount() + { + if (array_key_exists("remediatedUserCount", $this->_propDict)) { + return $this->_propDict["remediatedUserCount"]; + } else { + return null; + } + } + + /** + * Sets the remediatedUserCount + * Number of remediated users. + * + * @param int $val The remediatedUserCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setRemediatedUserCount($val) + { + $this->_propDict["remediatedUserCount"] = intval($val); + return $this; + } + + /** + * Gets the errorUserCount + * Number of users had error. + * + * @return int The errorUserCount + */ + public function getErrorUserCount() + { + if (array_key_exists("errorUserCount", $this->_propDict)) { + return $this->_propDict["errorUserCount"]; + } else { + return null; + } + } + + /** + * Sets the errorUserCount + * Number of users had error. + * + * @param int $val The errorUserCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setErrorUserCount($val) + { + $this->_propDict["errorUserCount"] = intval($val); + return $this; + } + + /** + * Gets the unknownUserCount + * Number of unknown users. + * + * @return int The unknownUserCount + */ + public function getUnknownUserCount() + { + if (array_key_exists("unknownUserCount", $this->_propDict)) { + return $this->_propDict["unknownUserCount"]; + } else { + return null; + } + } + + /** + * Sets the unknownUserCount + * Number of unknown users. + * + * @param int $val The unknownUserCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setUnknownUserCount($val) + { + $this->_propDict["unknownUserCount"] = intval($val); + return $this; + } + + /** + * Gets the conflictUserCount + * Number of conflict users. + * + * @return int The conflictUserCount + */ + public function getConflictUserCount() + { + if (array_key_exists("conflictUserCount", $this->_propDict)) { + return $this->_propDict["conflictUserCount"]; + } else { + return null; + } + } + + /** + * Sets the conflictUserCount + * Number of conflict users. + * + * @param int $val The conflictUserCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setConflictUserCount($val) + { + $this->_propDict["conflictUserCount"] = intval($val); + return $this; + } + + /** + * Gets the notApplicableUserCount + * Number of not applicable users. + * + * @return int The notApplicableUserCount + */ + public function getNotApplicableUserCount() + { + if (array_key_exists("notApplicableUserCount", $this->_propDict)) { + return $this->_propDict["notApplicableUserCount"]; + } else { + return null; + } + } + + /** + * Sets the notApplicableUserCount + * Number of not applicable users. + * + * @param int $val The notApplicableUserCount + * + * @return SoftwareUpdateStatusSummary + */ + public function setNotApplicableUserCount($val) + { + $this->_propDict["notApplicableUserCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SpecialFolder.php b/vendor/microsoft/microsoft-graph/src/Model/SpecialFolder.php new file mode 100644 index 000000000..b5403e945 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SpecialFolder.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The unique identifier for this item in the /drive/special collection + * + * @param string $val The value of the name + * + * @return SpecialFolder + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/StandardTimeZoneOffset.php b/vendor/microsoft/microsoft-graph/src/Model/StandardTimeZoneOffset.php new file mode 100644 index 000000000..e19cf2802 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/StandardTimeZoneOffset.php @@ -0,0 +1,178 @@ +_propDict)) { + if (is_a($this->_propDict["time"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["time"]; + } else { + $this->_propDict["time"] = new TimeOfDay($this->_propDict["time"]); + return $this->_propDict["time"]; + } + } + return null; + } + + /** + * Sets the time + * Represents the time of day when the transition from daylight saving time to standard time occurs. + * + * @param TimeOfDay $val The value to assign to the time + * + * @return StandardTimeZoneOffset The StandardTimeZoneOffset + */ + public function setTime($val) + { + $this->_propDict["time"] = $val; + return $this; + } + /** + * Gets the dayOccurrence + * Represents the nth occurrence of the day of week that the transition from daylight saving time to standard time occurs. + * + * @return int The dayOccurrence + */ + public function getDayOccurrence() + { + if (array_key_exists("dayOccurrence", $this->_propDict)) { + return $this->_propDict["dayOccurrence"]; + } else { + return null; + } + } + + /** + * Sets the dayOccurrence + * Represents the nth occurrence of the day of week that the transition from daylight saving time to standard time occurs. + * + * @param int $val The value of the dayOccurrence + * + * @return StandardTimeZoneOffset + */ + public function setDayOccurrence($val) + { + $this->_propDict["dayOccurrence"] = $val; + return $this; + } + + /** + * Gets the dayOfWeek + * Represents the day of the week when the transition from daylight saving time to standard time. + * + * @return DayOfWeek The dayOfWeek + */ + public function getDayOfWeek() + { + if (array_key_exists("dayOfWeek", $this->_propDict)) { + if (is_a($this->_propDict["dayOfWeek"], "Microsoft\Graph\Model\DayOfWeek")) { + return $this->_propDict["dayOfWeek"]; + } else { + $this->_propDict["dayOfWeek"] = new DayOfWeek($this->_propDict["dayOfWeek"]); + return $this->_propDict["dayOfWeek"]; + } + } + return null; + } + + /** + * Sets the dayOfWeek + * Represents the day of the week when the transition from daylight saving time to standard time. + * + * @param DayOfWeek $val The value to assign to the dayOfWeek + * + * @return StandardTimeZoneOffset The StandardTimeZoneOffset + */ + public function setDayOfWeek($val) + { + $this->_propDict["dayOfWeek"] = $val; + return $this; + } + /** + * Gets the month + * Represents the month of the year when the transition from daylight saving time to standard time occurs. + * + * @return int The month + */ + public function getMonth() + { + if (array_key_exists("month", $this->_propDict)) { + return $this->_propDict["month"]; + } else { + return null; + } + } + + /** + * Sets the month + * Represents the month of the year when the transition from daylight saving time to standard time occurs. + * + * @param int $val The value of the month + * + * @return StandardTimeZoneOffset + */ + public function setMonth($val) + { + $this->_propDict["month"] = $val; + return $this; + } + /** + * Gets the year + * Represents how frequently in terms of years the change from daylight saving time to standard time occurs. For example, a value of 0 means every year. + * + * @return int The year + */ + public function getYear() + { + if (array_key_exists("year", $this->_propDict)) { + return $this->_propDict["year"]; + } else { + return null; + } + } + + /** + * Sets the year + * Represents how frequently in terms of years the change from daylight saving time to standard time occurs. For example, a value of 0 means every year. + * + * @param int $val The value of the year + * + * @return StandardTimeZoneOffset + */ + public function setYear($val) + { + $this->_propDict["year"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/StateManagementSetting.php b/vendor/microsoft/microsoft-graph/src/Model/StateManagementSetting.php new file mode 100644 index 000000000..c2b9290a8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/StateManagementSetting.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["capabilityStatus"]; + } else { + return null; + } + } + + /** + * Sets the capabilityStatus + * For example, 'Enabled'. + * + * @param string $val The capabilityStatus + * + * @return SubscribedSku + */ + public function setCapabilityStatus($val) + { + $this->_propDict["capabilityStatus"] = $val; + return $this; + } + + /** + * Gets the consumedUnits + * The number of licenses that have been assigned. + * + * @return int The consumedUnits + */ + public function getConsumedUnits() + { + if (array_key_exists("consumedUnits", $this->_propDict)) { + return $this->_propDict["consumedUnits"]; + } else { + return null; + } + } + + /** + * Sets the consumedUnits + * The number of licenses that have been assigned. + * + * @param int $val The consumedUnits + * + * @return SubscribedSku + */ + public function setConsumedUnits($val) + { + $this->_propDict["consumedUnits"] = intval($val); + return $this; + } + + /** + * Gets the prepaidUnits + * Information about the number and status of prepaid licenses. + * + * @return LicenseUnitsDetail The prepaidUnits + */ + public function getPrepaidUnits() + { + if (array_key_exists("prepaidUnits", $this->_propDict)) { + if (is_a($this->_propDict["prepaidUnits"], "Microsoft\Graph\Model\LicenseUnitsDetail")) { + return $this->_propDict["prepaidUnits"]; + } else { + $this->_propDict["prepaidUnits"] = new LicenseUnitsDetail($this->_propDict["prepaidUnits"]); + return $this->_propDict["prepaidUnits"]; + } + } + return null; + } + + /** + * Sets the prepaidUnits + * Information about the number and status of prepaid licenses. + * + * @param LicenseUnitsDetail $val The prepaidUnits + * + * @return SubscribedSku + */ + public function setPrepaidUnits($val) + { + $this->_propDict["prepaidUnits"] = $val; + return $this; + } + + + /** + * Gets the servicePlans + * Information about the service plans that are available with the SKU. Not nullable + * + * @return array The servicePlans + */ + public function getServicePlans() + { + if (array_key_exists("servicePlans", $this->_propDict)) { + return $this->_propDict["servicePlans"]; + } else { + return null; + } + } + + /** + * Sets the servicePlans + * Information about the service plans that are available with the SKU. Not nullable + * + * @param ServicePlanInfo $val The servicePlans + * + * @return SubscribedSku + */ + public function setServicePlans($val) + { + $this->_propDict["servicePlans"] = $val; + return $this; + } + + /** + * Gets the skuId + * The unique identifier (GUID) for the service SKU. + * + * @return string The skuId + */ + public function getSkuId() + { + if (array_key_exists("skuId", $this->_propDict)) { + return $this->_propDict["skuId"]; + } else { + return null; + } + } + + /** + * Sets the skuId + * The unique identifier (GUID) for the service SKU. + * + * @param string $val The skuId + * + * @return SubscribedSku + */ + public function setSkuId($val) + { + $this->_propDict["skuId"] = $val; + return $this; + } + + /** + * Gets the skuPartNumber + * The SKU part number; for example: 'AAD_PREMIUM' or 'RMSBASIC'. + * + * @return string The skuPartNumber + */ + public function getSkuPartNumber() + { + if (array_key_exists("skuPartNumber", $this->_propDict)) { + return $this->_propDict["skuPartNumber"]; + } else { + return null; + } + } + + /** + * Sets the skuPartNumber + * The SKU part number; for example: 'AAD_PREMIUM' or 'RMSBASIC'. + * + * @param string $val The skuPartNumber + * + * @return SubscribedSku + */ + public function setSkuPartNumber($val) + { + $this->_propDict["skuPartNumber"] = $val; + return $this; + } + + /** + * Gets the appliesTo + * For example, 'User' or 'Company'. + * + * @return string The appliesTo + */ + public function getAppliesTo() + { + if (array_key_exists("appliesTo", $this->_propDict)) { + return $this->_propDict["appliesTo"]; + } else { + return null; + } + } + + /** + * Sets the appliesTo + * For example, 'User' or 'Company'. + * + * @param string $val The appliesTo + * + * @return SubscribedSku + */ + public function setAppliesTo($val) + { + $this->_propDict["appliesTo"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Subscription.php b/vendor/microsoft/microsoft-graph/src/Model/Subscription.php new file mode 100644 index 000000000..6b3a2754c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Subscription.php @@ -0,0 +1,236 @@ +_propDict)) { + return $this->_propDict["resource"]; + } else { + return null; + } + } + + /** + * Sets the resource + * Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). + * + * @param string $val The resource + * + * @return Subscription + */ + public function setResource($val) + { + $this->_propDict["resource"] = $val; + return $this; + } + + /** + * Gets the changeType + * Required. Indicates the type of change in the subscribed resource that will raise a notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item notifications support only the updated changeType. User and group notifications support updated and deleted changeType. + * + * @return string The changeType + */ + public function getChangeType() + { + if (array_key_exists("changeType", $this->_propDict)) { + return $this->_propDict["changeType"]; + } else { + return null; + } + } + + /** + * Sets the changeType + * Required. Indicates the type of change in the subscribed resource that will raise a notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item notifications support only the updated changeType. User and group notifications support updated and deleted changeType. + * + * @param string $val The changeType + * + * @return Subscription + */ + public function setChangeType($val) + { + $this->_propDict["changeType"] = $val; + return $this; + } + + /** + * Gets the clientState + * Optional. Specifies the value of the clientState property sent by the service in each notification. The maximum length is 128 characters. The client can check that the notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each notification. + * + * @return string The clientState + */ + public function getClientState() + { + if (array_key_exists("clientState", $this->_propDict)) { + return $this->_propDict["clientState"]; + } else { + return null; + } + } + + /** + * Sets the clientState + * Optional. Specifies the value of the clientState property sent by the service in each notification. The maximum length is 128 characters. The client can check that the notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each notification. + * + * @param string $val The clientState + * + * @return Subscription + */ + public function setClientState($val) + { + $this->_propDict["clientState"] = $val; + return $this; + } + + /** + * Gets the notificationUrl + * Required. The URL of the endpoint that will receive the notifications. This URL must make use of the HTTPS protocol. + * + * @return string The notificationUrl + */ + public function getNotificationUrl() + { + if (array_key_exists("notificationUrl", $this->_propDict)) { + return $this->_propDict["notificationUrl"]; + } else { + return null; + } + } + + /** + * Sets the notificationUrl + * Required. The URL of the endpoint that will receive the notifications. This URL must make use of the HTTPS protocol. + * + * @param string $val The notificationUrl + * + * @return Subscription + */ + public function setNotificationUrl($val) + { + $this->_propDict["notificationUrl"] = $val; + return $this; + } + + /** + * Gets the expirationDateTime + * Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. + * + * @return \DateTime The expirationDateTime + */ + public function getExpirationDateTime() + { + if (array_key_exists("expirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["expirationDateTime"], "\DateTime")) { + return $this->_propDict["expirationDateTime"]; + } else { + $this->_propDict["expirationDateTime"] = new \DateTime($this->_propDict["expirationDateTime"]); + return $this->_propDict["expirationDateTime"]; + } + } + return null; + } + + /** + * Sets the expirationDateTime + * Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. + * + * @param \DateTime $val The expirationDateTime + * + * @return Subscription + */ + public function setExpirationDateTime($val) + { + $this->_propDict["expirationDateTime"] = $val; + return $this; + } + + /** + * Gets the applicationId + * Identifier of the application used to create the subscription. Read-only. + * + * @return string The applicationId + */ + public function getApplicationId() + { + if (array_key_exists("applicationId", $this->_propDict)) { + return $this->_propDict["applicationId"]; + } else { + return null; + } + } + + /** + * Sets the applicationId + * Identifier of the application used to create the subscription. Read-only. + * + * @param string $val The applicationId + * + * @return Subscription + */ + public function setApplicationId($val) + { + $this->_propDict["applicationId"] = $val; + return $this; + } + + /** + * Gets the creatorId + * Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. + * + * @return string The creatorId + */ + public function getCreatorId() + { + if (array_key_exists("creatorId", $this->_propDict)) { + return $this->_propDict["creatorId"]; + } else { + return null; + } + } + + /** + * Sets the creatorId + * Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only. + * + * @param string $val The creatorId + * + * @return Subscription + */ + public function setCreatorId($val) + { + $this->_propDict["creatorId"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/SystemFacet.php b/vendor/microsoft/microsoft-graph/src/Model/SystemFacet.php new file mode 100644 index 000000000..8b0bd4835 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/SystemFacet.php @@ -0,0 +1,28 @@ +_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * Indicates the unique ID of the resource. + * + * @param string $val The value of the id + * + * @return TargetResource + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + /** + * Gets the displayName + * Indicates the visible name defined for the resource. Typically specified when the resource is created. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Indicates the visible name defined for the resource. Typically specified when the resource is created. + * + * @param string $val The value of the displayName + * + * @return TargetResource + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the type + * Describes the resource type. Example values include Application, Group, ServicePrincipal, and User. + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * Describes the resource type. Example values include Application, Group, ServicePrincipal, and User. + * + * @param string $val The value of the type + * + * @return TargetResource + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the userPrincipalName + * When type is set to User, this includes the user name that initiated the action; null for other types. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * When type is set to User, this includes the user name that initiated the action; null for other types. + * + * @param string $val The value of the userPrincipalName + * + * @return TargetResource + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + + /** + * Gets the groupType + * When type is set to Group, this indicates the group type. + * + * @return GroupType The groupType + */ + public function getGroupType() + { + if (array_key_exists("groupType", $this->_propDict)) { + if (is_a($this->_propDict["groupType"], "Microsoft\Graph\Model\GroupType")) { + return $this->_propDict["groupType"]; + } else { + $this->_propDict["groupType"] = new GroupType($this->_propDict["groupType"]); + return $this->_propDict["groupType"]; + } + } + return null; + } + + /** + * Sets the groupType + * When type is set to Group, this indicates the group type. + * + * @param GroupType $val The value to assign to the groupType + * + * @return TargetResource The TargetResource + */ + public function setGroupType($val) + { + $this->_propDict["groupType"] = $val; + return $this; + } + + /** + * Gets the modifiedProperties + * Indicates name, old value and new value of each attribute that changed. Property values depend on the operation type. + * + * @return ModifiedProperty The modifiedProperties + */ + public function getModifiedProperties() + { + if (array_key_exists("modifiedProperties", $this->_propDict)) { + if (is_a($this->_propDict["modifiedProperties"], "Microsoft\Graph\Model\ModifiedProperty")) { + return $this->_propDict["modifiedProperties"]; + } else { + $this->_propDict["modifiedProperties"] = new ModifiedProperty($this->_propDict["modifiedProperties"]); + return $this->_propDict["modifiedProperties"]; + } + } + return null; + } + + /** + * Sets the modifiedProperties + * Indicates name, old value and new value of each attribute that changed. Property values depend on the operation type. + * + * @param ModifiedProperty $val The value to assign to the modifiedProperties + * + * @return TargetResource The TargetResource + */ + public function setModifiedProperties($val) + { + $this->_propDict["modifiedProperties"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TargetedManagedAppConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/TargetedManagedAppConfiguration.php new file mode 100644 index 000000000..ee9c6d3e5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TargetedManagedAppConfiguration.php @@ -0,0 +1,180 @@ +_propDict)) { + return $this->_propDict["deployedAppCount"]; + } else { + return null; + } + } + + /** + * Sets the deployedAppCount + * Count of apps to which the current policy is deployed. + * + * @param int $val The deployedAppCount + * + * @return TargetedManagedAppConfiguration + */ + public function setDeployedAppCount($val) + { + $this->_propDict["deployedAppCount"] = intval($val); + return $this; + } + + /** + * Gets the isAssigned + * Indicates if the policy is deployed to any inclusion groups or not. + * + * @return bool The isAssigned + */ + public function getIsAssigned() + { + if (array_key_exists("isAssigned", $this->_propDict)) { + return $this->_propDict["isAssigned"]; + } else { + return null; + } + } + + /** + * Sets the isAssigned + * Indicates if the policy is deployed to any inclusion groups or not. + * + * @param bool $val The isAssigned + * + * @return TargetedManagedAppConfiguration + */ + public function setIsAssigned($val) + { + $this->_propDict["isAssigned"] = boolval($val); + return $this; + } + + + /** + * Gets the apps + * List of apps to which the policy is deployed. + * + * @return array The apps + */ + public function getApps() + { + if (array_key_exists("apps", $this->_propDict)) { + return $this->_propDict["apps"]; + } else { + return null; + } + } + + /** + * Sets the apps + * List of apps to which the policy is deployed. + * + * @param ManagedMobileApp $val The apps + * + * @return TargetedManagedAppConfiguration + */ + public function setApps($val) + { + $this->_propDict["apps"] = $val; + return $this; + } + + /** + * Gets the deploymentSummary + * Navigation property to deployment summary of the configuration. + * + * @return ManagedAppPolicyDeploymentSummary The deploymentSummary + */ + public function getDeploymentSummary() + { + if (array_key_exists("deploymentSummary", $this->_propDict)) { + if (is_a($this->_propDict["deploymentSummary"], "Microsoft\Graph\Model\ManagedAppPolicyDeploymentSummary")) { + return $this->_propDict["deploymentSummary"]; + } else { + $this->_propDict["deploymentSummary"] = new ManagedAppPolicyDeploymentSummary($this->_propDict["deploymentSummary"]); + return $this->_propDict["deploymentSummary"]; + } + } + return null; + } + + /** + * Sets the deploymentSummary + * Navigation property to deployment summary of the configuration. + * + * @param ManagedAppPolicyDeploymentSummary $val The deploymentSummary + * + * @return TargetedManagedAppConfiguration + */ + public function setDeploymentSummary($val) + { + $this->_propDict["deploymentSummary"] = $val; + return $this; + } + + + /** + * Gets the assignments + * Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + * + * @param TargetedManagedAppPolicyAssignment $val The assignments + * + * @return TargetedManagedAppConfiguration + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TargetedManagedAppPolicyAssignment.php b/vendor/microsoft/microsoft-graph/src/Model/TargetedManagedAppPolicyAssignment.php new file mode 100644 index 000000000..40cac2bbb --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TargetedManagedAppPolicyAssignment.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["target"], "Microsoft\Graph\Model\DeviceAndAppManagementAssignmentTarget")) { + return $this->_propDict["target"]; + } else { + $this->_propDict["target"] = new DeviceAndAppManagementAssignmentTarget($this->_propDict["target"]); + return $this->_propDict["target"]; + } + } + return null; + } + + /** + * Sets the target + * Identifier for deployment of a group or app + * + * @param DeviceAndAppManagementAssignmentTarget $val The target + * + * @return TargetedManagedAppPolicyAssignment + */ + public function setTarget($val) + { + $this->_propDict["target"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TargetedManagedAppProtection.php b/vendor/microsoft/microsoft-graph/src/Model/TargetedManagedAppProtection.php new file mode 100644 index 000000000..88224c788 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TargetedManagedAppProtection.php @@ -0,0 +1,88 @@ +_propDict)) { + return $this->_propDict["isAssigned"]; + } else { + return null; + } + } + + /** + * Sets the isAssigned + * Indicates if the policy is deployed to any inclusion groups or not. + * + * @param bool $val The isAssigned + * + * @return TargetedManagedAppProtection + */ + public function setIsAssigned($val) + { + $this->_propDict["isAssigned"] = boolval($val); + return $this; + } + + + /** + * Gets the assignments + * Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + * + * @param TargetedManagedAppPolicyAssignment $val The assignments + * + * @return TargetedManagedAppProtection + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Team.php b/vendor/microsoft/microsoft-graph/src/Model/Team.php new file mode 100644 index 000000000..1217c83b3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Team.php @@ -0,0 +1,307 @@ +_propDict)) { + return $this->_propDict["webUrl"]; + } else { + return null; + } + } + + /** + * Sets the webUrl + * A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed. + * + * @param string $val The webUrl + * + * @return Team + */ + public function setWebUrl($val) + { + $this->_propDict["webUrl"] = $val; + return $this; + } + + /** + * Gets the memberSettings + * Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team. + * + * @return TeamMemberSettings The memberSettings + */ + public function getMemberSettings() + { + if (array_key_exists("memberSettings", $this->_propDict)) { + if (is_a($this->_propDict["memberSettings"], "Microsoft\Graph\Model\TeamMemberSettings")) { + return $this->_propDict["memberSettings"]; + } else { + $this->_propDict["memberSettings"] = new TeamMemberSettings($this->_propDict["memberSettings"]); + return $this->_propDict["memberSettings"]; + } + } + return null; + } + + /** + * Sets the memberSettings + * Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team. + * + * @param TeamMemberSettings $val The memberSettings + * + * @return Team + */ + public function setMemberSettings($val) + { + $this->_propDict["memberSettings"] = $val; + return $this; + } + + /** + * Gets the guestSettings + * Settings to configure whether guests can create, update, or delete channels in the team. + * + * @return TeamGuestSettings The guestSettings + */ + public function getGuestSettings() + { + if (array_key_exists("guestSettings", $this->_propDict)) { + if (is_a($this->_propDict["guestSettings"], "Microsoft\Graph\Model\TeamGuestSettings")) { + return $this->_propDict["guestSettings"]; + } else { + $this->_propDict["guestSettings"] = new TeamGuestSettings($this->_propDict["guestSettings"]); + return $this->_propDict["guestSettings"]; + } + } + return null; + } + + /** + * Sets the guestSettings + * Settings to configure whether guests can create, update, or delete channels in the team. + * + * @param TeamGuestSettings $val The guestSettings + * + * @return Team + */ + public function setGuestSettings($val) + { + $this->_propDict["guestSettings"] = $val; + return $this; + } + + /** + * Gets the messagingSettings + * Settings to configure messaging and mentions in the team. + * + * @return TeamMessagingSettings The messagingSettings + */ + public function getMessagingSettings() + { + if (array_key_exists("messagingSettings", $this->_propDict)) { + if (is_a($this->_propDict["messagingSettings"], "Microsoft\Graph\Model\TeamMessagingSettings")) { + return $this->_propDict["messagingSettings"]; + } else { + $this->_propDict["messagingSettings"] = new TeamMessagingSettings($this->_propDict["messagingSettings"]); + return $this->_propDict["messagingSettings"]; + } + } + return null; + } + + /** + * Sets the messagingSettings + * Settings to configure messaging and mentions in the team. + * + * @param TeamMessagingSettings $val The messagingSettings + * + * @return Team + */ + public function setMessagingSettings($val) + { + $this->_propDict["messagingSettings"] = $val; + return $this; + } + + /** + * Gets the funSettings + * Settings to configure use of Giphy, memes, and stickers in the team. + * + * @return TeamFunSettings The funSettings + */ + public function getFunSettings() + { + if (array_key_exists("funSettings", $this->_propDict)) { + if (is_a($this->_propDict["funSettings"], "Microsoft\Graph\Model\TeamFunSettings")) { + return $this->_propDict["funSettings"]; + } else { + $this->_propDict["funSettings"] = new TeamFunSettings($this->_propDict["funSettings"]); + return $this->_propDict["funSettings"]; + } + } + return null; + } + + /** + * Sets the funSettings + * Settings to configure use of Giphy, memes, and stickers in the team. + * + * @param TeamFunSettings $val The funSettings + * + * @return Team + */ + public function setFunSettings($val) + { + $this->_propDict["funSettings"] = $val; + return $this; + } + + /** + * Gets the isArchived + * Whether this team is in read-only mode. + * + * @return bool The isArchived + */ + public function getIsArchived() + { + if (array_key_exists("isArchived", $this->_propDict)) { + return $this->_propDict["isArchived"]; + } else { + return null; + } + } + + /** + * Sets the isArchived + * Whether this team is in read-only mode. + * + * @param bool $val The isArchived + * + * @return Team + */ + public function setIsArchived($val) + { + $this->_propDict["isArchived"] = boolval($val); + return $this; + } + + + /** + * Gets the channels + * The collection of channels & messages associated with the team. + * + * @return array The channels + */ + public function getChannels() + { + if (array_key_exists("channels", $this->_propDict)) { + return $this->_propDict["channels"]; + } else { + return null; + } + } + + /** + * Sets the channels + * The collection of channels & messages associated with the team. + * + * @param Channel $val The channels + * + * @return Team + */ + public function setChannels($val) + { + $this->_propDict["channels"] = $val; + return $this; + } + + + /** + * Gets the installedApps + * The apps installed in this team. + * + * @return array The installedApps + */ + public function getInstalledApps() + { + if (array_key_exists("installedApps", $this->_propDict)) { + return $this->_propDict["installedApps"]; + } else { + return null; + } + } + + /** + * Sets the installedApps + * The apps installed in this team. + * + * @param TeamsAppInstallation $val The installedApps + * + * @return Team + */ + public function setInstalledApps($val) + { + $this->_propDict["installedApps"] = $val; + return $this; + } + + + /** + * Gets the operations + * + * @return array The operations + */ + public function getOperations() + { + if (array_key_exists("operations", $this->_propDict)) { + return $this->_propDict["operations"]; + } else { + return null; + } + } + + /** + * Sets the operations + * + * @param TeamsAsyncOperation $val The operations + * + * @return Team + */ + public function setOperations($val) + { + $this->_propDict["operations"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamClassSettings.php b/vendor/microsoft/microsoft-graph/src/Model/TeamClassSettings.php new file mode 100644 index 000000000..266cce0d5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamClassSettings.php @@ -0,0 +1,54 @@ +_propDict)) { + return $this->_propDict["notifyGuardiansAboutAssignments"]; + } else { + return null; + } + } + + /** + * Sets the notifyGuardiansAboutAssignments + * + * @param bool $val The value of the notifyGuardiansAboutAssignments + * + * @return TeamClassSettings + */ + public function setNotifyGuardiansAboutAssignments($val) + { + $this->_propDict["notifyGuardiansAboutAssignments"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamFunSettings.php b/vendor/microsoft/microsoft-graph/src/Model/TeamFunSettings.php new file mode 100644 index 000000000..51698d90d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamFunSettings.php @@ -0,0 +1,145 @@ +_propDict)) { + return $this->_propDict["allowGiphy"]; + } else { + return null; + } + } + + /** + * Sets the allowGiphy + * If set to true, enables Giphy use. + * + * @param bool $val The value of the allowGiphy + * + * @return TeamFunSettings + */ + public function setAllowGiphy($val) + { + $this->_propDict["allowGiphy"] = $val; + return $this; + } + + /** + * Gets the giphyContentRating + * Giphy content rating. Possible values are: moderate, strict. + * + * @return GiphyRatingType The giphyContentRating + */ + public function getGiphyContentRating() + { + if (array_key_exists("giphyContentRating", $this->_propDict)) { + if (is_a($this->_propDict["giphyContentRating"], "Microsoft\Graph\Model\GiphyRatingType")) { + return $this->_propDict["giphyContentRating"]; + } else { + $this->_propDict["giphyContentRating"] = new GiphyRatingType($this->_propDict["giphyContentRating"]); + return $this->_propDict["giphyContentRating"]; + } + } + return null; + } + + /** + * Sets the giphyContentRating + * Giphy content rating. Possible values are: moderate, strict. + * + * @param GiphyRatingType $val The value to assign to the giphyContentRating + * + * @return TeamFunSettings The TeamFunSettings + */ + public function setGiphyContentRating($val) + { + $this->_propDict["giphyContentRating"] = $val; + return $this; + } + /** + * Gets the allowStickersAndMemes + * If set to true, enables users to include stickers and memes. + * + * @return bool The allowStickersAndMemes + */ + public function getAllowStickersAndMemes() + { + if (array_key_exists("allowStickersAndMemes", $this->_propDict)) { + return $this->_propDict["allowStickersAndMemes"]; + } else { + return null; + } + } + + /** + * Sets the allowStickersAndMemes + * If set to true, enables users to include stickers and memes. + * + * @param bool $val The value of the allowStickersAndMemes + * + * @return TeamFunSettings + */ + public function setAllowStickersAndMemes($val) + { + $this->_propDict["allowStickersAndMemes"] = $val; + return $this; + } + /** + * Gets the allowCustomMemes + * If set to true, enables users to include custom memes. + * + * @return bool The allowCustomMemes + */ + public function getAllowCustomMemes() + { + if (array_key_exists("allowCustomMemes", $this->_propDict)) { + return $this->_propDict["allowCustomMemes"]; + } else { + return null; + } + } + + /** + * Sets the allowCustomMemes + * If set to true, enables users to include custom memes. + * + * @param bool $val The value of the allowCustomMemes + * + * @return TeamFunSettings + */ + public function setAllowCustomMemes($val) + { + $this->_propDict["allowCustomMemes"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamGuestSettings.php b/vendor/microsoft/microsoft-graph/src/Model/TeamGuestSettings.php new file mode 100644 index 000000000..4f0293610 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamGuestSettings.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["allowCreateUpdateChannels"]; + } else { + return null; + } + } + + /** + * Sets the allowCreateUpdateChannels + * If set to true, guests can add and update channels. + * + * @param bool $val The value of the allowCreateUpdateChannels + * + * @return TeamGuestSettings + */ + public function setAllowCreateUpdateChannels($val) + { + $this->_propDict["allowCreateUpdateChannels"] = $val; + return $this; + } + /** + * Gets the allowDeleteChannels + * If set to true, guests can delete channels. + * + * @return bool The allowDeleteChannels + */ + public function getAllowDeleteChannels() + { + if (array_key_exists("allowDeleteChannels", $this->_propDict)) { + return $this->_propDict["allowDeleteChannels"]; + } else { + return null; + } + } + + /** + * Sets the allowDeleteChannels + * If set to true, guests can delete channels. + * + * @param bool $val The value of the allowDeleteChannels + * + * @return TeamGuestSettings + */ + public function setAllowDeleteChannels($val) + { + $this->_propDict["allowDeleteChannels"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamMemberSettings.php b/vendor/microsoft/microsoft-graph/src/Model/TeamMemberSettings.php new file mode 100644 index 000000000..cf9e1adf9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamMemberSettings.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["allowCreateUpdateChannels"]; + } else { + return null; + } + } + + /** + * Sets the allowCreateUpdateChannels + * If set to true, members can add and update channels. + * + * @param bool $val The value of the allowCreateUpdateChannels + * + * @return TeamMemberSettings + */ + public function setAllowCreateUpdateChannels($val) + { + $this->_propDict["allowCreateUpdateChannels"] = $val; + return $this; + } + /** + * Gets the allowDeleteChannels + * If set to true, members can delete channels. + * + * @return bool The allowDeleteChannels + */ + public function getAllowDeleteChannels() + { + if (array_key_exists("allowDeleteChannels", $this->_propDict)) { + return $this->_propDict["allowDeleteChannels"]; + } else { + return null; + } + } + + /** + * Sets the allowDeleteChannels + * If set to true, members can delete channels. + * + * @param bool $val The value of the allowDeleteChannels + * + * @return TeamMemberSettings + */ + public function setAllowDeleteChannels($val) + { + $this->_propDict["allowDeleteChannels"] = $val; + return $this; + } + /** + * Gets the allowAddRemoveApps + * If set to true, members can add and remove apps. + * + * @return bool The allowAddRemoveApps + */ + public function getAllowAddRemoveApps() + { + if (array_key_exists("allowAddRemoveApps", $this->_propDict)) { + return $this->_propDict["allowAddRemoveApps"]; + } else { + return null; + } + } + + /** + * Sets the allowAddRemoveApps + * If set to true, members can add and remove apps. + * + * @param bool $val The value of the allowAddRemoveApps + * + * @return TeamMemberSettings + */ + public function setAllowAddRemoveApps($val) + { + $this->_propDict["allowAddRemoveApps"] = $val; + return $this; + } + /** + * Gets the allowCreateUpdateRemoveTabs + * If set to true, members can add, update, and remove tabs. + * + * @return bool The allowCreateUpdateRemoveTabs + */ + public function getAllowCreateUpdateRemoveTabs() + { + if (array_key_exists("allowCreateUpdateRemoveTabs", $this->_propDict)) { + return $this->_propDict["allowCreateUpdateRemoveTabs"]; + } else { + return null; + } + } + + /** + * Sets the allowCreateUpdateRemoveTabs + * If set to true, members can add, update, and remove tabs. + * + * @param bool $val The value of the allowCreateUpdateRemoveTabs + * + * @return TeamMemberSettings + */ + public function setAllowCreateUpdateRemoveTabs($val) + { + $this->_propDict["allowCreateUpdateRemoveTabs"] = $val; + return $this; + } + /** + * Gets the allowCreateUpdateRemoveConnectors + * If set to true, members can add, update, and remove connectors. + * + * @return bool The allowCreateUpdateRemoveConnectors + */ + public function getAllowCreateUpdateRemoveConnectors() + { + if (array_key_exists("allowCreateUpdateRemoveConnectors", $this->_propDict)) { + return $this->_propDict["allowCreateUpdateRemoveConnectors"]; + } else { + return null; + } + } + + /** + * Sets the allowCreateUpdateRemoveConnectors + * If set to true, members can add, update, and remove connectors. + * + * @param bool $val The value of the allowCreateUpdateRemoveConnectors + * + * @return TeamMemberSettings + */ + public function setAllowCreateUpdateRemoveConnectors($val) + { + $this->_propDict["allowCreateUpdateRemoveConnectors"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamMessagingSettings.php b/vendor/microsoft/microsoft-graph/src/Model/TeamMessagingSettings.php new file mode 100644 index 000000000..46e31dc0a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamMessagingSettings.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["allowUserEditMessages"]; + } else { + return null; + } + } + + /** + * Sets the allowUserEditMessages + * If set to true, users can edit their messages. + * + * @param bool $val The value of the allowUserEditMessages + * + * @return TeamMessagingSettings + */ + public function setAllowUserEditMessages($val) + { + $this->_propDict["allowUserEditMessages"] = $val; + return $this; + } + /** + * Gets the allowUserDeleteMessages + * If set to true, users can delete their messages. + * + * @return bool The allowUserDeleteMessages + */ + public function getAllowUserDeleteMessages() + { + if (array_key_exists("allowUserDeleteMessages", $this->_propDict)) { + return $this->_propDict["allowUserDeleteMessages"]; + } else { + return null; + } + } + + /** + * Sets the allowUserDeleteMessages + * If set to true, users can delete their messages. + * + * @param bool $val The value of the allowUserDeleteMessages + * + * @return TeamMessagingSettings + */ + public function setAllowUserDeleteMessages($val) + { + $this->_propDict["allowUserDeleteMessages"] = $val; + return $this; + } + /** + * Gets the allowOwnerDeleteMessages + * If set to true, owners can delete any message. + * + * @return bool The allowOwnerDeleteMessages + */ + public function getAllowOwnerDeleteMessages() + { + if (array_key_exists("allowOwnerDeleteMessages", $this->_propDict)) { + return $this->_propDict["allowOwnerDeleteMessages"]; + } else { + return null; + } + } + + /** + * Sets the allowOwnerDeleteMessages + * If set to true, owners can delete any message. + * + * @param bool $val The value of the allowOwnerDeleteMessages + * + * @return TeamMessagingSettings + */ + public function setAllowOwnerDeleteMessages($val) + { + $this->_propDict["allowOwnerDeleteMessages"] = $val; + return $this; + } + /** + * Gets the allowTeamMentions + * If set to true, @team mentions are allowed. + * + * @return bool The allowTeamMentions + */ + public function getAllowTeamMentions() + { + if (array_key_exists("allowTeamMentions", $this->_propDict)) { + return $this->_propDict["allowTeamMentions"]; + } else { + return null; + } + } + + /** + * Sets the allowTeamMentions + * If set to true, @team mentions are allowed. + * + * @param bool $val The value of the allowTeamMentions + * + * @return TeamMessagingSettings + */ + public function setAllowTeamMentions($val) + { + $this->_propDict["allowTeamMentions"] = $val; + return $this; + } + /** + * Gets the allowChannelMentions + * If set to true, @channel mentions are allowed. + * + * @return bool The allowChannelMentions + */ + public function getAllowChannelMentions() + { + if (array_key_exists("allowChannelMentions", $this->_propDict)) { + return $this->_propDict["allowChannelMentions"]; + } else { + return null; + } + } + + /** + * Sets the allowChannelMentions + * If set to true, @channel mentions are allowed. + * + * @param bool $val The value of the allowChannelMentions + * + * @return TeamMessagingSettings + */ + public function setAllowChannelMentions($val) + { + $this->_propDict["allowChannelMentions"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamVisibilityType.php b/vendor/microsoft/microsoft-graph/src/Model/TeamVisibilityType.php new file mode 100644 index 000000000..4a1b11916 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamVisibilityType.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["externalId"]; + } else { + return null; + } + } + + /** + * Sets the externalId + * The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. + * + * @param string $val The externalId + * + * @return TeamsApp + */ + public function setExternalId($val) + { + $this->_propDict["externalId"] = $val; + return $this; + } + + /** + * Gets the displayName + * The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. + * + * @param string $val The displayName + * + * @return TeamsApp + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the distributionMethod + * The method of distribution for the app. + * + * @return TeamsAppDistributionMethod The distributionMethod + */ + public function getDistributionMethod() + { + if (array_key_exists("distributionMethod", $this->_propDict)) { + if (is_a($this->_propDict["distributionMethod"], "Microsoft\Graph\Model\TeamsAppDistributionMethod")) { + return $this->_propDict["distributionMethod"]; + } else { + $this->_propDict["distributionMethod"] = new TeamsAppDistributionMethod($this->_propDict["distributionMethod"]); + return $this->_propDict["distributionMethod"]; + } + } + return null; + } + + /** + * Sets the distributionMethod + * The method of distribution for the app. + * + * @param TeamsAppDistributionMethod $val The distributionMethod + * + * @return TeamsApp + */ + public function setDistributionMethod($val) + { + $this->_propDict["distributionMethod"] = $val; + return $this; + } + + + /** + * Gets the appDefinitions + * The details for each version of the app. + * + * @return array The appDefinitions + */ + public function getAppDefinitions() + { + if (array_key_exists("appDefinitions", $this->_propDict)) { + return $this->_propDict["appDefinitions"]; + } else { + return null; + } + } + + /** + * Sets the appDefinitions + * The details for each version of the app. + * + * @param TeamsAppDefinition $val The appDefinitions + * + * @return TeamsApp + */ + public function setAppDefinitions($val) + { + $this->_propDict["appDefinitions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamsAppDefinition.php b/vendor/microsoft/microsoft-graph/src/Model/TeamsAppDefinition.php new file mode 100644 index 000000000..81d7802af --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamsAppDefinition.php @@ -0,0 +1,116 @@ +_propDict)) { + return $this->_propDict["teamsAppId"]; + } else { + return null; + } + } + + /** + * Sets the teamsAppId + * The id from the Teams App manifest. + * + * @param string $val The teamsAppId + * + * @return TeamsAppDefinition + */ + public function setTeamsAppId($val) + { + $this->_propDict["teamsAppId"] = $val; + return $this; + } + + /** + * Gets the displayName + * The name of the app provided by the app developer. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name of the app provided by the app developer. + * + * @param string $val The displayName + * + * @return TeamsAppDefinition + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the version + * The version number of the application. + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * The version number of the application. + * + * @param string $val The version + * + * @return TeamsAppDefinition + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamsAppDistributionMethod.php b/vendor/microsoft/microsoft-graph/src/Model/TeamsAppDistributionMethod.php new file mode 100644 index 000000000..96c26ecc7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamsAppDistributionMethod.php @@ -0,0 +1,38 @@ +_propDict)) { + if (is_a($this->_propDict["teamsApp"], "Microsoft\Graph\Model\TeamsApp")) { + return $this->_propDict["teamsApp"]; + } else { + $this->_propDict["teamsApp"] = new TeamsApp($this->_propDict["teamsApp"]); + return $this->_propDict["teamsApp"]; + } + } + return null; + } + + /** + * Sets the teamsApp + * The app that is installed. + * + * @param TeamsApp $val The teamsApp + * + * @return TeamsAppInstallation + */ + public function setTeamsApp($val) + { + $this->_propDict["teamsApp"] = $val; + return $this; + } + + /** + * Gets the teamsAppDefinition + * The details of this version of the app. + * + * @return TeamsAppDefinition The teamsAppDefinition + */ + public function getTeamsAppDefinition() + { + if (array_key_exists("teamsAppDefinition", $this->_propDict)) { + if (is_a($this->_propDict["teamsAppDefinition"], "Microsoft\Graph\Model\TeamsAppDefinition")) { + return $this->_propDict["teamsAppDefinition"]; + } else { + $this->_propDict["teamsAppDefinition"] = new TeamsAppDefinition($this->_propDict["teamsAppDefinition"]); + return $this->_propDict["teamsAppDefinition"]; + } + } + return null; + } + + /** + * Sets the teamsAppDefinition + * The details of this version of the app. + * + * @param TeamsAppDefinition $val The teamsAppDefinition + * + * @return TeamsAppInstallation + */ + public function setTeamsAppDefinition($val) + { + $this->_propDict["teamsAppDefinition"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamsAsyncOperation.php b/vendor/microsoft/microsoft-graph/src/Model/TeamsAsyncOperation.php new file mode 100644 index 000000000..76c02dd56 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamsAsyncOperation.php @@ -0,0 +1,265 @@ +_propDict)) { + if (is_a($this->_propDict["operationType"], "Microsoft\Graph\Model\TeamsAsyncOperationType")) { + return $this->_propDict["operationType"]; + } else { + $this->_propDict["operationType"] = new TeamsAsyncOperationType($this->_propDict["operationType"]); + return $this->_propDict["operationType"]; + } + } + return null; + } + + /** + * Sets the operationType + * + * @param TeamsAsyncOperationType $val The operationType + * + * @return TeamsAsyncOperation + */ + public function setOperationType($val) + { + $this->_propDict["operationType"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * + * @param \DateTime $val The createdDateTime + * + * @return TeamsAsyncOperation + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the status + * + * @return TeamsAsyncOperationStatus The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\TeamsAsyncOperationStatus")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new TeamsAsyncOperationStatus($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * + * @param TeamsAsyncOperationStatus $val The status + * + * @return TeamsAsyncOperation + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + /** + * Gets the lastActionDateTime + * + * @return \DateTime The lastActionDateTime + */ + public function getLastActionDateTime() + { + if (array_key_exists("lastActionDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastActionDateTime"], "\DateTime")) { + return $this->_propDict["lastActionDateTime"]; + } else { + $this->_propDict["lastActionDateTime"] = new \DateTime($this->_propDict["lastActionDateTime"]); + return $this->_propDict["lastActionDateTime"]; + } + } + return null; + } + + /** + * Sets the lastActionDateTime + * + * @param \DateTime $val The lastActionDateTime + * + * @return TeamsAsyncOperation + */ + public function setLastActionDateTime($val) + { + $this->_propDict["lastActionDateTime"] = $val; + return $this; + } + + /** + * Gets the attemptsCount + * + * @return int The attemptsCount + */ + public function getAttemptsCount() + { + if (array_key_exists("attemptsCount", $this->_propDict)) { + return $this->_propDict["attemptsCount"]; + } else { + return null; + } + } + + /** + * Sets the attemptsCount + * + * @param int $val The attemptsCount + * + * @return TeamsAsyncOperation + */ + public function setAttemptsCount($val) + { + $this->_propDict["attemptsCount"] = intval($val); + return $this; + } + + /** + * Gets the targetResourceId + * + * @return string The targetResourceId + */ + public function getTargetResourceId() + { + if (array_key_exists("targetResourceId", $this->_propDict)) { + return $this->_propDict["targetResourceId"]; + } else { + return null; + } + } + + /** + * Sets the targetResourceId + * + * @param string $val The targetResourceId + * + * @return TeamsAsyncOperation + */ + public function setTargetResourceId($val) + { + $this->_propDict["targetResourceId"] = $val; + return $this; + } + + /** + * Gets the targetResourceLocation + * + * @return string The targetResourceLocation + */ + public function getTargetResourceLocation() + { + if (array_key_exists("targetResourceLocation", $this->_propDict)) { + return $this->_propDict["targetResourceLocation"]; + } else { + return null; + } + } + + /** + * Sets the targetResourceLocation + * + * @param string $val The targetResourceLocation + * + * @return TeamsAsyncOperation + */ + public function setTargetResourceLocation($val) + { + $this->_propDict["targetResourceLocation"] = $val; + return $this; + } + + /** + * Gets the error + * + * @return OperationError The error + */ + public function getError() + { + if (array_key_exists("error", $this->_propDict)) { + if (is_a($this->_propDict["error"], "Microsoft\Graph\Model\OperationError")) { + return $this->_propDict["error"]; + } else { + $this->_propDict["error"] = new OperationError($this->_propDict["error"]); + return $this->_propDict["error"]; + } + } + return null; + } + + /** + * Sets the error + * + * @param OperationError $val The error + * + * @return TeamsAsyncOperation + */ + public function setError($val) + { + $this->_propDict["error"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamsAsyncOperationStatus.php b/vendor/microsoft/microsoft-graph/src/Model/TeamsAsyncOperationStatus.php new file mode 100644 index 000000000..419172793 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamsAsyncOperationStatus.php @@ -0,0 +1,40 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Name of the tab. + * + * @param string $val The displayName + * + * @return TeamsTab + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the webUrl + * Deep link url of the tab instance. Read only. + * + * @return string The webUrl + */ + public function getWebUrl() + { + if (array_key_exists("webUrl", $this->_propDict)) { + return $this->_propDict["webUrl"]; + } else { + return null; + } + } + + /** + * Sets the webUrl + * Deep link url of the tab instance. Read only. + * + * @param string $val The webUrl + * + * @return TeamsTab + */ + public function setWebUrl($val) + { + $this->_propDict["webUrl"] = $val; + return $this; + } + + /** + * Gets the configuration + * Container for custom settings applied to a tab. The tab is considered configured only once this property is set. + * + * @return TeamsTabConfiguration The configuration + */ + public function getConfiguration() + { + if (array_key_exists("configuration", $this->_propDict)) { + if (is_a($this->_propDict["configuration"], "Microsoft\Graph\Model\TeamsTabConfiguration")) { + return $this->_propDict["configuration"]; + } else { + $this->_propDict["configuration"] = new TeamsTabConfiguration($this->_propDict["configuration"]); + return $this->_propDict["configuration"]; + } + } + return null; + } + + /** + * Sets the configuration + * Container for custom settings applied to a tab. The tab is considered configured only once this property is set. + * + * @param TeamsTabConfiguration $val The configuration + * + * @return TeamsTab + */ + public function setConfiguration($val) + { + $this->_propDict["configuration"] = $val; + return $this; + } + + /** + * Gets the teamsApp + * The application that is linked to the tab. This cannot be changed after tab creation. + * + * @return TeamsApp The teamsApp + */ + public function getTeamsApp() + { + if (array_key_exists("teamsApp", $this->_propDict)) { + if (is_a($this->_propDict["teamsApp"], "Microsoft\Graph\Model\TeamsApp")) { + return $this->_propDict["teamsApp"]; + } else { + $this->_propDict["teamsApp"] = new TeamsApp($this->_propDict["teamsApp"]); + return $this->_propDict["teamsApp"]; + } + } + return null; + } + + /** + * Sets the teamsApp + * The application that is linked to the tab. This cannot be changed after tab creation. + * + * @param TeamsApp $val The teamsApp + * + * @return TeamsTab + */ + public function setTeamsApp($val) + { + $this->_propDict["teamsApp"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TeamsTabConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/TeamsTabConfiguration.php new file mode 100644 index 000000000..1a76990d7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TeamsTabConfiguration.php @@ -0,0 +1,140 @@ +_propDict)) { + return $this->_propDict["entityId"]; + } else { + return null; + } + } + + /** + * Sets the entityId + * Identifier for the entity hosted by the tab provider. + * + * @param string $val The value of the entityId + * + * @return TeamsTabConfiguration + */ + public function setEntityId($val) + { + $this->_propDict["entityId"] = $val; + return $this; + } + /** + * Gets the contentUrl + * Url used for rendering tab contents in Teams. Required. + * + * @return string The contentUrl + */ + public function getContentUrl() + { + if (array_key_exists("contentUrl", $this->_propDict)) { + return $this->_propDict["contentUrl"]; + } else { + return null; + } + } + + /** + * Sets the contentUrl + * Url used for rendering tab contents in Teams. Required. + * + * @param string $val The value of the contentUrl + * + * @return TeamsTabConfiguration + */ + public function setContentUrl($val) + { + $this->_propDict["contentUrl"] = $val; + return $this; + } + /** + * Gets the removeUrl + * Url called by Teams client when a Tab is removed using the Teams Client. + * + * @return string The removeUrl + */ + public function getRemoveUrl() + { + if (array_key_exists("removeUrl", $this->_propDict)) { + return $this->_propDict["removeUrl"]; + } else { + return null; + } + } + + /** + * Sets the removeUrl + * Url called by Teams client when a Tab is removed using the Teams Client. + * + * @param string $val The value of the removeUrl + * + * @return TeamsTabConfiguration + */ + public function setRemoveUrl($val) + { + $this->_propDict["removeUrl"] = $val; + return $this; + } + /** + * Gets the websiteUrl + * Url for showing tab contents outside of Teams. + * + * @return string The websiteUrl + */ + public function getWebsiteUrl() + { + if (array_key_exists("websiteUrl", $this->_propDict)) { + return $this->_propDict["websiteUrl"]; + } else { + return null; + } + } + + /** + * Sets the websiteUrl + * Url for showing tab contents outside of Teams. + * + * @param string $val The value of the websiteUrl + * + * @return TeamsTabConfiguration + */ + public function setWebsiteUrl($val) + { + $this->_propDict["websiteUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TelecomExpenseManagementPartner.php b/vendor/microsoft/microsoft-graph/src/Model/TelecomExpenseManagementPartner.php new file mode 100644 index 000000000..bf9820152 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TelecomExpenseManagementPartner.php @@ -0,0 +1,178 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name of the TEM partner. + * + * @param string $val The displayName + * + * @return TelecomExpenseManagementPartner + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the url + * URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service. + * + * @return string The url + */ + public function getUrl() + { + if (array_key_exists("url", $this->_propDict)) { + return $this->_propDict["url"]; + } else { + return null; + } + } + + /** + * Sets the url + * URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service. + * + * @param string $val The url + * + * @return TelecomExpenseManagementPartner + */ + public function setUrl($val) + { + $this->_propDict["url"] = $val; + return $this; + } + + /** + * Gets the appAuthorized + * Whether the partner's AAD app has been authorized to access Intune. + * + * @return bool The appAuthorized + */ + public function getAppAuthorized() + { + if (array_key_exists("appAuthorized", $this->_propDict)) { + return $this->_propDict["appAuthorized"]; + } else { + return null; + } + } + + /** + * Sets the appAuthorized + * Whether the partner's AAD app has been authorized to access Intune. + * + * @param bool $val The appAuthorized + * + * @return TelecomExpenseManagementPartner + */ + public function setAppAuthorized($val) + { + $this->_propDict["appAuthorized"] = boolval($val); + return $this; + } + + /** + * Gets the enabled + * Whether Intune's connection to the TEM service is currently enabled or disabled. + * + * @return bool The enabled + */ + public function getEnabled() + { + if (array_key_exists("enabled", $this->_propDict)) { + return $this->_propDict["enabled"]; + } else { + return null; + } + } + + /** + * Sets the enabled + * Whether Intune's connection to the TEM service is currently enabled or disabled. + * + * @param bool $val The enabled + * + * @return TelecomExpenseManagementPartner + */ + public function setEnabled($val) + { + $this->_propDict["enabled"] = boolval($val); + return $this; + } + + /** + * Gets the lastConnectionDateTime + * Timestamp of the last request sent to Intune by the TEM partner. + * + * @return \DateTime The lastConnectionDateTime + */ + public function getLastConnectionDateTime() + { + if (array_key_exists("lastConnectionDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastConnectionDateTime"], "\DateTime")) { + return $this->_propDict["lastConnectionDateTime"]; + } else { + $this->_propDict["lastConnectionDateTime"] = new \DateTime($this->_propDict["lastConnectionDateTime"]); + return $this->_propDict["lastConnectionDateTime"]; + } + } + return null; + } + + /** + * Sets the lastConnectionDateTime + * Timestamp of the last request sent to Intune by the TEM partner. + * + * @param \DateTime $val The lastConnectionDateTime + * + * @return TelecomExpenseManagementPartner + */ + public function setLastConnectionDateTime($val) + { + $this->_propDict["lastConnectionDateTime"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TermsAndConditions.php b/vendor/microsoft/microsoft-graph/src/Model/TermsAndConditions.php new file mode 100644 index 000000000..a14c32ee8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TermsAndConditions.php @@ -0,0 +1,329 @@ +_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * DateTime the object was created. + * + * @param \DateTime $val The createdDateTime + * + * @return TermsAndConditions + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * DateTime the object was last modified. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * DateTime the object was last modified. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return TermsAndConditions + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the displayName + * Administrator-supplied name for the T&C policy. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Administrator-supplied name for the T&C policy. + * + * @param string $val The displayName + * + * @return TermsAndConditions + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the description + * Administrator-supplied description of the T&C policy. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Administrator-supplied description of the T&C policy. + * + * @param string $val The description + * + * @return TermsAndConditions + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the title + * Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&C policy. + * + * @return string The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + return $this->_propDict["title"]; + } else { + return null; + } + } + + /** + * Sets the title + * Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&C policy. + * + * @param string $val The title + * + * @return TermsAndConditions + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + + /** + * Gets the bodyText + * Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&C policy. + * + * @return string The bodyText + */ + public function getBodyText() + { + if (array_key_exists("bodyText", $this->_propDict)) { + return $this->_propDict["bodyText"]; + } else { + return null; + } + } + + /** + * Sets the bodyText + * Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&C policy. + * + * @param string $val The bodyText + * + * @return TermsAndConditions + */ + public function setBodyText($val) + { + $this->_propDict["bodyText"] = $val; + return $this; + } + + /** + * Gets the acceptanceStatement + * Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&C policy. This is shown to the user on prompts to accept the T&C policy. + * + * @return string The acceptanceStatement + */ + public function getAcceptanceStatement() + { + if (array_key_exists("acceptanceStatement", $this->_propDict)) { + return $this->_propDict["acceptanceStatement"]; + } else { + return null; + } + } + + /** + * Sets the acceptanceStatement + * Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&C policy. This is shown to the user on prompts to accept the T&C policy. + * + * @param string $val The acceptanceStatement + * + * @return TermsAndConditions + */ + public function setAcceptanceStatement($val) + { + $this->_propDict["acceptanceStatement"] = $val; + return $this; + } + + /** + * Gets the version + * Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&C policy. + * + * @return int The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&C policy. + * + * @param int $val The version + * + * @return TermsAndConditions + */ + public function setVersion($val) + { + $this->_propDict["version"] = intval($val); + return $this; + } + + + /** + * Gets the assignments + * The list of assignments for this T&C policy. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * The list of assignments for this T&C policy. + * + * @param TermsAndConditionsAssignment $val The assignments + * + * @return TermsAndConditions + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + + + /** + * Gets the acceptanceStatuses + * The list of acceptance statuses for this T&C policy. + * + * @return array The acceptanceStatuses + */ + public function getAcceptanceStatuses() + { + if (array_key_exists("acceptanceStatuses", $this->_propDict)) { + return $this->_propDict["acceptanceStatuses"]; + } else { + return null; + } + } + + /** + * Sets the acceptanceStatuses + * The list of acceptance statuses for this T&C policy. + * + * @param TermsAndConditionsAcceptanceStatus $val The acceptanceStatuses + * + * @return TermsAndConditions + */ + public function setAcceptanceStatuses($val) + { + $this->_propDict["acceptanceStatuses"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TermsAndConditionsAcceptanceStatus.php b/vendor/microsoft/microsoft-graph/src/Model/TermsAndConditionsAcceptanceStatus.php new file mode 100644 index 000000000..99a04a771 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TermsAndConditionsAcceptanceStatus.php @@ -0,0 +1,153 @@ +_propDict)) { + return $this->_propDict["userDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the userDisplayName + * Display name of the user whose acceptance the entity represents. + * + * @param string $val The userDisplayName + * + * @return TermsAndConditionsAcceptanceStatus + */ + public function setUserDisplayName($val) + { + $this->_propDict["userDisplayName"] = $val; + return $this; + } + + /** + * Gets the acceptedVersion + * Most recent version number of the T&C accepted by the user. + * + * @return int The acceptedVersion + */ + public function getAcceptedVersion() + { + if (array_key_exists("acceptedVersion", $this->_propDict)) { + return $this->_propDict["acceptedVersion"]; + } else { + return null; + } + } + + /** + * Sets the acceptedVersion + * Most recent version number of the T&C accepted by the user. + * + * @param int $val The acceptedVersion + * + * @return TermsAndConditionsAcceptanceStatus + */ + public function setAcceptedVersion($val) + { + $this->_propDict["acceptedVersion"] = intval($val); + return $this; + } + + /** + * Gets the acceptedDateTime + * DateTime when the terms were last accepted by the user. + * + * @return \DateTime The acceptedDateTime + */ + public function getAcceptedDateTime() + { + if (array_key_exists("acceptedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["acceptedDateTime"], "\DateTime")) { + return $this->_propDict["acceptedDateTime"]; + } else { + $this->_propDict["acceptedDateTime"] = new \DateTime($this->_propDict["acceptedDateTime"]); + return $this->_propDict["acceptedDateTime"]; + } + } + return null; + } + + /** + * Sets the acceptedDateTime + * DateTime when the terms were last accepted by the user. + * + * @param \DateTime $val The acceptedDateTime + * + * @return TermsAndConditionsAcceptanceStatus + */ + public function setAcceptedDateTime($val) + { + $this->_propDict["acceptedDateTime"] = $val; + return $this; + } + + /** + * Gets the termsAndConditions + * Navigation link to the terms and conditions that are assigned. + * + * @return TermsAndConditions The termsAndConditions + */ + public function getTermsAndConditions() + { + if (array_key_exists("termsAndConditions", $this->_propDict)) { + if (is_a($this->_propDict["termsAndConditions"], "Microsoft\Graph\Model\TermsAndConditions")) { + return $this->_propDict["termsAndConditions"]; + } else { + $this->_propDict["termsAndConditions"] = new TermsAndConditions($this->_propDict["termsAndConditions"]); + return $this->_propDict["termsAndConditions"]; + } + } + return null; + } + + /** + * Sets the termsAndConditions + * Navigation link to the terms and conditions that are assigned. + * + * @param TermsAndConditions $val The termsAndConditions + * + * @return TermsAndConditionsAcceptanceStatus + */ + public function setTermsAndConditions($val) + { + $this->_propDict["termsAndConditions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TermsAndConditionsAssignment.php b/vendor/microsoft/microsoft-graph/src/Model/TermsAndConditionsAssignment.php new file mode 100644 index 000000000..459913167 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TermsAndConditionsAssignment.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["target"], "Microsoft\Graph\Model\DeviceAndAppManagementAssignmentTarget")) { + return $this->_propDict["target"]; + } else { + $this->_propDict["target"] = new DeviceAndAppManagementAssignmentTarget($this->_propDict["target"]); + return $this->_propDict["target"]; + } + } + return null; + } + + /** + * Sets the target + * Assignment target that the T&C policy is assigned to. + * + * @param DeviceAndAppManagementAssignmentTarget $val The target + * + * @return TermsAndConditionsAssignment + */ + public function setTarget($val) + { + $this->_propDict["target"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TextColumn.php b/vendor/microsoft/microsoft-graph/src/Model/TextColumn.php new file mode 100644 index 000000000..d3fe21b33 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TextColumn.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["allowMultipleLines"]; + } else { + return null; + } + } + + /** + * Sets the allowMultipleLines + * Whether to allow multiple lines of text. + * + * @param bool $val The value of the allowMultipleLines + * + * @return TextColumn + */ + public function setAllowMultipleLines($val) + { + $this->_propDict["allowMultipleLines"] = $val; + return $this; + } + /** + * Gets the appendChangesToExistingText + * Whether updates to this column should replace existing text, or append to it. + * + * @return bool The appendChangesToExistingText + */ + public function getAppendChangesToExistingText() + { + if (array_key_exists("appendChangesToExistingText", $this->_propDict)) { + return $this->_propDict["appendChangesToExistingText"]; + } else { + return null; + } + } + + /** + * Sets the appendChangesToExistingText + * Whether updates to this column should replace existing text, or append to it. + * + * @param bool $val The value of the appendChangesToExistingText + * + * @return TextColumn + */ + public function setAppendChangesToExistingText($val) + { + $this->_propDict["appendChangesToExistingText"] = $val; + return $this; + } + /** + * Gets the linesForEditing + * The size of the text box. + * + * @return int The linesForEditing + */ + public function getLinesForEditing() + { + if (array_key_exists("linesForEditing", $this->_propDict)) { + return $this->_propDict["linesForEditing"]; + } else { + return null; + } + } + + /** + * Sets the linesForEditing + * The size of the text box. + * + * @param int $val The value of the linesForEditing + * + * @return TextColumn + */ + public function setLinesForEditing($val) + { + $this->_propDict["linesForEditing"] = $val; + return $this; + } + /** + * Gets the maxLength + * The maximum number of characters for the value. + * + * @return int The maxLength + */ + public function getMaxLength() + { + if (array_key_exists("maxLength", $this->_propDict)) { + return $this->_propDict["maxLength"]; + } else { + return null; + } + } + + /** + * Sets the maxLength + * The maximum number of characters for the value. + * + * @param int $val The value of the maxLength + * + * @return TextColumn + */ + public function setMaxLength($val) + { + $this->_propDict["maxLength"] = $val; + return $this; + } + /** + * Gets the textType + * The type of text being stored. Must be one of plain or richText + * + * @return string The textType + */ + public function getTextType() + { + if (array_key_exists("textType", $this->_propDict)) { + return $this->_propDict["textType"]; + } else { + return null; + } + } + + /** + * Sets the textType + * The type of text being stored. Must be one of plain or richText + * + * @param string $val The value of the textType + * + * @return TextColumn + */ + public function setTextType($val) + { + $this->_propDict["textType"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Thumbnail.php b/vendor/microsoft/microsoft-graph/src/Model/Thumbnail.php new file mode 100644 index 000000000..52d952420 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Thumbnail.php @@ -0,0 +1,173 @@ +_propDict)) { + if (is_a($this->_propDict["content"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["content"]; + } else { + $this->_propDict["content"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["content"]); + return $this->_propDict["content"]; + } + } + return null; + } + + /** + * Sets the content + * The content stream for the thumbnail. + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the content + * + * @return Thumbnail The Thumbnail + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } + /** + * Gets the height + * The height of the thumbnail, in pixels. + * + * @return int The height + */ + public function getHeight() + { + if (array_key_exists("height", $this->_propDict)) { + return $this->_propDict["height"]; + } else { + return null; + } + } + + /** + * Sets the height + * The height of the thumbnail, in pixels. + * + * @param int $val The value of the height + * + * @return Thumbnail + */ + public function setHeight($val) + { + $this->_propDict["height"] = $val; + return $this; + } + /** + * Gets the sourceItemId + * The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested. + * + * @return string The sourceItemId + */ + public function getSourceItemId() + { + if (array_key_exists("sourceItemId", $this->_propDict)) { + return $this->_propDict["sourceItemId"]; + } else { + return null; + } + } + + /** + * Sets the sourceItemId + * The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested. + * + * @param string $val The value of the sourceItemId + * + * @return Thumbnail + */ + public function setSourceItemId($val) + { + $this->_propDict["sourceItemId"] = $val; + return $this; + } + /** + * Gets the url + * The URL used to fetch the thumbnail content. + * + * @return string The url + */ + public function getUrl() + { + if (array_key_exists("url", $this->_propDict)) { + return $this->_propDict["url"]; + } else { + return null; + } + } + + /** + * Sets the url + * The URL used to fetch the thumbnail content. + * + * @param string $val The value of the url + * + * @return Thumbnail + */ + public function setUrl($val) + { + $this->_propDict["url"] = $val; + return $this; + } + /** + * Gets the width + * The width of the thumbnail, in pixels. + * + * @return int The width + */ + public function getWidth() + { + if (array_key_exists("width", $this->_propDict)) { + return $this->_propDict["width"]; + } else { + return null; + } + } + + /** + * Sets the width + * The width of the thumbnail, in pixels. + * + * @param int $val The value of the width + * + * @return Thumbnail + */ + public function setWidth($val) + { + $this->_propDict["width"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/ThumbnailSet.php b/vendor/microsoft/microsoft-graph/src/Model/ThumbnailSet.php new file mode 100644 index 000000000..dc04da8a5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/ThumbnailSet.php @@ -0,0 +1,161 @@ +_propDict)) { + if (is_a($this->_propDict["large"], "Microsoft\Graph\Model\Thumbnail")) { + return $this->_propDict["large"]; + } else { + $this->_propDict["large"] = new Thumbnail($this->_propDict["large"]); + return $this->_propDict["large"]; + } + } + return null; + } + + /** + * Sets the large + * A 1920x1920 scaled thumbnail. + * + * @param Thumbnail $val The large + * + * @return ThumbnailSet + */ + public function setLarge($val) + { + $this->_propDict["large"] = $val; + return $this; + } + + /** + * Gets the medium + * A 176x176 scaled thumbnail. + * + * @return Thumbnail The medium + */ + public function getMedium() + { + if (array_key_exists("medium", $this->_propDict)) { + if (is_a($this->_propDict["medium"], "Microsoft\Graph\Model\Thumbnail")) { + return $this->_propDict["medium"]; + } else { + $this->_propDict["medium"] = new Thumbnail($this->_propDict["medium"]); + return $this->_propDict["medium"]; + } + } + return null; + } + + /** + * Sets the medium + * A 176x176 scaled thumbnail. + * + * @param Thumbnail $val The medium + * + * @return ThumbnailSet + */ + public function setMedium($val) + { + $this->_propDict["medium"] = $val; + return $this; + } + + /** + * Gets the small + * A 48x48 cropped thumbnail. + * + * @return Thumbnail The small + */ + public function getSmall() + { + if (array_key_exists("small", $this->_propDict)) { + if (is_a($this->_propDict["small"], "Microsoft\Graph\Model\Thumbnail")) { + return $this->_propDict["small"]; + } else { + $this->_propDict["small"] = new Thumbnail($this->_propDict["small"]); + return $this->_propDict["small"]; + } + } + return null; + } + + /** + * Sets the small + * A 48x48 cropped thumbnail. + * + * @param Thumbnail $val The small + * + * @return ThumbnailSet + */ + public function setSmall($val) + { + $this->_propDict["small"] = $val; + return $this; + } + + /** + * Gets the source + * A custom thumbnail image or the original image used to generate other thumbnails. + * + * @return Thumbnail The source + */ + public function getSource() + { + if (array_key_exists("source", $this->_propDict)) { + if (is_a($this->_propDict["source"], "Microsoft\Graph\Model\Thumbnail")) { + return $this->_propDict["source"]; + } else { + $this->_propDict["source"] = new Thumbnail($this->_propDict["source"]); + return $this->_propDict["source"]; + } + } + return null; + } + + /** + * Sets the source + * A custom thumbnail image or the original image used to generate other thumbnails. + * + * @param Thumbnail $val The source + * + * @return ThumbnailSet + */ + public function setSource($val) + { + $this->_propDict["source"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/TimeConstraint.php b/vendor/microsoft/microsoft-graph/src/Model/TimeConstraint.php new file mode 100644 index 000000000..0dcd2ec2c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TimeConstraint.php @@ -0,0 +1,92 @@ +_propDict)) { + if (is_a($this->_propDict["activityDomain"], "Microsoft\Graph\Model\ActivityDomain")) { + return $this->_propDict["activityDomain"]; + } else { + $this->_propDict["activityDomain"] = new ActivityDomain($this->_propDict["activityDomain"]); + return $this->_propDict["activityDomain"]; + } + } + return null; + } + + /** + * Sets the activityDomain + * The nature of the activity, optional. The possible values are: work, personal, unrestricted, or unknown. + * + * @param ActivityDomain $val The value to assign to the activityDomain + * + * @return TimeConstraint The TimeConstraint + */ + public function setActivityDomain($val) + { + $this->_propDict["activityDomain"] = $val; + return $this; + } + + /** + * Gets the timeSlots + * + * @return TimeSlot The timeSlots + */ + public function getTimeSlots() + { + if (array_key_exists("timeSlots", $this->_propDict)) { + if (is_a($this->_propDict["timeSlots"], "Microsoft\Graph\Model\TimeSlot")) { + return $this->_propDict["timeSlots"]; + } else { + $this->_propDict["timeSlots"] = new TimeSlot($this->_propDict["timeSlots"]); + return $this->_propDict["timeSlots"]; + } + } + return null; + } + + /** + * Sets the timeSlots + * + * @param TimeSlot $val The value to assign to the timeSlots + * + * @return TimeConstraint The TimeConstraint + */ + public function setTimeSlots($val) + { + $this->_propDict["timeSlots"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TimeSlot.php b/vendor/microsoft/microsoft-graph/src/Model/TimeSlot.php new file mode 100644 index 000000000..70ddb80cf --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TimeSlot.php @@ -0,0 +1,94 @@ +_propDict)) { + if (is_a($this->_propDict["start"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["start"]; + } else { + $this->_propDict["start"] = new DateTimeTimeZone($this->_propDict["start"]); + return $this->_propDict["start"]; + } + } + return null; + } + + /** + * Sets the start + * The date, time, and time zone that a period ends. + * + * @param DateTimeTimeZone $val The value to assign to the start + * + * @return TimeSlot The TimeSlot + */ + public function setStart($val) + { + $this->_propDict["start"] = $val; + return $this; + } + + /** + * Gets the end + * The date, time, and time zone that a period begins. + * + * @return DateTimeTimeZone The end + */ + public function getEnd() + { + if (array_key_exists("end", $this->_propDict)) { + if (is_a($this->_propDict["end"], "Microsoft\Graph\Model\DateTimeTimeZone")) { + return $this->_propDict["end"]; + } else { + $this->_propDict["end"] = new DateTimeTimeZone($this->_propDict["end"]); + return $this->_propDict["end"]; + } + } + return null; + } + + /** + * Sets the end + * The date, time, and time zone that a period begins. + * + * @param DateTimeTimeZone $val The value to assign to the end + * + * @return TimeSlot The TimeSlot + */ + public function setEnd($val) + { + $this->_propDict["end"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TimeZoneBase.php b/vendor/microsoft/microsoft-graph/src/Model/TimeZoneBase.php new file mode 100644 index 000000000..569f4264a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TimeZoneBase.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone. + * + * @param string $val The value of the name + * + * @return TimeZoneBase + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TimeZoneInformation.php b/vendor/microsoft/microsoft-graph/src/Model/TimeZoneInformation.php new file mode 100644 index 000000000..ff9e1a595 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TimeZoneInformation.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["alias"]; + } else { + return null; + } + } + + /** + * Sets the alias + * An identifier for the time zone. + * + * @param string $val The value of the alias + * + * @return TimeZoneInformation + */ + public function setAlias($val) + { + $this->_propDict["alias"] = $val; + return $this; + } + /** + * Gets the displayName + * A display string that represents the time zone. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * A display string that represents the time zone. + * + * @param string $val The value of the displayName + * + * @return TimeZoneInformation + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/TimeZoneStandard.php b/vendor/microsoft/microsoft-graph/src/Model/TimeZoneStandard.php new file mode 100644 index 000000000..aaed2fa98 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/TimeZoneStandard.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["weight"]; + } else { + return null; + } + } + + /** + * Sets the weight + * + * @param float $val The weight + * + * @return Trending + */ + public function setWeight($val) + { + $this->_propDict["weight"] = $val; + return $this; + } + + /** + * Gets the resourceVisualization + * + * @return ResourceVisualization The resourceVisualization + */ + public function getResourceVisualization() + { + if (array_key_exists("resourceVisualization", $this->_propDict)) { + if (is_a($this->_propDict["resourceVisualization"], "Microsoft\Graph\Model\ResourceVisualization")) { + return $this->_propDict["resourceVisualization"]; + } else { + $this->_propDict["resourceVisualization"] = new ResourceVisualization($this->_propDict["resourceVisualization"]); + return $this->_propDict["resourceVisualization"]; + } + } + return null; + } + + /** + * Sets the resourceVisualization + * + * @param ResourceVisualization $val The resourceVisualization + * + * @return Trending + */ + public function setResourceVisualization($val) + { + $this->_propDict["resourceVisualization"] = $val; + return $this; + } + + /** + * Gets the resourceReference + * + * @return ResourceReference The resourceReference + */ + public function getResourceReference() + { + if (array_key_exists("resourceReference", $this->_propDict)) { + if (is_a($this->_propDict["resourceReference"], "Microsoft\Graph\Model\ResourceReference")) { + return $this->_propDict["resourceReference"]; + } else { + $this->_propDict["resourceReference"] = new ResourceReference($this->_propDict["resourceReference"]); + return $this->_propDict["resourceReference"]; + } + } + return null; + } + + /** + * Sets the resourceReference + * + * @param ResourceReference $val The resourceReference + * + * @return Trending + */ + public function setResourceReference($val) + { + $this->_propDict["resourceReference"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return Trending + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the resource + * + * @return Entity The resource + */ + public function getResource() + { + if (array_key_exists("resource", $this->_propDict)) { + if (is_a($this->_propDict["resource"], "Microsoft\Graph\Model\Entity")) { + return $this->_propDict["resource"]; + } else { + $this->_propDict["resource"] = new Entity($this->_propDict["resource"]); + return $this->_propDict["resource"]; + } + } + return null; + } + + /** + * Sets the resource + * + * @param Entity $val The resource + * + * @return Trending + */ + public function setResource($val) + { + $this->_propDict["resource"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/UpdateWindowsDeviceAccountActionParameter.php b/vendor/microsoft/microsoft-graph/src/Model/UpdateWindowsDeviceAccountActionParameter.php new file mode 100644 index 000000000..2787219d7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/UpdateWindowsDeviceAccountActionParameter.php @@ -0,0 +1,201 @@ +_propDict)) { + if (is_a($this->_propDict["deviceAccount"], "Microsoft\Graph\Model\WindowsDeviceAccount")) { + return $this->_propDict["deviceAccount"]; + } else { + $this->_propDict["deviceAccount"] = new WindowsDeviceAccount($this->_propDict["deviceAccount"]); + return $this->_propDict["deviceAccount"]; + } + } + return null; + } + + /** + * Sets the deviceAccount + * Not yet documented + * + * @param WindowsDeviceAccount $val The value to assign to the deviceAccount + * + * @return UpdateWindowsDeviceAccountActionParameter The UpdateWindowsDeviceAccountActionParameter + */ + public function setDeviceAccount($val) + { + $this->_propDict["deviceAccount"] = $val; + return $this; + } + /** + * Gets the passwordRotationEnabled + * Not yet documented + * + * @return bool The passwordRotationEnabled + */ + public function getPasswordRotationEnabled() + { + if (array_key_exists("passwordRotationEnabled", $this->_propDict)) { + return $this->_propDict["passwordRotationEnabled"]; + } else { + return null; + } + } + + /** + * Sets the passwordRotationEnabled + * Not yet documented + * + * @param bool $val The value of the passwordRotationEnabled + * + * @return UpdateWindowsDeviceAccountActionParameter + */ + public function setPasswordRotationEnabled($val) + { + $this->_propDict["passwordRotationEnabled"] = $val; + return $this; + } + /** + * Gets the calendarSyncEnabled + * Not yet documented + * + * @return bool The calendarSyncEnabled + */ + public function getCalendarSyncEnabled() + { + if (array_key_exists("calendarSyncEnabled", $this->_propDict)) { + return $this->_propDict["calendarSyncEnabled"]; + } else { + return null; + } + } + + /** + * Sets the calendarSyncEnabled + * Not yet documented + * + * @param bool $val The value of the calendarSyncEnabled + * + * @return UpdateWindowsDeviceAccountActionParameter + */ + public function setCalendarSyncEnabled($val) + { + $this->_propDict["calendarSyncEnabled"] = $val; + return $this; + } + /** + * Gets the deviceAccountEmail + * Not yet documented + * + * @return string The deviceAccountEmail + */ + public function getDeviceAccountEmail() + { + if (array_key_exists("deviceAccountEmail", $this->_propDict)) { + return $this->_propDict["deviceAccountEmail"]; + } else { + return null; + } + } + + /** + * Sets the deviceAccountEmail + * Not yet documented + * + * @param string $val The value of the deviceAccountEmail + * + * @return UpdateWindowsDeviceAccountActionParameter + */ + public function setDeviceAccountEmail($val) + { + $this->_propDict["deviceAccountEmail"] = $val; + return $this; + } + /** + * Gets the exchangeServer + * Not yet documented + * + * @return string The exchangeServer + */ + public function getExchangeServer() + { + if (array_key_exists("exchangeServer", $this->_propDict)) { + return $this->_propDict["exchangeServer"]; + } else { + return null; + } + } + + /** + * Sets the exchangeServer + * Not yet documented + * + * @param string $val The value of the exchangeServer + * + * @return UpdateWindowsDeviceAccountActionParameter + */ + public function setExchangeServer($val) + { + $this->_propDict["exchangeServer"] = $val; + return $this; + } + /** + * Gets the sessionInitiationProtocalAddress + * Not yet documented + * + * @return string The sessionInitiationProtocalAddress + */ + public function getSessionInitiationProtocalAddress() + { + if (array_key_exists("sessionInitiationProtocalAddress", $this->_propDict)) { + return $this->_propDict["sessionInitiationProtocalAddress"]; + } else { + return null; + } + } + + /** + * Sets the sessionInitiationProtocalAddress + * Not yet documented + * + * @param string $val The value of the sessionInitiationProtocalAddress + * + * @return UpdateWindowsDeviceAccountActionParameter + */ + public function setSessionInitiationProtocalAddress($val) + { + $this->_propDict["sessionInitiationProtocalAddress"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/UploadSession.php b/vendor/microsoft/microsoft-graph/src/Model/UploadSession.php new file mode 100644 index 000000000..09f81ba22 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/UploadSession.php @@ -0,0 +1,117 @@ +_propDict)) { + if (is_a($this->_propDict["expirationDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["expirationDateTime"]; + } else { + $this->_propDict["expirationDateTime"] = new \DateTime($this->_propDict["expirationDateTime"]); + return $this->_propDict["expirationDateTime"]; + } + } + return null; + } + + /** + * Sets the expirationDateTime + * The date and time in UTC that the upload session will expire. The complete file must be uploaded before this expiration time is reached. + * + * @param \DateTime $val The value to assign to the expirationDateTime + * + * @return UploadSession The UploadSession + */ + public function setExpirationDateTime($val) + { + $this->_propDict["expirationDateTime"] = $val; + return $this; + } + /** + * Gets the nextExpectedRanges + * A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format 'start-end' (e.g. '0-26' to indicate the first 27 bytes of the file). + * + * @return string The nextExpectedRanges + */ + public function getNextExpectedRanges() + { + if (array_key_exists("nextExpectedRanges", $this->_propDict)) { + return $this->_propDict["nextExpectedRanges"]; + } else { + return null; + } + } + + /** + * Sets the nextExpectedRanges + * A collection of byte ranges that the server is missing for the file. These ranges are zero indexed and of the format 'start-end' (e.g. '0-26' to indicate the first 27 bytes of the file). + * + * @param string $val The value of the nextExpectedRanges + * + * @return UploadSession + */ + public function setNextExpectedRanges($val) + { + $this->_propDict["nextExpectedRanges"] = $val; + return $this; + } + /** + * Gets the uploadUrl + * The URL endpoint that accepts PUT requests for byte ranges of the file. + * + * @return string The uploadUrl + */ + public function getUploadUrl() + { + if (array_key_exists("uploadUrl", $this->_propDict)) { + return $this->_propDict["uploadUrl"]; + } else { + return null; + } + } + + /** + * Sets the uploadUrl + * The URL endpoint that accepts PUT requests for byte ranges of the file. + * + * @param string $val The value of the uploadUrl + * + * @return UploadSession + */ + public function setUploadUrl($val) + { + $this->_propDict["uploadUrl"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/UsageDetails.php b/vendor/microsoft/microsoft-graph/src/Model/UsageDetails.php new file mode 100644 index 000000000..d6d9030f1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/UsageDetails.php @@ -0,0 +1,90 @@ +_propDict)) { + if (is_a($this->_propDict["lastAccessedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastAccessedDateTime"]; + } else { + $this->_propDict["lastAccessedDateTime"] = new \DateTime($this->_propDict["lastAccessedDateTime"]); + return $this->_propDict["lastAccessedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastAccessedDateTime + * + * @param \DateTime $val The value to assign to the lastAccessedDateTime + * + * @return UsageDetails The UsageDetails + */ + public function setLastAccessedDateTime($val) + { + $this->_propDict["lastAccessedDateTime"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * + * @param \DateTime $val The value to assign to the lastModifiedDateTime + * + * @return UsageDetails The UsageDetails + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/UsedInsight.php b/vendor/microsoft/microsoft-graph/src/Model/UsedInsight.php new file mode 100644 index 000000000..81d46258e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/UsedInsight.php @@ -0,0 +1,153 @@ +_propDict)) { + if (is_a($this->_propDict["lastUsed"], "Microsoft\Graph\Model\UsageDetails")) { + return $this->_propDict["lastUsed"]; + } else { + $this->_propDict["lastUsed"] = new UsageDetails($this->_propDict["lastUsed"]); + return $this->_propDict["lastUsed"]; + } + } + return null; + } + + /** + * Sets the lastUsed + * + * @param UsageDetails $val The lastUsed + * + * @return UsedInsight + */ + public function setLastUsed($val) + { + $this->_propDict["lastUsed"] = $val; + return $this; + } + + /** + * Gets the resourceVisualization + * + * @return ResourceVisualization The resourceVisualization + */ + public function getResourceVisualization() + { + if (array_key_exists("resourceVisualization", $this->_propDict)) { + if (is_a($this->_propDict["resourceVisualization"], "Microsoft\Graph\Model\ResourceVisualization")) { + return $this->_propDict["resourceVisualization"]; + } else { + $this->_propDict["resourceVisualization"] = new ResourceVisualization($this->_propDict["resourceVisualization"]); + return $this->_propDict["resourceVisualization"]; + } + } + return null; + } + + /** + * Sets the resourceVisualization + * + * @param ResourceVisualization $val The resourceVisualization + * + * @return UsedInsight + */ + public function setResourceVisualization($val) + { + $this->_propDict["resourceVisualization"] = $val; + return $this; + } + + /** + * Gets the resourceReference + * + * @return ResourceReference The resourceReference + */ + public function getResourceReference() + { + if (array_key_exists("resourceReference", $this->_propDict)) { + if (is_a($this->_propDict["resourceReference"], "Microsoft\Graph\Model\ResourceReference")) { + return $this->_propDict["resourceReference"]; + } else { + $this->_propDict["resourceReference"] = new ResourceReference($this->_propDict["resourceReference"]); + return $this->_propDict["resourceReference"]; + } + } + return null; + } + + /** + * Sets the resourceReference + * + * @param ResourceReference $val The resourceReference + * + * @return UsedInsight + */ + public function setResourceReference($val) + { + $this->_propDict["resourceReference"] = $val; + return $this; + } + + /** + * Gets the resource + * + * @return Entity The resource + */ + public function getResource() + { + if (array_key_exists("resource", $this->_propDict)) { + if (is_a($this->_propDict["resource"], "Microsoft\Graph\Model\Entity")) { + return $this->_propDict["resource"]; + } else { + $this->_propDict["resource"] = new Entity($this->_propDict["resource"]); + return $this->_propDict["resource"]; + } + } + return null; + } + + /** + * Sets the resource + * + * @param Entity $val The resource + * + * @return UsedInsight + */ + public function setResource($val) + { + $this->_propDict["resource"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/User.php b/vendor/microsoft/microsoft-graph/src/Model/User.php new file mode 100644 index 000000000..640d2fd1c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/User.php @@ -0,0 +1,2872 @@ +_propDict)) { + return $this->_propDict["accountEnabled"]; + } else { + return null; + } + } + + /** + * Sets the accountEnabled + * true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter. + * + * @param bool $val The accountEnabled + * + * @return User + */ + public function setAccountEnabled($val) + { + $this->_propDict["accountEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the ageGroup + * Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. + * + * @return string The ageGroup + */ + public function getAgeGroup() + { + if (array_key_exists("ageGroup", $this->_propDict)) { + return $this->_propDict["ageGroup"]; + } else { + return null; + } + } + + /** + * Sets the ageGroup + * Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information. + * + * @param string $val The ageGroup + * + * @return User + */ + public function setAgeGroup($val) + { + $this->_propDict["ageGroup"] = $val; + return $this; + } + + + /** + * Gets the assignedLicenses + * The licenses that are assigned to the user. Not nullable. + * + * @return array The assignedLicenses + */ + public function getAssignedLicenses() + { + if (array_key_exists("assignedLicenses", $this->_propDict)) { + return $this->_propDict["assignedLicenses"]; + } else { + return null; + } + } + + /** + * Sets the assignedLicenses + * The licenses that are assigned to the user. Not nullable. + * + * @param AssignedLicense $val The assignedLicenses + * + * @return User + */ + public function setAssignedLicenses($val) + { + $this->_propDict["assignedLicenses"] = $val; + return $this; + } + + + /** + * Gets the assignedPlans + * The plans that are assigned to the user. Read-only. Not nullable. + * + * @return array The assignedPlans + */ + public function getAssignedPlans() + { + if (array_key_exists("assignedPlans", $this->_propDict)) { + return $this->_propDict["assignedPlans"]; + } else { + return null; + } + } + + /** + * Sets the assignedPlans + * The plans that are assigned to the user. Read-only. Not nullable. + * + * @param AssignedPlan $val The assignedPlans + * + * @return User + */ + public function setAssignedPlans($val) + { + $this->_propDict["assignedPlans"] = $val; + return $this; + } + + /** + * Gets the businessPhones + * The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. + * + * @return string The businessPhones + */ + public function getBusinessPhones() + { + if (array_key_exists("businessPhones", $this->_propDict)) { + return $this->_propDict["businessPhones"]; + } else { + return null; + } + } + + /** + * Sets the businessPhones + * The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. + * + * @param string $val The businessPhones + * + * @return User + */ + public function setBusinessPhones($val) + { + $this->_propDict["businessPhones"] = $val; + return $this; + } + + /** + * Gets the city + * The city in which the user is located. Supports $filter. + * + * @return string The city + */ + public function getCity() + { + if (array_key_exists("city", $this->_propDict)) { + return $this->_propDict["city"]; + } else { + return null; + } + } + + /** + * Sets the city + * The city in which the user is located. Supports $filter. + * + * @param string $val The city + * + * @return User + */ + public function setCity($val) + { + $this->_propDict["city"] = $val; + return $this; + } + + /** + * Gets the companyName + * The company name which the user is associated. This property can be useful for describing the company that an external user comes from. + * + * @return string The companyName + */ + public function getCompanyName() + { + if (array_key_exists("companyName", $this->_propDict)) { + return $this->_propDict["companyName"]; + } else { + return null; + } + } + + /** + * Sets the companyName + * The company name which the user is associated. This property can be useful for describing the company that an external user comes from. + * + * @param string $val The companyName + * + * @return User + */ + public function setCompanyName($val) + { + $this->_propDict["companyName"] = $val; + return $this; + } + + /** + * Gets the consentProvidedForMinor + * Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. + * + * @return string The consentProvidedForMinor + */ + public function getConsentProvidedForMinor() + { + if (array_key_exists("consentProvidedForMinor", $this->_propDict)) { + return $this->_propDict["consentProvidedForMinor"]; + } else { + return null; + } + } + + /** + * Sets the consentProvidedForMinor + * Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information. + * + * @param string $val The consentProvidedForMinor + * + * @return User + */ + public function setConsentProvidedForMinor($val) + { + $this->_propDict["consentProvidedForMinor"] = $val; + return $this; + } + + /** + * Gets the country + * The country/region in which the user is located; for example, 'US' or 'UK'. Supports $filter. + * + * @return string The country + */ + public function getCountry() + { + if (array_key_exists("country", $this->_propDict)) { + return $this->_propDict["country"]; + } else { + return null; + } + } + + /** + * Sets the country + * The country/region in which the user is located; for example, 'US' or 'UK'. Supports $filter. + * + * @param string $val The country + * + * @return User + */ + public function setCountry($val) + { + $this->_propDict["country"] = $val; + return $this; + } + + /** + * Gets the department + * The name for the department in which the user works. Supports $filter. + * + * @return string The department + */ + public function getDepartment() + { + if (array_key_exists("department", $this->_propDict)) { + return $this->_propDict["department"]; + } else { + return null; + } + } + + /** + * Sets the department + * The name for the department in which the user works. Supports $filter. + * + * @param string $val The department + * + * @return User + */ + public function setDepartment($val) + { + $this->_propDict["department"] = $val; + return $this; + } + + /** + * Gets the displayName + * The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby. + * + * @param string $val The displayName + * + * @return User + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the employeeId + * The employee identifier assigned to the user by the organization. Supports $filter. + * + * @return string The employeeId + */ + public function getEmployeeId() + { + if (array_key_exists("employeeId", $this->_propDict)) { + return $this->_propDict["employeeId"]; + } else { + return null; + } + } + + /** + * Sets the employeeId + * The employee identifier assigned to the user by the organization. Supports $filter. + * + * @param string $val The employeeId + * + * @return User + */ + public function setEmployeeId($val) + { + $this->_propDict["employeeId"] = $val; + return $this; + } + + /** + * Gets the faxNumber + * The fax number of the user. + * + * @return string The faxNumber + */ + public function getFaxNumber() + { + if (array_key_exists("faxNumber", $this->_propDict)) { + return $this->_propDict["faxNumber"]; + } else { + return null; + } + } + + /** + * Sets the faxNumber + * The fax number of the user. + * + * @param string $val The faxNumber + * + * @return User + */ + public function setFaxNumber($val) + { + $this->_propDict["faxNumber"] = $val; + return $this; + } + + /** + * Gets the givenName + * The given name (first name) of the user. Supports $filter. + * + * @return string The givenName + */ + public function getGivenName() + { + if (array_key_exists("givenName", $this->_propDict)) { + return $this->_propDict["givenName"]; + } else { + return null; + } + } + + /** + * Sets the givenName + * The given name (first name) of the user. Supports $filter. + * + * @param string $val The givenName + * + * @return User + */ + public function setGivenName($val) + { + $this->_propDict["givenName"] = $val; + return $this; + } + + /** + * Gets the imAddresses + * The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. + * + * @return string The imAddresses + */ + public function getImAddresses() + { + if (array_key_exists("imAddresses", $this->_propDict)) { + return $this->_propDict["imAddresses"]; + } else { + return null; + } + } + + /** + * Sets the imAddresses + * The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. + * + * @param string $val The imAddresses + * + * @return User + */ + public function setImAddresses($val) + { + $this->_propDict["imAddresses"] = $val; + return $this; + } + + /** + * Gets the isResourceAccount + * true if the user is a resource account; otherwise, false. Null value should be considered false. + * + * @return bool The isResourceAccount + */ + public function getIsResourceAccount() + { + if (array_key_exists("isResourceAccount", $this->_propDict)) { + return $this->_propDict["isResourceAccount"]; + } else { + return null; + } + } + + /** + * Sets the isResourceAccount + * true if the user is a resource account; otherwise, false. Null value should be considered false. + * + * @param bool $val The isResourceAccount + * + * @return User + */ + public function setIsResourceAccount($val) + { + $this->_propDict["isResourceAccount"] = boolval($val); + return $this; + } + + /** + * Gets the jobTitle + * The user’s job title. Supports $filter. + * + * @return string The jobTitle + */ + public function getJobTitle() + { + if (array_key_exists("jobTitle", $this->_propDict)) { + return $this->_propDict["jobTitle"]; + } else { + return null; + } + } + + /** + * Sets the jobTitle + * The user’s job title. Supports $filter. + * + * @param string $val The jobTitle + * + * @return User + */ + public function setJobTitle($val) + { + $this->_propDict["jobTitle"] = $val; + return $this; + } + + /** + * Gets the legalAgeGroupClassification + * Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.) + * + * @return string The legalAgeGroupClassification + */ + public function getLegalAgeGroupClassification() + { + if (array_key_exists("legalAgeGroupClassification", $this->_propDict)) { + return $this->_propDict["legalAgeGroupClassification"]; + } else { + return null; + } + } + + /** + * Sets the legalAgeGroupClassification + * Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.) + * + * @param string $val The legalAgeGroupClassification + * + * @return User + */ + public function setLegalAgeGroupClassification($val) + { + $this->_propDict["legalAgeGroupClassification"] = $val; + return $this; + } + + + /** + * Gets the licenseAssignmentStates + * State of license assignments for this user. Read-only. + * + * @return array The licenseAssignmentStates + */ + public function getLicenseAssignmentStates() + { + if (array_key_exists("licenseAssignmentStates", $this->_propDict)) { + return $this->_propDict["licenseAssignmentStates"]; + } else { + return null; + } + } + + /** + * Sets the licenseAssignmentStates + * State of license assignments for this user. Read-only. + * + * @param LicenseAssignmentState $val The licenseAssignmentStates + * + * @return User + */ + public function setLicenseAssignmentStates($val) + { + $this->_propDict["licenseAssignmentStates"] = $val; + return $this; + } + + /** + * Gets the mail + * The SMTP address for the user, for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports $filter. + * + * @return string The mail + */ + public function getMail() + { + if (array_key_exists("mail", $this->_propDict)) { + return $this->_propDict["mail"]; + } else { + return null; + } + } + + /** + * Sets the mail + * The SMTP address for the user, for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports $filter. + * + * @param string $val The mail + * + * @return User + */ + public function setMail($val) + { + $this->_propDict["mail"] = $val; + return $this; + } + + /** + * Gets the mailNickname + * The mail alias for the user. This property must be specified when a user is created. Supports $filter. + * + * @return string The mailNickname + */ + public function getMailNickname() + { + if (array_key_exists("mailNickname", $this->_propDict)) { + return $this->_propDict["mailNickname"]; + } else { + return null; + } + } + + /** + * Sets the mailNickname + * The mail alias for the user. This property must be specified when a user is created. Supports $filter. + * + * @param string $val The mailNickname + * + * @return User + */ + public function setMailNickname($val) + { + $this->_propDict["mailNickname"] = $val; + return $this; + } + + /** + * Gets the mobilePhone + * The primary cellular telephone number for the user. + * + * @return string The mobilePhone + */ + public function getMobilePhone() + { + if (array_key_exists("mobilePhone", $this->_propDict)) { + return $this->_propDict["mobilePhone"]; + } else { + return null; + } + } + + /** + * Sets the mobilePhone + * The primary cellular telephone number for the user. + * + * @param string $val The mobilePhone + * + * @return User + */ + public function setMobilePhone($val) + { + $this->_propDict["mobilePhone"] = $val; + return $this; + } + + /** + * Gets the onPremisesDistinguishedName + * Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + * + * @return string The onPremisesDistinguishedName + */ + public function getOnPremisesDistinguishedName() + { + if (array_key_exists("onPremisesDistinguishedName", $this->_propDict)) { + return $this->_propDict["onPremisesDistinguishedName"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesDistinguishedName + * Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + * + * @param string $val The onPremisesDistinguishedName + * + * @return User + */ + public function setOnPremisesDistinguishedName($val) + { + $this->_propDict["onPremisesDistinguishedName"] = $val; + return $this; + } + + /** + * Gets the onPremisesExtensionAttributes + * Contains extensionAttributes 1-15 for the user. Note that the individual extension attributes are neither selectable nor filterable. For an onPremisesSyncEnabled user, this set of properties is mastered on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties may be set during creation or update. + * + * @return OnPremisesExtensionAttributes The onPremisesExtensionAttributes + */ + public function getOnPremisesExtensionAttributes() + { + if (array_key_exists("onPremisesExtensionAttributes", $this->_propDict)) { + if (is_a($this->_propDict["onPremisesExtensionAttributes"], "Microsoft\Graph\Model\OnPremisesExtensionAttributes")) { + return $this->_propDict["onPremisesExtensionAttributes"]; + } else { + $this->_propDict["onPremisesExtensionAttributes"] = new OnPremisesExtensionAttributes($this->_propDict["onPremisesExtensionAttributes"]); + return $this->_propDict["onPremisesExtensionAttributes"]; + } + } + return null; + } + + /** + * Sets the onPremisesExtensionAttributes + * Contains extensionAttributes 1-15 for the user. Note that the individual extension attributes are neither selectable nor filterable. For an onPremisesSyncEnabled user, this set of properties is mastered on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties may be set during creation or update. + * + * @param OnPremisesExtensionAttributes $val The onPremisesExtensionAttributes + * + * @return User + */ + public function setOnPremisesExtensionAttributes($val) + { + $this->_propDict["onPremisesExtensionAttributes"] = $val; + return $this; + } + + /** + * Gets the onPremisesImmutableId + * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user’s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter. + * + * @return string The onPremisesImmutableId + */ + public function getOnPremisesImmutableId() + { + if (array_key_exists("onPremisesImmutableId", $this->_propDict)) { + return $this->_propDict["onPremisesImmutableId"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesImmutableId + * This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user’s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter. + * + * @param string $val The onPremisesImmutableId + * + * @return User + */ + public function setOnPremisesImmutableId($val) + { + $this->_propDict["onPremisesImmutableId"] = $val; + return $this; + } + + /** + * Gets the onPremisesLastSyncDateTime + * Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @return \DateTime The onPremisesLastSyncDateTime + */ + public function getOnPremisesLastSyncDateTime() + { + if (array_key_exists("onPremisesLastSyncDateTime", $this->_propDict)) { + if (is_a($this->_propDict["onPremisesLastSyncDateTime"], "\DateTime")) { + return $this->_propDict["onPremisesLastSyncDateTime"]; + } else { + $this->_propDict["onPremisesLastSyncDateTime"] = new \DateTime($this->_propDict["onPremisesLastSyncDateTime"]); + return $this->_propDict["onPremisesLastSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the onPremisesLastSyncDateTime + * Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. + * + * @param \DateTime $val The onPremisesLastSyncDateTime + * + * @return User + */ + public function setOnPremisesLastSyncDateTime($val) + { + $this->_propDict["onPremisesLastSyncDateTime"] = $val; + return $this; + } + + + /** + * Gets the onPremisesProvisioningErrors + * Errors when using Microsoft synchronization product during provisioning. + * + * @return array The onPremisesProvisioningErrors + */ + public function getOnPremisesProvisioningErrors() + { + if (array_key_exists("onPremisesProvisioningErrors", $this->_propDict)) { + return $this->_propDict["onPremisesProvisioningErrors"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesProvisioningErrors + * Errors when using Microsoft synchronization product during provisioning. + * + * @param OnPremisesProvisioningError $val The onPremisesProvisioningErrors + * + * @return User + */ + public function setOnPremisesProvisioningErrors($val) + { + $this->_propDict["onPremisesProvisioningErrors"] = $val; + return $this; + } + + /** + * Gets the onPremisesSecurityIdentifier + * Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + * + * @return string The onPremisesSecurityIdentifier + */ + public function getOnPremisesSecurityIdentifier() + { + if (array_key_exists("onPremisesSecurityIdentifier", $this->_propDict)) { + return $this->_propDict["onPremisesSecurityIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesSecurityIdentifier + * Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + * + * @param string $val The onPremisesSecurityIdentifier + * + * @return User + */ + public function setOnPremisesSecurityIdentifier($val) + { + $this->_propDict["onPremisesSecurityIdentifier"] = $val; + return $this; + } + + /** + * Gets the onPremisesSyncEnabled + * true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + * + * @return bool The onPremisesSyncEnabled + */ + public function getOnPremisesSyncEnabled() + { + if (array_key_exists("onPremisesSyncEnabled", $this->_propDict)) { + return $this->_propDict["onPremisesSyncEnabled"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesSyncEnabled + * true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + * + * @param bool $val The onPremisesSyncEnabled + * + * @return User + */ + public function setOnPremisesSyncEnabled($val) + { + $this->_propDict["onPremisesSyncEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the onPremisesDomainName + * Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + * + * @return string The onPremisesDomainName + */ + public function getOnPremisesDomainName() + { + if (array_key_exists("onPremisesDomainName", $this->_propDict)) { + return $this->_propDict["onPremisesDomainName"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesDomainName + * Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + * + * @param string $val The onPremisesDomainName + * + * @return User + */ + public function setOnPremisesDomainName($val) + { + $this->_propDict["onPremisesDomainName"] = $val; + return $this; + } + + /** + * Gets the onPremisesSamAccountName + * Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + * + * @return string The onPremisesSamAccountName + */ + public function getOnPremisesSamAccountName() + { + if (array_key_exists("onPremisesSamAccountName", $this->_propDict)) { + return $this->_propDict["onPremisesSamAccountName"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesSamAccountName + * Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + * + * @param string $val The onPremisesSamAccountName + * + * @return User + */ + public function setOnPremisesSamAccountName($val) + { + $this->_propDict["onPremisesSamAccountName"] = $val; + return $this; + } + + /** + * Gets the onPremisesUserPrincipalName + * Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + * + * @return string The onPremisesUserPrincipalName + */ + public function getOnPremisesUserPrincipalName() + { + if (array_key_exists("onPremisesUserPrincipalName", $this->_propDict)) { + return $this->_propDict["onPremisesUserPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesUserPrincipalName + * Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + * + * @param string $val The onPremisesUserPrincipalName + * + * @return User + */ + public function setOnPremisesUserPrincipalName($val) + { + $this->_propDict["onPremisesUserPrincipalName"] = $val; + return $this; + } + + /** + * Gets the otherMails + * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Supports $filter. + * + * @return string The otherMails + */ + public function getOtherMails() + { + if (array_key_exists("otherMails", $this->_propDict)) { + return $this->_propDict["otherMails"]; + } else { + return null; + } + } + + /** + * Sets the otherMails + * A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Supports $filter. + * + * @param string $val The otherMails + * + * @return User + */ + public function setOtherMails($val) + { + $this->_propDict["otherMails"] = $val; + return $this; + } + + /** + * Gets the passwordPolicies + * Specifies password policies for the user. This value is an enumeration with one possible value being 'DisableStrongPassword', which allows weaker passwords than the default policy to be specified. 'DisablePasswordExpiration' can also be specified. The two may be specified together; for example: 'DisablePasswordExpiration, DisableStrongPassword'. + * + * @return string The passwordPolicies + */ + public function getPasswordPolicies() + { + if (array_key_exists("passwordPolicies", $this->_propDict)) { + return $this->_propDict["passwordPolicies"]; + } else { + return null; + } + } + + /** + * Sets the passwordPolicies + * Specifies password policies for the user. This value is an enumeration with one possible value being 'DisableStrongPassword', which allows weaker passwords than the default policy to be specified. 'DisablePasswordExpiration' can also be specified. The two may be specified together; for example: 'DisablePasswordExpiration, DisableStrongPassword'. + * + * @param string $val The passwordPolicies + * + * @return User + */ + public function setPasswordPolicies($val) + { + $this->_propDict["passwordPolicies"] = $val; + return $this; + } + + /** + * Gets the passwordProfile + * Specifies the password profile for the user. The profile contains the user’s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. + * + * @return PasswordProfile The passwordProfile + */ + public function getPasswordProfile() + { + if (array_key_exists("passwordProfile", $this->_propDict)) { + if (is_a($this->_propDict["passwordProfile"], "Microsoft\Graph\Model\PasswordProfile")) { + return $this->_propDict["passwordProfile"]; + } else { + $this->_propDict["passwordProfile"] = new PasswordProfile($this->_propDict["passwordProfile"]); + return $this->_propDict["passwordProfile"]; + } + } + return null; + } + + /** + * Sets the passwordProfile + * Specifies the password profile for the user. The profile contains the user’s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. + * + * @param PasswordProfile $val The passwordProfile + * + * @return User + */ + public function setPasswordProfile($val) + { + $this->_propDict["passwordProfile"] = $val; + return $this; + } + + /** + * Gets the officeLocation + * The office location in the user's place of business. + * + * @return string The officeLocation + */ + public function getOfficeLocation() + { + if (array_key_exists("officeLocation", $this->_propDict)) { + return $this->_propDict["officeLocation"]; + } else { + return null; + } + } + + /** + * Sets the officeLocation + * The office location in the user's place of business. + * + * @param string $val The officeLocation + * + * @return User + */ + public function setOfficeLocation($val) + { + $this->_propDict["officeLocation"] = $val; + return $this; + } + + /** + * Gets the postalCode + * The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. + * + * @return string The postalCode + */ + public function getPostalCode() + { + if (array_key_exists("postalCode", $this->_propDict)) { + return $this->_propDict["postalCode"]; + } else { + return null; + } + } + + /** + * Sets the postalCode + * The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code. + * + * @param string $val The postalCode + * + * @return User + */ + public function setPostalCode($val) + { + $this->_propDict["postalCode"] = $val; + return $this; + } + + /** + * Gets the preferredLanguage + * The preferred language for the user. Should follow ISO 639-1 Code; for example 'en-US'. + * + * @return string The preferredLanguage + */ + public function getPreferredLanguage() + { + if (array_key_exists("preferredLanguage", $this->_propDict)) { + return $this->_propDict["preferredLanguage"]; + } else { + return null; + } + } + + /** + * Sets the preferredLanguage + * The preferred language for the user. Should follow ISO 639-1 Code; for example 'en-US'. + * + * @param string $val The preferredLanguage + * + * @return User + */ + public function setPreferredLanguage($val) + { + $this->_propDict["preferredLanguage"] = $val; + return $this; + } + + + /** + * Gets the provisionedPlans + * The plans that are provisioned for the user. Read-only. Not nullable. + * + * @return array The provisionedPlans + */ + public function getProvisionedPlans() + { + if (array_key_exists("provisionedPlans", $this->_propDict)) { + return $this->_propDict["provisionedPlans"]; + } else { + return null; + } + } + + /** + * Sets the provisionedPlans + * The plans that are provisioned for the user. Read-only. Not nullable. + * + * @param ProvisionedPlan $val The provisionedPlans + * + * @return User + */ + public function setProvisionedPlans($val) + { + $this->_propDict["provisionedPlans"] = $val; + return $this; + } + + /** + * Gets the proxyAddresses + * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com'] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter. + * + * @return string The proxyAddresses + */ + public function getProxyAddresses() + { + if (array_key_exists("proxyAddresses", $this->_propDict)) { + return $this->_propDict["proxyAddresses"]; + } else { + return null; + } + } + + /** + * Sets the proxyAddresses + * For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com'] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter. + * + * @param string $val The proxyAddresses + * + * @return User + */ + public function setProxyAddresses($val) + { + $this->_propDict["proxyAddresses"] = $val; + return $this; + } + + /** + * Gets the showInAddressList + * true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. + * + * @return bool The showInAddressList + */ + public function getShowInAddressList() + { + if (array_key_exists("showInAddressList", $this->_propDict)) { + return $this->_propDict["showInAddressList"]; + } else { + return null; + } + } + + /** + * Sets the showInAddressList + * true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. + * + * @param bool $val The showInAddressList + * + * @return User + */ + public function setShowInAddressList($val) + { + $this->_propDict["showInAddressList"] = boolval($val); + return $this; + } + + /** + * Gets the signInSessionsValidFromDateTime + * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. + * + * @return \DateTime The signInSessionsValidFromDateTime + */ + public function getSignInSessionsValidFromDateTime() + { + if (array_key_exists("signInSessionsValidFromDateTime", $this->_propDict)) { + if (is_a($this->_propDict["signInSessionsValidFromDateTime"], "\DateTime")) { + return $this->_propDict["signInSessionsValidFromDateTime"]; + } else { + $this->_propDict["signInSessionsValidFromDateTime"] = new \DateTime($this->_propDict["signInSessionsValidFromDateTime"]); + return $this->_propDict["signInSessionsValidFromDateTime"]; + } + } + return null; + } + + /** + * Sets the signInSessionsValidFromDateTime + * Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset. + * + * @param \DateTime $val The signInSessionsValidFromDateTime + * + * @return User + */ + public function setSignInSessionsValidFromDateTime($val) + { + $this->_propDict["signInSessionsValidFromDateTime"] = $val; + return $this; + } + + /** + * Gets the state + * The state or province in the user's address. Supports $filter. + * + * @return string The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + return $this->_propDict["state"]; + } else { + return null; + } + } + + /** + * Sets the state + * The state or province in the user's address. Supports $filter. + * + * @param string $val The state + * + * @return User + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + + /** + * Gets the streetAddress + * The street address of the user's place of business. + * + * @return string The streetAddress + */ + public function getStreetAddress() + { + if (array_key_exists("streetAddress", $this->_propDict)) { + return $this->_propDict["streetAddress"]; + } else { + return null; + } + } + + /** + * Sets the streetAddress + * The street address of the user's place of business. + * + * @param string $val The streetAddress + * + * @return User + */ + public function setStreetAddress($val) + { + $this->_propDict["streetAddress"] = $val; + return $this; + } + + /** + * Gets the surname + * The user's surname (family name or last name). Supports $filter. + * + * @return string The surname + */ + public function getSurname() + { + if (array_key_exists("surname", $this->_propDict)) { + return $this->_propDict["surname"]; + } else { + return null; + } + } + + /** + * Sets the surname + * The user's surname (family name or last name). Supports $filter. + * + * @param string $val The surname + * + * @return User + */ + public function setSurname($val) + { + $this->_propDict["surname"] = $val; + return $this; + } + + /** + * Gets the usageLocation + * A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: 'US', 'JP', and 'GB'. Not nullable. Supports $filter. + * + * @return string The usageLocation + */ + public function getUsageLocation() + { + if (array_key_exists("usageLocation", $this->_propDict)) { + return $this->_propDict["usageLocation"]; + } else { + return null; + } + } + + /** + * Sets the usageLocation + * A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: 'US', 'JP', and 'GB'. Not nullable. Supports $filter. + * + * @param string $val The usageLocation + * + * @return User + */ + public function setUsageLocation($val) + { + $this->_propDict["usageLocation"] = $val; + return $this; + } + + /** + * Gets the userPrincipalName + * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby. + * + * @param string $val The userPrincipalName + * + * @return User + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } + + /** + * Gets the userType + * A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Supports $filter. + * + * @return string The userType + */ + public function getUserType() + { + if (array_key_exists("userType", $this->_propDict)) { + return $this->_propDict["userType"]; + } else { + return null; + } + } + + /** + * Sets the userType + * A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Supports $filter. + * + * @param string $val The userType + * + * @return User + */ + public function setUserType($val) + { + $this->_propDict["userType"] = $val; + return $this; + } + + /** + * Gets the mailboxSettings + * Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. + * + * @return MailboxSettings The mailboxSettings + */ + public function getMailboxSettings() + { + if (array_key_exists("mailboxSettings", $this->_propDict)) { + if (is_a($this->_propDict["mailboxSettings"], "Microsoft\Graph\Model\MailboxSettings")) { + return $this->_propDict["mailboxSettings"]; + } else { + $this->_propDict["mailboxSettings"] = new MailboxSettings($this->_propDict["mailboxSettings"]); + return $this->_propDict["mailboxSettings"]; + } + } + return null; + } + + /** + * Sets the mailboxSettings + * Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. + * + * @param MailboxSettings $val The mailboxSettings + * + * @return User + */ + public function setMailboxSettings($val) + { + $this->_propDict["mailboxSettings"] = $val; + return $this; + } + + /** + * Gets the deviceEnrollmentLimit + * The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. + * + * @return int The deviceEnrollmentLimit + */ + public function getDeviceEnrollmentLimit() + { + if (array_key_exists("deviceEnrollmentLimit", $this->_propDict)) { + return $this->_propDict["deviceEnrollmentLimit"]; + } else { + return null; + } + } + + /** + * Sets the deviceEnrollmentLimit + * The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. + * + * @param int $val The deviceEnrollmentLimit + * + * @return User + */ + public function setDeviceEnrollmentLimit($val) + { + $this->_propDict["deviceEnrollmentLimit"] = intval($val); + return $this; + } + + /** + * Gets the aboutMe + * A freeform text entry field for the user to describe themselves. + * + * @return string The aboutMe + */ + public function getAboutMe() + { + if (array_key_exists("aboutMe", $this->_propDict)) { + return $this->_propDict["aboutMe"]; + } else { + return null; + } + } + + /** + * Sets the aboutMe + * A freeform text entry field for the user to describe themselves. + * + * @param string $val The aboutMe + * + * @return User + */ + public function setAboutMe($val) + { + $this->_propDict["aboutMe"] = $val; + return $this; + } + + /** + * Gets the birthday + * The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The birthday + */ + public function getBirthday() + { + if (array_key_exists("birthday", $this->_propDict)) { + if (is_a($this->_propDict["birthday"], "\DateTime")) { + return $this->_propDict["birthday"]; + } else { + $this->_propDict["birthday"] = new \DateTime($this->_propDict["birthday"]); + return $this->_propDict["birthday"]; + } + } + return null; + } + + /** + * Sets the birthday + * The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The birthday + * + * @return User + */ + public function setBirthday($val) + { + $this->_propDict["birthday"] = $val; + return $this; + } + + /** + * Gets the hireDate + * The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @return \DateTime The hireDate + */ + public function getHireDate() + { + if (array_key_exists("hireDate", $this->_propDict)) { + if (is_a($this->_propDict["hireDate"], "\DateTime")) { + return $this->_propDict["hireDate"]; + } else { + $this->_propDict["hireDate"] = new \DateTime($this->_propDict["hireDate"]); + return $this->_propDict["hireDate"]; + } + } + return null; + } + + /** + * Sets the hireDate + * The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' + * + * @param \DateTime $val The hireDate + * + * @return User + */ + public function setHireDate($val) + { + $this->_propDict["hireDate"] = $val; + return $this; + } + + /** + * Gets the interests + * A list for the user to describe their interests. + * + * @return string The interests + */ + public function getInterests() + { + if (array_key_exists("interests", $this->_propDict)) { + return $this->_propDict["interests"]; + } else { + return null; + } + } + + /** + * Sets the interests + * A list for the user to describe their interests. + * + * @param string $val The interests + * + * @return User + */ + public function setInterests($val) + { + $this->_propDict["interests"] = $val; + return $this; + } + + /** + * Gets the mySite + * The URL for the user's personal site. + * + * @return string The mySite + */ + public function getMySite() + { + if (array_key_exists("mySite", $this->_propDict)) { + return $this->_propDict["mySite"]; + } else { + return null; + } + } + + /** + * Sets the mySite + * The URL for the user's personal site. + * + * @param string $val The mySite + * + * @return User + */ + public function setMySite($val) + { + $this->_propDict["mySite"] = $val; + return $this; + } + + /** + * Gets the pastProjects + * A list for the user to enumerate their past projects. + * + * @return string The pastProjects + */ + public function getPastProjects() + { + if (array_key_exists("pastProjects", $this->_propDict)) { + return $this->_propDict["pastProjects"]; + } else { + return null; + } + } + + /** + * Sets the pastProjects + * A list for the user to enumerate their past projects. + * + * @param string $val The pastProjects + * + * @return User + */ + public function setPastProjects($val) + { + $this->_propDict["pastProjects"] = $val; + return $this; + } + + /** + * Gets the preferredName + * The preferred name for the user. + * + * @return string The preferredName + */ + public function getPreferredName() + { + if (array_key_exists("preferredName", $this->_propDict)) { + return $this->_propDict["preferredName"]; + } else { + return null; + } + } + + /** + * Sets the preferredName + * The preferred name for the user. + * + * @param string $val The preferredName + * + * @return User + */ + public function setPreferredName($val) + { + $this->_propDict["preferredName"] = $val; + return $this; + } + + /** + * Gets the responsibilities + * A list for the user to enumerate their responsibilities. + * + * @return string The responsibilities + */ + public function getResponsibilities() + { + if (array_key_exists("responsibilities", $this->_propDict)) { + return $this->_propDict["responsibilities"]; + } else { + return null; + } + } + + /** + * Sets the responsibilities + * A list for the user to enumerate their responsibilities. + * + * @param string $val The responsibilities + * + * @return User + */ + public function setResponsibilities($val) + { + $this->_propDict["responsibilities"] = $val; + return $this; + } + + /** + * Gets the schools + * A list for the user to enumerate the schools they have attended. + * + * @return string The schools + */ + public function getSchools() + { + if (array_key_exists("schools", $this->_propDict)) { + return $this->_propDict["schools"]; + } else { + return null; + } + } + + /** + * Sets the schools + * A list for the user to enumerate the schools they have attended. + * + * @param string $val The schools + * + * @return User + */ + public function setSchools($val) + { + $this->_propDict["schools"] = $val; + return $this; + } + + /** + * Gets the skills + * A list for the user to enumerate their skills. + * + * @return string The skills + */ + public function getSkills() + { + if (array_key_exists("skills", $this->_propDict)) { + return $this->_propDict["skills"]; + } else { + return null; + } + } + + /** + * Sets the skills + * A list for the user to enumerate their skills. + * + * @param string $val The skills + * + * @return User + */ + public function setSkills($val) + { + $this->_propDict["skills"] = $val; + return $this; + } + + + /** + * Gets the ownedDevices + * Devices that are owned by the user. Read-only. Nullable. + * + * @return array The ownedDevices + */ + public function getOwnedDevices() + { + if (array_key_exists("ownedDevices", $this->_propDict)) { + return $this->_propDict["ownedDevices"]; + } else { + return null; + } + } + + /** + * Sets the ownedDevices + * Devices that are owned by the user. Read-only. Nullable. + * + * @param DirectoryObject $val The ownedDevices + * + * @return User + */ + public function setOwnedDevices($val) + { + $this->_propDict["ownedDevices"] = $val; + return $this; + } + + + /** + * Gets the registeredDevices + * Devices that are registered for the user. Read-only. Nullable. + * + * @return array The registeredDevices + */ + public function getRegisteredDevices() + { + if (array_key_exists("registeredDevices", $this->_propDict)) { + return $this->_propDict["registeredDevices"]; + } else { + return null; + } + } + + /** + * Sets the registeredDevices + * Devices that are registered for the user. Read-only. Nullable. + * + * @param DirectoryObject $val The registeredDevices + * + * @return User + */ + public function setRegisteredDevices($val) + { + $this->_propDict["registeredDevices"] = $val; + return $this; + } + + /** + * Gets the manager + * The user or contact that is this user’s manager. Read-only. (HTTP Methods: GET, PUT, DELETE.) + * + * @return DirectoryObject The manager + */ + public function getManager() + { + if (array_key_exists("manager", $this->_propDict)) { + if (is_a($this->_propDict["manager"], "Microsoft\Graph\Model\DirectoryObject")) { + return $this->_propDict["manager"]; + } else { + $this->_propDict["manager"] = new DirectoryObject($this->_propDict["manager"]); + return $this->_propDict["manager"]; + } + } + return null; + } + + /** + * Sets the manager + * The user or contact that is this user’s manager. Read-only. (HTTP Methods: GET, PUT, DELETE.) + * + * @param DirectoryObject $val The manager + * + * @return User + */ + public function setManager($val) + { + $this->_propDict["manager"] = $val; + return $this; + } + + + /** + * Gets the directReports + * The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. + * + * @return array The directReports + */ + public function getDirectReports() + { + if (array_key_exists("directReports", $this->_propDict)) { + return $this->_propDict["directReports"]; + } else { + return null; + } + } + + /** + * Sets the directReports + * The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. + * + * @param DirectoryObject $val The directReports + * + * @return User + */ + public function setDirectReports($val) + { + $this->_propDict["directReports"] = $val; + return $this; + } + + + /** + * Gets the memberOf + * The groups and directory roles that the user is a member of. Read-only. Nullable. + * + * @return array The memberOf + */ + public function getMemberOf() + { + if (array_key_exists("memberOf", $this->_propDict)) { + return $this->_propDict["memberOf"]; + } else { + return null; + } + } + + /** + * Sets the memberOf + * The groups and directory roles that the user is a member of. Read-only. Nullable. + * + * @param DirectoryObject $val The memberOf + * + * @return User + */ + public function setMemberOf($val) + { + $this->_propDict["memberOf"] = $val; + return $this; + } + + + /** + * Gets the createdObjects + * Directory objects that were created by the user. Read-only. Nullable. + * + * @return array The createdObjects + */ + public function getCreatedObjects() + { + if (array_key_exists("createdObjects", $this->_propDict)) { + return $this->_propDict["createdObjects"]; + } else { + return null; + } + } + + /** + * Sets the createdObjects + * Directory objects that were created by the user. Read-only. Nullable. + * + * @param DirectoryObject $val The createdObjects + * + * @return User + */ + public function setCreatedObjects($val) + { + $this->_propDict["createdObjects"] = $val; + return $this; + } + + + /** + * Gets the ownedObjects + * Directory objects that are owned by the user. Read-only. Nullable. + * + * @return array The ownedObjects + */ + public function getOwnedObjects() + { + if (array_key_exists("ownedObjects", $this->_propDict)) { + return $this->_propDict["ownedObjects"]; + } else { + return null; + } + } + + /** + * Sets the ownedObjects + * Directory objects that are owned by the user. Read-only. Nullable. + * + * @param DirectoryObject $val The ownedObjects + * + * @return User + */ + public function setOwnedObjects($val) + { + $this->_propDict["ownedObjects"] = $val; + return $this; + } + + + /** + * Gets the licenseDetails + * A collection of this user's license details. Read-only. + * + * @return array The licenseDetails + */ + public function getLicenseDetails() + { + if (array_key_exists("licenseDetails", $this->_propDict)) { + return $this->_propDict["licenseDetails"]; + } else { + return null; + } + } + + /** + * Sets the licenseDetails + * A collection of this user's license details. Read-only. + * + * @param LicenseDetails $val The licenseDetails + * + * @return User + */ + public function setLicenseDetails($val) + { + $this->_propDict["licenseDetails"] = $val; + return $this; + } + + + /** + * Gets the transitiveMemberOf + * + * @return array The transitiveMemberOf + */ + public function getTransitiveMemberOf() + { + if (array_key_exists("transitiveMemberOf", $this->_propDict)) { + return $this->_propDict["transitiveMemberOf"]; + } else { + return null; + } + } + + /** + * Sets the transitiveMemberOf + * + * @param DirectoryObject $val The transitiveMemberOf + * + * @return User + */ + public function setTransitiveMemberOf($val) + { + $this->_propDict["transitiveMemberOf"] = $val; + return $this; + } + + /** + * Gets the outlook + * Read-only. + * + * @return OutlookUser The outlook + */ + public function getOutlook() + { + if (array_key_exists("outlook", $this->_propDict)) { + if (is_a($this->_propDict["outlook"], "Microsoft\Graph\Model\OutlookUser")) { + return $this->_propDict["outlook"]; + } else { + $this->_propDict["outlook"] = new OutlookUser($this->_propDict["outlook"]); + return $this->_propDict["outlook"]; + } + } + return null; + } + + /** + * Sets the outlook + * Read-only. + * + * @param OutlookUser $val The outlook + * + * @return User + */ + public function setOutlook($val) + { + $this->_propDict["outlook"] = $val; + return $this; + } + + + /** + * Gets the messages + * The messages in a mailbox or folder. Read-only. Nullable. + * + * @return array The messages + */ + public function getMessages() + { + if (array_key_exists("messages", $this->_propDict)) { + return $this->_propDict["messages"]; + } else { + return null; + } + } + + /** + * Sets the messages + * The messages in a mailbox or folder. Read-only. Nullable. + * + * @param Message $val The messages + * + * @return User + */ + public function setMessages($val) + { + $this->_propDict["messages"] = $val; + return $this; + } + + + /** + * Gets the mailFolders + * The user's mail folders. Read-only. Nullable. + * + * @return array The mailFolders + */ + public function getMailFolders() + { + if (array_key_exists("mailFolders", $this->_propDict)) { + return $this->_propDict["mailFolders"]; + } else { + return null; + } + } + + /** + * Sets the mailFolders + * The user's mail folders. Read-only. Nullable. + * + * @param MailFolder $val The mailFolders + * + * @return User + */ + public function setMailFolders($val) + { + $this->_propDict["mailFolders"] = $val; + return $this; + } + + /** + * Gets the calendar + * The user's primary calendar. Read-only. + * + * @return Calendar The calendar + */ + public function getCalendar() + { + if (array_key_exists("calendar", $this->_propDict)) { + if (is_a($this->_propDict["calendar"], "Microsoft\Graph\Model\Calendar")) { + return $this->_propDict["calendar"]; + } else { + $this->_propDict["calendar"] = new Calendar($this->_propDict["calendar"]); + return $this->_propDict["calendar"]; + } + } + return null; + } + + /** + * Sets the calendar + * The user's primary calendar. Read-only. + * + * @param Calendar $val The calendar + * + * @return User + */ + public function setCalendar($val) + { + $this->_propDict["calendar"] = $val; + return $this; + } + + + /** + * Gets the calendars + * The user's calendars. Read-only. Nullable. + * + * @return array The calendars + */ + public function getCalendars() + { + if (array_key_exists("calendars", $this->_propDict)) { + return $this->_propDict["calendars"]; + } else { + return null; + } + } + + /** + * Sets the calendars + * The user's calendars. Read-only. Nullable. + * + * @param Calendar $val The calendars + * + * @return User + */ + public function setCalendars($val) + { + $this->_propDict["calendars"] = $val; + return $this; + } + + + /** + * Gets the calendarGroups + * The user's calendar groups. Read-only. Nullable. + * + * @return array The calendarGroups + */ + public function getCalendarGroups() + { + if (array_key_exists("calendarGroups", $this->_propDict)) { + return $this->_propDict["calendarGroups"]; + } else { + return null; + } + } + + /** + * Sets the calendarGroups + * The user's calendar groups. Read-only. Nullable. + * + * @param CalendarGroup $val The calendarGroups + * + * @return User + */ + public function setCalendarGroups($val) + { + $this->_propDict["calendarGroups"] = $val; + return $this; + } + + + /** + * Gets the calendarView + * The calendar view for the calendar. Read-only. Nullable. + * + * @return array The calendarView + */ + public function getCalendarView() + { + if (array_key_exists("calendarView", $this->_propDict)) { + return $this->_propDict["calendarView"]; + } else { + return null; + } + } + + /** + * Sets the calendarView + * The calendar view for the calendar. Read-only. Nullable. + * + * @param Event $val The calendarView + * + * @return User + */ + public function setCalendarView($val) + { + $this->_propDict["calendarView"] = $val; + return $this; + } + + + /** + * Gets the events + * The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + * + * @return array The events + */ + public function getEvents() + { + if (array_key_exists("events", $this->_propDict)) { + return $this->_propDict["events"]; + } else { + return null; + } + } + + /** + * Sets the events + * The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + * + * @param Event $val The events + * + * @return User + */ + public function setEvents($val) + { + $this->_propDict["events"] = $val; + return $this; + } + + + /** + * Gets the people + * People that are relevant to the user. Read-only. Nullable. + * + * @return array The people + */ + public function getPeople() + { + if (array_key_exists("people", $this->_propDict)) { + return $this->_propDict["people"]; + } else { + return null; + } + } + + /** + * Sets the people + * People that are relevant to the user. Read-only. Nullable. + * + * @param Person $val The people + * + * @return User + */ + public function setPeople($val) + { + $this->_propDict["people"] = $val; + return $this; + } + + + /** + * Gets the contacts + * The user's contacts. Read-only. Nullable. + * + * @return array The contacts + */ + public function getContacts() + { + if (array_key_exists("contacts", $this->_propDict)) { + return $this->_propDict["contacts"]; + } else { + return null; + } + } + + /** + * Sets the contacts + * The user's contacts. Read-only. Nullable. + * + * @param Contact $val The contacts + * + * @return User + */ + public function setContacts($val) + { + $this->_propDict["contacts"] = $val; + return $this; + } + + + /** + * Gets the contactFolders + * The user's contacts folders. Read-only. Nullable. + * + * @return array The contactFolders + */ + public function getContactFolders() + { + if (array_key_exists("contactFolders", $this->_propDict)) { + return $this->_propDict["contactFolders"]; + } else { + return null; + } + } + + /** + * Sets the contactFolders + * The user's contacts folders. Read-only. Nullable. + * + * @param ContactFolder $val The contactFolders + * + * @return User + */ + public function setContactFolders($val) + { + $this->_propDict["contactFolders"] = $val; + return $this; + } + + /** + * Gets the inferenceClassification + * Relevance classification of the user's messages based on explicit designations which override inferred relevance or importance. + * + * @return InferenceClassification The inferenceClassification + */ + public function getInferenceClassification() + { + if (array_key_exists("inferenceClassification", $this->_propDict)) { + if (is_a($this->_propDict["inferenceClassification"], "Microsoft\Graph\Model\InferenceClassification")) { + return $this->_propDict["inferenceClassification"]; + } else { + $this->_propDict["inferenceClassification"] = new InferenceClassification($this->_propDict["inferenceClassification"]); + return $this->_propDict["inferenceClassification"]; + } + } + return null; + } + + /** + * Sets the inferenceClassification + * Relevance classification of the user's messages based on explicit designations which override inferred relevance or importance. + * + * @param InferenceClassification $val The inferenceClassification + * + * @return User + */ + public function setInferenceClassification($val) + { + $this->_propDict["inferenceClassification"] = $val; + return $this; + } + + /** + * Gets the photo + * The user's profile photo. Read-only. + * + * @return ProfilePhoto The photo + */ + public function getPhoto() + { + if (array_key_exists("photo", $this->_propDict)) { + if (is_a($this->_propDict["photo"], "Microsoft\Graph\Model\ProfilePhoto")) { + return $this->_propDict["photo"]; + } else { + $this->_propDict["photo"] = new ProfilePhoto($this->_propDict["photo"]); + return $this->_propDict["photo"]; + } + } + return null; + } + + /** + * Sets the photo + * The user's profile photo. Read-only. + * + * @param ProfilePhoto $val The photo + * + * @return User + */ + public function setPhoto($val) + { + $this->_propDict["photo"] = $val; + return $this; + } + + + /** + * Gets the photos + * + * @return array The photos + */ + public function getPhotos() + { + if (array_key_exists("photos", $this->_propDict)) { + return $this->_propDict["photos"]; + } else { + return null; + } + } + + /** + * Sets the photos + * + * @param ProfilePhoto $val The photos + * + * @return User + */ + public function setPhotos($val) + { + $this->_propDict["photos"] = $val; + return $this; + } + + /** + * Gets the drive + * The user's OneDrive. Read-only. + * + * @return Drive The drive + */ + public function getDrive() + { + if (array_key_exists("drive", $this->_propDict)) { + if (is_a($this->_propDict["drive"], "Microsoft\Graph\Model\Drive")) { + return $this->_propDict["drive"]; + } else { + $this->_propDict["drive"] = new Drive($this->_propDict["drive"]); + return $this->_propDict["drive"]; + } + } + return null; + } + + /** + * Sets the drive + * The user's OneDrive. Read-only. + * + * @param Drive $val The drive + * + * @return User + */ + public function setDrive($val) + { + $this->_propDict["drive"] = $val; + return $this; + } + + + /** + * Gets the drives + * A collection of drives available for this user. Read-only. + * + * @return array The drives + */ + public function getDrives() + { + if (array_key_exists("drives", $this->_propDict)) { + return $this->_propDict["drives"]; + } else { + return null; + } + } + + /** + * Sets the drives + * A collection of drives available for this user. Read-only. + * + * @param Drive $val The drives + * + * @return User + */ + public function setDrives($val) + { + $this->_propDict["drives"] = $val; + return $this; + } + + + /** + * Gets the extensions + * The collection of open extensions defined for the user. Read-only. Nullable. + * + * @return array The extensions + */ + public function getExtensions() + { + if (array_key_exists("extensions", $this->_propDict)) { + return $this->_propDict["extensions"]; + } else { + return null; + } + } + + /** + * Sets the extensions + * The collection of open extensions defined for the user. Read-only. Nullable. + * + * @param Extension $val The extensions + * + * @return User + */ + public function setExtensions($val) + { + $this->_propDict["extensions"] = $val; + return $this; + } + + + /** + * Gets the managedDevices + * The managed devices associated with the user. + * + * @return array The managedDevices + */ + public function getManagedDevices() + { + if (array_key_exists("managedDevices", $this->_propDict)) { + return $this->_propDict["managedDevices"]; + } else { + return null; + } + } + + /** + * Sets the managedDevices + * The managed devices associated with the user. + * + * @param ManagedDevice $val The managedDevices + * + * @return User + */ + public function setManagedDevices($val) + { + $this->_propDict["managedDevices"] = $val; + return $this; + } + + + /** + * Gets the managedAppRegistrations + * Zero or more managed app registrations that belong to the user. + * + * @return array The managedAppRegistrations + */ + public function getManagedAppRegistrations() + { + if (array_key_exists("managedAppRegistrations", $this->_propDict)) { + return $this->_propDict["managedAppRegistrations"]; + } else { + return null; + } + } + + /** + * Sets the managedAppRegistrations + * Zero or more managed app registrations that belong to the user. + * + * @param ManagedAppRegistration $val The managedAppRegistrations + * + * @return User + */ + public function setManagedAppRegistrations($val) + { + $this->_propDict["managedAppRegistrations"] = $val; + return $this; + } + + + /** + * Gets the deviceManagementTroubleshootingEvents + * The list of troubleshooting events for this user. + * + * @return array The deviceManagementTroubleshootingEvents + */ + public function getDeviceManagementTroubleshootingEvents() + { + if (array_key_exists("deviceManagementTroubleshootingEvents", $this->_propDict)) { + return $this->_propDict["deviceManagementTroubleshootingEvents"]; + } else { + return null; + } + } + + /** + * Sets the deviceManagementTroubleshootingEvents + * The list of troubleshooting events for this user. + * + * @param DeviceManagementTroubleshootingEvent $val The deviceManagementTroubleshootingEvents + * + * @return User + */ + public function setDeviceManagementTroubleshootingEvents($val) + { + $this->_propDict["deviceManagementTroubleshootingEvents"] = $val; + return $this; + } + + /** + * Gets the planner + * Entry-point to the Planner resource that might exist for a user. Read-only. + * + * @return PlannerUser The planner + */ + public function getPlanner() + { + if (array_key_exists("planner", $this->_propDict)) { + if (is_a($this->_propDict["planner"], "Microsoft\Graph\Model\PlannerUser")) { + return $this->_propDict["planner"]; + } else { + $this->_propDict["planner"] = new PlannerUser($this->_propDict["planner"]); + return $this->_propDict["planner"]; + } + } + return null; + } + + /** + * Sets the planner + * Entry-point to the Planner resource that might exist for a user. Read-only. + * + * @param PlannerUser $val The planner + * + * @return User + */ + public function setPlanner($val) + { + $this->_propDict["planner"] = $val; + return $this; + } + + /** + * Gets the insights + * + * @return OfficeGraphInsights The insights + */ + public function getInsights() + { + if (array_key_exists("insights", $this->_propDict)) { + if (is_a($this->_propDict["insights"], "Microsoft\Graph\Model\OfficeGraphInsights")) { + return $this->_propDict["insights"]; + } else { + $this->_propDict["insights"] = new OfficeGraphInsights($this->_propDict["insights"]); + return $this->_propDict["insights"]; + } + } + return null; + } + + /** + * Sets the insights + * + * @param OfficeGraphInsights $val The insights + * + * @return User + */ + public function setInsights($val) + { + $this->_propDict["insights"] = $val; + return $this; + } + + /** + * Gets the settings + * + * @return UserSettings The settings + */ + public function getSettings() + { + if (array_key_exists("settings", $this->_propDict)) { + if (is_a($this->_propDict["settings"], "Microsoft\Graph\Model\UserSettings")) { + return $this->_propDict["settings"]; + } else { + $this->_propDict["settings"] = new UserSettings($this->_propDict["settings"]); + return $this->_propDict["settings"]; + } + } + return null; + } + + /** + * Sets the settings + * + * @param UserSettings $val The settings + * + * @return User + */ + public function setSettings($val) + { + $this->_propDict["settings"] = $val; + return $this; + } + + /** + * Gets the onenote + * Read-only. + * + * @return Onenote The onenote + */ + public function getOnenote() + { + if (array_key_exists("onenote", $this->_propDict)) { + if (is_a($this->_propDict["onenote"], "Microsoft\Graph\Model\Onenote")) { + return $this->_propDict["onenote"]; + } else { + $this->_propDict["onenote"] = new Onenote($this->_propDict["onenote"]); + return $this->_propDict["onenote"]; + } + } + return null; + } + + /** + * Sets the onenote + * Read-only. + * + * @param Onenote $val The onenote + * + * @return User + */ + public function setOnenote($val) + { + $this->_propDict["onenote"] = $val; + return $this; + } + + + /** + * Gets the activities + * The user's activities across devices. Read-only. Nullable. + * + * @return array The activities + */ + public function getActivities() + { + if (array_key_exists("activities", $this->_propDict)) { + return $this->_propDict["activities"]; + } else { + return null; + } + } + + /** + * Sets the activities + * The user's activities across devices. Read-only. Nullable. + * + * @param UserActivity $val The activities + * + * @return User + */ + public function setActivities($val) + { + $this->_propDict["activities"] = $val; + return $this; + } + + + /** + * Gets the joinedTeams + * + * @return array The joinedTeams + */ + public function getJoinedTeams() + { + if (array_key_exists("joinedTeams", $this->_propDict)) { + return $this->_propDict["joinedTeams"]; + } else { + return null; + } + } + + /** + * Sets the joinedTeams + * + * @param Group $val The joinedTeams + * + * @return User + */ + public function setJoinedTeams($val) + { + $this->_propDict["joinedTeams"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/UserAccountSecurityType.php b/vendor/microsoft/microsoft-graph/src/Model/UserAccountSecurityType.php new file mode 100644 index 000000000..2c13fb199 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/UserAccountSecurityType.php @@ -0,0 +1,39 @@ +_propDict)) { + if (is_a($this->_propDict["visualElements"], "Microsoft\Graph\Model\VisualInfo")) { + return $this->_propDict["visualElements"]; + } else { + $this->_propDict["visualElements"] = new VisualInfo($this->_propDict["visualElements"]); + return $this->_propDict["visualElements"]; + } + } + return null; + } + + /** + * Sets the visualElements + * Required. The object containing information to render the activity in the UX. + * + * @param VisualInfo $val The visualElements + * + * @return UserActivity + */ + public function setVisualElements($val) + { + $this->_propDict["visualElements"] = $val; + return $this; + } + + /** + * Gets the activitySourceHost + * Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint. + * + * @return string The activitySourceHost + */ + public function getActivitySourceHost() + { + if (array_key_exists("activitySourceHost", $this->_propDict)) { + return $this->_propDict["activitySourceHost"]; + } else { + return null; + } + } + + /** + * Sets the activitySourceHost + * Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint. + * + * @param string $val The activitySourceHost + * + * @return UserActivity + */ + public function setActivitySourceHost($val) + { + $this->_propDict["activitySourceHost"] = $val; + return $this; + } + + /** + * Gets the activationUrl + * Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists. + * + * @return string The activationUrl + */ + public function getActivationUrl() + { + if (array_key_exists("activationUrl", $this->_propDict)) { + return $this->_propDict["activationUrl"]; + } else { + return null; + } + } + + /** + * Sets the activationUrl + * Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists. + * + * @param string $val The activationUrl + * + * @return UserActivity + */ + public function setActivationUrl($val) + { + $this->_propDict["activationUrl"] = $val; + return $this; + } + + /** + * Gets the appActivityId + * Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter. + * + * @return string The appActivityId + */ + public function getAppActivityId() + { + if (array_key_exists("appActivityId", $this->_propDict)) { + return $this->_propDict["appActivityId"]; + } else { + return null; + } + } + + /** + * Sets the appActivityId + * Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter. + * + * @param string $val The appActivityId + * + * @return UserActivity + */ + public function setAppActivityId($val) + { + $this->_propDict["appActivityId"] = $val; + return $this; + } + + /** + * Gets the appDisplayName + * Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device. + * + * @return string The appDisplayName + */ + public function getAppDisplayName() + { + if (array_key_exists("appDisplayName", $this->_propDict)) { + return $this->_propDict["appDisplayName"]; + } else { + return null; + } + } + + /** + * Sets the appDisplayName + * Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device. + * + * @param string $val The appDisplayName + * + * @return UserActivity + */ + public function setAppDisplayName($val) + { + $this->_propDict["appDisplayName"] = $val; + return $this; + } + + /** + * Gets the contentUrl + * Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed). + * + * @return string The contentUrl + */ + public function getContentUrl() + { + if (array_key_exists("contentUrl", $this->_propDict)) { + return $this->_propDict["contentUrl"]; + } else { + return null; + } + } + + /** + * Sets the contentUrl + * Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed). + * + * @param string $val The contentUrl + * + * @return UserActivity + */ + public function setContentUrl($val) + { + $this->_propDict["contentUrl"] = $val; + return $this; + } + + /** + * Gets the createdDateTime + * Set by the server. DateTime in UTC when the object was created on the server. + * + * @return \DateTime The createdDateTime + */ + public function getCreatedDateTime() + { + if (array_key_exists("createdDateTime", $this->_propDict)) { + if (is_a($this->_propDict["createdDateTime"], "\DateTime")) { + return $this->_propDict["createdDateTime"]; + } else { + $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); + return $this->_propDict["createdDateTime"]; + } + } + return null; + } + + /** + * Sets the createdDateTime + * Set by the server. DateTime in UTC when the object was created on the server. + * + * @param \DateTime $val The createdDateTime + * + * @return UserActivity + */ + public function setCreatedDateTime($val) + { + $this->_propDict["createdDateTime"] = $val; + return $this; + } + + /** + * Gets the expirationDateTime + * Set by the server. DateTime in UTC when the object expired on the server. + * + * @return \DateTime The expirationDateTime + */ + public function getExpirationDateTime() + { + if (array_key_exists("expirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["expirationDateTime"], "\DateTime")) { + return $this->_propDict["expirationDateTime"]; + } else { + $this->_propDict["expirationDateTime"] = new \DateTime($this->_propDict["expirationDateTime"]); + return $this->_propDict["expirationDateTime"]; + } + } + return null; + } + + /** + * Sets the expirationDateTime + * Set by the server. DateTime in UTC when the object expired on the server. + * + * @param \DateTime $val The expirationDateTime + * + * @return UserActivity + */ + public function setExpirationDateTime($val) + { + $this->_propDict["expirationDateTime"] = $val; + return $this; + } + + /** + * Gets the fallbackUrl + * Optional. URL used to launch the activity in a web-based app, if available. + * + * @return string The fallbackUrl + */ + public function getFallbackUrl() + { + if (array_key_exists("fallbackUrl", $this->_propDict)) { + return $this->_propDict["fallbackUrl"]; + } else { + return null; + } + } + + /** + * Sets the fallbackUrl + * Optional. URL used to launch the activity in a web-based app, if available. + * + * @param string $val The fallbackUrl + * + * @return UserActivity + */ + public function setFallbackUrl($val) + { + $this->_propDict["fallbackUrl"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Set by the server. DateTime in UTC when the object was modified on the server. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Set by the server. DateTime in UTC when the object was modified on the server. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return UserActivity + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the userTimezone + * Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation. + * + * @return string The userTimezone + */ + public function getUserTimezone() + { + if (array_key_exists("userTimezone", $this->_propDict)) { + return $this->_propDict["userTimezone"]; + } else { + return null; + } + } + + /** + * Sets the userTimezone + * Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation. + * + * @param string $val The userTimezone + * + * @return UserActivity + */ + public function setUserTimezone($val) + { + $this->_propDict["userTimezone"] = $val; + return $this; + } + + /** + * Gets the contentInfo + * Optional. A custom piece of data - JSON-LD extensible description of content according to schema.org syntax. + * + * @return string The contentInfo + */ + public function getContentInfo() + { + if (array_key_exists("contentInfo", $this->_propDict)) { + return $this->_propDict["contentInfo"]; + } else { + return null; + } + } + + /** + * Sets the contentInfo + * Optional. A custom piece of data - JSON-LD extensible description of content according to schema.org syntax. + * + * @param string $val The contentInfo + * + * @return UserActivity + */ + public function setContentInfo($val) + { + $this->_propDict["contentInfo"] = $val; + return $this; + } + + /** + * Gets the status + * Set by the server. A status code used to identify valid objects. Values: active, updated, deleted, ignored. + * + * @return Status The status + */ + public function getStatus() + { + if (array_key_exists("status", $this->_propDict)) { + if (is_a($this->_propDict["status"], "Microsoft\Graph\Model\Status")) { + return $this->_propDict["status"]; + } else { + $this->_propDict["status"] = new Status($this->_propDict["status"]); + return $this->_propDict["status"]; + } + } + return null; + } + + /** + * Sets the status + * Set by the server. A status code used to identify valid objects. Values: active, updated, deleted, ignored. + * + * @param Status $val The status + * + * @return UserActivity + */ + public function setStatus($val) + { + $this->_propDict["status"] = $val; + return $this; + } + + + /** + * Gets the historyItems + * Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. + * + * @return array The historyItems + */ + public function getHistoryItems() + { + if (array_key_exists("historyItems", $this->_propDict)) { + return $this->_propDict["historyItems"]; + } else { + return null; + } + } + + /** + * Sets the historyItems + * Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. + * + * @param ActivityHistoryItem $val The historyItems + * + * @return UserActivity + */ + public function setHistoryItems($val) + { + $this->_propDict["historyItems"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/UserIdentity.php b/vendor/microsoft/microsoft-graph/src/Model/UserIdentity.php new file mode 100644 index 000000000..39302f64e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/UserIdentity.php @@ -0,0 +1,140 @@ +_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * Unique identifier for the identity. + * + * @param string $val The value of the id + * + * @return UserIdentity + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + /** + * Gets the displayName + * The identity's display name. Note that this may not always be available or up-to-date. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The identity's display name. Note that this may not always be available or up-to-date. + * + * @param string $val The value of the displayName + * + * @return UserIdentity + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the ipAddress + * Indicates the client IP address used by user performing the activity (audit log only). + * + * @return string The ipAddress + */ + public function getIpAddress() + { + if (array_key_exists("ipAddress", $this->_propDict)) { + return $this->_propDict["ipAddress"]; + } else { + return null; + } + } + + /** + * Sets the ipAddress + * Indicates the client IP address used by user performing the activity (audit log only). + * + * @param string $val The value of the ipAddress + * + * @return UserIdentity + */ + public function setIpAddress($val) + { + $this->_propDict["ipAddress"] = $val; + return $this; + } + /** + * Gets the userPrincipalName + * The userPrincipalName attribute of the user. + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * The userPrincipalName attribute of the user. + * + * @param string $val The value of the userPrincipalName + * + * @return UserIdentity + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/UserInstallStateSummary.php b/vendor/microsoft/microsoft-graph/src/Model/UserInstallStateSummary.php new file mode 100644 index 000000000..919e27ddd --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/UserInstallStateSummary.php @@ -0,0 +1,175 @@ +_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * User name. + * + * @param string $val The userName + * + * @return UserInstallStateSummary + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } + + /** + * Gets the installedDeviceCount + * Installed Device Count. + * + * @return int The installedDeviceCount + */ + public function getInstalledDeviceCount() + { + if (array_key_exists("installedDeviceCount", $this->_propDict)) { + return $this->_propDict["installedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the installedDeviceCount + * Installed Device Count. + * + * @param int $val The installedDeviceCount + * + * @return UserInstallStateSummary + */ + public function setInstalledDeviceCount($val) + { + $this->_propDict["installedDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the failedDeviceCount + * Failed Device Count. + * + * @return int The failedDeviceCount + */ + public function getFailedDeviceCount() + { + if (array_key_exists("failedDeviceCount", $this->_propDict)) { + return $this->_propDict["failedDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the failedDeviceCount + * Failed Device Count. + * + * @param int $val The failedDeviceCount + * + * @return UserInstallStateSummary + */ + public function setFailedDeviceCount($val) + { + $this->_propDict["failedDeviceCount"] = intval($val); + return $this; + } + + /** + * Gets the notInstalledDeviceCount + * Not installed device count. + * + * @return int The notInstalledDeviceCount + */ + public function getNotInstalledDeviceCount() + { + if (array_key_exists("notInstalledDeviceCount", $this->_propDict)) { + return $this->_propDict["notInstalledDeviceCount"]; + } else { + return null; + } + } + + /** + * Sets the notInstalledDeviceCount + * Not installed device count. + * + * @param int $val The notInstalledDeviceCount + * + * @return UserInstallStateSummary + */ + public function setNotInstalledDeviceCount($val) + { + $this->_propDict["notInstalledDeviceCount"] = intval($val); + return $this; + } + + + /** + * Gets the deviceStates + * The install state of the eBook. + * + * @return array The deviceStates + */ + public function getDeviceStates() + { + if (array_key_exists("deviceStates", $this->_propDict)) { + return $this->_propDict["deviceStates"]; + } else { + return null; + } + } + + /** + * Sets the deviceStates + * The install state of the eBook. + * + * @param DeviceInstallState $val The deviceStates + * + * @return UserInstallStateSummary + */ + public function setDeviceStates($val) + { + $this->_propDict["deviceStates"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/UserSecurityState.php b/vendor/microsoft/microsoft-graph/src/Model/UserSecurityState.php new file mode 100644 index 000000000..150f46368 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/UserSecurityState.php @@ -0,0 +1,440 @@ +_propDict)) { + return $this->_propDict["aadUserId"]; + } else { + return null; + } + } + + /** + * Sets the aadUserId + * AAD User object identifier (GUID) - represents the physical/multi-account user entity. + * + * @param string $val The value of the aadUserId + * + * @return UserSecurityState + */ + public function setAadUserId($val) + { + $this->_propDict["aadUserId"] = $val; + return $this; + } + /** + * Gets the accountName + * Account name of user account (without Active Directory domain or DNS domain) - (also called mailNickName). + * + * @return string The accountName + */ + public function getAccountName() + { + if (array_key_exists("accountName", $this->_propDict)) { + return $this->_propDict["accountName"]; + } else { + return null; + } + } + + /** + * Sets the accountName + * Account name of user account (without Active Directory domain or DNS domain) - (also called mailNickName). + * + * @param string $val The value of the accountName + * + * @return UserSecurityState + */ + public function setAccountName($val) + { + $this->_propDict["accountName"] = $val; + return $this; + } + /** + * Gets the domainName + * NetBIOS/Active Directory domain of user account (that is, domain/account format). + * + * @return string The domainName + */ + public function getDomainName() + { + if (array_key_exists("domainName", $this->_propDict)) { + return $this->_propDict["domainName"]; + } else { + return null; + } + } + + /** + * Sets the domainName + * NetBIOS/Active Directory domain of user account (that is, domain/account format). + * + * @param string $val The value of the domainName + * + * @return UserSecurityState + */ + public function setDomainName($val) + { + $this->_propDict["domainName"] = $val; + return $this; + } + + /** + * Gets the emailRole + * For email-related alerts - user account's email 'role'. Possible values are: unknown, sender, recipient. + * + * @return EmailRole The emailRole + */ + public function getEmailRole() + { + if (array_key_exists("emailRole", $this->_propDict)) { + if (is_a($this->_propDict["emailRole"], "Microsoft\Graph\Model\EmailRole")) { + return $this->_propDict["emailRole"]; + } else { + $this->_propDict["emailRole"] = new EmailRole($this->_propDict["emailRole"]); + return $this->_propDict["emailRole"]; + } + } + return null; + } + + /** + * Sets the emailRole + * For email-related alerts - user account's email 'role'. Possible values are: unknown, sender, recipient. + * + * @param EmailRole $val The value to assign to the emailRole + * + * @return UserSecurityState The UserSecurityState + */ + public function setEmailRole($val) + { + $this->_propDict["emailRole"] = $val; + return $this; + } + /** + * Gets the isVpn + * Indicates whether the user logged on through a VPN. + * + * @return bool The isVpn + */ + public function getIsVpn() + { + if (array_key_exists("isVpn", $this->_propDict)) { + return $this->_propDict["isVpn"]; + } else { + return null; + } + } + + /** + * Sets the isVpn + * Indicates whether the user logged on through a VPN. + * + * @param bool $val The value of the isVpn + * + * @return UserSecurityState + */ + public function setIsVpn($val) + { + $this->_propDict["isVpn"] = $val; + return $this; + } + + /** + * Gets the logonDateTime + * Time at which the sign-in occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. + * + * @return \DateTime The logonDateTime + */ + public function getLogonDateTime() + { + if (array_key_exists("logonDateTime", $this->_propDict)) { + if (is_a($this->_propDict["logonDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["logonDateTime"]; + } else { + $this->_propDict["logonDateTime"] = new \DateTime($this->_propDict["logonDateTime"]); + return $this->_propDict["logonDateTime"]; + } + } + return null; + } + + /** + * Sets the logonDateTime + * Time at which the sign-in occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. + * + * @param \DateTime $val The value to assign to the logonDateTime + * + * @return UserSecurityState The UserSecurityState + */ + public function setLogonDateTime($val) + { + $this->_propDict["logonDateTime"] = $val; + return $this; + } + /** + * Gets the logonId + * User sign-in ID. + * + * @return string The logonId + */ + public function getLogonId() + { + if (array_key_exists("logonId", $this->_propDict)) { + return $this->_propDict["logonId"]; + } else { + return null; + } + } + + /** + * Sets the logonId + * User sign-in ID. + * + * @param string $val The value of the logonId + * + * @return UserSecurityState + */ + public function setLogonId($val) + { + $this->_propDict["logonId"] = $val; + return $this; + } + /** + * Gets the logonIp + * IP Address the sign-in request originated from. + * + * @return string The logonIp + */ + public function getLogonIp() + { + if (array_key_exists("logonIp", $this->_propDict)) { + return $this->_propDict["logonIp"]; + } else { + return null; + } + } + + /** + * Sets the logonIp + * IP Address the sign-in request originated from. + * + * @param string $val The value of the logonIp + * + * @return UserSecurityState + */ + public function setLogonIp($val) + { + $this->_propDict["logonIp"] = $val; + return $this; + } + /** + * Gets the logonLocation + * Location (by IP address mapping) associated with a user sign-in event by this user. + * + * @return string The logonLocation + */ + public function getLogonLocation() + { + if (array_key_exists("logonLocation", $this->_propDict)) { + return $this->_propDict["logonLocation"]; + } else { + return null; + } + } + + /** + * Sets the logonLocation + * Location (by IP address mapping) associated with a user sign-in event by this user. + * + * @param string $val The value of the logonLocation + * + * @return UserSecurityState + */ + public function setLogonLocation($val) + { + $this->_propDict["logonLocation"] = $val; + return $this; + } + + /** + * Gets the logonType + * Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service. + * + * @return LogonType The logonType + */ + public function getLogonType() + { + if (array_key_exists("logonType", $this->_propDict)) { + if (is_a($this->_propDict["logonType"], "Microsoft\Graph\Model\LogonType")) { + return $this->_propDict["logonType"]; + } else { + $this->_propDict["logonType"] = new LogonType($this->_propDict["logonType"]); + return $this->_propDict["logonType"]; + } + } + return null; + } + + /** + * Sets the logonType + * Method of user sign in. Possible values are: unknown, interactive, remoteInteractive, network, batch, service. + * + * @param LogonType $val The value to assign to the logonType + * + * @return UserSecurityState The UserSecurityState + */ + public function setLogonType($val) + { + $this->_propDict["logonType"] = $val; + return $this; + } + /** + * Gets the onPremisesSecurityIdentifier + * Active Directory (on-premises) Security Identifier (SID) of the user. + * + * @return string The onPremisesSecurityIdentifier + */ + public function getOnPremisesSecurityIdentifier() + { + if (array_key_exists("onPremisesSecurityIdentifier", $this->_propDict)) { + return $this->_propDict["onPremisesSecurityIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the onPremisesSecurityIdentifier + * Active Directory (on-premises) Security Identifier (SID) of the user. + * + * @param string $val The value of the onPremisesSecurityIdentifier + * + * @return UserSecurityState + */ + public function setOnPremisesSecurityIdentifier($val) + { + $this->_propDict["onPremisesSecurityIdentifier"] = $val; + return $this; + } + /** + * Gets the riskScore + * Provider-generated/calculated risk score of the user account. Recommended value range of 0-1, which equates to a percentage. + * + * @return string The riskScore + */ + public function getRiskScore() + { + if (array_key_exists("riskScore", $this->_propDict)) { + return $this->_propDict["riskScore"]; + } else { + return null; + } + } + + /** + * Sets the riskScore + * Provider-generated/calculated risk score of the user account. Recommended value range of 0-1, which equates to a percentage. + * + * @param string $val The value of the riskScore + * + * @return UserSecurityState + */ + public function setRiskScore($val) + { + $this->_propDict["riskScore"] = $val; + return $this; + } + + /** + * Gets the userAccountType + * User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator. + * + * @return UserAccountSecurityType The userAccountType + */ + public function getUserAccountType() + { + if (array_key_exists("userAccountType", $this->_propDict)) { + if (is_a($this->_propDict["userAccountType"], "Microsoft\Graph\Model\UserAccountSecurityType")) { + return $this->_propDict["userAccountType"]; + } else { + $this->_propDict["userAccountType"] = new UserAccountSecurityType($this->_propDict["userAccountType"]); + return $this->_propDict["userAccountType"]; + } + } + return null; + } + + /** + * Sets the userAccountType + * User account type (group membership), per Windows definition. Possible values are: unknown, standard, power, administrator. + * + * @param UserAccountSecurityType $val The value to assign to the userAccountType + * + * @return UserSecurityState The UserSecurityState + */ + public function setUserAccountType($val) + { + $this->_propDict["userAccountType"] = $val; + return $this; + } + /** + * Gets the userPrincipalName + * User sign-in name - internet format: (user account name)@(user account DNS domain name). + * + * @return string The userPrincipalName + */ + public function getUserPrincipalName() + { + if (array_key_exists("userPrincipalName", $this->_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * User sign-in name - internet format: (user account name)@(user account DNS domain name). + * + * @param string $val The value of the userPrincipalName + * + * @return UserSecurityState + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/UserSettings.php b/vendor/microsoft/microsoft-graph/src/Model/UserSettings.php new file mode 100644 index 000000000..6d18433e5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/UserSettings.php @@ -0,0 +1,83 @@ +_propDict)) { + return $this->_propDict["contributionToContentDiscoveryDisabled"]; + } else { + return null; + } + } + + /** + * Sets the contributionToContentDiscoveryDisabled + * + * @param bool $val The contributionToContentDiscoveryDisabled + * + * @return UserSettings + */ + public function setContributionToContentDiscoveryDisabled($val) + { + $this->_propDict["contributionToContentDiscoveryDisabled"] = boolval($val); + return $this; + } + + /** + * Gets the contributionToContentDiscoveryAsOrganizationDisabled + * + * @return bool The contributionToContentDiscoveryAsOrganizationDisabled + */ + public function getContributionToContentDiscoveryAsOrganizationDisabled() + { + if (array_key_exists("contributionToContentDiscoveryAsOrganizationDisabled", $this->_propDict)) { + return $this->_propDict["contributionToContentDiscoveryAsOrganizationDisabled"]; + } else { + return null; + } + } + + /** + * Sets the contributionToContentDiscoveryAsOrganizationDisabled + * + * @param bool $val The contributionToContentDiscoveryAsOrganizationDisabled + * + * @return UserSettings + */ + public function setContributionToContentDiscoveryAsOrganizationDisabled($val) + { + $this->_propDict["contributionToContentDiscoveryAsOrganizationDisabled"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/VerifiedDomain.php b/vendor/microsoft/microsoft-graph/src/Model/VerifiedDomain.php new file mode 100644 index 000000000..a49c29076 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/VerifiedDomain.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["capabilities"]; + } else { + return null; + } + } + + /** + * Sets the capabilities + * For example, 'Email', 'OfficeCommunicationsOnline'. + * + * @param string $val The value of the capabilities + * + * @return VerifiedDomain + */ + public function setCapabilities($val) + { + $this->_propDict["capabilities"] = $val; + return $this; + } + /** + * Gets the isDefault + * true if this is the default domain associated with the tenant; otherwise, false. + * + * @return bool The isDefault + */ + public function getIsDefault() + { + if (array_key_exists("isDefault", $this->_propDict)) { + return $this->_propDict["isDefault"]; + } else { + return null; + } + } + + /** + * Sets the isDefault + * true if this is the default domain associated with the tenant; otherwise, false. + * + * @param bool $val The value of the isDefault + * + * @return VerifiedDomain + */ + public function setIsDefault($val) + { + $this->_propDict["isDefault"] = $val; + return $this; + } + /** + * Gets the isInitial + * true if this is the initial domain associated with the tenant; otherwise, false + * + * @return bool The isInitial + */ + public function getIsInitial() + { + if (array_key_exists("isInitial", $this->_propDict)) { + return $this->_propDict["isInitial"]; + } else { + return null; + } + } + + /** + * Sets the isInitial + * true if this is the initial domain associated with the tenant; otherwise, false + * + * @param bool $val The value of the isInitial + * + * @return VerifiedDomain + */ + public function setIsInitial($val) + { + $this->_propDict["isInitial"] = $val; + return $this; + } + /** + * Gets the name + * The domain name; for example, 'contoso.onmicrosoft.com' + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The domain name; for example, 'contoso.onmicrosoft.com' + * + * @param string $val The value of the name + * + * @return VerifiedDomain + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + /** + * Gets the type + * For example, 'Managed'. + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * For example, 'Managed'. + * + * @param string $val The value of the type + * + * @return VerifiedDomain + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Video.php b/vendor/microsoft/microsoft-graph/src/Model/Video.php new file mode 100644 index 000000000..a5ba8d154 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Video.php @@ -0,0 +1,308 @@ +_propDict)) { + return $this->_propDict["audioBitsPerSample"]; + } else { + return null; + } + } + + /** + * Sets the audioBitsPerSample + * Number of audio bits per sample. + * + * @param int $val The value of the audioBitsPerSample + * + * @return Video + */ + public function setAudioBitsPerSample($val) + { + $this->_propDict["audioBitsPerSample"] = $val; + return $this; + } + /** + * Gets the audioChannels + * Number of audio channels. + * + * @return int The audioChannels + */ + public function getAudioChannels() + { + if (array_key_exists("audioChannels", $this->_propDict)) { + return $this->_propDict["audioChannels"]; + } else { + return null; + } + } + + /** + * Sets the audioChannels + * Number of audio channels. + * + * @param int $val The value of the audioChannels + * + * @return Video + */ + public function setAudioChannels($val) + { + $this->_propDict["audioChannels"] = $val; + return $this; + } + /** + * Gets the audioFormat + * Name of the audio format (AAC, MP3, etc.). + * + * @return string The audioFormat + */ + public function getAudioFormat() + { + if (array_key_exists("audioFormat", $this->_propDict)) { + return $this->_propDict["audioFormat"]; + } else { + return null; + } + } + + /** + * Sets the audioFormat + * Name of the audio format (AAC, MP3, etc.). + * + * @param string $val The value of the audioFormat + * + * @return Video + */ + public function setAudioFormat($val) + { + $this->_propDict["audioFormat"] = $val; + return $this; + } + /** + * Gets the audioSamplesPerSecond + * Number of audio samples per second. + * + * @return int The audioSamplesPerSecond + */ + public function getAudioSamplesPerSecond() + { + if (array_key_exists("audioSamplesPerSecond", $this->_propDict)) { + return $this->_propDict["audioSamplesPerSecond"]; + } else { + return null; + } + } + + /** + * Sets the audioSamplesPerSecond + * Number of audio samples per second. + * + * @param int $val The value of the audioSamplesPerSecond + * + * @return Video + */ + public function setAudioSamplesPerSecond($val) + { + $this->_propDict["audioSamplesPerSecond"] = $val; + return $this; + } + /** + * Gets the bitrate + * Bit rate of the video in bits per second. + * + * @return int The bitrate + */ + public function getBitrate() + { + if (array_key_exists("bitrate", $this->_propDict)) { + return $this->_propDict["bitrate"]; + } else { + return null; + } + } + + /** + * Sets the bitrate + * Bit rate of the video in bits per second. + * + * @param int $val The value of the bitrate + * + * @return Video + */ + public function setBitrate($val) + { + $this->_propDict["bitrate"] = $val; + return $this; + } + /** + * Gets the duration + * Duration of the file in milliseconds. + * + * @return int The duration + */ + public function getDuration() + { + if (array_key_exists("duration", $this->_propDict)) { + return $this->_propDict["duration"]; + } else { + return null; + } + } + + /** + * Sets the duration + * Duration of the file in milliseconds. + * + * @param int $val The value of the duration + * + * @return Video + */ + public function setDuration($val) + { + $this->_propDict["duration"] = $val; + return $this; + } + /** + * Gets the fourCC + * 'Four character code' name of the video format. + * + * @return string The fourCC + */ + public function getFourCC() + { + if (array_key_exists("fourCC", $this->_propDict)) { + return $this->_propDict["fourCC"]; + } else { + return null; + } + } + + /** + * Sets the fourCC + * 'Four character code' name of the video format. + * + * @param string $val The value of the fourCC + * + * @return Video + */ + public function setFourCC($val) + { + $this->_propDict["fourCC"] = $val; + return $this; + } + /** + * Gets the frameRate + * Frame rate of the video. + * + * @return float The frameRate + */ + public function getFrameRate() + { + if (array_key_exists("frameRate", $this->_propDict)) { + return $this->_propDict["frameRate"]; + } else { + return null; + } + } + + /** + * Sets the frameRate + * Frame rate of the video. + * + * @param float $val The value of the frameRate + * + * @return Video + */ + public function setFrameRate($val) + { + $this->_propDict["frameRate"] = $val; + return $this; + } + /** + * Gets the height + * Height of the video, in pixels. + * + * @return int The height + */ + public function getHeight() + { + if (array_key_exists("height", $this->_propDict)) { + return $this->_propDict["height"]; + } else { + return null; + } + } + + /** + * Sets the height + * Height of the video, in pixels. + * + * @param int $val The value of the height + * + * @return Video + */ + public function setHeight($val) + { + $this->_propDict["height"] = $val; + return $this; + } + /** + * Gets the width + * Width of the video, in pixels. + * + * @return int The width + */ + public function getWidth() + { + if (array_key_exists("width", $this->_propDict)) { + return $this->_propDict["width"]; + } else { + return null; + } + } + + /** + * Sets the width + * Width of the video, in pixels. + * + * @param int $val The value of the width + * + * @return Video + */ + public function setWidth($val) + { + $this->_propDict["width"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/VisibilitySetting.php b/vendor/microsoft/microsoft-graph/src/Model/VisibilitySetting.php new file mode 100644 index 000000000..c81358fe7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/VisibilitySetting.php @@ -0,0 +1,37 @@ +_propDict)) { + if (is_a($this->_propDict["attribution"], "Microsoft\Graph\Model\ImageInfo")) { + return $this->_propDict["attribution"]; + } else { + $this->_propDict["attribution"] = new ImageInfo($this->_propDict["attribution"]); + return $this->_propDict["attribution"]; + } + } + return null; + } + + /** + * Sets the attribution + * Optional. JSON object used to represent an icon which represents the application used to generate the activity + * + * @param ImageInfo $val The value to assign to the attribution + * + * @return VisualInfo The VisualInfo + */ + public function setAttribution($val) + { + $this->_propDict["attribution"] = $val; + return $this; + } + /** + * Gets the backgroundColor + * Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color + * + * @return string The backgroundColor + */ + public function getBackgroundColor() + { + if (array_key_exists("backgroundColor", $this->_propDict)) { + return $this->_propDict["backgroundColor"]; + } else { + return null; + } + } + + /** + * Sets the backgroundColor + * Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color + * + * @param string $val The value of the backgroundColor + * + * @return VisualInfo + */ + public function setBackgroundColor($val) + { + $this->_propDict["backgroundColor"] = $val; + return $this; + } + /** + * Gets the description + * Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata) + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata) + * + * @param string $val The value of the description + * + * @return VisualInfo + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + /** + * Gets the displayText + * Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation) + * + * @return string The displayText + */ + public function getDisplayText() + { + if (array_key_exists("displayText", $this->_propDict)) { + return $this->_propDict["displayText"]; + } else { + return null; + } + } + + /** + * Sets the displayText + * Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation) + * + * @param string $val The value of the displayText + * + * @return VisualInfo + */ + public function setDisplayText($val) + { + $this->_propDict["displayText"] = $val; + return $this; + } + /** + * Gets the content + * Optional. Custom piece of data - JSON object used to provide custom content to render the activity in the Windows Shell UI + * + * @return string The content + */ + public function getContent() + { + if (array_key_exists("content", $this->_propDict)) { + return $this->_propDict["content"]; + } else { + return null; + } + } + + /** + * Sets the content + * Optional. Custom piece of data - JSON object used to provide custom content to render the activity in the Windows Shell UI + * + * @param string $val The value of the content + * + * @return VisualInfo + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/VppLicensingType.php b/vendor/microsoft/microsoft-graph/src/Model/VppLicensingType.php new file mode 100644 index 000000000..39ba06424 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/VppLicensingType.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["supportsUserLicensing"]; + } else { + return null; + } + } + + /** + * Sets the supportsUserLicensing + * Whether the program supports the user licensing type. + * + * @param bool $val The value of the supportsUserLicensing + * + * @return VppLicensingType + */ + public function setSupportsUserLicensing($val) + { + $this->_propDict["supportsUserLicensing"] = $val; + return $this; + } + /** + * Gets the supportsDeviceLicensing + * Whether the program supports the device licensing type. + * + * @return bool The supportsDeviceLicensing + */ + public function getSupportsDeviceLicensing() + { + if (array_key_exists("supportsDeviceLicensing", $this->_propDict)) { + return $this->_propDict["supportsDeviceLicensing"]; + } else { + return null; + } + } + + /** + * Sets the supportsDeviceLicensing + * Whether the program supports the device licensing type. + * + * @param bool $val The value of the supportsDeviceLicensing + * + * @return VppLicensingType + */ + public function setSupportsDeviceLicensing($val) + { + $this->_propDict["supportsDeviceLicensing"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/VppToken.php b/vendor/microsoft/microsoft-graph/src/Model/VppToken.php new file mode 100644 index 000000000..0fe92ded3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/VppToken.php @@ -0,0 +1,372 @@ +_propDict)) { + return $this->_propDict["organizationName"]; + } else { + return null; + } + } + + /** + * Sets the organizationName + * The organization associated with the Apple Volume Purchase Program Token + * + * @param string $val The organizationName + * + * @return VppToken + */ + public function setOrganizationName($val) + { + $this->_propDict["organizationName"] = $val; + return $this; + } + + /** + * Gets the vppTokenAccountType + * The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: business, education. Possible values are: business, education. + * + * @return VppTokenAccountType The vppTokenAccountType + */ + public function getVppTokenAccountType() + { + if (array_key_exists("vppTokenAccountType", $this->_propDict)) { + if (is_a($this->_propDict["vppTokenAccountType"], "Microsoft\Graph\Model\VppTokenAccountType")) { + return $this->_propDict["vppTokenAccountType"]; + } else { + $this->_propDict["vppTokenAccountType"] = new VppTokenAccountType($this->_propDict["vppTokenAccountType"]); + return $this->_propDict["vppTokenAccountType"]; + } + } + return null; + } + + /** + * Sets the vppTokenAccountType + * The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: business, education. Possible values are: business, education. + * + * @param VppTokenAccountType $val The vppTokenAccountType + * + * @return VppToken + */ + public function setVppTokenAccountType($val) + { + $this->_propDict["vppTokenAccountType"] = $val; + return $this; + } + + /** + * Gets the appleId + * The apple Id associated with the given Apple Volume Purchase Program Token. + * + * @return string The appleId + */ + public function getAppleId() + { + if (array_key_exists("appleId", $this->_propDict)) { + return $this->_propDict["appleId"]; + } else { + return null; + } + } + + /** + * Sets the appleId + * The apple Id associated with the given Apple Volume Purchase Program Token. + * + * @param string $val The appleId + * + * @return VppToken + */ + public function setAppleId($val) + { + $this->_propDict["appleId"] = $val; + return $this; + } + + /** + * Gets the expirationDateTime + * The expiration date time of the Apple Volume Purchase Program Token. + * + * @return \DateTime The expirationDateTime + */ + public function getExpirationDateTime() + { + if (array_key_exists("expirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["expirationDateTime"], "\DateTime")) { + return $this->_propDict["expirationDateTime"]; + } else { + $this->_propDict["expirationDateTime"] = new \DateTime($this->_propDict["expirationDateTime"]); + return $this->_propDict["expirationDateTime"]; + } + } + return null; + } + + /** + * Sets the expirationDateTime + * The expiration date time of the Apple Volume Purchase Program Token. + * + * @param \DateTime $val The expirationDateTime + * + * @return VppToken + */ + public function setExpirationDateTime($val) + { + $this->_propDict["expirationDateTime"] = $val; + return $this; + } + + /** + * Gets the lastSyncDateTime + * The last time when an application sync was done with the Apple volume purchase program service using the Apple Volume Purchase Program Token. + * + * @return \DateTime The lastSyncDateTime + */ + public function getLastSyncDateTime() + { + if (array_key_exists("lastSyncDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastSyncDateTime"], "\DateTime")) { + return $this->_propDict["lastSyncDateTime"]; + } else { + $this->_propDict["lastSyncDateTime"] = new \DateTime($this->_propDict["lastSyncDateTime"]); + return $this->_propDict["lastSyncDateTime"]; + } + } + return null; + } + + /** + * Sets the lastSyncDateTime + * The last time when an application sync was done with the Apple volume purchase program service using the Apple Volume Purchase Program Token. + * + * @param \DateTime $val The lastSyncDateTime + * + * @return VppToken + */ + public function setLastSyncDateTime($val) + { + $this->_propDict["lastSyncDateTime"] = $val; + return $this; + } + + /** + * Gets the token + * The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program. + * + * @return string The token + */ + public function getToken() + { + if (array_key_exists("token", $this->_propDict)) { + return $this->_propDict["token"]; + } else { + return null; + } + } + + /** + * Sets the token + * The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program. + * + * @param string $val The token + * + * @return VppToken + */ + public function setToken($val) + { + $this->_propDict["token"] = $val; + return $this; + } + + /** + * Gets the lastModifiedDateTime + * Last modification date time associated with the Apple Volume Purchase Program Token. + * + * @return \DateTime The lastModifiedDateTime + */ + public function getLastModifiedDateTime() + { + if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { + if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { + return $this->_propDict["lastModifiedDateTime"]; + } else { + $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); + return $this->_propDict["lastModifiedDateTime"]; + } + } + return null; + } + + /** + * Sets the lastModifiedDateTime + * Last modification date time associated with the Apple Volume Purchase Program Token. + * + * @param \DateTime $val The lastModifiedDateTime + * + * @return VppToken + */ + public function setLastModifiedDateTime($val) + { + $this->_propDict["lastModifiedDateTime"] = $val; + return $this; + } + + /** + * Gets the state + * Current state of the Apple Volume Purchase Program Token. Possible values are: unknown, valid, expired, invalid, assignedToExternalMDM. Possible values are: unknown, valid, expired, invalid, assignedToExternalMDM. + * + * @return VppTokenState The state + */ + public function getState() + { + if (array_key_exists("state", $this->_propDict)) { + if (is_a($this->_propDict["state"], "Microsoft\Graph\Model\VppTokenState")) { + return $this->_propDict["state"]; + } else { + $this->_propDict["state"] = new VppTokenState($this->_propDict["state"]); + return $this->_propDict["state"]; + } + } + return null; + } + + /** + * Sets the state + * Current state of the Apple Volume Purchase Program Token. Possible values are: unknown, valid, expired, invalid, assignedToExternalMDM. Possible values are: unknown, valid, expired, invalid, assignedToExternalMDM. + * + * @param VppTokenState $val The state + * + * @return VppToken + */ + public function setState($val) + { + $this->_propDict["state"] = $val; + return $this; + } + + /** + * Gets the lastSyncStatus + * Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: none, inProgress, completed, failed. Possible values are: none, inProgress, completed, failed. + * + * @return VppTokenSyncStatus The lastSyncStatus + */ + public function getLastSyncStatus() + { + if (array_key_exists("lastSyncStatus", $this->_propDict)) { + if (is_a($this->_propDict["lastSyncStatus"], "Microsoft\Graph\Model\VppTokenSyncStatus")) { + return $this->_propDict["lastSyncStatus"]; + } else { + $this->_propDict["lastSyncStatus"] = new VppTokenSyncStatus($this->_propDict["lastSyncStatus"]); + return $this->_propDict["lastSyncStatus"]; + } + } + return null; + } + + /** + * Sets the lastSyncStatus + * Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: none, inProgress, completed, failed. Possible values are: none, inProgress, completed, failed. + * + * @param VppTokenSyncStatus $val The lastSyncStatus + * + * @return VppToken + */ + public function setLastSyncStatus($val) + { + $this->_propDict["lastSyncStatus"] = $val; + return $this; + } + + /** + * Gets the automaticallyUpdateApps + * Whether or not apps for the VPP token will be automatically updated. + * + * @return bool The automaticallyUpdateApps + */ + public function getAutomaticallyUpdateApps() + { + if (array_key_exists("automaticallyUpdateApps", $this->_propDict)) { + return $this->_propDict["automaticallyUpdateApps"]; + } else { + return null; + } + } + + /** + * Sets the automaticallyUpdateApps + * Whether or not apps for the VPP token will be automatically updated. + * + * @param bool $val The automaticallyUpdateApps + * + * @return VppToken + */ + public function setAutomaticallyUpdateApps($val) + { + $this->_propDict["automaticallyUpdateApps"] = boolval($val); + return $this; + } + + /** + * Gets the countryOrRegion + * Whether or not apps for the VPP token will be automatically updated. + * + * @return string The countryOrRegion + */ + public function getCountryOrRegion() + { + if (array_key_exists("countryOrRegion", $this->_propDict)) { + return $this->_propDict["countryOrRegion"]; + } else { + return null; + } + } + + /** + * Sets the countryOrRegion + * Whether or not apps for the VPP token will be automatically updated. + * + * @param string $val The countryOrRegion + * + * @return VppToken + */ + public function setCountryOrRegion($val) + { + $this->_propDict["countryOrRegion"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/VppTokenAccountType.php b/vendor/microsoft/microsoft-graph/src/Model/VppTokenAccountType.php new file mode 100644 index 000000000..d138fe878 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/VppTokenAccountType.php @@ -0,0 +1,36 @@ +_propDict)) { + return $this->_propDict["cve"]; + } else { + return null; + } + } + + /** + * Sets the cve + * Common Vulnerabilities and Exposures (CVE) for the vulnerability. + * + * @param string $val The value of the cve + * + * @return VulnerabilityState + */ + public function setCve($val) + { + $this->_propDict["cve"] = $val; + return $this; + } + /** + * Gets the severity + * Base Common Vulnerability Scoring System (CVSS) severity score for this vulnerability. + * + * @return string The severity + */ + public function getSeverity() + { + if (array_key_exists("severity", $this->_propDict)) { + return $this->_propDict["severity"]; + } else { + return null; + } + } + + /** + * Sets the severity + * Base Common Vulnerability Scoring System (CVSS) severity score for this vulnerability. + * + * @param string $val The value of the severity + * + * @return VulnerabilityState + */ + public function setSeverity($val) + { + $this->_propDict["severity"] = $val; + return $this; + } + /** + * Gets the wasRunning + * Indicates whether the detected vulnerability (file) was running at the time of detection or was the file detected at rest on the disk. + * + * @return bool The wasRunning + */ + public function getWasRunning() + { + if (array_key_exists("wasRunning", $this->_propDict)) { + return $this->_propDict["wasRunning"]; + } else { + return null; + } + } + + /** + * Sets the wasRunning + * Indicates whether the detected vulnerability (file) was running at the time of detection or was the file detected at rest on the disk. + * + * @param bool $val The value of the wasRunning + * + * @return VulnerabilityState + */ + public function setWasRunning($val) + { + $this->_propDict["wasRunning"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WebApp.php b/vendor/microsoft/microsoft-graph/src/Model/WebApp.php new file mode 100644 index 000000000..09b8ee28a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WebApp.php @@ -0,0 +1,87 @@ +_propDict)) { + return $this->_propDict["appUrl"]; + } else { + return null; + } + } + + /** + * Sets the appUrl + * The web app URL. + * + * @param string $val The appUrl + * + * @return WebApp + */ + public function setAppUrl($val) + { + $this->_propDict["appUrl"] = $val; + return $this; + } + + /** + * Gets the useManagedBrowser + * Whether or not to use managed browser. This property is only applicable for Android and IOS. + * + * @return bool The useManagedBrowser + */ + public function getUseManagedBrowser() + { + if (array_key_exists("useManagedBrowser", $this->_propDict)) { + return $this->_propDict["useManagedBrowser"]; + } else { + return null; + } + } + + /** + * Sets the useManagedBrowser + * Whether or not to use managed browser. This property is only applicable for Android and IOS. + * + * @param bool $val The useManagedBrowser + * + * @return WebApp + */ + public function setUseManagedBrowser($val) + { + $this->_propDict["useManagedBrowser"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WebBrowserCookieSettings.php b/vendor/microsoft/microsoft-graph/src/Model/WebBrowserCookieSettings.php new file mode 100644 index 000000000..fcca12d04 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WebBrowserCookieSettings.php @@ -0,0 +1,39 @@ +_propDict)) { + if (is_a($this->_propDict["type"], "Microsoft\Graph\Model\WebsiteType")) { + return $this->_propDict["type"]; + } else { + $this->_propDict["type"] = new WebsiteType($this->_propDict["type"]); + return $this->_propDict["type"]; + } + } + return null; + } + + /** + * Sets the type + * The possible values are: other, home, work, blog, profile. + * + * @param WebsiteType $val The value to assign to the type + * + * @return Website The Website + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + /** + * Gets the address + * The URL of the website. + * + * @return string The address + */ + public function getAddress() + { + if (array_key_exists("address", $this->_propDict)) { + return $this->_propDict["address"]; + } else { + return null; + } + } + + /** + * Sets the address + * The URL of the website. + * + * @param string $val The value of the address + * + * @return Website + */ + public function setAddress($val) + { + $this->_propDict["address"] = $val; + return $this; + } + /** + * Gets the displayName + * The display name of the web site. + * + * @return string The displayName + */ + public function getDisplayName() + { + if (array_key_exists("displayName", $this->_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The display name of the web site. + * + * @param string $val The value of the displayName + * + * @return Website + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WebsiteType.php b/vendor/microsoft/microsoft-graph/src/Model/WebsiteType.php new file mode 100644 index 000000000..247cf37a5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WebsiteType.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Require a password to unlock Windows device. + * + * @param bool $val The passwordRequired + * + * @return Windows10CompliancePolicy + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the passwordBlockSimple + * Indicates whether or not to block simple password. + * + * @return bool The passwordBlockSimple + */ + public function getPasswordBlockSimple() + { + if (array_key_exists("passwordBlockSimple", $this->_propDict)) { + return $this->_propDict["passwordBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockSimple + * Indicates whether or not to block simple password. + * + * @param bool $val The passwordBlockSimple + * + * @return Windows10CompliancePolicy + */ + public function setPasswordBlockSimple($val) + { + $this->_propDict["passwordBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passwordRequiredToUnlockFromIdle + * Require a password to unlock an idle device. + * + * @return bool The passwordRequiredToUnlockFromIdle + */ + public function getPasswordRequiredToUnlockFromIdle() + { + if (array_key_exists("passwordRequiredToUnlockFromIdle", $this->_propDict)) { + return $this->_propDict["passwordRequiredToUnlockFromIdle"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequiredToUnlockFromIdle + * Require a password to unlock an idle device. + * + * @param bool $val The passwordRequiredToUnlockFromIdle + * + * @return Windows10CompliancePolicy + */ + public function setPasswordRequiredToUnlockFromIdle($val) + { + $this->_propDict["passwordRequiredToUnlockFromIdle"] = boolval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @return int The passwordMinutesOfInactivityBeforeLock + */ + public function getPasswordMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @param int $val The passwordMinutesOfInactivityBeforeLock + * + * @return Windows10CompliancePolicy + */ + public function setPasswordMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * The password expiration in days. + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * The password expiration in days. + * + * @param int $val The passwordExpirationDays + * + * @return Windows10CompliancePolicy + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * The minimum password length. + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * The minimum password length. + * + * @param int $val The passwordMinimumLength + * + * @return Windows10CompliancePolicy + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @return int The passwordMinimumCharacterSetCount + */ + public function getPasswordMinimumCharacterSetCount() + { + if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passwordMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @param int $val The passwordMinimumCharacterSetCount + * + * @return Windows10CompliancePolicy + */ + public function setPasswordMinimumCharacterSetCount($val) + { + $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passwordRequiredType + * + * @return Windows10CompliancePolicy + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent re-use of. + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent re-use of. + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return Windows10CompliancePolicy + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the requireHealthyDeviceReport + * Require devices to be reported as healthy by Windows Device Health Attestation. + * + * @return bool The requireHealthyDeviceReport + */ + public function getRequireHealthyDeviceReport() + { + if (array_key_exists("requireHealthyDeviceReport", $this->_propDict)) { + return $this->_propDict["requireHealthyDeviceReport"]; + } else { + return null; + } + } + + /** + * Sets the requireHealthyDeviceReport + * Require devices to be reported as healthy by Windows Device Health Attestation. + * + * @param bool $val The requireHealthyDeviceReport + * + * @return Windows10CompliancePolicy + */ + public function setRequireHealthyDeviceReport($val) + { + $this->_propDict["requireHealthyDeviceReport"] = boolval($val); + return $this; + } + + /** + * Gets the osMinimumVersion + * Minimum Windows 10 version. + * + * @return string The osMinimumVersion + */ + public function getOsMinimumVersion() + { + if (array_key_exists("osMinimumVersion", $this->_propDict)) { + return $this->_propDict["osMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMinimumVersion + * Minimum Windows 10 version. + * + * @param string $val The osMinimumVersion + * + * @return Windows10CompliancePolicy + */ + public function setOsMinimumVersion($val) + { + $this->_propDict["osMinimumVersion"] = $val; + return $this; + } + + /** + * Gets the osMaximumVersion + * Maximum Windows 10 version. + * + * @return string The osMaximumVersion + */ + public function getOsMaximumVersion() + { + if (array_key_exists("osMaximumVersion", $this->_propDict)) { + return $this->_propDict["osMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMaximumVersion + * Maximum Windows 10 version. + * + * @param string $val The osMaximumVersion + * + * @return Windows10CompliancePolicy + */ + public function setOsMaximumVersion($val) + { + $this->_propDict["osMaximumVersion"] = $val; + return $this; + } + + /** + * Gets the mobileOsMinimumVersion + * Minimum Windows Phone version. + * + * @return string The mobileOsMinimumVersion + */ + public function getMobileOsMinimumVersion() + { + if (array_key_exists("mobileOsMinimumVersion", $this->_propDict)) { + return $this->_propDict["mobileOsMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the mobileOsMinimumVersion + * Minimum Windows Phone version. + * + * @param string $val The mobileOsMinimumVersion + * + * @return Windows10CompliancePolicy + */ + public function setMobileOsMinimumVersion($val) + { + $this->_propDict["mobileOsMinimumVersion"] = $val; + return $this; + } + + /** + * Gets the mobileOsMaximumVersion + * Maximum Windows Phone version. + * + * @return string The mobileOsMaximumVersion + */ + public function getMobileOsMaximumVersion() + { + if (array_key_exists("mobileOsMaximumVersion", $this->_propDict)) { + return $this->_propDict["mobileOsMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the mobileOsMaximumVersion + * Maximum Windows Phone version. + * + * @param string $val The mobileOsMaximumVersion + * + * @return Windows10CompliancePolicy + */ + public function setMobileOsMaximumVersion($val) + { + $this->_propDict["mobileOsMaximumVersion"] = $val; + return $this; + } + + /** + * Gets the earlyLaunchAntiMalwareDriverEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled. + * + * @return bool The earlyLaunchAntiMalwareDriverEnabled + */ + public function getEarlyLaunchAntiMalwareDriverEnabled() + { + if (array_key_exists("earlyLaunchAntiMalwareDriverEnabled", $this->_propDict)) { + return $this->_propDict["earlyLaunchAntiMalwareDriverEnabled"]; + } else { + return null; + } + } + + /** + * Sets the earlyLaunchAntiMalwareDriverEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled. + * + * @param bool $val The earlyLaunchAntiMalwareDriverEnabled + * + * @return Windows10CompliancePolicy + */ + public function setEarlyLaunchAntiMalwareDriverEnabled($val) + { + $this->_propDict["earlyLaunchAntiMalwareDriverEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the bitLockerEnabled + * Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled + * + * @return bool The bitLockerEnabled + */ + public function getBitLockerEnabled() + { + if (array_key_exists("bitLockerEnabled", $this->_propDict)) { + return $this->_propDict["bitLockerEnabled"]; + } else { + return null; + } + } + + /** + * Sets the bitLockerEnabled + * Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled + * + * @param bool $val The bitLockerEnabled + * + * @return Windows10CompliancePolicy + */ + public function setBitLockerEnabled($val) + { + $this->_propDict["bitLockerEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the secureBootEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled. + * + * @return bool The secureBootEnabled + */ + public function getSecureBootEnabled() + { + if (array_key_exists("secureBootEnabled", $this->_propDict)) { + return $this->_propDict["secureBootEnabled"]; + } else { + return null; + } + } + + /** + * Sets the secureBootEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled. + * + * @param bool $val The secureBootEnabled + * + * @return Windows10CompliancePolicy + */ + public function setSecureBootEnabled($val) + { + $this->_propDict["secureBootEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the codeIntegrityEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation. + * + * @return bool The codeIntegrityEnabled + */ + public function getCodeIntegrityEnabled() + { + if (array_key_exists("codeIntegrityEnabled", $this->_propDict)) { + return $this->_propDict["codeIntegrityEnabled"]; + } else { + return null; + } + } + + /** + * Sets the codeIntegrityEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation. + * + * @param bool $val The codeIntegrityEnabled + * + * @return Windows10CompliancePolicy + */ + public function setCodeIntegrityEnabled($val) + { + $this->_propDict["codeIntegrityEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the storageRequireEncryption + * Require encryption on windows devices. + * + * @return bool The storageRequireEncryption + */ + public function getStorageRequireEncryption() + { + if (array_key_exists("storageRequireEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireEncryption + * Require encryption on windows devices. + * + * @param bool $val The storageRequireEncryption + * + * @return Windows10CompliancePolicy + */ + public function setStorageRequireEncryption($val) + { + $this->_propDict["storageRequireEncryption"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows10CustomConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/Windows10CustomConfiguration.php new file mode 100644 index 000000000..4666e351c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows10CustomConfiguration.php @@ -0,0 +1,59 @@ +_propDict)) { + return $this->_propDict["omaSettings"]; + } else { + return null; + } + } + + /** + * Sets the omaSettings + * OMA settings. This collection can contain a maximum of 1000 elements. + * + * @param OmaSetting $val The omaSettings + * + * @return Windows10CustomConfiguration + */ + public function setOmaSettings($val) + { + $this->_propDict["omaSettings"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows10EditionType.php b/vendor/microsoft/microsoft-graph/src/Model/Windows10EditionType.php new file mode 100644 index 000000000..cf2f0631d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows10EditionType.php @@ -0,0 +1,46 @@ +_propDict)) { + return $this->_propDict["firewallBlockStatefulFTP"]; + } else { + return null; + } + } + + /** + * Sets the firewallBlockStatefulFTP + * Blocks stateful FTP connections to the device + * + * @param bool $val The firewallBlockStatefulFTP + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallBlockStatefulFTP($val) + { + $this->_propDict["firewallBlockStatefulFTP"] = boolval($val); + return $this; + } + + /** + * Gets the firewallIdleTimeoutForSecurityAssociationInSeconds + * Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600 + * + * @return int The firewallIdleTimeoutForSecurityAssociationInSeconds + */ + public function getFirewallIdleTimeoutForSecurityAssociationInSeconds() + { + if (array_key_exists("firewallIdleTimeoutForSecurityAssociationInSeconds", $this->_propDict)) { + return $this->_propDict["firewallIdleTimeoutForSecurityAssociationInSeconds"]; + } else { + return null; + } + } + + /** + * Sets the firewallIdleTimeoutForSecurityAssociationInSeconds + * Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600 + * + * @param int $val The firewallIdleTimeoutForSecurityAssociationInSeconds + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallIdleTimeoutForSecurityAssociationInSeconds($val) + { + $this->_propDict["firewallIdleTimeoutForSecurityAssociationInSeconds"] = intval($val); + return $this; + } + + /** + * Gets the firewallPreSharedKeyEncodingMethod + * Select the preshared key encoding to be used. Possible values are: deviceDefault, none, utF8. + * + * @return FirewallPreSharedKeyEncodingMethodType The firewallPreSharedKeyEncodingMethod + */ + public function getFirewallPreSharedKeyEncodingMethod() + { + if (array_key_exists("firewallPreSharedKeyEncodingMethod", $this->_propDict)) { + if (is_a($this->_propDict["firewallPreSharedKeyEncodingMethod"], "Microsoft\Graph\Model\FirewallPreSharedKeyEncodingMethodType")) { + return $this->_propDict["firewallPreSharedKeyEncodingMethod"]; + } else { + $this->_propDict["firewallPreSharedKeyEncodingMethod"] = new FirewallPreSharedKeyEncodingMethodType($this->_propDict["firewallPreSharedKeyEncodingMethod"]); + return $this->_propDict["firewallPreSharedKeyEncodingMethod"]; + } + } + return null; + } + + /** + * Sets the firewallPreSharedKeyEncodingMethod + * Select the preshared key encoding to be used. Possible values are: deviceDefault, none, utF8. + * + * @param FirewallPreSharedKeyEncodingMethodType $val The firewallPreSharedKeyEncodingMethod + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallPreSharedKeyEncodingMethod($val) + { + $this->_propDict["firewallPreSharedKeyEncodingMethod"] = $val; + return $this; + } + + /** + * Gets the firewallIPSecExemptionsAllowNeighborDiscovery + * Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes + * + * @return bool The firewallIPSecExemptionsAllowNeighborDiscovery + */ + public function getFirewallIPSecExemptionsAllowNeighborDiscovery() + { + if (array_key_exists("firewallIPSecExemptionsAllowNeighborDiscovery", $this->_propDict)) { + return $this->_propDict["firewallIPSecExemptionsAllowNeighborDiscovery"]; + } else { + return null; + } + } + + /** + * Sets the firewallIPSecExemptionsAllowNeighborDiscovery + * Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes + * + * @param bool $val The firewallIPSecExemptionsAllowNeighborDiscovery + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallIPSecExemptionsAllowNeighborDiscovery($val) + { + $this->_propDict["firewallIPSecExemptionsAllowNeighborDiscovery"] = boolval($val); + return $this; + } + + /** + * Gets the firewallIPSecExemptionsAllowICMP + * Configures IPSec exemptions to allow ICMP + * + * @return bool The firewallIPSecExemptionsAllowICMP + */ + public function getFirewallIPSecExemptionsAllowICMP() + { + if (array_key_exists("firewallIPSecExemptionsAllowICMP", $this->_propDict)) { + return $this->_propDict["firewallIPSecExemptionsAllowICMP"]; + } else { + return null; + } + } + + /** + * Sets the firewallIPSecExemptionsAllowICMP + * Configures IPSec exemptions to allow ICMP + * + * @param bool $val The firewallIPSecExemptionsAllowICMP + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallIPSecExemptionsAllowICMP($val) + { + $this->_propDict["firewallIPSecExemptionsAllowICMP"] = boolval($val); + return $this; + } + + /** + * Gets the firewallIPSecExemptionsAllowRouterDiscovery + * Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes + * + * @return bool The firewallIPSecExemptionsAllowRouterDiscovery + */ + public function getFirewallIPSecExemptionsAllowRouterDiscovery() + { + if (array_key_exists("firewallIPSecExemptionsAllowRouterDiscovery", $this->_propDict)) { + return $this->_propDict["firewallIPSecExemptionsAllowRouterDiscovery"]; + } else { + return null; + } + } + + /** + * Sets the firewallIPSecExemptionsAllowRouterDiscovery + * Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes + * + * @param bool $val The firewallIPSecExemptionsAllowRouterDiscovery + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallIPSecExemptionsAllowRouterDiscovery($val) + { + $this->_propDict["firewallIPSecExemptionsAllowRouterDiscovery"] = boolval($val); + return $this; + } + + /** + * Gets the firewallIPSecExemptionsAllowDHCP + * Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic + * + * @return bool The firewallIPSecExemptionsAllowDHCP + */ + public function getFirewallIPSecExemptionsAllowDHCP() + { + if (array_key_exists("firewallIPSecExemptionsAllowDHCP", $this->_propDict)) { + return $this->_propDict["firewallIPSecExemptionsAllowDHCP"]; + } else { + return null; + } + } + + /** + * Sets the firewallIPSecExemptionsAllowDHCP + * Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic + * + * @param bool $val The firewallIPSecExemptionsAllowDHCP + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallIPSecExemptionsAllowDHCP($val) + { + $this->_propDict["firewallIPSecExemptionsAllowDHCP"] = boolval($val); + return $this; + } + + /** + * Gets the firewallCertificateRevocationListCheckMethod + * Specify how the certificate revocation list is to be enforced. Possible values are: deviceDefault, none, attempt, require. + * + * @return FirewallCertificateRevocationListCheckMethodType The firewallCertificateRevocationListCheckMethod + */ + public function getFirewallCertificateRevocationListCheckMethod() + { + if (array_key_exists("firewallCertificateRevocationListCheckMethod", $this->_propDict)) { + if (is_a($this->_propDict["firewallCertificateRevocationListCheckMethod"], "Microsoft\Graph\Model\FirewallCertificateRevocationListCheckMethodType")) { + return $this->_propDict["firewallCertificateRevocationListCheckMethod"]; + } else { + $this->_propDict["firewallCertificateRevocationListCheckMethod"] = new FirewallCertificateRevocationListCheckMethodType($this->_propDict["firewallCertificateRevocationListCheckMethod"]); + return $this->_propDict["firewallCertificateRevocationListCheckMethod"]; + } + } + return null; + } + + /** + * Sets the firewallCertificateRevocationListCheckMethod + * Specify how the certificate revocation list is to be enforced. Possible values are: deviceDefault, none, attempt, require. + * + * @param FirewallCertificateRevocationListCheckMethodType $val The firewallCertificateRevocationListCheckMethod + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallCertificateRevocationListCheckMethod($val) + { + $this->_propDict["firewallCertificateRevocationListCheckMethod"] = $val; + return $this; + } + + /** + * Gets the firewallMergeKeyingModuleSettings + * If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set + * + * @return bool The firewallMergeKeyingModuleSettings + */ + public function getFirewallMergeKeyingModuleSettings() + { + if (array_key_exists("firewallMergeKeyingModuleSettings", $this->_propDict)) { + return $this->_propDict["firewallMergeKeyingModuleSettings"]; + } else { + return null; + } + } + + /** + * Sets the firewallMergeKeyingModuleSettings + * If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set + * + * @param bool $val The firewallMergeKeyingModuleSettings + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallMergeKeyingModuleSettings($val) + { + $this->_propDict["firewallMergeKeyingModuleSettings"] = boolval($val); + return $this; + } + + /** + * Gets the firewallPacketQueueingMethod + * Configures how packet queueing should be applied in the tunnel gateway scenario. Possible values are: deviceDefault, disabled, queueInbound, queueOutbound, queueBoth. + * + * @return FirewallPacketQueueingMethodType The firewallPacketQueueingMethod + */ + public function getFirewallPacketQueueingMethod() + { + if (array_key_exists("firewallPacketQueueingMethod", $this->_propDict)) { + if (is_a($this->_propDict["firewallPacketQueueingMethod"], "Microsoft\Graph\Model\FirewallPacketQueueingMethodType")) { + return $this->_propDict["firewallPacketQueueingMethod"]; + } else { + $this->_propDict["firewallPacketQueueingMethod"] = new FirewallPacketQueueingMethodType($this->_propDict["firewallPacketQueueingMethod"]); + return $this->_propDict["firewallPacketQueueingMethod"]; + } + } + return null; + } + + /** + * Sets the firewallPacketQueueingMethod + * Configures how packet queueing should be applied in the tunnel gateway scenario. Possible values are: deviceDefault, disabled, queueInbound, queueOutbound, queueBoth. + * + * @param FirewallPacketQueueingMethodType $val The firewallPacketQueueingMethod + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallPacketQueueingMethod($val) + { + $this->_propDict["firewallPacketQueueingMethod"] = $val; + return $this; + } + + /** + * Gets the firewallProfileDomain + * Configures the firewall profile settings for domain networks + * + * @return WindowsFirewallNetworkProfile The firewallProfileDomain + */ + public function getFirewallProfileDomain() + { + if (array_key_exists("firewallProfileDomain", $this->_propDict)) { + if (is_a($this->_propDict["firewallProfileDomain"], "Microsoft\Graph\Model\WindowsFirewallNetworkProfile")) { + return $this->_propDict["firewallProfileDomain"]; + } else { + $this->_propDict["firewallProfileDomain"] = new WindowsFirewallNetworkProfile($this->_propDict["firewallProfileDomain"]); + return $this->_propDict["firewallProfileDomain"]; + } + } + return null; + } + + /** + * Sets the firewallProfileDomain + * Configures the firewall profile settings for domain networks + * + * @param WindowsFirewallNetworkProfile $val The firewallProfileDomain + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallProfileDomain($val) + { + $this->_propDict["firewallProfileDomain"] = $val; + return $this; + } + + /** + * Gets the firewallProfilePublic + * Configures the firewall profile settings for public networks + * + * @return WindowsFirewallNetworkProfile The firewallProfilePublic + */ + public function getFirewallProfilePublic() + { + if (array_key_exists("firewallProfilePublic", $this->_propDict)) { + if (is_a($this->_propDict["firewallProfilePublic"], "Microsoft\Graph\Model\WindowsFirewallNetworkProfile")) { + return $this->_propDict["firewallProfilePublic"]; + } else { + $this->_propDict["firewallProfilePublic"] = new WindowsFirewallNetworkProfile($this->_propDict["firewallProfilePublic"]); + return $this->_propDict["firewallProfilePublic"]; + } + } + return null; + } + + /** + * Sets the firewallProfilePublic + * Configures the firewall profile settings for public networks + * + * @param WindowsFirewallNetworkProfile $val The firewallProfilePublic + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallProfilePublic($val) + { + $this->_propDict["firewallProfilePublic"] = $val; + return $this; + } + + /** + * Gets the firewallProfilePrivate + * Configures the firewall profile settings for private networks + * + * @return WindowsFirewallNetworkProfile The firewallProfilePrivate + */ + public function getFirewallProfilePrivate() + { + if (array_key_exists("firewallProfilePrivate", $this->_propDict)) { + if (is_a($this->_propDict["firewallProfilePrivate"], "Microsoft\Graph\Model\WindowsFirewallNetworkProfile")) { + return $this->_propDict["firewallProfilePrivate"]; + } else { + $this->_propDict["firewallProfilePrivate"] = new WindowsFirewallNetworkProfile($this->_propDict["firewallProfilePrivate"]); + return $this->_propDict["firewallProfilePrivate"]; + } + } + return null; + } + + /** + * Sets the firewallProfilePrivate + * Configures the firewall profile settings for private networks + * + * @param WindowsFirewallNetworkProfile $val The firewallProfilePrivate + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setFirewallProfilePrivate($val) + { + $this->_propDict["firewallProfilePrivate"] = $val; + return $this; + } + + /** + * Gets the defenderAttackSurfaceReductionExcludedPaths + * List of exe files and folders to be excluded from attack surface reduction rules + * + * @return string The defenderAttackSurfaceReductionExcludedPaths + */ + public function getDefenderAttackSurfaceReductionExcludedPaths() + { + if (array_key_exists("defenderAttackSurfaceReductionExcludedPaths", $this->_propDict)) { + return $this->_propDict["defenderAttackSurfaceReductionExcludedPaths"]; + } else { + return null; + } + } + + /** + * Sets the defenderAttackSurfaceReductionExcludedPaths + * List of exe files and folders to be excluded from attack surface reduction rules + * + * @param string $val The defenderAttackSurfaceReductionExcludedPaths + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setDefenderAttackSurfaceReductionExcludedPaths($val) + { + $this->_propDict["defenderAttackSurfaceReductionExcludedPaths"] = $val; + return $this; + } + + /** + * Gets the defenderGuardedFoldersAllowedAppPaths + * List of paths to exe that are allowed to access protected folders + * + * @return string The defenderGuardedFoldersAllowedAppPaths + */ + public function getDefenderGuardedFoldersAllowedAppPaths() + { + if (array_key_exists("defenderGuardedFoldersAllowedAppPaths", $this->_propDict)) { + return $this->_propDict["defenderGuardedFoldersAllowedAppPaths"]; + } else { + return null; + } + } + + /** + * Sets the defenderGuardedFoldersAllowedAppPaths + * List of paths to exe that are allowed to access protected folders + * + * @param string $val The defenderGuardedFoldersAllowedAppPaths + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setDefenderGuardedFoldersAllowedAppPaths($val) + { + $this->_propDict["defenderGuardedFoldersAllowedAppPaths"] = $val; + return $this; + } + + /** + * Gets the defenderAdditionalGuardedFolders + * List of folder paths to be added to the list of protected folders + * + * @return string The defenderAdditionalGuardedFolders + */ + public function getDefenderAdditionalGuardedFolders() + { + if (array_key_exists("defenderAdditionalGuardedFolders", $this->_propDict)) { + return $this->_propDict["defenderAdditionalGuardedFolders"]; + } else { + return null; + } + } + + /** + * Sets the defenderAdditionalGuardedFolders + * List of folder paths to be added to the list of protected folders + * + * @param string $val The defenderAdditionalGuardedFolders + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setDefenderAdditionalGuardedFolders($val) + { + $this->_propDict["defenderAdditionalGuardedFolders"] = $val; + return $this; + } + + /** + * Gets the defenderExploitProtectionXml + * Xml content containing information regarding exploit protection details. + * + * @return \GuzzleHttp\Psr7\Stream The defenderExploitProtectionXml + */ + public function getDefenderExploitProtectionXml() + { + if (array_key_exists("defenderExploitProtectionXml", $this->_propDict)) { + if (is_a($this->_propDict["defenderExploitProtectionXml"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["defenderExploitProtectionXml"]; + } else { + $this->_propDict["defenderExploitProtectionXml"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["defenderExploitProtectionXml"]); + return $this->_propDict["defenderExploitProtectionXml"]; + } + } + return null; + } + + /** + * Sets the defenderExploitProtectionXml + * Xml content containing information regarding exploit protection details. + * + * @param \GuzzleHttp\Psr7\Stream $val The defenderExploitProtectionXml + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setDefenderExploitProtectionXml($val) + { + $this->_propDict["defenderExploitProtectionXml"] = $val; + return $this; + } + + /** + * Gets the defenderExploitProtectionXmlFileName + * Name of the file from which DefenderExploitProtectionXml was obtained. + * + * @return string The defenderExploitProtectionXmlFileName + */ + public function getDefenderExploitProtectionXmlFileName() + { + if (array_key_exists("defenderExploitProtectionXmlFileName", $this->_propDict)) { + return $this->_propDict["defenderExploitProtectionXmlFileName"]; + } else { + return null; + } + } + + /** + * Sets the defenderExploitProtectionXmlFileName + * Name of the file from which DefenderExploitProtectionXml was obtained. + * + * @param string $val The defenderExploitProtectionXmlFileName + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setDefenderExploitProtectionXmlFileName($val) + { + $this->_propDict["defenderExploitProtectionXmlFileName"] = $val; + return $this; + } + + /** + * Gets the defenderSecurityCenterBlockExploitProtectionOverride + * Indicates whether or not to block user from overriding Exploit Protection settings. + * + * @return bool The defenderSecurityCenterBlockExploitProtectionOverride + */ + public function getDefenderSecurityCenterBlockExploitProtectionOverride() + { + if (array_key_exists("defenderSecurityCenterBlockExploitProtectionOverride", $this->_propDict)) { + return $this->_propDict["defenderSecurityCenterBlockExploitProtectionOverride"]; + } else { + return null; + } + } + + /** + * Sets the defenderSecurityCenterBlockExploitProtectionOverride + * Indicates whether or not to block user from overriding Exploit Protection settings. + * + * @param bool $val The defenderSecurityCenterBlockExploitProtectionOverride + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setDefenderSecurityCenterBlockExploitProtectionOverride($val) + { + $this->_propDict["defenderSecurityCenterBlockExploitProtectionOverride"] = boolval($val); + return $this; + } + + /** + * Gets the appLockerApplicationControl + * Enables the Admin to choose what types of app to allow on devices. Possible values are: notConfigured, enforceComponentsAndStoreApps, auditComponentsAndStoreApps, enforceComponentsStoreAppsAndSmartlocker, auditComponentsStoreAppsAndSmartlocker. + * + * @return AppLockerApplicationControlType The appLockerApplicationControl + */ + public function getAppLockerApplicationControl() + { + if (array_key_exists("appLockerApplicationControl", $this->_propDict)) { + if (is_a($this->_propDict["appLockerApplicationControl"], "Microsoft\Graph\Model\AppLockerApplicationControlType")) { + return $this->_propDict["appLockerApplicationControl"]; + } else { + $this->_propDict["appLockerApplicationControl"] = new AppLockerApplicationControlType($this->_propDict["appLockerApplicationControl"]); + return $this->_propDict["appLockerApplicationControl"]; + } + } + return null; + } + + /** + * Sets the appLockerApplicationControl + * Enables the Admin to choose what types of app to allow on devices. Possible values are: notConfigured, enforceComponentsAndStoreApps, auditComponentsAndStoreApps, enforceComponentsStoreAppsAndSmartlocker, auditComponentsStoreAppsAndSmartlocker. + * + * @param AppLockerApplicationControlType $val The appLockerApplicationControl + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setAppLockerApplicationControl($val) + { + $this->_propDict["appLockerApplicationControl"] = $val; + return $this; + } + + /** + * Gets the smartScreenEnableInShell + * Allows IT Admins to configure SmartScreen for Windows. + * + * @return bool The smartScreenEnableInShell + */ + public function getSmartScreenEnableInShell() + { + if (array_key_exists("smartScreenEnableInShell", $this->_propDict)) { + return $this->_propDict["smartScreenEnableInShell"]; + } else { + return null; + } + } + + /** + * Sets the smartScreenEnableInShell + * Allows IT Admins to configure SmartScreen for Windows. + * + * @param bool $val The smartScreenEnableInShell + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setSmartScreenEnableInShell($val) + { + $this->_propDict["smartScreenEnableInShell"] = boolval($val); + return $this; + } + + /** + * Gets the smartScreenBlockOverrideForFiles + * Allows IT Admins to control whether users can ignore SmartScreen warnings and run malicious files. + * + * @return bool The smartScreenBlockOverrideForFiles + */ + public function getSmartScreenBlockOverrideForFiles() + { + if (array_key_exists("smartScreenBlockOverrideForFiles", $this->_propDict)) { + return $this->_propDict["smartScreenBlockOverrideForFiles"]; + } else { + return null; + } + } + + /** + * Sets the smartScreenBlockOverrideForFiles + * Allows IT Admins to control whether users can ignore SmartScreen warnings and run malicious files. + * + * @param bool $val The smartScreenBlockOverrideForFiles + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setSmartScreenBlockOverrideForFiles($val) + { + $this->_propDict["smartScreenBlockOverrideForFiles"] = boolval($val); + return $this; + } + + /** + * Gets the applicationGuardEnabled + * Enable Windows Defender Application Guard + * + * @return bool The applicationGuardEnabled + */ + public function getApplicationGuardEnabled() + { + if (array_key_exists("applicationGuardEnabled", $this->_propDict)) { + return $this->_propDict["applicationGuardEnabled"]; + } else { + return null; + } + } + + /** + * Sets the applicationGuardEnabled + * Enable Windows Defender Application Guard + * + * @param bool $val The applicationGuardEnabled + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardEnabled($val) + { + $this->_propDict["applicationGuardEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the applicationGuardBlockFileTransfer + * Block clipboard to transfer image file, text file or neither of them. Possible values are: notConfigured, blockImageAndTextFile, blockImageFile, blockNone, blockTextFile. + * + * @return ApplicationGuardBlockFileTransferType The applicationGuardBlockFileTransfer + */ + public function getApplicationGuardBlockFileTransfer() + { + if (array_key_exists("applicationGuardBlockFileTransfer", $this->_propDict)) { + if (is_a($this->_propDict["applicationGuardBlockFileTransfer"], "Microsoft\Graph\Model\ApplicationGuardBlockFileTransferType")) { + return $this->_propDict["applicationGuardBlockFileTransfer"]; + } else { + $this->_propDict["applicationGuardBlockFileTransfer"] = new ApplicationGuardBlockFileTransferType($this->_propDict["applicationGuardBlockFileTransfer"]); + return $this->_propDict["applicationGuardBlockFileTransfer"]; + } + } + return null; + } + + /** + * Sets the applicationGuardBlockFileTransfer + * Block clipboard to transfer image file, text file or neither of them. Possible values are: notConfigured, blockImageAndTextFile, blockImageFile, blockNone, blockTextFile. + * + * @param ApplicationGuardBlockFileTransferType $val The applicationGuardBlockFileTransfer + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardBlockFileTransfer($val) + { + $this->_propDict["applicationGuardBlockFileTransfer"] = $val; + return $this; + } + + /** + * Gets the applicationGuardBlockNonEnterpriseContent + * Block enterprise sites to load non-enterprise content, such as third party plug-ins + * + * @return bool The applicationGuardBlockNonEnterpriseContent + */ + public function getApplicationGuardBlockNonEnterpriseContent() + { + if (array_key_exists("applicationGuardBlockNonEnterpriseContent", $this->_propDict)) { + return $this->_propDict["applicationGuardBlockNonEnterpriseContent"]; + } else { + return null; + } + } + + /** + * Sets the applicationGuardBlockNonEnterpriseContent + * Block enterprise sites to load non-enterprise content, such as third party plug-ins + * + * @param bool $val The applicationGuardBlockNonEnterpriseContent + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardBlockNonEnterpriseContent($val) + { + $this->_propDict["applicationGuardBlockNonEnterpriseContent"] = boolval($val); + return $this; + } + + /** + * Gets the applicationGuardAllowPersistence + * Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.) + * + * @return bool The applicationGuardAllowPersistence + */ + public function getApplicationGuardAllowPersistence() + { + if (array_key_exists("applicationGuardAllowPersistence", $this->_propDict)) { + return $this->_propDict["applicationGuardAllowPersistence"]; + } else { + return null; + } + } + + /** + * Sets the applicationGuardAllowPersistence + * Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.) + * + * @param bool $val The applicationGuardAllowPersistence + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardAllowPersistence($val) + { + $this->_propDict["applicationGuardAllowPersistence"] = boolval($val); + return $this; + } + + /** + * Gets the applicationGuardForceAuditing + * Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.) + * + * @return bool The applicationGuardForceAuditing + */ + public function getApplicationGuardForceAuditing() + { + if (array_key_exists("applicationGuardForceAuditing", $this->_propDict)) { + return $this->_propDict["applicationGuardForceAuditing"]; + } else { + return null; + } + } + + /** + * Sets the applicationGuardForceAuditing + * Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.) + * + * @param bool $val The applicationGuardForceAuditing + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardForceAuditing($val) + { + $this->_propDict["applicationGuardForceAuditing"] = boolval($val); + return $this; + } + + /** + * Gets the applicationGuardBlockClipboardSharing + * Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways. Possible values are: notConfigured, blockBoth, blockHostToContainer, blockContainerToHost, blockNone. + * + * @return ApplicationGuardBlockClipboardSharingType The applicationGuardBlockClipboardSharing + */ + public function getApplicationGuardBlockClipboardSharing() + { + if (array_key_exists("applicationGuardBlockClipboardSharing", $this->_propDict)) { + if (is_a($this->_propDict["applicationGuardBlockClipboardSharing"], "Microsoft\Graph\Model\ApplicationGuardBlockClipboardSharingType")) { + return $this->_propDict["applicationGuardBlockClipboardSharing"]; + } else { + $this->_propDict["applicationGuardBlockClipboardSharing"] = new ApplicationGuardBlockClipboardSharingType($this->_propDict["applicationGuardBlockClipboardSharing"]); + return $this->_propDict["applicationGuardBlockClipboardSharing"]; + } + } + return null; + } + + /** + * Sets the applicationGuardBlockClipboardSharing + * Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways. Possible values are: notConfigured, blockBoth, blockHostToContainer, blockContainerToHost, blockNone. + * + * @param ApplicationGuardBlockClipboardSharingType $val The applicationGuardBlockClipboardSharing + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardBlockClipboardSharing($val) + { + $this->_propDict["applicationGuardBlockClipboardSharing"] = $val; + return $this; + } + + /** + * Gets the applicationGuardAllowPrintToPDF + * Allow printing to PDF from Container + * + * @return bool The applicationGuardAllowPrintToPDF + */ + public function getApplicationGuardAllowPrintToPDF() + { + if (array_key_exists("applicationGuardAllowPrintToPDF", $this->_propDict)) { + return $this->_propDict["applicationGuardAllowPrintToPDF"]; + } else { + return null; + } + } + + /** + * Sets the applicationGuardAllowPrintToPDF + * Allow printing to PDF from Container + * + * @param bool $val The applicationGuardAllowPrintToPDF + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardAllowPrintToPDF($val) + { + $this->_propDict["applicationGuardAllowPrintToPDF"] = boolval($val); + return $this; + } + + /** + * Gets the applicationGuardAllowPrintToXPS + * Allow printing to XPS from Container + * + * @return bool The applicationGuardAllowPrintToXPS + */ + public function getApplicationGuardAllowPrintToXPS() + { + if (array_key_exists("applicationGuardAllowPrintToXPS", $this->_propDict)) { + return $this->_propDict["applicationGuardAllowPrintToXPS"]; + } else { + return null; + } + } + + /** + * Sets the applicationGuardAllowPrintToXPS + * Allow printing to XPS from Container + * + * @param bool $val The applicationGuardAllowPrintToXPS + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardAllowPrintToXPS($val) + { + $this->_propDict["applicationGuardAllowPrintToXPS"] = boolval($val); + return $this; + } + + /** + * Gets the applicationGuardAllowPrintToLocalPrinters + * Allow printing to Local Printers from Container + * + * @return bool The applicationGuardAllowPrintToLocalPrinters + */ + public function getApplicationGuardAllowPrintToLocalPrinters() + { + if (array_key_exists("applicationGuardAllowPrintToLocalPrinters", $this->_propDict)) { + return $this->_propDict["applicationGuardAllowPrintToLocalPrinters"]; + } else { + return null; + } + } + + /** + * Sets the applicationGuardAllowPrintToLocalPrinters + * Allow printing to Local Printers from Container + * + * @param bool $val The applicationGuardAllowPrintToLocalPrinters + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardAllowPrintToLocalPrinters($val) + { + $this->_propDict["applicationGuardAllowPrintToLocalPrinters"] = boolval($val); + return $this; + } + + /** + * Gets the applicationGuardAllowPrintToNetworkPrinters + * Allow printing to Network Printers from Container + * + * @return bool The applicationGuardAllowPrintToNetworkPrinters + */ + public function getApplicationGuardAllowPrintToNetworkPrinters() + { + if (array_key_exists("applicationGuardAllowPrintToNetworkPrinters", $this->_propDict)) { + return $this->_propDict["applicationGuardAllowPrintToNetworkPrinters"]; + } else { + return null; + } + } + + /** + * Sets the applicationGuardAllowPrintToNetworkPrinters + * Allow printing to Network Printers from Container + * + * @param bool $val The applicationGuardAllowPrintToNetworkPrinters + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setApplicationGuardAllowPrintToNetworkPrinters($val) + { + $this->_propDict["applicationGuardAllowPrintToNetworkPrinters"] = boolval($val); + return $this; + } + + /** + * Gets the bitLockerDisableWarningForOtherDiskEncryption + * Allows the Admin to disable the warning prompt for other disk encryption on the user machines. + * + * @return bool The bitLockerDisableWarningForOtherDiskEncryption + */ + public function getBitLockerDisableWarningForOtherDiskEncryption() + { + if (array_key_exists("bitLockerDisableWarningForOtherDiskEncryption", $this->_propDict)) { + return $this->_propDict["bitLockerDisableWarningForOtherDiskEncryption"]; + } else { + return null; + } + } + + /** + * Sets the bitLockerDisableWarningForOtherDiskEncryption + * Allows the Admin to disable the warning prompt for other disk encryption on the user machines. + * + * @param bool $val The bitLockerDisableWarningForOtherDiskEncryption + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setBitLockerDisableWarningForOtherDiskEncryption($val) + { + $this->_propDict["bitLockerDisableWarningForOtherDiskEncryption"] = boolval($val); + return $this; + } + + /** + * Gets the bitLockerEnableStorageCardEncryptionOnMobile + * Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU. + * + * @return bool The bitLockerEnableStorageCardEncryptionOnMobile + */ + public function getBitLockerEnableStorageCardEncryptionOnMobile() + { + if (array_key_exists("bitLockerEnableStorageCardEncryptionOnMobile", $this->_propDict)) { + return $this->_propDict["bitLockerEnableStorageCardEncryptionOnMobile"]; + } else { + return null; + } + } + + /** + * Sets the bitLockerEnableStorageCardEncryptionOnMobile + * Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU. + * + * @param bool $val The bitLockerEnableStorageCardEncryptionOnMobile + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setBitLockerEnableStorageCardEncryptionOnMobile($val) + { + $this->_propDict["bitLockerEnableStorageCardEncryptionOnMobile"] = boolval($val); + return $this; + } + + /** + * Gets the bitLockerEncryptDevice + * Allows the admin to require encryption to be turned on using BitLocker. + * + * @return bool The bitLockerEncryptDevice + */ + public function getBitLockerEncryptDevice() + { + if (array_key_exists("bitLockerEncryptDevice", $this->_propDict)) { + return $this->_propDict["bitLockerEncryptDevice"]; + } else { + return null; + } + } + + /** + * Sets the bitLockerEncryptDevice + * Allows the admin to require encryption to be turned on using BitLocker. + * + * @param bool $val The bitLockerEncryptDevice + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setBitLockerEncryptDevice($val) + { + $this->_propDict["bitLockerEncryptDevice"] = boolval($val); + return $this; + } + + /** + * Gets the bitLockerRemovableDrivePolicy + * BitLocker Removable Drive Policy. + * + * @return BitLockerRemovableDrivePolicy The bitLockerRemovableDrivePolicy + */ + public function getBitLockerRemovableDrivePolicy() + { + if (array_key_exists("bitLockerRemovableDrivePolicy", $this->_propDict)) { + if (is_a($this->_propDict["bitLockerRemovableDrivePolicy"], "Microsoft\Graph\Model\BitLockerRemovableDrivePolicy")) { + return $this->_propDict["bitLockerRemovableDrivePolicy"]; + } else { + $this->_propDict["bitLockerRemovableDrivePolicy"] = new BitLockerRemovableDrivePolicy($this->_propDict["bitLockerRemovableDrivePolicy"]); + return $this->_propDict["bitLockerRemovableDrivePolicy"]; + } + } + return null; + } + + /** + * Sets the bitLockerRemovableDrivePolicy + * BitLocker Removable Drive Policy. + * + * @param BitLockerRemovableDrivePolicy $val The bitLockerRemovableDrivePolicy + * + * @return Windows10EndpointProtectionConfiguration + */ + public function setBitLockerRemovableDrivePolicy($val) + { + $this->_propDict["bitLockerRemovableDrivePolicy"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows10EnterpriseModernAppManagementConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/Windows10EnterpriseModernAppManagementConfiguration.php new file mode 100644 index 000000000..34566c415 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows10EnterpriseModernAppManagementConfiguration.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["uninstallBuiltInApps"]; + } else { + return null; + } + } + + /** + * Sets the uninstallBuiltInApps + * Indicates whether or not to uninstall a fixed list of built-in Windows apps. + * + * @param bool $val The uninstallBuiltInApps + * + * @return Windows10EnterpriseModernAppManagementConfiguration + */ + public function setUninstallBuiltInApps($val) + { + $this->_propDict["uninstallBuiltInApps"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows10GeneralConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/Windows10GeneralConfiguration.php new file mode 100644 index 000000000..f69d0cd09 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows10GeneralConfiguration.php @@ -0,0 +1,5986 @@ +_propDict)) { + return $this->_propDict["enterpriseCloudPrintDiscoveryEndPoint"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseCloudPrintDiscoveryEndPoint + * Endpoint for discovering cloud printers. + * + * @param string $val The enterpriseCloudPrintDiscoveryEndPoint + * + * @return Windows10GeneralConfiguration + */ + public function setEnterpriseCloudPrintDiscoveryEndPoint($val) + { + $this->_propDict["enterpriseCloudPrintDiscoveryEndPoint"] = $val; + return $this; + } + + /** + * Gets the enterpriseCloudPrintOAuthAuthority + * Authentication endpoint for acquiring OAuth tokens. + * + * @return string The enterpriseCloudPrintOAuthAuthority + */ + public function getEnterpriseCloudPrintOAuthAuthority() + { + if (array_key_exists("enterpriseCloudPrintOAuthAuthority", $this->_propDict)) { + return $this->_propDict["enterpriseCloudPrintOAuthAuthority"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseCloudPrintOAuthAuthority + * Authentication endpoint for acquiring OAuth tokens. + * + * @param string $val The enterpriseCloudPrintOAuthAuthority + * + * @return Windows10GeneralConfiguration + */ + public function setEnterpriseCloudPrintOAuthAuthority($val) + { + $this->_propDict["enterpriseCloudPrintOAuthAuthority"] = $val; + return $this; + } + + /** + * Gets the enterpriseCloudPrintOAuthClientIdentifier + * GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority. + * + * @return string The enterpriseCloudPrintOAuthClientIdentifier + */ + public function getEnterpriseCloudPrintOAuthClientIdentifier() + { + if (array_key_exists("enterpriseCloudPrintOAuthClientIdentifier", $this->_propDict)) { + return $this->_propDict["enterpriseCloudPrintOAuthClientIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseCloudPrintOAuthClientIdentifier + * GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority. + * + * @param string $val The enterpriseCloudPrintOAuthClientIdentifier + * + * @return Windows10GeneralConfiguration + */ + public function setEnterpriseCloudPrintOAuthClientIdentifier($val) + { + $this->_propDict["enterpriseCloudPrintOAuthClientIdentifier"] = $val; + return $this; + } + + /** + * Gets the enterpriseCloudPrintResourceIdentifier + * OAuth resource URI for print service as configured in the Azure portal. + * + * @return string The enterpriseCloudPrintResourceIdentifier + */ + public function getEnterpriseCloudPrintResourceIdentifier() + { + if (array_key_exists("enterpriseCloudPrintResourceIdentifier", $this->_propDict)) { + return $this->_propDict["enterpriseCloudPrintResourceIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseCloudPrintResourceIdentifier + * OAuth resource URI for print service as configured in the Azure portal. + * + * @param string $val The enterpriseCloudPrintResourceIdentifier + * + * @return Windows10GeneralConfiguration + */ + public function setEnterpriseCloudPrintResourceIdentifier($val) + { + $this->_propDict["enterpriseCloudPrintResourceIdentifier"] = $val; + return $this; + } + + /** + * Gets the enterpriseCloudPrintDiscoveryMaxLimit + * Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535 + * + * @return int The enterpriseCloudPrintDiscoveryMaxLimit + */ + public function getEnterpriseCloudPrintDiscoveryMaxLimit() + { + if (array_key_exists("enterpriseCloudPrintDiscoveryMaxLimit", $this->_propDict)) { + return $this->_propDict["enterpriseCloudPrintDiscoveryMaxLimit"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseCloudPrintDiscoveryMaxLimit + * Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535 + * + * @param int $val The enterpriseCloudPrintDiscoveryMaxLimit + * + * @return Windows10GeneralConfiguration + */ + public function setEnterpriseCloudPrintDiscoveryMaxLimit($val) + { + $this->_propDict["enterpriseCloudPrintDiscoveryMaxLimit"] = intval($val); + return $this; + } + + /** + * Gets the enterpriseCloudPrintMopriaDiscoveryResourceIdentifier + * OAuth resource URI for printer discovery service as configured in Azure portal. + * + * @return string The enterpriseCloudPrintMopriaDiscoveryResourceIdentifier + */ + public function getEnterpriseCloudPrintMopriaDiscoveryResourceIdentifier() + { + if (array_key_exists("enterpriseCloudPrintMopriaDiscoveryResourceIdentifier", $this->_propDict)) { + return $this->_propDict["enterpriseCloudPrintMopriaDiscoveryResourceIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseCloudPrintMopriaDiscoveryResourceIdentifier + * OAuth resource URI for printer discovery service as configured in Azure portal. + * + * @param string $val The enterpriseCloudPrintMopriaDiscoveryResourceIdentifier + * + * @return Windows10GeneralConfiguration + */ + public function setEnterpriseCloudPrintMopriaDiscoveryResourceIdentifier($val) + { + $this->_propDict["enterpriseCloudPrintMopriaDiscoveryResourceIdentifier"] = $val; + return $this; + } + + /** + * Gets the searchBlockDiacritics + * Specifies if search can use diacritics. + * + * @return bool The searchBlockDiacritics + */ + public function getSearchBlockDiacritics() + { + if (array_key_exists("searchBlockDiacritics", $this->_propDict)) { + return $this->_propDict["searchBlockDiacritics"]; + } else { + return null; + } + } + + /** + * Sets the searchBlockDiacritics + * Specifies if search can use diacritics. + * + * @param bool $val The searchBlockDiacritics + * + * @return Windows10GeneralConfiguration + */ + public function setSearchBlockDiacritics($val) + { + $this->_propDict["searchBlockDiacritics"] = boolval($val); + return $this; + } + + /** + * Gets the searchDisableAutoLanguageDetection + * Specifies whether to use automatic language detection when indexing content and properties. + * + * @return bool The searchDisableAutoLanguageDetection + */ + public function getSearchDisableAutoLanguageDetection() + { + if (array_key_exists("searchDisableAutoLanguageDetection", $this->_propDict)) { + return $this->_propDict["searchDisableAutoLanguageDetection"]; + } else { + return null; + } + } + + /** + * Sets the searchDisableAutoLanguageDetection + * Specifies whether to use automatic language detection when indexing content and properties. + * + * @param bool $val The searchDisableAutoLanguageDetection + * + * @return Windows10GeneralConfiguration + */ + public function setSearchDisableAutoLanguageDetection($val) + { + $this->_propDict["searchDisableAutoLanguageDetection"] = boolval($val); + return $this; + } + + /** + * Gets the searchDisableIndexingEncryptedItems + * Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer. + * + * @return bool The searchDisableIndexingEncryptedItems + */ + public function getSearchDisableIndexingEncryptedItems() + { + if (array_key_exists("searchDisableIndexingEncryptedItems", $this->_propDict)) { + return $this->_propDict["searchDisableIndexingEncryptedItems"]; + } else { + return null; + } + } + + /** + * Sets the searchDisableIndexingEncryptedItems + * Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer. + * + * @param bool $val The searchDisableIndexingEncryptedItems + * + * @return Windows10GeneralConfiguration + */ + public function setSearchDisableIndexingEncryptedItems($val) + { + $this->_propDict["searchDisableIndexingEncryptedItems"] = boolval($val); + return $this; + } + + /** + * Gets the searchEnableRemoteQueries + * Indicates whether or not to block remote queries of this computer’s index. + * + * @return bool The searchEnableRemoteQueries + */ + public function getSearchEnableRemoteQueries() + { + if (array_key_exists("searchEnableRemoteQueries", $this->_propDict)) { + return $this->_propDict["searchEnableRemoteQueries"]; + } else { + return null; + } + } + + /** + * Sets the searchEnableRemoteQueries + * Indicates whether or not to block remote queries of this computer’s index. + * + * @param bool $val The searchEnableRemoteQueries + * + * @return Windows10GeneralConfiguration + */ + public function setSearchEnableRemoteQueries($val) + { + $this->_propDict["searchEnableRemoteQueries"] = boolval($val); + return $this; + } + + /** + * Gets the searchDisableIndexerBackoff + * Indicates whether or not to disable the search indexer backoff feature. + * + * @return bool The searchDisableIndexerBackoff + */ + public function getSearchDisableIndexerBackoff() + { + if (array_key_exists("searchDisableIndexerBackoff", $this->_propDict)) { + return $this->_propDict["searchDisableIndexerBackoff"]; + } else { + return null; + } + } + + /** + * Sets the searchDisableIndexerBackoff + * Indicates whether or not to disable the search indexer backoff feature. + * + * @param bool $val The searchDisableIndexerBackoff + * + * @return Windows10GeneralConfiguration + */ + public function setSearchDisableIndexerBackoff($val) + { + $this->_propDict["searchDisableIndexerBackoff"] = boolval($val); + return $this; + } + + /** + * Gets the searchDisableIndexingRemovableDrive + * Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed. + * + * @return bool The searchDisableIndexingRemovableDrive + */ + public function getSearchDisableIndexingRemovableDrive() + { + if (array_key_exists("searchDisableIndexingRemovableDrive", $this->_propDict)) { + return $this->_propDict["searchDisableIndexingRemovableDrive"]; + } else { + return null; + } + } + + /** + * Sets the searchDisableIndexingRemovableDrive + * Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed. + * + * @param bool $val The searchDisableIndexingRemovableDrive + * + * @return Windows10GeneralConfiguration + */ + public function setSearchDisableIndexingRemovableDrive($val) + { + $this->_propDict["searchDisableIndexingRemovableDrive"] = boolval($val); + return $this; + } + + /** + * Gets the searchEnableAutomaticIndexSizeManangement + * Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops. + * + * @return bool The searchEnableAutomaticIndexSizeManangement + */ + public function getSearchEnableAutomaticIndexSizeManangement() + { + if (array_key_exists("searchEnableAutomaticIndexSizeManangement", $this->_propDict)) { + return $this->_propDict["searchEnableAutomaticIndexSizeManangement"]; + } else { + return null; + } + } + + /** + * Sets the searchEnableAutomaticIndexSizeManangement + * Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops. + * + * @param bool $val The searchEnableAutomaticIndexSizeManangement + * + * @return Windows10GeneralConfiguration + */ + public function setSearchEnableAutomaticIndexSizeManangement($val) + { + $this->_propDict["searchEnableAutomaticIndexSizeManangement"] = boolval($val); + return $this; + } + + /** + * Gets the diagnosticsDataSubmissionMode + * Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson. Possible values are: userDefined, none, basic, enhanced, full. + * + * @return DiagnosticDataSubmissionMode The diagnosticsDataSubmissionMode + */ + public function getDiagnosticsDataSubmissionMode() + { + if (array_key_exists("diagnosticsDataSubmissionMode", $this->_propDict)) { + if (is_a($this->_propDict["diagnosticsDataSubmissionMode"], "Microsoft\Graph\Model\DiagnosticDataSubmissionMode")) { + return $this->_propDict["diagnosticsDataSubmissionMode"]; + } else { + $this->_propDict["diagnosticsDataSubmissionMode"] = new DiagnosticDataSubmissionMode($this->_propDict["diagnosticsDataSubmissionMode"]); + return $this->_propDict["diagnosticsDataSubmissionMode"]; + } + } + return null; + } + + /** + * Sets the diagnosticsDataSubmissionMode + * Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson. Possible values are: userDefined, none, basic, enhanced, full. + * + * @param DiagnosticDataSubmissionMode $val The diagnosticsDataSubmissionMode + * + * @return Windows10GeneralConfiguration + */ + public function setDiagnosticsDataSubmissionMode($val) + { + $this->_propDict["diagnosticsDataSubmissionMode"] = $val; + return $this; + } + + /** + * Gets the oneDriveDisableFileSync + * Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive. + * + * @return bool The oneDriveDisableFileSync + */ + public function getOneDriveDisableFileSync() + { + if (array_key_exists("oneDriveDisableFileSync", $this->_propDict)) { + return $this->_propDict["oneDriveDisableFileSync"]; + } else { + return null; + } + } + + /** + * Sets the oneDriveDisableFileSync + * Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive. + * + * @param bool $val The oneDriveDisableFileSync + * + * @return Windows10GeneralConfiguration + */ + public function setOneDriveDisableFileSync($val) + { + $this->_propDict["oneDriveDisableFileSync"] = boolval($val); + return $this; + } + + /** + * Gets the smartScreenEnableAppInstallControl + * Allows IT Admins to control whether users are allowed to install apps from places other than the Store. + * + * @return bool The smartScreenEnableAppInstallControl + */ + public function getSmartScreenEnableAppInstallControl() + { + if (array_key_exists("smartScreenEnableAppInstallControl", $this->_propDict)) { + return $this->_propDict["smartScreenEnableAppInstallControl"]; + } else { + return null; + } + } + + /** + * Sets the smartScreenEnableAppInstallControl + * Allows IT Admins to control whether users are allowed to install apps from places other than the Store. + * + * @param bool $val The smartScreenEnableAppInstallControl + * + * @return Windows10GeneralConfiguration + */ + public function setSmartScreenEnableAppInstallControl($val) + { + $this->_propDict["smartScreenEnableAppInstallControl"] = boolval($val); + return $this; + } + + /** + * Gets the personalizationDesktopImageUrl + * A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image. + * + * @return string The personalizationDesktopImageUrl + */ + public function getPersonalizationDesktopImageUrl() + { + if (array_key_exists("personalizationDesktopImageUrl", $this->_propDict)) { + return $this->_propDict["personalizationDesktopImageUrl"]; + } else { + return null; + } + } + + /** + * Sets the personalizationDesktopImageUrl + * A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image. + * + * @param string $val The personalizationDesktopImageUrl + * + * @return Windows10GeneralConfiguration + */ + public function setPersonalizationDesktopImageUrl($val) + { + $this->_propDict["personalizationDesktopImageUrl"] = $val; + return $this; + } + + /** + * Gets the personalizationLockScreenImageUrl + * A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image. + * + * @return string The personalizationLockScreenImageUrl + */ + public function getPersonalizationLockScreenImageUrl() + { + if (array_key_exists("personalizationLockScreenImageUrl", $this->_propDict)) { + return $this->_propDict["personalizationLockScreenImageUrl"]; + } else { + return null; + } + } + + /** + * Sets the personalizationLockScreenImageUrl + * A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image. + * + * @param string $val The personalizationLockScreenImageUrl + * + * @return Windows10GeneralConfiguration + */ + public function setPersonalizationLockScreenImageUrl($val) + { + $this->_propDict["personalizationLockScreenImageUrl"] = $val; + return $this; + } + + /** + * Gets the bluetoothAllowedServices + * Specify a list of allowed Bluetooth services and profiles in hex formatted strings. + * + * @return string The bluetoothAllowedServices + */ + public function getBluetoothAllowedServices() + { + if (array_key_exists("bluetoothAllowedServices", $this->_propDict)) { + return $this->_propDict["bluetoothAllowedServices"]; + } else { + return null; + } + } + + /** + * Sets the bluetoothAllowedServices + * Specify a list of allowed Bluetooth services and profiles in hex formatted strings. + * + * @param string $val The bluetoothAllowedServices + * + * @return Windows10GeneralConfiguration + */ + public function setBluetoothAllowedServices($val) + { + $this->_propDict["bluetoothAllowedServices"] = $val; + return $this; + } + + /** + * Gets the bluetoothBlockAdvertising + * Whether or not to Block the user from using bluetooth advertising. + * + * @return bool The bluetoothBlockAdvertising + */ + public function getBluetoothBlockAdvertising() + { + if (array_key_exists("bluetoothBlockAdvertising", $this->_propDict)) { + return $this->_propDict["bluetoothBlockAdvertising"]; + } else { + return null; + } + } + + /** + * Sets the bluetoothBlockAdvertising + * Whether or not to Block the user from using bluetooth advertising. + * + * @param bool $val The bluetoothBlockAdvertising + * + * @return Windows10GeneralConfiguration + */ + public function setBluetoothBlockAdvertising($val) + { + $this->_propDict["bluetoothBlockAdvertising"] = boolval($val); + return $this; + } + + /** + * Gets the bluetoothBlockDiscoverableMode + * Whether or not to Block the user from using bluetooth discoverable mode. + * + * @return bool The bluetoothBlockDiscoverableMode + */ + public function getBluetoothBlockDiscoverableMode() + { + if (array_key_exists("bluetoothBlockDiscoverableMode", $this->_propDict)) { + return $this->_propDict["bluetoothBlockDiscoverableMode"]; + } else { + return null; + } + } + + /** + * Sets the bluetoothBlockDiscoverableMode + * Whether or not to Block the user from using bluetooth discoverable mode. + * + * @param bool $val The bluetoothBlockDiscoverableMode + * + * @return Windows10GeneralConfiguration + */ + public function setBluetoothBlockDiscoverableMode($val) + { + $this->_propDict["bluetoothBlockDiscoverableMode"] = boolval($val); + return $this; + } + + /** + * Gets the bluetoothBlockPrePairing + * Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device. + * + * @return bool The bluetoothBlockPrePairing + */ + public function getBluetoothBlockPrePairing() + { + if (array_key_exists("bluetoothBlockPrePairing", $this->_propDict)) { + return $this->_propDict["bluetoothBlockPrePairing"]; + } else { + return null; + } + } + + /** + * Sets the bluetoothBlockPrePairing + * Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device. + * + * @param bool $val The bluetoothBlockPrePairing + * + * @return Windows10GeneralConfiguration + */ + public function setBluetoothBlockPrePairing($val) + { + $this->_propDict["bluetoothBlockPrePairing"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockAutofill + * Indicates whether or not to block auto fill. + * + * @return bool The edgeBlockAutofill + */ + public function getEdgeBlockAutofill() + { + if (array_key_exists("edgeBlockAutofill", $this->_propDict)) { + return $this->_propDict["edgeBlockAutofill"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockAutofill + * Indicates whether or not to block auto fill. + * + * @param bool $val The edgeBlockAutofill + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockAutofill($val) + { + $this->_propDict["edgeBlockAutofill"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlocked + * Indicates whether or not to Block the user from using the Edge browser. + * + * @return bool The edgeBlocked + */ + public function getEdgeBlocked() + { + if (array_key_exists("edgeBlocked", $this->_propDict)) { + return $this->_propDict["edgeBlocked"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlocked + * Indicates whether or not to Block the user from using the Edge browser. + * + * @param bool $val The edgeBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlocked($val) + { + $this->_propDict["edgeBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the edgeCookiePolicy + * Indicates which cookies to block in the Edge browser. Possible values are: userDefined, allow, blockThirdParty, blockAll. + * + * @return EdgeCookiePolicy The edgeCookiePolicy + */ + public function getEdgeCookiePolicy() + { + if (array_key_exists("edgeCookiePolicy", $this->_propDict)) { + if (is_a($this->_propDict["edgeCookiePolicy"], "Microsoft\Graph\Model\EdgeCookiePolicy")) { + return $this->_propDict["edgeCookiePolicy"]; + } else { + $this->_propDict["edgeCookiePolicy"] = new EdgeCookiePolicy($this->_propDict["edgeCookiePolicy"]); + return $this->_propDict["edgeCookiePolicy"]; + } + } + return null; + } + + /** + * Sets the edgeCookiePolicy + * Indicates which cookies to block in the Edge browser. Possible values are: userDefined, allow, blockThirdParty, blockAll. + * + * @param EdgeCookiePolicy $val The edgeCookiePolicy + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeCookiePolicy($val) + { + $this->_propDict["edgeCookiePolicy"] = $val; + return $this; + } + + /** + * Gets the edgeBlockDeveloperTools + * Indicates whether or not to block developer tools in the Edge browser. + * + * @return bool The edgeBlockDeveloperTools + */ + public function getEdgeBlockDeveloperTools() + { + if (array_key_exists("edgeBlockDeveloperTools", $this->_propDict)) { + return $this->_propDict["edgeBlockDeveloperTools"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockDeveloperTools + * Indicates whether or not to block developer tools in the Edge browser. + * + * @param bool $val The edgeBlockDeveloperTools + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockDeveloperTools($val) + { + $this->_propDict["edgeBlockDeveloperTools"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockSendingDoNotTrackHeader + * Indicates whether or not to Block the user from sending the do not track header. + * + * @return bool The edgeBlockSendingDoNotTrackHeader + */ + public function getEdgeBlockSendingDoNotTrackHeader() + { + if (array_key_exists("edgeBlockSendingDoNotTrackHeader", $this->_propDict)) { + return $this->_propDict["edgeBlockSendingDoNotTrackHeader"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockSendingDoNotTrackHeader + * Indicates whether or not to Block the user from sending the do not track header. + * + * @param bool $val The edgeBlockSendingDoNotTrackHeader + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockSendingDoNotTrackHeader($val) + { + $this->_propDict["edgeBlockSendingDoNotTrackHeader"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockExtensions + * Indicates whether or not to block extensions in the Edge browser. + * + * @return bool The edgeBlockExtensions + */ + public function getEdgeBlockExtensions() + { + if (array_key_exists("edgeBlockExtensions", $this->_propDict)) { + return $this->_propDict["edgeBlockExtensions"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockExtensions + * Indicates whether or not to block extensions in the Edge browser. + * + * @param bool $val The edgeBlockExtensions + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockExtensions($val) + { + $this->_propDict["edgeBlockExtensions"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockInPrivateBrowsing + * Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser. + * + * @return bool The edgeBlockInPrivateBrowsing + */ + public function getEdgeBlockInPrivateBrowsing() + { + if (array_key_exists("edgeBlockInPrivateBrowsing", $this->_propDict)) { + return $this->_propDict["edgeBlockInPrivateBrowsing"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockInPrivateBrowsing + * Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser. + * + * @param bool $val The edgeBlockInPrivateBrowsing + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockInPrivateBrowsing($val) + { + $this->_propDict["edgeBlockInPrivateBrowsing"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockJavaScript + * Indicates whether or not to Block the user from using JavaScript. + * + * @return bool The edgeBlockJavaScript + */ + public function getEdgeBlockJavaScript() + { + if (array_key_exists("edgeBlockJavaScript", $this->_propDict)) { + return $this->_propDict["edgeBlockJavaScript"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockJavaScript + * Indicates whether or not to Block the user from using JavaScript. + * + * @param bool $val The edgeBlockJavaScript + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockJavaScript($val) + { + $this->_propDict["edgeBlockJavaScript"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockPasswordManager + * Indicates whether or not to Block password manager. + * + * @return bool The edgeBlockPasswordManager + */ + public function getEdgeBlockPasswordManager() + { + if (array_key_exists("edgeBlockPasswordManager", $this->_propDict)) { + return $this->_propDict["edgeBlockPasswordManager"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockPasswordManager + * Indicates whether or not to Block password manager. + * + * @param bool $val The edgeBlockPasswordManager + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockPasswordManager($val) + { + $this->_propDict["edgeBlockPasswordManager"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockAddressBarDropdown + * Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services. + * + * @return bool The edgeBlockAddressBarDropdown + */ + public function getEdgeBlockAddressBarDropdown() + { + if (array_key_exists("edgeBlockAddressBarDropdown", $this->_propDict)) { + return $this->_propDict["edgeBlockAddressBarDropdown"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockAddressBarDropdown + * Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services. + * + * @param bool $val The edgeBlockAddressBarDropdown + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockAddressBarDropdown($val) + { + $this->_propDict["edgeBlockAddressBarDropdown"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockCompatibilityList + * Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues. + * + * @return bool The edgeBlockCompatibilityList + */ + public function getEdgeBlockCompatibilityList() + { + if (array_key_exists("edgeBlockCompatibilityList", $this->_propDict)) { + return $this->_propDict["edgeBlockCompatibilityList"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockCompatibilityList + * Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues. + * + * @param bool $val The edgeBlockCompatibilityList + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockCompatibilityList($val) + { + $this->_propDict["edgeBlockCompatibilityList"] = boolval($val); + return $this; + } + + /** + * Gets the edgeClearBrowsingDataOnExit + * Clear browsing data on exiting Microsoft Edge. + * + * @return bool The edgeClearBrowsingDataOnExit + */ + public function getEdgeClearBrowsingDataOnExit() + { + if (array_key_exists("edgeClearBrowsingDataOnExit", $this->_propDict)) { + return $this->_propDict["edgeClearBrowsingDataOnExit"]; + } else { + return null; + } + } + + /** + * Sets the edgeClearBrowsingDataOnExit + * Clear browsing data on exiting Microsoft Edge. + * + * @param bool $val The edgeClearBrowsingDataOnExit + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeClearBrowsingDataOnExit($val) + { + $this->_propDict["edgeClearBrowsingDataOnExit"] = boolval($val); + return $this; + } + + /** + * Gets the edgeAllowStartPagesModification + * Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge. + * + * @return bool The edgeAllowStartPagesModification + */ + public function getEdgeAllowStartPagesModification() + { + if (array_key_exists("edgeAllowStartPagesModification", $this->_propDict)) { + return $this->_propDict["edgeAllowStartPagesModification"]; + } else { + return null; + } + } + + /** + * Sets the edgeAllowStartPagesModification + * Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge. + * + * @param bool $val The edgeAllowStartPagesModification + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeAllowStartPagesModification($val) + { + $this->_propDict["edgeAllowStartPagesModification"] = boolval($val); + return $this; + } + + /** + * Gets the edgeDisableFirstRunPage + * Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page. + * + * @return bool The edgeDisableFirstRunPage + */ + public function getEdgeDisableFirstRunPage() + { + if (array_key_exists("edgeDisableFirstRunPage", $this->_propDict)) { + return $this->_propDict["edgeDisableFirstRunPage"]; + } else { + return null; + } + } + + /** + * Sets the edgeDisableFirstRunPage + * Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page. + * + * @param bool $val The edgeDisableFirstRunPage + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeDisableFirstRunPage($val) + { + $this->_propDict["edgeDisableFirstRunPage"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockLiveTileDataCollection + * Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge. + * + * @return bool The edgeBlockLiveTileDataCollection + */ + public function getEdgeBlockLiveTileDataCollection() + { + if (array_key_exists("edgeBlockLiveTileDataCollection", $this->_propDict)) { + return $this->_propDict["edgeBlockLiveTileDataCollection"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockLiveTileDataCollection + * Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge. + * + * @param bool $val The edgeBlockLiveTileDataCollection + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockLiveTileDataCollection($val) + { + $this->_propDict["edgeBlockLiveTileDataCollection"] = boolval($val); + return $this; + } + + /** + * Gets the edgeSyncFavoritesWithInternetExplorer + * Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers. + * + * @return bool The edgeSyncFavoritesWithInternetExplorer + */ + public function getEdgeSyncFavoritesWithInternetExplorer() + { + if (array_key_exists("edgeSyncFavoritesWithInternetExplorer", $this->_propDict)) { + return $this->_propDict["edgeSyncFavoritesWithInternetExplorer"]; + } else { + return null; + } + } + + /** + * Sets the edgeSyncFavoritesWithInternetExplorer + * Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers. + * + * @param bool $val The edgeSyncFavoritesWithInternetExplorer + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeSyncFavoritesWithInternetExplorer($val) + { + $this->_propDict["edgeSyncFavoritesWithInternetExplorer"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockDataWhenRoaming + * Whether or not to Block the user from using data over cellular while roaming. + * + * @return bool The cellularBlockDataWhenRoaming + */ + public function getCellularBlockDataWhenRoaming() + { + if (array_key_exists("cellularBlockDataWhenRoaming", $this->_propDict)) { + return $this->_propDict["cellularBlockDataWhenRoaming"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockDataWhenRoaming + * Whether or not to Block the user from using data over cellular while roaming. + * + * @param bool $val The cellularBlockDataWhenRoaming + * + * @return Windows10GeneralConfiguration + */ + public function setCellularBlockDataWhenRoaming($val) + { + $this->_propDict["cellularBlockDataWhenRoaming"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockVpn + * Whether or not to Block the user from using VPN over cellular. + * + * @return bool The cellularBlockVpn + */ + public function getCellularBlockVpn() + { + if (array_key_exists("cellularBlockVpn", $this->_propDict)) { + return $this->_propDict["cellularBlockVpn"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockVpn + * Whether or not to Block the user from using VPN over cellular. + * + * @param bool $val The cellularBlockVpn + * + * @return Windows10GeneralConfiguration + */ + public function setCellularBlockVpn($val) + { + $this->_propDict["cellularBlockVpn"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockVpnWhenRoaming + * Whether or not to Block the user from using VPN when roaming over cellular. + * + * @return bool The cellularBlockVpnWhenRoaming + */ + public function getCellularBlockVpnWhenRoaming() + { + if (array_key_exists("cellularBlockVpnWhenRoaming", $this->_propDict)) { + return $this->_propDict["cellularBlockVpnWhenRoaming"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockVpnWhenRoaming + * Whether or not to Block the user from using VPN when roaming over cellular. + * + * @param bool $val The cellularBlockVpnWhenRoaming + * + * @return Windows10GeneralConfiguration + */ + public function setCellularBlockVpnWhenRoaming($val) + { + $this->_propDict["cellularBlockVpnWhenRoaming"] = boolval($val); + return $this; + } + + /** + * Gets the defenderBlockEndUserAccess + * Whether or not to block end user access to Defender. + * + * @return bool The defenderBlockEndUserAccess + */ + public function getDefenderBlockEndUserAccess() + { + if (array_key_exists("defenderBlockEndUserAccess", $this->_propDict)) { + return $this->_propDict["defenderBlockEndUserAccess"]; + } else { + return null; + } + } + + /** + * Sets the defenderBlockEndUserAccess + * Whether or not to block end user access to Defender. + * + * @param bool $val The defenderBlockEndUserAccess + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderBlockEndUserAccess($val) + { + $this->_propDict["defenderBlockEndUserAccess"] = boolval($val); + return $this; + } + + /** + * Gets the defenderDaysBeforeDeletingQuarantinedMalware + * Number of days before deleting quarantined malware. Valid values 0 to 90 + * + * @return int The defenderDaysBeforeDeletingQuarantinedMalware + */ + public function getDefenderDaysBeforeDeletingQuarantinedMalware() + { + if (array_key_exists("defenderDaysBeforeDeletingQuarantinedMalware", $this->_propDict)) { + return $this->_propDict["defenderDaysBeforeDeletingQuarantinedMalware"]; + } else { + return null; + } + } + + /** + * Sets the defenderDaysBeforeDeletingQuarantinedMalware + * Number of days before deleting quarantined malware. Valid values 0 to 90 + * + * @param int $val The defenderDaysBeforeDeletingQuarantinedMalware + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderDaysBeforeDeletingQuarantinedMalware($val) + { + $this->_propDict["defenderDaysBeforeDeletingQuarantinedMalware"] = intval($val); + return $this; + } + + /** + * Gets the defenderDetectedMalwareActions + * Gets or sets Defender’s actions to take on detected Malware per threat level. + * + * @return DefenderDetectedMalwareActions The defenderDetectedMalwareActions + */ + public function getDefenderDetectedMalwareActions() + { + if (array_key_exists("defenderDetectedMalwareActions", $this->_propDict)) { + if (is_a($this->_propDict["defenderDetectedMalwareActions"], "Microsoft\Graph\Model\DefenderDetectedMalwareActions")) { + return $this->_propDict["defenderDetectedMalwareActions"]; + } else { + $this->_propDict["defenderDetectedMalwareActions"] = new DefenderDetectedMalwareActions($this->_propDict["defenderDetectedMalwareActions"]); + return $this->_propDict["defenderDetectedMalwareActions"]; + } + } + return null; + } + + /** + * Sets the defenderDetectedMalwareActions + * Gets or sets Defender’s actions to take on detected Malware per threat level. + * + * @param DefenderDetectedMalwareActions $val The defenderDetectedMalwareActions + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderDetectedMalwareActions($val) + { + $this->_propDict["defenderDetectedMalwareActions"] = $val; + return $this; + } + + /** + * Gets the defenderSystemScanSchedule + * Defender day of the week for the system scan. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday. + * + * @return WeeklySchedule The defenderSystemScanSchedule + */ + public function getDefenderSystemScanSchedule() + { + if (array_key_exists("defenderSystemScanSchedule", $this->_propDict)) { + if (is_a($this->_propDict["defenderSystemScanSchedule"], "Microsoft\Graph\Model\WeeklySchedule")) { + return $this->_propDict["defenderSystemScanSchedule"]; + } else { + $this->_propDict["defenderSystemScanSchedule"] = new WeeklySchedule($this->_propDict["defenderSystemScanSchedule"]); + return $this->_propDict["defenderSystemScanSchedule"]; + } + } + return null; + } + + /** + * Sets the defenderSystemScanSchedule + * Defender day of the week for the system scan. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday. + * + * @param WeeklySchedule $val The defenderSystemScanSchedule + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderSystemScanSchedule($val) + { + $this->_propDict["defenderSystemScanSchedule"] = $val; + return $this; + } + + /** + * Gets the defenderFilesAndFoldersToExclude + * Files and folder to exclude from scans and real time protection. + * + * @return string The defenderFilesAndFoldersToExclude + */ + public function getDefenderFilesAndFoldersToExclude() + { + if (array_key_exists("defenderFilesAndFoldersToExclude", $this->_propDict)) { + return $this->_propDict["defenderFilesAndFoldersToExclude"]; + } else { + return null; + } + } + + /** + * Sets the defenderFilesAndFoldersToExclude + * Files and folder to exclude from scans and real time protection. + * + * @param string $val The defenderFilesAndFoldersToExclude + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderFilesAndFoldersToExclude($val) + { + $this->_propDict["defenderFilesAndFoldersToExclude"] = $val; + return $this; + } + + /** + * Gets the defenderFileExtensionsToExclude + * File extensions to exclude from scans and real time protection. + * + * @return string The defenderFileExtensionsToExclude + */ + public function getDefenderFileExtensionsToExclude() + { + if (array_key_exists("defenderFileExtensionsToExclude", $this->_propDict)) { + return $this->_propDict["defenderFileExtensionsToExclude"]; + } else { + return null; + } + } + + /** + * Sets the defenderFileExtensionsToExclude + * File extensions to exclude from scans and real time protection. + * + * @param string $val The defenderFileExtensionsToExclude + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderFileExtensionsToExclude($val) + { + $this->_propDict["defenderFileExtensionsToExclude"] = $val; + return $this; + } + + /** + * Gets the defenderScanMaxCpu + * Max CPU usage percentage during scan. Valid values 0 to 100 + * + * @return int The defenderScanMaxCpu + */ + public function getDefenderScanMaxCpu() + { + if (array_key_exists("defenderScanMaxCpu", $this->_propDict)) { + return $this->_propDict["defenderScanMaxCpu"]; + } else { + return null; + } + } + + /** + * Sets the defenderScanMaxCpu + * Max CPU usage percentage during scan. Valid values 0 to 100 + * + * @param int $val The defenderScanMaxCpu + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScanMaxCpu($val) + { + $this->_propDict["defenderScanMaxCpu"] = intval($val); + return $this; + } + + /** + * Gets the defenderMonitorFileActivity + * Value for monitoring file activity. Possible values are: userDefined, disable, monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. + * + * @return DefenderMonitorFileActivity The defenderMonitorFileActivity + */ + public function getDefenderMonitorFileActivity() + { + if (array_key_exists("defenderMonitorFileActivity", $this->_propDict)) { + if (is_a($this->_propDict["defenderMonitorFileActivity"], "Microsoft\Graph\Model\DefenderMonitorFileActivity")) { + return $this->_propDict["defenderMonitorFileActivity"]; + } else { + $this->_propDict["defenderMonitorFileActivity"] = new DefenderMonitorFileActivity($this->_propDict["defenderMonitorFileActivity"]); + return $this->_propDict["defenderMonitorFileActivity"]; + } + } + return null; + } + + /** + * Sets the defenderMonitorFileActivity + * Value for monitoring file activity. Possible values are: userDefined, disable, monitorAllFiles, monitorIncomingFilesOnly, monitorOutgoingFilesOnly. + * + * @param DefenderMonitorFileActivity $val The defenderMonitorFileActivity + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderMonitorFileActivity($val) + { + $this->_propDict["defenderMonitorFileActivity"] = $val; + return $this; + } + + /** + * Gets the defenderProcessesToExclude + * Processes to exclude from scans and real time protection. + * + * @return string The defenderProcessesToExclude + */ + public function getDefenderProcessesToExclude() + { + if (array_key_exists("defenderProcessesToExclude", $this->_propDict)) { + return $this->_propDict["defenderProcessesToExclude"]; + } else { + return null; + } + } + + /** + * Sets the defenderProcessesToExclude + * Processes to exclude from scans and real time protection. + * + * @param string $val The defenderProcessesToExclude + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderProcessesToExclude($val) + { + $this->_propDict["defenderProcessesToExclude"] = $val; + return $this; + } + + /** + * Gets the defenderPromptForSampleSubmission + * The configuration for how to prompt user for sample submission. Possible values are: userDefined, alwaysPrompt, promptBeforeSendingPersonalData, neverSendData, sendAllDataWithoutPrompting. + * + * @return DefenderPromptForSampleSubmission The defenderPromptForSampleSubmission + */ + public function getDefenderPromptForSampleSubmission() + { + if (array_key_exists("defenderPromptForSampleSubmission", $this->_propDict)) { + if (is_a($this->_propDict["defenderPromptForSampleSubmission"], "Microsoft\Graph\Model\DefenderPromptForSampleSubmission")) { + return $this->_propDict["defenderPromptForSampleSubmission"]; + } else { + $this->_propDict["defenderPromptForSampleSubmission"] = new DefenderPromptForSampleSubmission($this->_propDict["defenderPromptForSampleSubmission"]); + return $this->_propDict["defenderPromptForSampleSubmission"]; + } + } + return null; + } + + /** + * Sets the defenderPromptForSampleSubmission + * The configuration for how to prompt user for sample submission. Possible values are: userDefined, alwaysPrompt, promptBeforeSendingPersonalData, neverSendData, sendAllDataWithoutPrompting. + * + * @param DefenderPromptForSampleSubmission $val The defenderPromptForSampleSubmission + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderPromptForSampleSubmission($val) + { + $this->_propDict["defenderPromptForSampleSubmission"] = $val; + return $this; + } + + /** + * Gets the defenderRequireBehaviorMonitoring + * Indicates whether or not to require behavior monitoring. + * + * @return bool The defenderRequireBehaviorMonitoring + */ + public function getDefenderRequireBehaviorMonitoring() + { + if (array_key_exists("defenderRequireBehaviorMonitoring", $this->_propDict)) { + return $this->_propDict["defenderRequireBehaviorMonitoring"]; + } else { + return null; + } + } + + /** + * Sets the defenderRequireBehaviorMonitoring + * Indicates whether or not to require behavior monitoring. + * + * @param bool $val The defenderRequireBehaviorMonitoring + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderRequireBehaviorMonitoring($val) + { + $this->_propDict["defenderRequireBehaviorMonitoring"] = boolval($val); + return $this; + } + + /** + * Gets the defenderRequireCloudProtection + * Indicates whether or not to require cloud protection. + * + * @return bool The defenderRequireCloudProtection + */ + public function getDefenderRequireCloudProtection() + { + if (array_key_exists("defenderRequireCloudProtection", $this->_propDict)) { + return $this->_propDict["defenderRequireCloudProtection"]; + } else { + return null; + } + } + + /** + * Sets the defenderRequireCloudProtection + * Indicates whether or not to require cloud protection. + * + * @param bool $val The defenderRequireCloudProtection + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderRequireCloudProtection($val) + { + $this->_propDict["defenderRequireCloudProtection"] = boolval($val); + return $this; + } + + /** + * Gets the defenderRequireNetworkInspectionSystem + * Indicates whether or not to require network inspection system. + * + * @return bool The defenderRequireNetworkInspectionSystem + */ + public function getDefenderRequireNetworkInspectionSystem() + { + if (array_key_exists("defenderRequireNetworkInspectionSystem", $this->_propDict)) { + return $this->_propDict["defenderRequireNetworkInspectionSystem"]; + } else { + return null; + } + } + + /** + * Sets the defenderRequireNetworkInspectionSystem + * Indicates whether or not to require network inspection system. + * + * @param bool $val The defenderRequireNetworkInspectionSystem + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderRequireNetworkInspectionSystem($val) + { + $this->_propDict["defenderRequireNetworkInspectionSystem"] = boolval($val); + return $this; + } + + /** + * Gets the defenderRequireRealTimeMonitoring + * Indicates whether or not to require real time monitoring. + * + * @return bool The defenderRequireRealTimeMonitoring + */ + public function getDefenderRequireRealTimeMonitoring() + { + if (array_key_exists("defenderRequireRealTimeMonitoring", $this->_propDict)) { + return $this->_propDict["defenderRequireRealTimeMonitoring"]; + } else { + return null; + } + } + + /** + * Sets the defenderRequireRealTimeMonitoring + * Indicates whether or not to require real time monitoring. + * + * @param bool $val The defenderRequireRealTimeMonitoring + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderRequireRealTimeMonitoring($val) + { + $this->_propDict["defenderRequireRealTimeMonitoring"] = boolval($val); + return $this; + } + + /** + * Gets the defenderScanArchiveFiles + * Indicates whether or not to scan archive files. + * + * @return bool The defenderScanArchiveFiles + */ + public function getDefenderScanArchiveFiles() + { + if (array_key_exists("defenderScanArchiveFiles", $this->_propDict)) { + return $this->_propDict["defenderScanArchiveFiles"]; + } else { + return null; + } + } + + /** + * Sets the defenderScanArchiveFiles + * Indicates whether or not to scan archive files. + * + * @param bool $val The defenderScanArchiveFiles + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScanArchiveFiles($val) + { + $this->_propDict["defenderScanArchiveFiles"] = boolval($val); + return $this; + } + + /** + * Gets the defenderScanDownloads + * Indicates whether or not to scan downloads. + * + * @return bool The defenderScanDownloads + */ + public function getDefenderScanDownloads() + { + if (array_key_exists("defenderScanDownloads", $this->_propDict)) { + return $this->_propDict["defenderScanDownloads"]; + } else { + return null; + } + } + + /** + * Sets the defenderScanDownloads + * Indicates whether or not to scan downloads. + * + * @param bool $val The defenderScanDownloads + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScanDownloads($val) + { + $this->_propDict["defenderScanDownloads"] = boolval($val); + return $this; + } + + /** + * Gets the defenderScanNetworkFiles + * Indicates whether or not to scan files opened from a network folder. + * + * @return bool The defenderScanNetworkFiles + */ + public function getDefenderScanNetworkFiles() + { + if (array_key_exists("defenderScanNetworkFiles", $this->_propDict)) { + return $this->_propDict["defenderScanNetworkFiles"]; + } else { + return null; + } + } + + /** + * Sets the defenderScanNetworkFiles + * Indicates whether or not to scan files opened from a network folder. + * + * @param bool $val The defenderScanNetworkFiles + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScanNetworkFiles($val) + { + $this->_propDict["defenderScanNetworkFiles"] = boolval($val); + return $this; + } + + /** + * Gets the defenderScanIncomingMail + * Indicates whether or not to scan incoming mail messages. + * + * @return bool The defenderScanIncomingMail + */ + public function getDefenderScanIncomingMail() + { + if (array_key_exists("defenderScanIncomingMail", $this->_propDict)) { + return $this->_propDict["defenderScanIncomingMail"]; + } else { + return null; + } + } + + /** + * Sets the defenderScanIncomingMail + * Indicates whether or not to scan incoming mail messages. + * + * @param bool $val The defenderScanIncomingMail + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScanIncomingMail($val) + { + $this->_propDict["defenderScanIncomingMail"] = boolval($val); + return $this; + } + + /** + * Gets the defenderScanMappedNetworkDrivesDuringFullScan + * Indicates whether or not to scan mapped network drives during full scan. + * + * @return bool The defenderScanMappedNetworkDrivesDuringFullScan + */ + public function getDefenderScanMappedNetworkDrivesDuringFullScan() + { + if (array_key_exists("defenderScanMappedNetworkDrivesDuringFullScan", $this->_propDict)) { + return $this->_propDict["defenderScanMappedNetworkDrivesDuringFullScan"]; + } else { + return null; + } + } + + /** + * Sets the defenderScanMappedNetworkDrivesDuringFullScan + * Indicates whether or not to scan mapped network drives during full scan. + * + * @param bool $val The defenderScanMappedNetworkDrivesDuringFullScan + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScanMappedNetworkDrivesDuringFullScan($val) + { + $this->_propDict["defenderScanMappedNetworkDrivesDuringFullScan"] = boolval($val); + return $this; + } + + /** + * Gets the defenderScanRemovableDrivesDuringFullScan + * Indicates whether or not to scan removable drives during full scan. + * + * @return bool The defenderScanRemovableDrivesDuringFullScan + */ + public function getDefenderScanRemovableDrivesDuringFullScan() + { + if (array_key_exists("defenderScanRemovableDrivesDuringFullScan", $this->_propDict)) { + return $this->_propDict["defenderScanRemovableDrivesDuringFullScan"]; + } else { + return null; + } + } + + /** + * Sets the defenderScanRemovableDrivesDuringFullScan + * Indicates whether or not to scan removable drives during full scan. + * + * @param bool $val The defenderScanRemovableDrivesDuringFullScan + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScanRemovableDrivesDuringFullScan($val) + { + $this->_propDict["defenderScanRemovableDrivesDuringFullScan"] = boolval($val); + return $this; + } + + /** + * Gets the defenderScanScriptsLoadedInInternetExplorer + * Indicates whether or not to scan scripts loaded in Internet Explorer browser. + * + * @return bool The defenderScanScriptsLoadedInInternetExplorer + */ + public function getDefenderScanScriptsLoadedInInternetExplorer() + { + if (array_key_exists("defenderScanScriptsLoadedInInternetExplorer", $this->_propDict)) { + return $this->_propDict["defenderScanScriptsLoadedInInternetExplorer"]; + } else { + return null; + } + } + + /** + * Sets the defenderScanScriptsLoadedInInternetExplorer + * Indicates whether or not to scan scripts loaded in Internet Explorer browser. + * + * @param bool $val The defenderScanScriptsLoadedInInternetExplorer + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScanScriptsLoadedInInternetExplorer($val) + { + $this->_propDict["defenderScanScriptsLoadedInInternetExplorer"] = boolval($val); + return $this; + } + + /** + * Gets the defenderSignatureUpdateIntervalInHours + * The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24 + * + * @return int The defenderSignatureUpdateIntervalInHours + */ + public function getDefenderSignatureUpdateIntervalInHours() + { + if (array_key_exists("defenderSignatureUpdateIntervalInHours", $this->_propDict)) { + return $this->_propDict["defenderSignatureUpdateIntervalInHours"]; + } else { + return null; + } + } + + /** + * Sets the defenderSignatureUpdateIntervalInHours + * The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24 + * + * @param int $val The defenderSignatureUpdateIntervalInHours + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderSignatureUpdateIntervalInHours($val) + { + $this->_propDict["defenderSignatureUpdateIntervalInHours"] = intval($val); + return $this; + } + + /** + * Gets the defenderScanType + * The defender system scan type. Possible values are: userDefined, disabled, quick, full. + * + * @return DefenderScanType The defenderScanType + */ + public function getDefenderScanType() + { + if (array_key_exists("defenderScanType", $this->_propDict)) { + if (is_a($this->_propDict["defenderScanType"], "Microsoft\Graph\Model\DefenderScanType")) { + return $this->_propDict["defenderScanType"]; + } else { + $this->_propDict["defenderScanType"] = new DefenderScanType($this->_propDict["defenderScanType"]); + return $this->_propDict["defenderScanType"]; + } + } + return null; + } + + /** + * Sets the defenderScanType + * The defender system scan type. Possible values are: userDefined, disabled, quick, full. + * + * @param DefenderScanType $val The defenderScanType + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScanType($val) + { + $this->_propDict["defenderScanType"] = $val; + return $this; + } + + /** + * Gets the defenderScheduledScanTime + * The defender time for the system scan. + * + * @return TimeOfDay The defenderScheduledScanTime + */ + public function getDefenderScheduledScanTime() + { + if (array_key_exists("defenderScheduledScanTime", $this->_propDict)) { + if (is_a($this->_propDict["defenderScheduledScanTime"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["defenderScheduledScanTime"]; + } else { + $this->_propDict["defenderScheduledScanTime"] = new TimeOfDay($this->_propDict["defenderScheduledScanTime"]); + return $this->_propDict["defenderScheduledScanTime"]; + } + } + return null; + } + + /** + * Sets the defenderScheduledScanTime + * The defender time for the system scan. + * + * @param TimeOfDay $val The defenderScheduledScanTime + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScheduledScanTime($val) + { + $this->_propDict["defenderScheduledScanTime"] = $val; + return $this; + } + + /** + * Gets the defenderScheduledQuickScanTime + * The time to perform a daily quick scan. + * + * @return TimeOfDay The defenderScheduledQuickScanTime + */ + public function getDefenderScheduledQuickScanTime() + { + if (array_key_exists("defenderScheduledQuickScanTime", $this->_propDict)) { + if (is_a($this->_propDict["defenderScheduledQuickScanTime"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["defenderScheduledQuickScanTime"]; + } else { + $this->_propDict["defenderScheduledQuickScanTime"] = new TimeOfDay($this->_propDict["defenderScheduledQuickScanTime"]); + return $this->_propDict["defenderScheduledQuickScanTime"]; + } + } + return null; + } + + /** + * Sets the defenderScheduledQuickScanTime + * The time to perform a daily quick scan. + * + * @param TimeOfDay $val The defenderScheduledQuickScanTime + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderScheduledQuickScanTime($val) + { + $this->_propDict["defenderScheduledQuickScanTime"] = $val; + return $this; + } + + /** + * Gets the defenderCloudBlockLevel + * Specifies the level of cloud-delivered protection. Possible values are: notConfigured, high, highPlus, zeroTolerance. + * + * @return DefenderCloudBlockLevelType The defenderCloudBlockLevel + */ + public function getDefenderCloudBlockLevel() + { + if (array_key_exists("defenderCloudBlockLevel", $this->_propDict)) { + if (is_a($this->_propDict["defenderCloudBlockLevel"], "Microsoft\Graph\Model\DefenderCloudBlockLevelType")) { + return $this->_propDict["defenderCloudBlockLevel"]; + } else { + $this->_propDict["defenderCloudBlockLevel"] = new DefenderCloudBlockLevelType($this->_propDict["defenderCloudBlockLevel"]); + return $this->_propDict["defenderCloudBlockLevel"]; + } + } + return null; + } + + /** + * Sets the defenderCloudBlockLevel + * Specifies the level of cloud-delivered protection. Possible values are: notConfigured, high, highPlus, zeroTolerance. + * + * @param DefenderCloudBlockLevelType $val The defenderCloudBlockLevel + * + * @return Windows10GeneralConfiguration + */ + public function setDefenderCloudBlockLevel($val) + { + $this->_propDict["defenderCloudBlockLevel"] = $val; + return $this; + } + + /** + * Gets the lockScreenAllowTimeoutConfiguration + * Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored. + * + * @return bool The lockScreenAllowTimeoutConfiguration + */ + public function getLockScreenAllowTimeoutConfiguration() + { + if (array_key_exists("lockScreenAllowTimeoutConfiguration", $this->_propDict)) { + return $this->_propDict["lockScreenAllowTimeoutConfiguration"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenAllowTimeoutConfiguration + * Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored. + * + * @param bool $val The lockScreenAllowTimeoutConfiguration + * + * @return Windows10GeneralConfiguration + */ + public function setLockScreenAllowTimeoutConfiguration($val) + { + $this->_propDict["lockScreenAllowTimeoutConfiguration"] = boolval($val); + return $this; + } + + /** + * Gets the lockScreenBlockActionCenterNotifications + * Indicates whether or not to block action center notifications over lock screen. + * + * @return bool The lockScreenBlockActionCenterNotifications + */ + public function getLockScreenBlockActionCenterNotifications() + { + if (array_key_exists("lockScreenBlockActionCenterNotifications", $this->_propDict)) { + return $this->_propDict["lockScreenBlockActionCenterNotifications"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenBlockActionCenterNotifications + * Indicates whether or not to block action center notifications over lock screen. + * + * @param bool $val The lockScreenBlockActionCenterNotifications + * + * @return Windows10GeneralConfiguration + */ + public function setLockScreenBlockActionCenterNotifications($val) + { + $this->_propDict["lockScreenBlockActionCenterNotifications"] = boolval($val); + return $this; + } + + /** + * Gets the lockScreenBlockCortana + * Indicates whether or not the user can interact with Cortana using speech while the system is locked. + * + * @return bool The lockScreenBlockCortana + */ + public function getLockScreenBlockCortana() + { + if (array_key_exists("lockScreenBlockCortana", $this->_propDict)) { + return $this->_propDict["lockScreenBlockCortana"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenBlockCortana + * Indicates whether or not the user can interact with Cortana using speech while the system is locked. + * + * @param bool $val The lockScreenBlockCortana + * + * @return Windows10GeneralConfiguration + */ + public function setLockScreenBlockCortana($val) + { + $this->_propDict["lockScreenBlockCortana"] = boolval($val); + return $this; + } + + /** + * Gets the lockScreenBlockToastNotifications + * Indicates whether to allow toast notifications above the device lock screen. + * + * @return bool The lockScreenBlockToastNotifications + */ + public function getLockScreenBlockToastNotifications() + { + if (array_key_exists("lockScreenBlockToastNotifications", $this->_propDict)) { + return $this->_propDict["lockScreenBlockToastNotifications"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenBlockToastNotifications + * Indicates whether to allow toast notifications above the device lock screen. + * + * @param bool $val The lockScreenBlockToastNotifications + * + * @return Windows10GeneralConfiguration + */ + public function setLockScreenBlockToastNotifications($val) + { + $this->_propDict["lockScreenBlockToastNotifications"] = boolval($val); + return $this; + } + + /** + * Gets the lockScreenTimeoutInSeconds + * Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800 + * + * @return int The lockScreenTimeoutInSeconds + */ + public function getLockScreenTimeoutInSeconds() + { + if (array_key_exists("lockScreenTimeoutInSeconds", $this->_propDict)) { + return $this->_propDict["lockScreenTimeoutInSeconds"]; + } else { + return null; + } + } + + /** + * Sets the lockScreenTimeoutInSeconds + * Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800 + * + * @param int $val The lockScreenTimeoutInSeconds + * + * @return Windows10GeneralConfiguration + */ + public function setLockScreenTimeoutInSeconds($val) + { + $this->_propDict["lockScreenTimeoutInSeconds"] = intval($val); + return $this; + } + + /** + * Gets the passwordBlockSimple + * Specify whether PINs or passwords such as '1111' or '1234' are allowed. For Windows 10 desktops, it also controls the use of picture passwords. + * + * @return bool The passwordBlockSimple + */ + public function getPasswordBlockSimple() + { + if (array_key_exists("passwordBlockSimple", $this->_propDict)) { + return $this->_propDict["passwordBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockSimple + * Specify whether PINs or passwords such as '1111' or '1234' are allowed. For Windows 10 desktops, it also controls the use of picture passwords. + * + * @param bool $val The passwordBlockSimple + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordBlockSimple($val) + { + $this->_propDict["passwordBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * The password expiration in days. Valid values 0 to 730 + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * The password expiration in days. Valid values 0 to 730 + * + * @param int $val The passwordExpirationDays + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * The minimum password length. Valid values 4 to 16 + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * The minimum password length. Valid values 4 to 16 + * + * @param int $val The passwordMinimumLength + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeScreenTimeout + * The minutes of inactivity before the screen times out. + * + * @return int The passwordMinutesOfInactivityBeforeScreenTimeout + */ + public function getPasswordMinutesOfInactivityBeforeScreenTimeout() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeScreenTimeout + * The minutes of inactivity before the screen times out. + * + * @param int $val The passwordMinutesOfInactivityBeforeScreenTimeout + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordMinutesOfInactivityBeforeScreenTimeout($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @return int The passwordMinimumCharacterSetCount + */ + public function getPasswordMinimumCharacterSetCount() + { + if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passwordMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @param int $val The passwordMinimumCharacterSetCount + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordMinimumCharacterSetCount($val) + { + $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent reuse of. Valid values 0 to 50 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent reuse of. Valid values 0 to 50 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequired + * Indicates whether or not to require the user to have a password. + * + * @return bool The passwordRequired + */ + public function getPasswordRequired() + { + if (array_key_exists("passwordRequired", $this->_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Indicates whether or not to require the user to have a password. + * + * @param bool $val The passwordRequired + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the passwordRequireWhenResumeFromIdleState + * Indicates whether or not to require a password upon resuming from an idle state. + * + * @return bool The passwordRequireWhenResumeFromIdleState + */ + public function getPasswordRequireWhenResumeFromIdleState() + { + if (array_key_exists("passwordRequireWhenResumeFromIdleState", $this->_propDict)) { + return $this->_propDict["passwordRequireWhenResumeFromIdleState"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequireWhenResumeFromIdleState + * Indicates whether or not to require a password upon resuming from an idle state. + * + * @param bool $val The passwordRequireWhenResumeFromIdleState + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordRequireWhenResumeFromIdleState($val) + { + $this->_propDict["passwordRequireWhenResumeFromIdleState"] = boolval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passwordRequiredType + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordSignInFailureCountBeforeFactoryReset + * The number of sign in failures before factory reset. Valid values 0 to 999 + * + * @return int The passwordSignInFailureCountBeforeFactoryReset + */ + public function getPasswordSignInFailureCountBeforeFactoryReset() + { + if (array_key_exists("passwordSignInFailureCountBeforeFactoryReset", $this->_propDict)) { + return $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"]; + } else { + return null; + } + } + + /** + * Sets the passwordSignInFailureCountBeforeFactoryReset + * The number of sign in failures before factory reset. Valid values 0 to 999 + * + * @param int $val The passwordSignInFailureCountBeforeFactoryReset + * + * @return Windows10GeneralConfiguration + */ + public function setPasswordSignInFailureCountBeforeFactoryReset($val) + { + $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"] = intval($val); + return $this; + } + + /** + * Gets the privacyAdvertisingId + * Enables or disables the use of advertising ID. Added in Windows 10, version 1607. Possible values are: notConfigured, blocked, allowed. + * + * @return StateManagementSetting The privacyAdvertisingId + */ + public function getPrivacyAdvertisingId() + { + if (array_key_exists("privacyAdvertisingId", $this->_propDict)) { + if (is_a($this->_propDict["privacyAdvertisingId"], "Microsoft\Graph\Model\StateManagementSetting")) { + return $this->_propDict["privacyAdvertisingId"]; + } else { + $this->_propDict["privacyAdvertisingId"] = new StateManagementSetting($this->_propDict["privacyAdvertisingId"]); + return $this->_propDict["privacyAdvertisingId"]; + } + } + return null; + } + + /** + * Sets the privacyAdvertisingId + * Enables or disables the use of advertising ID. Added in Windows 10, version 1607. Possible values are: notConfigured, blocked, allowed. + * + * @param StateManagementSetting $val The privacyAdvertisingId + * + * @return Windows10GeneralConfiguration + */ + public function setPrivacyAdvertisingId($val) + { + $this->_propDict["privacyAdvertisingId"] = $val; + return $this; + } + + /** + * Gets the privacyAutoAcceptPairingAndConsentPrompts + * Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps. + * + * @return bool The privacyAutoAcceptPairingAndConsentPrompts + */ + public function getPrivacyAutoAcceptPairingAndConsentPrompts() + { + if (array_key_exists("privacyAutoAcceptPairingAndConsentPrompts", $this->_propDict)) { + return $this->_propDict["privacyAutoAcceptPairingAndConsentPrompts"]; + } else { + return null; + } + } + + /** + * Sets the privacyAutoAcceptPairingAndConsentPrompts + * Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps. + * + * @param bool $val The privacyAutoAcceptPairingAndConsentPrompts + * + * @return Windows10GeneralConfiguration + */ + public function setPrivacyAutoAcceptPairingAndConsentPrompts($val) + { + $this->_propDict["privacyAutoAcceptPairingAndConsentPrompts"] = boolval($val); + return $this; + } + + /** + * Gets the privacyBlockInputPersonalization + * Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications. + * + * @return bool The privacyBlockInputPersonalization + */ + public function getPrivacyBlockInputPersonalization() + { + if (array_key_exists("privacyBlockInputPersonalization", $this->_propDict)) { + return $this->_propDict["privacyBlockInputPersonalization"]; + } else { + return null; + } + } + + /** + * Sets the privacyBlockInputPersonalization + * Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications. + * + * @param bool $val The privacyBlockInputPersonalization + * + * @return Windows10GeneralConfiguration + */ + public function setPrivacyBlockInputPersonalization($val) + { + $this->_propDict["privacyBlockInputPersonalization"] = boolval($val); + return $this; + } + + /** + * Gets the startBlockUnpinningAppsFromTaskbar + * Indicates whether or not to block the user from unpinning apps from taskbar. + * + * @return bool The startBlockUnpinningAppsFromTaskbar + */ + public function getStartBlockUnpinningAppsFromTaskbar() + { + if (array_key_exists("startBlockUnpinningAppsFromTaskbar", $this->_propDict)) { + return $this->_propDict["startBlockUnpinningAppsFromTaskbar"]; + } else { + return null; + } + } + + /** + * Sets the startBlockUnpinningAppsFromTaskbar + * Indicates whether or not to block the user from unpinning apps from taskbar. + * + * @param bool $val The startBlockUnpinningAppsFromTaskbar + * + * @return Windows10GeneralConfiguration + */ + public function setStartBlockUnpinningAppsFromTaskbar($val) + { + $this->_propDict["startBlockUnpinningAppsFromTaskbar"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuAppListVisibility + * Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app. Possible values are: userDefined, collapse, remove, disableSettingsApp. + * + * @return WindowsStartMenuAppListVisibilityType The startMenuAppListVisibility + */ + public function getStartMenuAppListVisibility() + { + if (array_key_exists("startMenuAppListVisibility", $this->_propDict)) { + if (is_a($this->_propDict["startMenuAppListVisibility"], "Microsoft\Graph\Model\WindowsStartMenuAppListVisibilityType")) { + return $this->_propDict["startMenuAppListVisibility"]; + } else { + $this->_propDict["startMenuAppListVisibility"] = new WindowsStartMenuAppListVisibilityType($this->_propDict["startMenuAppListVisibility"]); + return $this->_propDict["startMenuAppListVisibility"]; + } + } + return null; + } + + /** + * Sets the startMenuAppListVisibility + * Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app. Possible values are: userDefined, collapse, remove, disableSettingsApp. + * + * @param WindowsStartMenuAppListVisibilityType $val The startMenuAppListVisibility + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuAppListVisibility($val) + { + $this->_propDict["startMenuAppListVisibility"] = $val; + return $this; + } + + /** + * Gets the startMenuHideChangeAccountSettings + * Enabling this policy hides the change account setting from appearing in the user tile in the start menu. + * + * @return bool The startMenuHideChangeAccountSettings + */ + public function getStartMenuHideChangeAccountSettings() + { + if (array_key_exists("startMenuHideChangeAccountSettings", $this->_propDict)) { + return $this->_propDict["startMenuHideChangeAccountSettings"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideChangeAccountSettings + * Enabling this policy hides the change account setting from appearing in the user tile in the start menu. + * + * @param bool $val The startMenuHideChangeAccountSettings + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideChangeAccountSettings($val) + { + $this->_propDict["startMenuHideChangeAccountSettings"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideFrequentlyUsedApps + * Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app. + * + * @return bool The startMenuHideFrequentlyUsedApps + */ + public function getStartMenuHideFrequentlyUsedApps() + { + if (array_key_exists("startMenuHideFrequentlyUsedApps", $this->_propDict)) { + return $this->_propDict["startMenuHideFrequentlyUsedApps"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideFrequentlyUsedApps + * Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app. + * + * @param bool $val The startMenuHideFrequentlyUsedApps + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideFrequentlyUsedApps($val) + { + $this->_propDict["startMenuHideFrequentlyUsedApps"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideHibernate + * Enabling this policy hides hibernate from appearing in the power button in the start menu. + * + * @return bool The startMenuHideHibernate + */ + public function getStartMenuHideHibernate() + { + if (array_key_exists("startMenuHideHibernate", $this->_propDict)) { + return $this->_propDict["startMenuHideHibernate"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideHibernate + * Enabling this policy hides hibernate from appearing in the power button in the start menu. + * + * @param bool $val The startMenuHideHibernate + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideHibernate($val) + { + $this->_propDict["startMenuHideHibernate"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideLock + * Enabling this policy hides lock from appearing in the user tile in the start menu. + * + * @return bool The startMenuHideLock + */ + public function getStartMenuHideLock() + { + if (array_key_exists("startMenuHideLock", $this->_propDict)) { + return $this->_propDict["startMenuHideLock"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideLock + * Enabling this policy hides lock from appearing in the user tile in the start menu. + * + * @param bool $val The startMenuHideLock + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideLock($val) + { + $this->_propDict["startMenuHideLock"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHidePowerButton + * Enabling this policy hides the power button from appearing in the start menu. + * + * @return bool The startMenuHidePowerButton + */ + public function getStartMenuHidePowerButton() + { + if (array_key_exists("startMenuHidePowerButton", $this->_propDict)) { + return $this->_propDict["startMenuHidePowerButton"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHidePowerButton + * Enabling this policy hides the power button from appearing in the start menu. + * + * @param bool $val The startMenuHidePowerButton + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHidePowerButton($val) + { + $this->_propDict["startMenuHidePowerButton"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideRecentJumpLists + * Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app. + * + * @return bool The startMenuHideRecentJumpLists + */ + public function getStartMenuHideRecentJumpLists() + { + if (array_key_exists("startMenuHideRecentJumpLists", $this->_propDict)) { + return $this->_propDict["startMenuHideRecentJumpLists"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideRecentJumpLists + * Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app. + * + * @param bool $val The startMenuHideRecentJumpLists + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideRecentJumpLists($val) + { + $this->_propDict["startMenuHideRecentJumpLists"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideRecentlyAddedApps + * Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app. + * + * @return bool The startMenuHideRecentlyAddedApps + */ + public function getStartMenuHideRecentlyAddedApps() + { + if (array_key_exists("startMenuHideRecentlyAddedApps", $this->_propDict)) { + return $this->_propDict["startMenuHideRecentlyAddedApps"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideRecentlyAddedApps + * Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app. + * + * @param bool $val The startMenuHideRecentlyAddedApps + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideRecentlyAddedApps($val) + { + $this->_propDict["startMenuHideRecentlyAddedApps"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideRestartOptions + * Enabling this policy hides 'Restart/Update and Restart' from appearing in the power button in the start menu. + * + * @return bool The startMenuHideRestartOptions + */ + public function getStartMenuHideRestartOptions() + { + if (array_key_exists("startMenuHideRestartOptions", $this->_propDict)) { + return $this->_propDict["startMenuHideRestartOptions"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideRestartOptions + * Enabling this policy hides 'Restart/Update and Restart' from appearing in the power button in the start menu. + * + * @param bool $val The startMenuHideRestartOptions + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideRestartOptions($val) + { + $this->_propDict["startMenuHideRestartOptions"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideShutDown + * Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu. + * + * @return bool The startMenuHideShutDown + */ + public function getStartMenuHideShutDown() + { + if (array_key_exists("startMenuHideShutDown", $this->_propDict)) { + return $this->_propDict["startMenuHideShutDown"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideShutDown + * Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu. + * + * @param bool $val The startMenuHideShutDown + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideShutDown($val) + { + $this->_propDict["startMenuHideShutDown"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideSignOut + * Enabling this policy hides sign out from appearing in the user tile in the start menu. + * + * @return bool The startMenuHideSignOut + */ + public function getStartMenuHideSignOut() + { + if (array_key_exists("startMenuHideSignOut", $this->_propDict)) { + return $this->_propDict["startMenuHideSignOut"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideSignOut + * Enabling this policy hides sign out from appearing in the user tile in the start menu. + * + * @param bool $val The startMenuHideSignOut + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideSignOut($val) + { + $this->_propDict["startMenuHideSignOut"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideSleep + * Enabling this policy hides sleep from appearing in the power button in the start menu. + * + * @return bool The startMenuHideSleep + */ + public function getStartMenuHideSleep() + { + if (array_key_exists("startMenuHideSleep", $this->_propDict)) { + return $this->_propDict["startMenuHideSleep"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideSleep + * Enabling this policy hides sleep from appearing in the power button in the start menu. + * + * @param bool $val The startMenuHideSleep + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideSleep($val) + { + $this->_propDict["startMenuHideSleep"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideSwitchAccount + * Enabling this policy hides switch account from appearing in the user tile in the start menu. + * + * @return bool The startMenuHideSwitchAccount + */ + public function getStartMenuHideSwitchAccount() + { + if (array_key_exists("startMenuHideSwitchAccount", $this->_propDict)) { + return $this->_propDict["startMenuHideSwitchAccount"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideSwitchAccount + * Enabling this policy hides switch account from appearing in the user tile in the start menu. + * + * @param bool $val The startMenuHideSwitchAccount + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideSwitchAccount($val) + { + $this->_propDict["startMenuHideSwitchAccount"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuHideUserTile + * Enabling this policy hides the user tile from appearing in the start menu. + * + * @return bool The startMenuHideUserTile + */ + public function getStartMenuHideUserTile() + { + if (array_key_exists("startMenuHideUserTile", $this->_propDict)) { + return $this->_propDict["startMenuHideUserTile"]; + } else { + return null; + } + } + + /** + * Sets the startMenuHideUserTile + * Enabling this policy hides the user tile from appearing in the start menu. + * + * @param bool $val The startMenuHideUserTile + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuHideUserTile($val) + { + $this->_propDict["startMenuHideUserTile"] = boolval($val); + return $this; + } + + /** + * Gets the startMenuLayoutEdgeAssetsXml + * This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array. + * + * @return \GuzzleHttp\Psr7\Stream The startMenuLayoutEdgeAssetsXml + */ + public function getStartMenuLayoutEdgeAssetsXml() + { + if (array_key_exists("startMenuLayoutEdgeAssetsXml", $this->_propDict)) { + if (is_a($this->_propDict["startMenuLayoutEdgeAssetsXml"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["startMenuLayoutEdgeAssetsXml"]; + } else { + $this->_propDict["startMenuLayoutEdgeAssetsXml"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["startMenuLayoutEdgeAssetsXml"]); + return $this->_propDict["startMenuLayoutEdgeAssetsXml"]; + } + } + return null; + } + + /** + * Sets the startMenuLayoutEdgeAssetsXml + * This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array. + * + * @param \GuzzleHttp\Psr7\Stream $val The startMenuLayoutEdgeAssetsXml + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuLayoutEdgeAssetsXml($val) + { + $this->_propDict["startMenuLayoutEdgeAssetsXml"] = $val; + return $this; + } + + /** + * Gets the startMenuLayoutXml + * Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format. + * + * @return \GuzzleHttp\Psr7\Stream The startMenuLayoutXml + */ + public function getStartMenuLayoutXml() + { + if (array_key_exists("startMenuLayoutXml", $this->_propDict)) { + if (is_a($this->_propDict["startMenuLayoutXml"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["startMenuLayoutXml"]; + } else { + $this->_propDict["startMenuLayoutXml"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["startMenuLayoutXml"]); + return $this->_propDict["startMenuLayoutXml"]; + } + } + return null; + } + + /** + * Sets the startMenuLayoutXml + * Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format. + * + * @param \GuzzleHttp\Psr7\Stream $val The startMenuLayoutXml + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuLayoutXml($val) + { + $this->_propDict["startMenuLayoutXml"] = $val; + return $this; + } + + /** + * Gets the startMenuMode + * Allows admins to decide how the Start menu is displayed. Possible values are: userDefined, fullScreen, nonFullScreen. + * + * @return WindowsStartMenuModeType The startMenuMode + */ + public function getStartMenuMode() + { + if (array_key_exists("startMenuMode", $this->_propDict)) { + if (is_a($this->_propDict["startMenuMode"], "Microsoft\Graph\Model\WindowsStartMenuModeType")) { + return $this->_propDict["startMenuMode"]; + } else { + $this->_propDict["startMenuMode"] = new WindowsStartMenuModeType($this->_propDict["startMenuMode"]); + return $this->_propDict["startMenuMode"]; + } + } + return null; + } + + /** + * Sets the startMenuMode + * Allows admins to decide how the Start menu is displayed. Possible values are: userDefined, fullScreen, nonFullScreen. + * + * @param WindowsStartMenuModeType $val The startMenuMode + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuMode($val) + { + $this->_propDict["startMenuMode"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderDocuments + * Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderDocuments + */ + public function getStartMenuPinnedFolderDocuments() + { + if (array_key_exists("startMenuPinnedFolderDocuments", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderDocuments"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderDocuments"]; + } else { + $this->_propDict["startMenuPinnedFolderDocuments"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderDocuments"]); + return $this->_propDict["startMenuPinnedFolderDocuments"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderDocuments + * Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderDocuments + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderDocuments($val) + { + $this->_propDict["startMenuPinnedFolderDocuments"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderDownloads + * Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderDownloads + */ + public function getStartMenuPinnedFolderDownloads() + { + if (array_key_exists("startMenuPinnedFolderDownloads", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderDownloads"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderDownloads"]; + } else { + $this->_propDict["startMenuPinnedFolderDownloads"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderDownloads"]); + return $this->_propDict["startMenuPinnedFolderDownloads"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderDownloads + * Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderDownloads + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderDownloads($val) + { + $this->_propDict["startMenuPinnedFolderDownloads"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderFileExplorer + * Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderFileExplorer + */ + public function getStartMenuPinnedFolderFileExplorer() + { + if (array_key_exists("startMenuPinnedFolderFileExplorer", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderFileExplorer"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderFileExplorer"]; + } else { + $this->_propDict["startMenuPinnedFolderFileExplorer"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderFileExplorer"]); + return $this->_propDict["startMenuPinnedFolderFileExplorer"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderFileExplorer + * Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderFileExplorer + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderFileExplorer($val) + { + $this->_propDict["startMenuPinnedFolderFileExplorer"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderHomeGroup + * Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderHomeGroup + */ + public function getStartMenuPinnedFolderHomeGroup() + { + if (array_key_exists("startMenuPinnedFolderHomeGroup", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderHomeGroup"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderHomeGroup"]; + } else { + $this->_propDict["startMenuPinnedFolderHomeGroup"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderHomeGroup"]); + return $this->_propDict["startMenuPinnedFolderHomeGroup"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderHomeGroup + * Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderHomeGroup + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderHomeGroup($val) + { + $this->_propDict["startMenuPinnedFolderHomeGroup"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderMusic + * Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderMusic + */ + public function getStartMenuPinnedFolderMusic() + { + if (array_key_exists("startMenuPinnedFolderMusic", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderMusic"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderMusic"]; + } else { + $this->_propDict["startMenuPinnedFolderMusic"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderMusic"]); + return $this->_propDict["startMenuPinnedFolderMusic"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderMusic + * Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderMusic + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderMusic($val) + { + $this->_propDict["startMenuPinnedFolderMusic"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderNetwork + * Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderNetwork + */ + public function getStartMenuPinnedFolderNetwork() + { + if (array_key_exists("startMenuPinnedFolderNetwork", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderNetwork"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderNetwork"]; + } else { + $this->_propDict["startMenuPinnedFolderNetwork"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderNetwork"]); + return $this->_propDict["startMenuPinnedFolderNetwork"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderNetwork + * Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderNetwork + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderNetwork($val) + { + $this->_propDict["startMenuPinnedFolderNetwork"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderPersonalFolder + * Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderPersonalFolder + */ + public function getStartMenuPinnedFolderPersonalFolder() + { + if (array_key_exists("startMenuPinnedFolderPersonalFolder", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderPersonalFolder"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderPersonalFolder"]; + } else { + $this->_propDict["startMenuPinnedFolderPersonalFolder"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderPersonalFolder"]); + return $this->_propDict["startMenuPinnedFolderPersonalFolder"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderPersonalFolder + * Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderPersonalFolder + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderPersonalFolder($val) + { + $this->_propDict["startMenuPinnedFolderPersonalFolder"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderPictures + * Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderPictures + */ + public function getStartMenuPinnedFolderPictures() + { + if (array_key_exists("startMenuPinnedFolderPictures", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderPictures"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderPictures"]; + } else { + $this->_propDict["startMenuPinnedFolderPictures"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderPictures"]); + return $this->_propDict["startMenuPinnedFolderPictures"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderPictures + * Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderPictures + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderPictures($val) + { + $this->_propDict["startMenuPinnedFolderPictures"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderSettings + * Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderSettings + */ + public function getStartMenuPinnedFolderSettings() + { + if (array_key_exists("startMenuPinnedFolderSettings", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderSettings"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderSettings"]; + } else { + $this->_propDict["startMenuPinnedFolderSettings"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderSettings"]); + return $this->_propDict["startMenuPinnedFolderSettings"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderSettings + * Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderSettings + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderSettings($val) + { + $this->_propDict["startMenuPinnedFolderSettings"] = $val; + return $this; + } + + /** + * Gets the startMenuPinnedFolderVideos + * Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @return VisibilitySetting The startMenuPinnedFolderVideos + */ + public function getStartMenuPinnedFolderVideos() + { + if (array_key_exists("startMenuPinnedFolderVideos", $this->_propDict)) { + if (is_a($this->_propDict["startMenuPinnedFolderVideos"], "Microsoft\Graph\Model\VisibilitySetting")) { + return $this->_propDict["startMenuPinnedFolderVideos"]; + } else { + $this->_propDict["startMenuPinnedFolderVideos"] = new VisibilitySetting($this->_propDict["startMenuPinnedFolderVideos"]); + return $this->_propDict["startMenuPinnedFolderVideos"]; + } + } + return null; + } + + /** + * Sets the startMenuPinnedFolderVideos + * Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu. Possible values are: notConfigured, hide, show. + * + * @param VisibilitySetting $val The startMenuPinnedFolderVideos + * + * @return Windows10GeneralConfiguration + */ + public function setStartMenuPinnedFolderVideos($val) + { + $this->_propDict["startMenuPinnedFolderVideos"] = $val; + return $this; + } + + /** + * Gets the settingsBlockSettingsApp + * Indicates whether or not to block access to Settings app. + * + * @return bool The settingsBlockSettingsApp + */ + public function getSettingsBlockSettingsApp() + { + if (array_key_exists("settingsBlockSettingsApp", $this->_propDict)) { + return $this->_propDict["settingsBlockSettingsApp"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockSettingsApp + * Indicates whether or not to block access to Settings app. + * + * @param bool $val The settingsBlockSettingsApp + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockSettingsApp($val) + { + $this->_propDict["settingsBlockSettingsApp"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockSystemPage + * Indicates whether or not to block access to System in Settings app. + * + * @return bool The settingsBlockSystemPage + */ + public function getSettingsBlockSystemPage() + { + if (array_key_exists("settingsBlockSystemPage", $this->_propDict)) { + return $this->_propDict["settingsBlockSystemPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockSystemPage + * Indicates whether or not to block access to System in Settings app. + * + * @param bool $val The settingsBlockSystemPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockSystemPage($val) + { + $this->_propDict["settingsBlockSystemPage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockDevicesPage + * Indicates whether or not to block access to Devices in Settings app. + * + * @return bool The settingsBlockDevicesPage + */ + public function getSettingsBlockDevicesPage() + { + if (array_key_exists("settingsBlockDevicesPage", $this->_propDict)) { + return $this->_propDict["settingsBlockDevicesPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockDevicesPage + * Indicates whether or not to block access to Devices in Settings app. + * + * @param bool $val The settingsBlockDevicesPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockDevicesPage($val) + { + $this->_propDict["settingsBlockDevicesPage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockNetworkInternetPage + * Indicates whether or not to block access to Network & Internet in Settings app. + * + * @return bool The settingsBlockNetworkInternetPage + */ + public function getSettingsBlockNetworkInternetPage() + { + if (array_key_exists("settingsBlockNetworkInternetPage", $this->_propDict)) { + return $this->_propDict["settingsBlockNetworkInternetPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockNetworkInternetPage + * Indicates whether or not to block access to Network & Internet in Settings app. + * + * @param bool $val The settingsBlockNetworkInternetPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockNetworkInternetPage($val) + { + $this->_propDict["settingsBlockNetworkInternetPage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockPersonalizationPage + * Indicates whether or not to block access to Personalization in Settings app. + * + * @return bool The settingsBlockPersonalizationPage + */ + public function getSettingsBlockPersonalizationPage() + { + if (array_key_exists("settingsBlockPersonalizationPage", $this->_propDict)) { + return $this->_propDict["settingsBlockPersonalizationPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockPersonalizationPage + * Indicates whether or not to block access to Personalization in Settings app. + * + * @param bool $val The settingsBlockPersonalizationPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockPersonalizationPage($val) + { + $this->_propDict["settingsBlockPersonalizationPage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockAccountsPage + * Indicates whether or not to block access to Accounts in Settings app. + * + * @return bool The settingsBlockAccountsPage + */ + public function getSettingsBlockAccountsPage() + { + if (array_key_exists("settingsBlockAccountsPage", $this->_propDict)) { + return $this->_propDict["settingsBlockAccountsPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockAccountsPage + * Indicates whether or not to block access to Accounts in Settings app. + * + * @param bool $val The settingsBlockAccountsPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockAccountsPage($val) + { + $this->_propDict["settingsBlockAccountsPage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockTimeLanguagePage + * Indicates whether or not to block access to Time & Language in Settings app. + * + * @return bool The settingsBlockTimeLanguagePage + */ + public function getSettingsBlockTimeLanguagePage() + { + if (array_key_exists("settingsBlockTimeLanguagePage", $this->_propDict)) { + return $this->_propDict["settingsBlockTimeLanguagePage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockTimeLanguagePage + * Indicates whether or not to block access to Time & Language in Settings app. + * + * @param bool $val The settingsBlockTimeLanguagePage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockTimeLanguagePage($val) + { + $this->_propDict["settingsBlockTimeLanguagePage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockEaseOfAccessPage + * Indicates whether or not to block access to Ease of Access in Settings app. + * + * @return bool The settingsBlockEaseOfAccessPage + */ + public function getSettingsBlockEaseOfAccessPage() + { + if (array_key_exists("settingsBlockEaseOfAccessPage", $this->_propDict)) { + return $this->_propDict["settingsBlockEaseOfAccessPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockEaseOfAccessPage + * Indicates whether or not to block access to Ease of Access in Settings app. + * + * @param bool $val The settingsBlockEaseOfAccessPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockEaseOfAccessPage($val) + { + $this->_propDict["settingsBlockEaseOfAccessPage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockPrivacyPage + * Indicates whether or not to block access to Privacy in Settings app. + * + * @return bool The settingsBlockPrivacyPage + */ + public function getSettingsBlockPrivacyPage() + { + if (array_key_exists("settingsBlockPrivacyPage", $this->_propDict)) { + return $this->_propDict["settingsBlockPrivacyPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockPrivacyPage + * Indicates whether or not to block access to Privacy in Settings app. + * + * @param bool $val The settingsBlockPrivacyPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockPrivacyPage($val) + { + $this->_propDict["settingsBlockPrivacyPage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockUpdateSecurityPage + * Indicates whether or not to block access to Update & Security in Settings app. + * + * @return bool The settingsBlockUpdateSecurityPage + */ + public function getSettingsBlockUpdateSecurityPage() + { + if (array_key_exists("settingsBlockUpdateSecurityPage", $this->_propDict)) { + return $this->_propDict["settingsBlockUpdateSecurityPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockUpdateSecurityPage + * Indicates whether or not to block access to Update & Security in Settings app. + * + * @param bool $val The settingsBlockUpdateSecurityPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockUpdateSecurityPage($val) + { + $this->_propDict["settingsBlockUpdateSecurityPage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockAppsPage + * Indicates whether or not to block access to Apps in Settings app. + * + * @return bool The settingsBlockAppsPage + */ + public function getSettingsBlockAppsPage() + { + if (array_key_exists("settingsBlockAppsPage", $this->_propDict)) { + return $this->_propDict["settingsBlockAppsPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockAppsPage + * Indicates whether or not to block access to Apps in Settings app. + * + * @param bool $val The settingsBlockAppsPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockAppsPage($val) + { + $this->_propDict["settingsBlockAppsPage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockGamingPage + * Indicates whether or not to block access to Gaming in Settings app. + * + * @return bool The settingsBlockGamingPage + */ + public function getSettingsBlockGamingPage() + { + if (array_key_exists("settingsBlockGamingPage", $this->_propDict)) { + return $this->_propDict["settingsBlockGamingPage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockGamingPage + * Indicates whether or not to block access to Gaming in Settings app. + * + * @param bool $val The settingsBlockGamingPage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockGamingPage($val) + { + $this->_propDict["settingsBlockGamingPage"] = boolval($val); + return $this; + } + + /** + * Gets the windowsSpotlightBlockConsumerSpecificFeatures + * Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles. + * + * @return bool The windowsSpotlightBlockConsumerSpecificFeatures + */ + public function getWindowsSpotlightBlockConsumerSpecificFeatures() + { + if (array_key_exists("windowsSpotlightBlockConsumerSpecificFeatures", $this->_propDict)) { + return $this->_propDict["windowsSpotlightBlockConsumerSpecificFeatures"]; + } else { + return null; + } + } + + /** + * Sets the windowsSpotlightBlockConsumerSpecificFeatures + * Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles. + * + * @param bool $val The windowsSpotlightBlockConsumerSpecificFeatures + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsSpotlightBlockConsumerSpecificFeatures($val) + { + $this->_propDict["windowsSpotlightBlockConsumerSpecificFeatures"] = boolval($val); + return $this; + } + + /** + * Gets the windowsSpotlightBlocked + * Allows IT admins to turn off all Windows Spotlight features + * + * @return bool The windowsSpotlightBlocked + */ + public function getWindowsSpotlightBlocked() + { + if (array_key_exists("windowsSpotlightBlocked", $this->_propDict)) { + return $this->_propDict["windowsSpotlightBlocked"]; + } else { + return null; + } + } + + /** + * Sets the windowsSpotlightBlocked + * Allows IT admins to turn off all Windows Spotlight features + * + * @param bool $val The windowsSpotlightBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsSpotlightBlocked($val) + { + $this->_propDict["windowsSpotlightBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the windowsSpotlightBlockOnActionCenter + * Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed + * + * @return bool The windowsSpotlightBlockOnActionCenter + */ + public function getWindowsSpotlightBlockOnActionCenter() + { + if (array_key_exists("windowsSpotlightBlockOnActionCenter", $this->_propDict)) { + return $this->_propDict["windowsSpotlightBlockOnActionCenter"]; + } else { + return null; + } + } + + /** + * Sets the windowsSpotlightBlockOnActionCenter + * Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed + * + * @param bool $val The windowsSpotlightBlockOnActionCenter + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsSpotlightBlockOnActionCenter($val) + { + $this->_propDict["windowsSpotlightBlockOnActionCenter"] = boolval($val); + return $this; + } + + /** + * Gets the windowsSpotlightBlockTailoredExperiences + * Block personalized content in Windows spotlight based on user’s device usage. + * + * @return bool The windowsSpotlightBlockTailoredExperiences + */ + public function getWindowsSpotlightBlockTailoredExperiences() + { + if (array_key_exists("windowsSpotlightBlockTailoredExperiences", $this->_propDict)) { + return $this->_propDict["windowsSpotlightBlockTailoredExperiences"]; + } else { + return null; + } + } + + /** + * Sets the windowsSpotlightBlockTailoredExperiences + * Block personalized content in Windows spotlight based on user’s device usage. + * + * @param bool $val The windowsSpotlightBlockTailoredExperiences + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsSpotlightBlockTailoredExperiences($val) + { + $this->_propDict["windowsSpotlightBlockTailoredExperiences"] = boolval($val); + return $this; + } + + /** + * Gets the windowsSpotlightBlockThirdPartyNotifications + * Block third party content delivered via Windows Spotlight + * + * @return bool The windowsSpotlightBlockThirdPartyNotifications + */ + public function getWindowsSpotlightBlockThirdPartyNotifications() + { + if (array_key_exists("windowsSpotlightBlockThirdPartyNotifications", $this->_propDict)) { + return $this->_propDict["windowsSpotlightBlockThirdPartyNotifications"]; + } else { + return null; + } + } + + /** + * Sets the windowsSpotlightBlockThirdPartyNotifications + * Block third party content delivered via Windows Spotlight + * + * @param bool $val The windowsSpotlightBlockThirdPartyNotifications + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsSpotlightBlockThirdPartyNotifications($val) + { + $this->_propDict["windowsSpotlightBlockThirdPartyNotifications"] = boolval($val); + return $this; + } + + /** + * Gets the windowsSpotlightBlockWelcomeExperience + * Block Windows Spotlight Windows welcome experience + * + * @return bool The windowsSpotlightBlockWelcomeExperience + */ + public function getWindowsSpotlightBlockWelcomeExperience() + { + if (array_key_exists("windowsSpotlightBlockWelcomeExperience", $this->_propDict)) { + return $this->_propDict["windowsSpotlightBlockWelcomeExperience"]; + } else { + return null; + } + } + + /** + * Sets the windowsSpotlightBlockWelcomeExperience + * Block Windows Spotlight Windows welcome experience + * + * @param bool $val The windowsSpotlightBlockWelcomeExperience + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsSpotlightBlockWelcomeExperience($val) + { + $this->_propDict["windowsSpotlightBlockWelcomeExperience"] = boolval($val); + return $this; + } + + /** + * Gets the windowsSpotlightBlockWindowsTips + * Allows IT admins to turn off the popup of Windows Tips. + * + * @return bool The windowsSpotlightBlockWindowsTips + */ + public function getWindowsSpotlightBlockWindowsTips() + { + if (array_key_exists("windowsSpotlightBlockWindowsTips", $this->_propDict)) { + return $this->_propDict["windowsSpotlightBlockWindowsTips"]; + } else { + return null; + } + } + + /** + * Sets the windowsSpotlightBlockWindowsTips + * Allows IT admins to turn off the popup of Windows Tips. + * + * @param bool $val The windowsSpotlightBlockWindowsTips + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsSpotlightBlockWindowsTips($val) + { + $this->_propDict["windowsSpotlightBlockWindowsTips"] = boolval($val); + return $this; + } + + /** + * Gets the windowsSpotlightConfigureOnLockScreen + * Specifies the type of Spotlight. Possible values are: notConfigured, disabled, enabled. + * + * @return WindowsSpotlightEnablementSettings The windowsSpotlightConfigureOnLockScreen + */ + public function getWindowsSpotlightConfigureOnLockScreen() + { + if (array_key_exists("windowsSpotlightConfigureOnLockScreen", $this->_propDict)) { + if (is_a($this->_propDict["windowsSpotlightConfigureOnLockScreen"], "Microsoft\Graph\Model\WindowsSpotlightEnablementSettings")) { + return $this->_propDict["windowsSpotlightConfigureOnLockScreen"]; + } else { + $this->_propDict["windowsSpotlightConfigureOnLockScreen"] = new WindowsSpotlightEnablementSettings($this->_propDict["windowsSpotlightConfigureOnLockScreen"]); + return $this->_propDict["windowsSpotlightConfigureOnLockScreen"]; + } + } + return null; + } + + /** + * Sets the windowsSpotlightConfigureOnLockScreen + * Specifies the type of Spotlight. Possible values are: notConfigured, disabled, enabled. + * + * @param WindowsSpotlightEnablementSettings $val The windowsSpotlightConfigureOnLockScreen + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsSpotlightConfigureOnLockScreen($val) + { + $this->_propDict["windowsSpotlightConfigureOnLockScreen"] = $val; + return $this; + } + + /** + * Gets the networkProxyApplySettingsDeviceWide + * If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM. + * + * @return bool The networkProxyApplySettingsDeviceWide + */ + public function getNetworkProxyApplySettingsDeviceWide() + { + if (array_key_exists("networkProxyApplySettingsDeviceWide", $this->_propDict)) { + return $this->_propDict["networkProxyApplySettingsDeviceWide"]; + } else { + return null; + } + } + + /** + * Sets the networkProxyApplySettingsDeviceWide + * If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM. + * + * @param bool $val The networkProxyApplySettingsDeviceWide + * + * @return Windows10GeneralConfiguration + */ + public function setNetworkProxyApplySettingsDeviceWide($val) + { + $this->_propDict["networkProxyApplySettingsDeviceWide"] = boolval($val); + return $this; + } + + /** + * Gets the networkProxyDisableAutoDetect + * Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script. + * + * @return bool The networkProxyDisableAutoDetect + */ + public function getNetworkProxyDisableAutoDetect() + { + if (array_key_exists("networkProxyDisableAutoDetect", $this->_propDict)) { + return $this->_propDict["networkProxyDisableAutoDetect"]; + } else { + return null; + } + } + + /** + * Sets the networkProxyDisableAutoDetect + * Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script. + * + * @param bool $val The networkProxyDisableAutoDetect + * + * @return Windows10GeneralConfiguration + */ + public function setNetworkProxyDisableAutoDetect($val) + { + $this->_propDict["networkProxyDisableAutoDetect"] = boolval($val); + return $this; + } + + /** + * Gets the networkProxyAutomaticConfigurationUrl + * Address to the proxy auto-config (PAC) script you want to use. + * + * @return string The networkProxyAutomaticConfigurationUrl + */ + public function getNetworkProxyAutomaticConfigurationUrl() + { + if (array_key_exists("networkProxyAutomaticConfigurationUrl", $this->_propDict)) { + return $this->_propDict["networkProxyAutomaticConfigurationUrl"]; + } else { + return null; + } + } + + /** + * Sets the networkProxyAutomaticConfigurationUrl + * Address to the proxy auto-config (PAC) script you want to use. + * + * @param string $val The networkProxyAutomaticConfigurationUrl + * + * @return Windows10GeneralConfiguration + */ + public function setNetworkProxyAutomaticConfigurationUrl($val) + { + $this->_propDict["networkProxyAutomaticConfigurationUrl"] = $val; + return $this; + } + + /** + * Gets the networkProxyServer + * Specifies manual proxy server settings. + * + * @return Windows10NetworkProxyServer The networkProxyServer + */ + public function getNetworkProxyServer() + { + if (array_key_exists("networkProxyServer", $this->_propDict)) { + if (is_a($this->_propDict["networkProxyServer"], "Microsoft\Graph\Model\Windows10NetworkProxyServer")) { + return $this->_propDict["networkProxyServer"]; + } else { + $this->_propDict["networkProxyServer"] = new Windows10NetworkProxyServer($this->_propDict["networkProxyServer"]); + return $this->_propDict["networkProxyServer"]; + } + } + return null; + } + + /** + * Sets the networkProxyServer + * Specifies manual proxy server settings. + * + * @param Windows10NetworkProxyServer $val The networkProxyServer + * + * @return Windows10GeneralConfiguration + */ + public function setNetworkProxyServer($val) + { + $this->_propDict["networkProxyServer"] = $val; + return $this; + } + + /** + * Gets the accountsBlockAddingNonMicrosoftAccountEmail + * Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account. + * + * @return bool The accountsBlockAddingNonMicrosoftAccountEmail + */ + public function getAccountsBlockAddingNonMicrosoftAccountEmail() + { + if (array_key_exists("accountsBlockAddingNonMicrosoftAccountEmail", $this->_propDict)) { + return $this->_propDict["accountsBlockAddingNonMicrosoftAccountEmail"]; + } else { + return null; + } + } + + /** + * Sets the accountsBlockAddingNonMicrosoftAccountEmail + * Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account. + * + * @param bool $val The accountsBlockAddingNonMicrosoftAccountEmail + * + * @return Windows10GeneralConfiguration + */ + public function setAccountsBlockAddingNonMicrosoftAccountEmail($val) + { + $this->_propDict["accountsBlockAddingNonMicrosoftAccountEmail"] = boolval($val); + return $this; + } + + /** + * Gets the antiTheftModeBlocked + * Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only). + * + * @return bool The antiTheftModeBlocked + */ + public function getAntiTheftModeBlocked() + { + if (array_key_exists("antiTheftModeBlocked", $this->_propDict)) { + return $this->_propDict["antiTheftModeBlocked"]; + } else { + return null; + } + } + + /** + * Sets the antiTheftModeBlocked + * Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only). + * + * @param bool $val The antiTheftModeBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setAntiTheftModeBlocked($val) + { + $this->_propDict["antiTheftModeBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the bluetoothBlocked + * Whether or not to Block the user from using bluetooth. + * + * @return bool The bluetoothBlocked + */ + public function getBluetoothBlocked() + { + if (array_key_exists("bluetoothBlocked", $this->_propDict)) { + return $this->_propDict["bluetoothBlocked"]; + } else { + return null; + } + } + + /** + * Sets the bluetoothBlocked + * Whether or not to Block the user from using bluetooth. + * + * @param bool $val The bluetoothBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setBluetoothBlocked($val) + { + $this->_propDict["bluetoothBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the cameraBlocked + * Whether or not to Block the user from accessing the camera of the device. + * + * @return bool The cameraBlocked + */ + public function getCameraBlocked() + { + if (array_key_exists("cameraBlocked", $this->_propDict)) { + return $this->_propDict["cameraBlocked"]; + } else { + return null; + } + } + + /** + * Sets the cameraBlocked + * Whether or not to Block the user from accessing the camera of the device. + * + * @param bool $val The cameraBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setCameraBlocked($val) + { + $this->_propDict["cameraBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the connectedDevicesServiceBlocked + * Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences. + * + * @return bool The connectedDevicesServiceBlocked + */ + public function getConnectedDevicesServiceBlocked() + { + if (array_key_exists("connectedDevicesServiceBlocked", $this->_propDict)) { + return $this->_propDict["connectedDevicesServiceBlocked"]; + } else { + return null; + } + } + + /** + * Sets the connectedDevicesServiceBlocked + * Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences. + * + * @param bool $val The connectedDevicesServiceBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setConnectedDevicesServiceBlocked($val) + { + $this->_propDict["connectedDevicesServiceBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the certificatesBlockManualRootCertificateInstallation + * Whether or not to Block the user from doing manual root certificate installation. + * + * @return bool The certificatesBlockManualRootCertificateInstallation + */ + public function getCertificatesBlockManualRootCertificateInstallation() + { + if (array_key_exists("certificatesBlockManualRootCertificateInstallation", $this->_propDict)) { + return $this->_propDict["certificatesBlockManualRootCertificateInstallation"]; + } else { + return null; + } + } + + /** + * Sets the certificatesBlockManualRootCertificateInstallation + * Whether or not to Block the user from doing manual root certificate installation. + * + * @param bool $val The certificatesBlockManualRootCertificateInstallation + * + * @return Windows10GeneralConfiguration + */ + public function setCertificatesBlockManualRootCertificateInstallation($val) + { + $this->_propDict["certificatesBlockManualRootCertificateInstallation"] = boolval($val); + return $this; + } + + /** + * Gets the copyPasteBlocked + * Whether or not to Block the user from using copy paste. + * + * @return bool The copyPasteBlocked + */ + public function getCopyPasteBlocked() + { + if (array_key_exists("copyPasteBlocked", $this->_propDict)) { + return $this->_propDict["copyPasteBlocked"]; + } else { + return null; + } + } + + /** + * Sets the copyPasteBlocked + * Whether or not to Block the user from using copy paste. + * + * @param bool $val The copyPasteBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setCopyPasteBlocked($val) + { + $this->_propDict["copyPasteBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the cortanaBlocked + * Whether or not to Block the user from using Cortana. + * + * @return bool The cortanaBlocked + */ + public function getCortanaBlocked() + { + if (array_key_exists("cortanaBlocked", $this->_propDict)) { + return $this->_propDict["cortanaBlocked"]; + } else { + return null; + } + } + + /** + * Sets the cortanaBlocked + * Whether or not to Block the user from using Cortana. + * + * @param bool $val The cortanaBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setCortanaBlocked($val) + { + $this->_propDict["cortanaBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the deviceManagementBlockFactoryResetOnMobile + * Indicates whether or not to Block the user from resetting their phone. + * + * @return bool The deviceManagementBlockFactoryResetOnMobile + */ + public function getDeviceManagementBlockFactoryResetOnMobile() + { + if (array_key_exists("deviceManagementBlockFactoryResetOnMobile", $this->_propDict)) { + return $this->_propDict["deviceManagementBlockFactoryResetOnMobile"]; + } else { + return null; + } + } + + /** + * Sets the deviceManagementBlockFactoryResetOnMobile + * Indicates whether or not to Block the user from resetting their phone. + * + * @param bool $val The deviceManagementBlockFactoryResetOnMobile + * + * @return Windows10GeneralConfiguration + */ + public function setDeviceManagementBlockFactoryResetOnMobile($val) + { + $this->_propDict["deviceManagementBlockFactoryResetOnMobile"] = boolval($val); + return $this; + } + + /** + * Gets the deviceManagementBlockManualUnenroll + * Indicates whether or not to Block the user from doing manual un-enrollment from device management. + * + * @return bool The deviceManagementBlockManualUnenroll + */ + public function getDeviceManagementBlockManualUnenroll() + { + if (array_key_exists("deviceManagementBlockManualUnenroll", $this->_propDict)) { + return $this->_propDict["deviceManagementBlockManualUnenroll"]; + } else { + return null; + } + } + + /** + * Sets the deviceManagementBlockManualUnenroll + * Indicates whether or not to Block the user from doing manual un-enrollment from device management. + * + * @param bool $val The deviceManagementBlockManualUnenroll + * + * @return Windows10GeneralConfiguration + */ + public function setDeviceManagementBlockManualUnenroll($val) + { + $this->_propDict["deviceManagementBlockManualUnenroll"] = boolval($val); + return $this; + } + + /** + * Gets the safeSearchFilter + * Specifies what filter level of safe search is required. Possible values are: userDefined, strict, moderate. + * + * @return SafeSearchFilterType The safeSearchFilter + */ + public function getSafeSearchFilter() + { + if (array_key_exists("safeSearchFilter", $this->_propDict)) { + if (is_a($this->_propDict["safeSearchFilter"], "Microsoft\Graph\Model\SafeSearchFilterType")) { + return $this->_propDict["safeSearchFilter"]; + } else { + $this->_propDict["safeSearchFilter"] = new SafeSearchFilterType($this->_propDict["safeSearchFilter"]); + return $this->_propDict["safeSearchFilter"]; + } + } + return null; + } + + /** + * Sets the safeSearchFilter + * Specifies what filter level of safe search is required. Possible values are: userDefined, strict, moderate. + * + * @param SafeSearchFilterType $val The safeSearchFilter + * + * @return Windows10GeneralConfiguration + */ + public function setSafeSearchFilter($val) + { + $this->_propDict["safeSearchFilter"] = $val; + return $this; + } + + /** + * Gets the edgeBlockPopups + * Indicates whether or not to block popups. + * + * @return bool The edgeBlockPopups + */ + public function getEdgeBlockPopups() + { + if (array_key_exists("edgeBlockPopups", $this->_propDict)) { + return $this->_propDict["edgeBlockPopups"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockPopups + * Indicates whether or not to block popups. + * + * @param bool $val The edgeBlockPopups + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockPopups($val) + { + $this->_propDict["edgeBlockPopups"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockSearchSuggestions + * Indicates whether or not to block the user from using the search suggestions in the address bar. + * + * @return bool The edgeBlockSearchSuggestions + */ + public function getEdgeBlockSearchSuggestions() + { + if (array_key_exists("edgeBlockSearchSuggestions", $this->_propDict)) { + return $this->_propDict["edgeBlockSearchSuggestions"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockSearchSuggestions + * Indicates whether or not to block the user from using the search suggestions in the address bar. + * + * @param bool $val The edgeBlockSearchSuggestions + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockSearchSuggestions($val) + { + $this->_propDict["edgeBlockSearchSuggestions"] = boolval($val); + return $this; + } + + /** + * Gets the edgeBlockSendingIntranetTrafficToInternetExplorer + * Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead. + * + * @return bool The edgeBlockSendingIntranetTrafficToInternetExplorer + */ + public function getEdgeBlockSendingIntranetTrafficToInternetExplorer() + { + if (array_key_exists("edgeBlockSendingIntranetTrafficToInternetExplorer", $this->_propDict)) { + return $this->_propDict["edgeBlockSendingIntranetTrafficToInternetExplorer"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockSendingIntranetTrafficToInternetExplorer + * Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead. + * + * @param bool $val The edgeBlockSendingIntranetTrafficToInternetExplorer + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockSendingIntranetTrafficToInternetExplorer($val) + { + $this->_propDict["edgeBlockSendingIntranetTrafficToInternetExplorer"] = boolval($val); + return $this; + } + + /** + * Gets the edgeSendIntranetTrafficToInternetExplorer + * Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. + * + * @return bool The edgeSendIntranetTrafficToInternetExplorer + */ + public function getEdgeSendIntranetTrafficToInternetExplorer() + { + if (array_key_exists("edgeSendIntranetTrafficToInternetExplorer", $this->_propDict)) { + return $this->_propDict["edgeSendIntranetTrafficToInternetExplorer"]; + } else { + return null; + } + } + + /** + * Sets the edgeSendIntranetTrafficToInternetExplorer + * Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. + * + * @param bool $val The edgeSendIntranetTrafficToInternetExplorer + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeSendIntranetTrafficToInternetExplorer($val) + { + $this->_propDict["edgeSendIntranetTrafficToInternetExplorer"] = boolval($val); + return $this; + } + + /** + * Gets the edgeRequireSmartScreen + * Indicates whether or not to Require the user to use the smart screen filter. + * + * @return bool The edgeRequireSmartScreen + */ + public function getEdgeRequireSmartScreen() + { + if (array_key_exists("edgeRequireSmartScreen", $this->_propDict)) { + return $this->_propDict["edgeRequireSmartScreen"]; + } else { + return null; + } + } + + /** + * Sets the edgeRequireSmartScreen + * Indicates whether or not to Require the user to use the smart screen filter. + * + * @param bool $val The edgeRequireSmartScreen + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeRequireSmartScreen($val) + { + $this->_propDict["edgeRequireSmartScreen"] = boolval($val); + return $this; + } + + /** + * Gets the edgeEnterpriseModeSiteListLocation + * Indicates the enterprise mode site list location. Could be a local file, local network or http location. + * + * @return string The edgeEnterpriseModeSiteListLocation + */ + public function getEdgeEnterpriseModeSiteListLocation() + { + if (array_key_exists("edgeEnterpriseModeSiteListLocation", $this->_propDict)) { + return $this->_propDict["edgeEnterpriseModeSiteListLocation"]; + } else { + return null; + } + } + + /** + * Sets the edgeEnterpriseModeSiteListLocation + * Indicates the enterprise mode site list location. Could be a local file, local network or http location. + * + * @param string $val The edgeEnterpriseModeSiteListLocation + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeEnterpriseModeSiteListLocation($val) + { + $this->_propDict["edgeEnterpriseModeSiteListLocation"] = $val; + return $this; + } + + /** + * Gets the edgeFirstRunUrl + * The first run URL for when Edge browser is opened for the first time. + * + * @return string The edgeFirstRunUrl + */ + public function getEdgeFirstRunUrl() + { + if (array_key_exists("edgeFirstRunUrl", $this->_propDict)) { + return $this->_propDict["edgeFirstRunUrl"]; + } else { + return null; + } + } + + /** + * Sets the edgeFirstRunUrl + * The first run URL for when Edge browser is opened for the first time. + * + * @param string $val The edgeFirstRunUrl + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeFirstRunUrl($val) + { + $this->_propDict["edgeFirstRunUrl"] = $val; + return $this; + } + + /** + * Gets the edgeSearchEngine + * Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set. + * + * @return EdgeSearchEngineBase The edgeSearchEngine + */ + public function getEdgeSearchEngine() + { + if (array_key_exists("edgeSearchEngine", $this->_propDict)) { + if (is_a($this->_propDict["edgeSearchEngine"], "Microsoft\Graph\Model\EdgeSearchEngineBase")) { + return $this->_propDict["edgeSearchEngine"]; + } else { + $this->_propDict["edgeSearchEngine"] = new EdgeSearchEngineBase($this->_propDict["edgeSearchEngine"]); + return $this->_propDict["edgeSearchEngine"]; + } + } + return null; + } + + /** + * Sets the edgeSearchEngine + * Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set. + * + * @param EdgeSearchEngineBase $val The edgeSearchEngine + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeSearchEngine($val) + { + $this->_propDict["edgeSearchEngine"] = $val; + return $this; + } + + /** + * Gets the edgeHomepageUrls + * The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser. + * + * @return string The edgeHomepageUrls + */ + public function getEdgeHomepageUrls() + { + if (array_key_exists("edgeHomepageUrls", $this->_propDict)) { + return $this->_propDict["edgeHomepageUrls"]; + } else { + return null; + } + } + + /** + * Sets the edgeHomepageUrls + * The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser. + * + * @param string $val The edgeHomepageUrls + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeHomepageUrls($val) + { + $this->_propDict["edgeHomepageUrls"] = $val; + return $this; + } + + /** + * Gets the edgeBlockAccessToAboutFlags + * Indicates whether or not to prevent access to about flags on Edge browser. + * + * @return bool The edgeBlockAccessToAboutFlags + */ + public function getEdgeBlockAccessToAboutFlags() + { + if (array_key_exists("edgeBlockAccessToAboutFlags", $this->_propDict)) { + return $this->_propDict["edgeBlockAccessToAboutFlags"]; + } else { + return null; + } + } + + /** + * Sets the edgeBlockAccessToAboutFlags + * Indicates whether or not to prevent access to about flags on Edge browser. + * + * @param bool $val The edgeBlockAccessToAboutFlags + * + * @return Windows10GeneralConfiguration + */ + public function setEdgeBlockAccessToAboutFlags($val) + { + $this->_propDict["edgeBlockAccessToAboutFlags"] = boolval($val); + return $this; + } + + /** + * Gets the smartScreenBlockPromptOverride + * Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites. + * + * @return bool The smartScreenBlockPromptOverride + */ + public function getSmartScreenBlockPromptOverride() + { + if (array_key_exists("smartScreenBlockPromptOverride", $this->_propDict)) { + return $this->_propDict["smartScreenBlockPromptOverride"]; + } else { + return null; + } + } + + /** + * Sets the smartScreenBlockPromptOverride + * Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites. + * + * @param bool $val The smartScreenBlockPromptOverride + * + * @return Windows10GeneralConfiguration + */ + public function setSmartScreenBlockPromptOverride($val) + { + $this->_propDict["smartScreenBlockPromptOverride"] = boolval($val); + return $this; + } + + /** + * Gets the smartScreenBlockPromptOverrideForFiles + * Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files + * + * @return bool The smartScreenBlockPromptOverrideForFiles + */ + public function getSmartScreenBlockPromptOverrideForFiles() + { + if (array_key_exists("smartScreenBlockPromptOverrideForFiles", $this->_propDict)) { + return $this->_propDict["smartScreenBlockPromptOverrideForFiles"]; + } else { + return null; + } + } + + /** + * Sets the smartScreenBlockPromptOverrideForFiles + * Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files + * + * @param bool $val The smartScreenBlockPromptOverrideForFiles + * + * @return Windows10GeneralConfiguration + */ + public function setSmartScreenBlockPromptOverrideForFiles($val) + { + $this->_propDict["smartScreenBlockPromptOverrideForFiles"] = boolval($val); + return $this; + } + + /** + * Gets the webRtcBlockLocalhostIpAddress + * Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC + * + * @return bool The webRtcBlockLocalhostIpAddress + */ + public function getWebRtcBlockLocalhostIpAddress() + { + if (array_key_exists("webRtcBlockLocalhostIpAddress", $this->_propDict)) { + return $this->_propDict["webRtcBlockLocalhostIpAddress"]; + } else { + return null; + } + } + + /** + * Sets the webRtcBlockLocalhostIpAddress + * Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC + * + * @param bool $val The webRtcBlockLocalhostIpAddress + * + * @return Windows10GeneralConfiguration + */ + public function setWebRtcBlockLocalhostIpAddress($val) + { + $this->_propDict["webRtcBlockLocalhostIpAddress"] = boolval($val); + return $this; + } + + /** + * Gets the internetSharingBlocked + * Indicates whether or not to Block the user from using internet sharing. + * + * @return bool The internetSharingBlocked + */ + public function getInternetSharingBlocked() + { + if (array_key_exists("internetSharingBlocked", $this->_propDict)) { + return $this->_propDict["internetSharingBlocked"]; + } else { + return null; + } + } + + /** + * Sets the internetSharingBlocked + * Indicates whether or not to Block the user from using internet sharing. + * + * @param bool $val The internetSharingBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setInternetSharingBlocked($val) + { + $this->_propDict["internetSharingBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockAddProvisioningPackage + * Indicates whether or not to block the user from installing provisioning packages. + * + * @return bool The settingsBlockAddProvisioningPackage + */ + public function getSettingsBlockAddProvisioningPackage() + { + if (array_key_exists("settingsBlockAddProvisioningPackage", $this->_propDict)) { + return $this->_propDict["settingsBlockAddProvisioningPackage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockAddProvisioningPackage + * Indicates whether or not to block the user from installing provisioning packages. + * + * @param bool $val The settingsBlockAddProvisioningPackage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockAddProvisioningPackage($val) + { + $this->_propDict["settingsBlockAddProvisioningPackage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockRemoveProvisioningPackage + * Indicates whether or not to block the runtime configuration agent from removing provisioning packages. + * + * @return bool The settingsBlockRemoveProvisioningPackage + */ + public function getSettingsBlockRemoveProvisioningPackage() + { + if (array_key_exists("settingsBlockRemoveProvisioningPackage", $this->_propDict)) { + return $this->_propDict["settingsBlockRemoveProvisioningPackage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockRemoveProvisioningPackage + * Indicates whether or not to block the runtime configuration agent from removing provisioning packages. + * + * @param bool $val The settingsBlockRemoveProvisioningPackage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockRemoveProvisioningPackage($val) + { + $this->_propDict["settingsBlockRemoveProvisioningPackage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockChangeSystemTime + * Indicates whether or not to block the user from changing date and time settings. + * + * @return bool The settingsBlockChangeSystemTime + */ + public function getSettingsBlockChangeSystemTime() + { + if (array_key_exists("settingsBlockChangeSystemTime", $this->_propDict)) { + return $this->_propDict["settingsBlockChangeSystemTime"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockChangeSystemTime + * Indicates whether or not to block the user from changing date and time settings. + * + * @param bool $val The settingsBlockChangeSystemTime + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockChangeSystemTime($val) + { + $this->_propDict["settingsBlockChangeSystemTime"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockEditDeviceName + * Indicates whether or not to block the user from editing the device name. + * + * @return bool The settingsBlockEditDeviceName + */ + public function getSettingsBlockEditDeviceName() + { + if (array_key_exists("settingsBlockEditDeviceName", $this->_propDict)) { + return $this->_propDict["settingsBlockEditDeviceName"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockEditDeviceName + * Indicates whether or not to block the user from editing the device name. + * + * @param bool $val The settingsBlockEditDeviceName + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockEditDeviceName($val) + { + $this->_propDict["settingsBlockEditDeviceName"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockChangeRegion + * Indicates whether or not to block the user from changing the region settings. + * + * @return bool The settingsBlockChangeRegion + */ + public function getSettingsBlockChangeRegion() + { + if (array_key_exists("settingsBlockChangeRegion", $this->_propDict)) { + return $this->_propDict["settingsBlockChangeRegion"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockChangeRegion + * Indicates whether or not to block the user from changing the region settings. + * + * @param bool $val The settingsBlockChangeRegion + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockChangeRegion($val) + { + $this->_propDict["settingsBlockChangeRegion"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockChangeLanguage + * Indicates whether or not to block the user from changing the language settings. + * + * @return bool The settingsBlockChangeLanguage + */ + public function getSettingsBlockChangeLanguage() + { + if (array_key_exists("settingsBlockChangeLanguage", $this->_propDict)) { + return $this->_propDict["settingsBlockChangeLanguage"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockChangeLanguage + * Indicates whether or not to block the user from changing the language settings. + * + * @param bool $val The settingsBlockChangeLanguage + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockChangeLanguage($val) + { + $this->_propDict["settingsBlockChangeLanguage"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockChangePowerSleep + * Indicates whether or not to block the user from changing power and sleep settings. + * + * @return bool The settingsBlockChangePowerSleep + */ + public function getSettingsBlockChangePowerSleep() + { + if (array_key_exists("settingsBlockChangePowerSleep", $this->_propDict)) { + return $this->_propDict["settingsBlockChangePowerSleep"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockChangePowerSleep + * Indicates whether or not to block the user from changing power and sleep settings. + * + * @param bool $val The settingsBlockChangePowerSleep + * + * @return Windows10GeneralConfiguration + */ + public function setSettingsBlockChangePowerSleep($val) + { + $this->_propDict["settingsBlockChangePowerSleep"] = boolval($val); + return $this; + } + + /** + * Gets the locationServicesBlocked + * Indicates whether or not to Block the user from location services. + * + * @return bool The locationServicesBlocked + */ + public function getLocationServicesBlocked() + { + if (array_key_exists("locationServicesBlocked", $this->_propDict)) { + return $this->_propDict["locationServicesBlocked"]; + } else { + return null; + } + } + + /** + * Sets the locationServicesBlocked + * Indicates whether or not to Block the user from location services. + * + * @param bool $val The locationServicesBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setLocationServicesBlocked($val) + { + $this->_propDict["locationServicesBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the microsoftAccountBlocked + * Indicates whether or not to Block a Microsoft account. + * + * @return bool The microsoftAccountBlocked + */ + public function getMicrosoftAccountBlocked() + { + if (array_key_exists("microsoftAccountBlocked", $this->_propDict)) { + return $this->_propDict["microsoftAccountBlocked"]; + } else { + return null; + } + } + + /** + * Sets the microsoftAccountBlocked + * Indicates whether or not to Block a Microsoft account. + * + * @param bool $val The microsoftAccountBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setMicrosoftAccountBlocked($val) + { + $this->_propDict["microsoftAccountBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the microsoftAccountBlockSettingsSync + * Indicates whether or not to Block Microsoft account settings sync. + * + * @return bool The microsoftAccountBlockSettingsSync + */ + public function getMicrosoftAccountBlockSettingsSync() + { + if (array_key_exists("microsoftAccountBlockSettingsSync", $this->_propDict)) { + return $this->_propDict["microsoftAccountBlockSettingsSync"]; + } else { + return null; + } + } + + /** + * Sets the microsoftAccountBlockSettingsSync + * Indicates whether or not to Block Microsoft account settings sync. + * + * @param bool $val The microsoftAccountBlockSettingsSync + * + * @return Windows10GeneralConfiguration + */ + public function setMicrosoftAccountBlockSettingsSync($val) + { + $this->_propDict["microsoftAccountBlockSettingsSync"] = boolval($val); + return $this; + } + + /** + * Gets the nfcBlocked + * Indicates whether or not to Block the user from using near field communication. + * + * @return bool The nfcBlocked + */ + public function getNfcBlocked() + { + if (array_key_exists("nfcBlocked", $this->_propDict)) { + return $this->_propDict["nfcBlocked"]; + } else { + return null; + } + } + + /** + * Sets the nfcBlocked + * Indicates whether or not to Block the user from using near field communication. + * + * @param bool $val The nfcBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setNfcBlocked($val) + { + $this->_propDict["nfcBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the resetProtectionModeBlocked + * Indicates whether or not to Block the user from reset protection mode. + * + * @return bool The resetProtectionModeBlocked + */ + public function getResetProtectionModeBlocked() + { + if (array_key_exists("resetProtectionModeBlocked", $this->_propDict)) { + return $this->_propDict["resetProtectionModeBlocked"]; + } else { + return null; + } + } + + /** + * Sets the resetProtectionModeBlocked + * Indicates whether or not to Block the user from reset protection mode. + * + * @param bool $val The resetProtectionModeBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setResetProtectionModeBlocked($val) + { + $this->_propDict["resetProtectionModeBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the screenCaptureBlocked + * Indicates whether or not to Block the user from taking Screenshots. + * + * @return bool The screenCaptureBlocked + */ + public function getScreenCaptureBlocked() + { + if (array_key_exists("screenCaptureBlocked", $this->_propDict)) { + return $this->_propDict["screenCaptureBlocked"]; + } else { + return null; + } + } + + /** + * Sets the screenCaptureBlocked + * Indicates whether or not to Block the user from taking Screenshots. + * + * @param bool $val The screenCaptureBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setScreenCaptureBlocked($val) + { + $this->_propDict["screenCaptureBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the storageBlockRemovableStorage + * Indicates whether or not to Block the user from using removable storage. + * + * @return bool The storageBlockRemovableStorage + */ + public function getStorageBlockRemovableStorage() + { + if (array_key_exists("storageBlockRemovableStorage", $this->_propDict)) { + return $this->_propDict["storageBlockRemovableStorage"]; + } else { + return null; + } + } + + /** + * Sets the storageBlockRemovableStorage + * Indicates whether or not to Block the user from using removable storage. + * + * @param bool $val The storageBlockRemovableStorage + * + * @return Windows10GeneralConfiguration + */ + public function setStorageBlockRemovableStorage($val) + { + $this->_propDict["storageBlockRemovableStorage"] = boolval($val); + return $this; + } + + /** + * Gets the storageRequireMobileDeviceEncryption + * Indicating whether or not to require encryption on a mobile device. + * + * @return bool The storageRequireMobileDeviceEncryption + */ + public function getStorageRequireMobileDeviceEncryption() + { + if (array_key_exists("storageRequireMobileDeviceEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireMobileDeviceEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireMobileDeviceEncryption + * Indicating whether or not to require encryption on a mobile device. + * + * @param bool $val The storageRequireMobileDeviceEncryption + * + * @return Windows10GeneralConfiguration + */ + public function setStorageRequireMobileDeviceEncryption($val) + { + $this->_propDict["storageRequireMobileDeviceEncryption"] = boolval($val); + return $this; + } + + /** + * Gets the usbBlocked + * Indicates whether or not to Block the user from USB connection. + * + * @return bool The usbBlocked + */ + public function getUsbBlocked() + { + if (array_key_exists("usbBlocked", $this->_propDict)) { + return $this->_propDict["usbBlocked"]; + } else { + return null; + } + } + + /** + * Sets the usbBlocked + * Indicates whether or not to Block the user from USB connection. + * + * @param bool $val The usbBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setUsbBlocked($val) + { + $this->_propDict["usbBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the voiceRecordingBlocked + * Indicates whether or not to Block the user from voice recording. + * + * @return bool The voiceRecordingBlocked + */ + public function getVoiceRecordingBlocked() + { + if (array_key_exists("voiceRecordingBlocked", $this->_propDict)) { + return $this->_propDict["voiceRecordingBlocked"]; + } else { + return null; + } + } + + /** + * Sets the voiceRecordingBlocked + * Indicates whether or not to Block the user from voice recording. + * + * @param bool $val The voiceRecordingBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setVoiceRecordingBlocked($val) + { + $this->_propDict["voiceRecordingBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the wiFiBlockAutomaticConnectHotspots + * Indicating whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked. + * + * @return bool The wiFiBlockAutomaticConnectHotspots + */ + public function getWiFiBlockAutomaticConnectHotspots() + { + if (array_key_exists("wiFiBlockAutomaticConnectHotspots", $this->_propDict)) { + return $this->_propDict["wiFiBlockAutomaticConnectHotspots"]; + } else { + return null; + } + } + + /** + * Sets the wiFiBlockAutomaticConnectHotspots + * Indicating whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked. + * + * @param bool $val The wiFiBlockAutomaticConnectHotspots + * + * @return Windows10GeneralConfiguration + */ + public function setWiFiBlockAutomaticConnectHotspots($val) + { + $this->_propDict["wiFiBlockAutomaticConnectHotspots"] = boolval($val); + return $this; + } + + /** + * Gets the wiFiBlocked + * Indicates whether or not to Block the user from using Wi-Fi. + * + * @return bool The wiFiBlocked + */ + public function getWiFiBlocked() + { + if (array_key_exists("wiFiBlocked", $this->_propDict)) { + return $this->_propDict["wiFiBlocked"]; + } else { + return null; + } + } + + /** + * Sets the wiFiBlocked + * Indicates whether or not to Block the user from using Wi-Fi. + * + * @param bool $val The wiFiBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setWiFiBlocked($val) + { + $this->_propDict["wiFiBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the wiFiBlockManualConfiguration + * Indicates whether or not to Block the user from using Wi-Fi manual configuration. + * + * @return bool The wiFiBlockManualConfiguration + */ + public function getWiFiBlockManualConfiguration() + { + if (array_key_exists("wiFiBlockManualConfiguration", $this->_propDict)) { + return $this->_propDict["wiFiBlockManualConfiguration"]; + } else { + return null; + } + } + + /** + * Sets the wiFiBlockManualConfiguration + * Indicates whether or not to Block the user from using Wi-Fi manual configuration. + * + * @param bool $val The wiFiBlockManualConfiguration + * + * @return Windows10GeneralConfiguration + */ + public function setWiFiBlockManualConfiguration($val) + { + $this->_propDict["wiFiBlockManualConfiguration"] = boolval($val); + return $this; + } + + /** + * Gets the wiFiScanInterval + * Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500 + * + * @return int The wiFiScanInterval + */ + public function getWiFiScanInterval() + { + if (array_key_exists("wiFiScanInterval", $this->_propDict)) { + return $this->_propDict["wiFiScanInterval"]; + } else { + return null; + } + } + + /** + * Sets the wiFiScanInterval + * Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500 + * + * @param int $val The wiFiScanInterval + * + * @return Windows10GeneralConfiguration + */ + public function setWiFiScanInterval($val) + { + $this->_propDict["wiFiScanInterval"] = intval($val); + return $this; + } + + /** + * Gets the wirelessDisplayBlockProjectionToThisDevice + * Indicates whether or not to allow other devices from discovering this PC for projection. + * + * @return bool The wirelessDisplayBlockProjectionToThisDevice + */ + public function getWirelessDisplayBlockProjectionToThisDevice() + { + if (array_key_exists("wirelessDisplayBlockProjectionToThisDevice", $this->_propDict)) { + return $this->_propDict["wirelessDisplayBlockProjectionToThisDevice"]; + } else { + return null; + } + } + + /** + * Sets the wirelessDisplayBlockProjectionToThisDevice + * Indicates whether or not to allow other devices from discovering this PC for projection. + * + * @param bool $val The wirelessDisplayBlockProjectionToThisDevice + * + * @return Windows10GeneralConfiguration + */ + public function setWirelessDisplayBlockProjectionToThisDevice($val) + { + $this->_propDict["wirelessDisplayBlockProjectionToThisDevice"] = boolval($val); + return $this; + } + + /** + * Gets the wirelessDisplayBlockUserInputFromReceiver + * Indicates whether or not to allow user input from wireless display receiver. + * + * @return bool The wirelessDisplayBlockUserInputFromReceiver + */ + public function getWirelessDisplayBlockUserInputFromReceiver() + { + if (array_key_exists("wirelessDisplayBlockUserInputFromReceiver", $this->_propDict)) { + return $this->_propDict["wirelessDisplayBlockUserInputFromReceiver"]; + } else { + return null; + } + } + + /** + * Sets the wirelessDisplayBlockUserInputFromReceiver + * Indicates whether or not to allow user input from wireless display receiver. + * + * @param bool $val The wirelessDisplayBlockUserInputFromReceiver + * + * @return Windows10GeneralConfiguration + */ + public function setWirelessDisplayBlockUserInputFromReceiver($val) + { + $this->_propDict["wirelessDisplayBlockUserInputFromReceiver"] = boolval($val); + return $this; + } + + /** + * Gets the wirelessDisplayRequirePinForPairing + * Indicates whether or not to require a PIN for new devices to initiate pairing. + * + * @return bool The wirelessDisplayRequirePinForPairing + */ + public function getWirelessDisplayRequirePinForPairing() + { + if (array_key_exists("wirelessDisplayRequirePinForPairing", $this->_propDict)) { + return $this->_propDict["wirelessDisplayRequirePinForPairing"]; + } else { + return null; + } + } + + /** + * Sets the wirelessDisplayRequirePinForPairing + * Indicates whether or not to require a PIN for new devices to initiate pairing. + * + * @param bool $val The wirelessDisplayRequirePinForPairing + * + * @return Windows10GeneralConfiguration + */ + public function setWirelessDisplayRequirePinForPairing($val) + { + $this->_propDict["wirelessDisplayRequirePinForPairing"] = boolval($val); + return $this; + } + + /** + * Gets the windowsStoreBlocked + * Indicates whether or not to Block the user from using the Windows store. + * + * @return bool The windowsStoreBlocked + */ + public function getWindowsStoreBlocked() + { + if (array_key_exists("windowsStoreBlocked", $this->_propDict)) { + return $this->_propDict["windowsStoreBlocked"]; + } else { + return null; + } + } + + /** + * Sets the windowsStoreBlocked + * Indicates whether or not to Block the user from using the Windows store. + * + * @param bool $val The windowsStoreBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsStoreBlocked($val) + { + $this->_propDict["windowsStoreBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the appsAllowTrustedAppsSideloading + * Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded. Possible values are: notConfigured, blocked, allowed. + * + * @return StateManagementSetting The appsAllowTrustedAppsSideloading + */ + public function getAppsAllowTrustedAppsSideloading() + { + if (array_key_exists("appsAllowTrustedAppsSideloading", $this->_propDict)) { + if (is_a($this->_propDict["appsAllowTrustedAppsSideloading"], "Microsoft\Graph\Model\StateManagementSetting")) { + return $this->_propDict["appsAllowTrustedAppsSideloading"]; + } else { + $this->_propDict["appsAllowTrustedAppsSideloading"] = new StateManagementSetting($this->_propDict["appsAllowTrustedAppsSideloading"]); + return $this->_propDict["appsAllowTrustedAppsSideloading"]; + } + } + return null; + } + + /** + * Sets the appsAllowTrustedAppsSideloading + * Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded. Possible values are: notConfigured, blocked, allowed. + * + * @param StateManagementSetting $val The appsAllowTrustedAppsSideloading + * + * @return Windows10GeneralConfiguration + */ + public function setAppsAllowTrustedAppsSideloading($val) + { + $this->_propDict["appsAllowTrustedAppsSideloading"] = $val; + return $this; + } + + /** + * Gets the windowsStoreBlockAutoUpdate + * Indicates whether or not to block automatic update of apps from Windows Store. + * + * @return bool The windowsStoreBlockAutoUpdate + */ + public function getWindowsStoreBlockAutoUpdate() + { + if (array_key_exists("windowsStoreBlockAutoUpdate", $this->_propDict)) { + return $this->_propDict["windowsStoreBlockAutoUpdate"]; + } else { + return null; + } + } + + /** + * Sets the windowsStoreBlockAutoUpdate + * Indicates whether or not to block automatic update of apps from Windows Store. + * + * @param bool $val The windowsStoreBlockAutoUpdate + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsStoreBlockAutoUpdate($val) + { + $this->_propDict["windowsStoreBlockAutoUpdate"] = boolval($val); + return $this; + } + + /** + * Gets the developerUnlockSetting + * Indicates whether or not to allow developer unlock. Possible values are: notConfigured, blocked, allowed. + * + * @return StateManagementSetting The developerUnlockSetting + */ + public function getDeveloperUnlockSetting() + { + if (array_key_exists("developerUnlockSetting", $this->_propDict)) { + if (is_a($this->_propDict["developerUnlockSetting"], "Microsoft\Graph\Model\StateManagementSetting")) { + return $this->_propDict["developerUnlockSetting"]; + } else { + $this->_propDict["developerUnlockSetting"] = new StateManagementSetting($this->_propDict["developerUnlockSetting"]); + return $this->_propDict["developerUnlockSetting"]; + } + } + return null; + } + + /** + * Sets the developerUnlockSetting + * Indicates whether or not to allow developer unlock. Possible values are: notConfigured, blocked, allowed. + * + * @param StateManagementSetting $val The developerUnlockSetting + * + * @return Windows10GeneralConfiguration + */ + public function setDeveloperUnlockSetting($val) + { + $this->_propDict["developerUnlockSetting"] = $val; + return $this; + } + + /** + * Gets the sharedUserAppDataAllowed + * Indicates whether or not to block multiple users of the same app to share data. + * + * @return bool The sharedUserAppDataAllowed + */ + public function getSharedUserAppDataAllowed() + { + if (array_key_exists("sharedUserAppDataAllowed", $this->_propDict)) { + return $this->_propDict["sharedUserAppDataAllowed"]; + } else { + return null; + } + } + + /** + * Sets the sharedUserAppDataAllowed + * Indicates whether or not to block multiple users of the same app to share data. + * + * @param bool $val The sharedUserAppDataAllowed + * + * @return Windows10GeneralConfiguration + */ + public function setSharedUserAppDataAllowed($val) + { + $this->_propDict["sharedUserAppDataAllowed"] = boolval($val); + return $this; + } + + /** + * Gets the appsBlockWindowsStoreOriginatedApps + * Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded. + * + * @return bool The appsBlockWindowsStoreOriginatedApps + */ + public function getAppsBlockWindowsStoreOriginatedApps() + { + if (array_key_exists("appsBlockWindowsStoreOriginatedApps", $this->_propDict)) { + return $this->_propDict["appsBlockWindowsStoreOriginatedApps"]; + } else { + return null; + } + } + + /** + * Sets the appsBlockWindowsStoreOriginatedApps + * Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded. + * + * @param bool $val The appsBlockWindowsStoreOriginatedApps + * + * @return Windows10GeneralConfiguration + */ + public function setAppsBlockWindowsStoreOriginatedApps($val) + { + $this->_propDict["appsBlockWindowsStoreOriginatedApps"] = boolval($val); + return $this; + } + + /** + * Gets the windowsStoreEnablePrivateStoreOnly + * Indicates whether or not to enable Private Store Only. + * + * @return bool The windowsStoreEnablePrivateStoreOnly + */ + public function getWindowsStoreEnablePrivateStoreOnly() + { + if (array_key_exists("windowsStoreEnablePrivateStoreOnly", $this->_propDict)) { + return $this->_propDict["windowsStoreEnablePrivateStoreOnly"]; + } else { + return null; + } + } + + /** + * Sets the windowsStoreEnablePrivateStoreOnly + * Indicates whether or not to enable Private Store Only. + * + * @param bool $val The windowsStoreEnablePrivateStoreOnly + * + * @return Windows10GeneralConfiguration + */ + public function setWindowsStoreEnablePrivateStoreOnly($val) + { + $this->_propDict["windowsStoreEnablePrivateStoreOnly"] = boolval($val); + return $this; + } + + /** + * Gets the storageRestrictAppDataToSystemVolume + * Indicates whether application data is restricted to the system drive. + * + * @return bool The storageRestrictAppDataToSystemVolume + */ + public function getStorageRestrictAppDataToSystemVolume() + { + if (array_key_exists("storageRestrictAppDataToSystemVolume", $this->_propDict)) { + return $this->_propDict["storageRestrictAppDataToSystemVolume"]; + } else { + return null; + } + } + + /** + * Sets the storageRestrictAppDataToSystemVolume + * Indicates whether application data is restricted to the system drive. + * + * @param bool $val The storageRestrictAppDataToSystemVolume + * + * @return Windows10GeneralConfiguration + */ + public function setStorageRestrictAppDataToSystemVolume($val) + { + $this->_propDict["storageRestrictAppDataToSystemVolume"] = boolval($val); + return $this; + } + + /** + * Gets the storageRestrictAppInstallToSystemVolume + * Indicates whether the installation of applications is restricted to the system drive. + * + * @return bool The storageRestrictAppInstallToSystemVolume + */ + public function getStorageRestrictAppInstallToSystemVolume() + { + if (array_key_exists("storageRestrictAppInstallToSystemVolume", $this->_propDict)) { + return $this->_propDict["storageRestrictAppInstallToSystemVolume"]; + } else { + return null; + } + } + + /** + * Sets the storageRestrictAppInstallToSystemVolume + * Indicates whether the installation of applications is restricted to the system drive. + * + * @param bool $val The storageRestrictAppInstallToSystemVolume + * + * @return Windows10GeneralConfiguration + */ + public function setStorageRestrictAppInstallToSystemVolume($val) + { + $this->_propDict["storageRestrictAppInstallToSystemVolume"] = boolval($val); + return $this; + } + + /** + * Gets the gameDvrBlocked + * Indicates whether or not to block DVR and broadcasting. + * + * @return bool The gameDvrBlocked + */ + public function getGameDvrBlocked() + { + if (array_key_exists("gameDvrBlocked", $this->_propDict)) { + return $this->_propDict["gameDvrBlocked"]; + } else { + return null; + } + } + + /** + * Sets the gameDvrBlocked + * Indicates whether or not to block DVR and broadcasting. + * + * @param bool $val The gameDvrBlocked + * + * @return Windows10GeneralConfiguration + */ + public function setGameDvrBlocked($val) + { + $this->_propDict["gameDvrBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the experienceBlockDeviceDiscovery + * Indicates whether or not to enable device discovery UX. + * + * @return bool The experienceBlockDeviceDiscovery + */ + public function getExperienceBlockDeviceDiscovery() + { + if (array_key_exists("experienceBlockDeviceDiscovery", $this->_propDict)) { + return $this->_propDict["experienceBlockDeviceDiscovery"]; + } else { + return null; + } + } + + /** + * Sets the experienceBlockDeviceDiscovery + * Indicates whether or not to enable device discovery UX. + * + * @param bool $val The experienceBlockDeviceDiscovery + * + * @return Windows10GeneralConfiguration + */ + public function setExperienceBlockDeviceDiscovery($val) + { + $this->_propDict["experienceBlockDeviceDiscovery"] = boolval($val); + return $this; + } + + /** + * Gets the experienceBlockErrorDialogWhenNoSIM + * Indicates whether or not to allow the error dialog from displaying if no SIM card is detected. + * + * @return bool The experienceBlockErrorDialogWhenNoSIM + */ + public function getExperienceBlockErrorDialogWhenNoSIM() + { + if (array_key_exists("experienceBlockErrorDialogWhenNoSIM", $this->_propDict)) { + return $this->_propDict["experienceBlockErrorDialogWhenNoSIM"]; + } else { + return null; + } + } + + /** + * Sets the experienceBlockErrorDialogWhenNoSIM + * Indicates whether or not to allow the error dialog from displaying if no SIM card is detected. + * + * @param bool $val The experienceBlockErrorDialogWhenNoSIM + * + * @return Windows10GeneralConfiguration + */ + public function setExperienceBlockErrorDialogWhenNoSIM($val) + { + $this->_propDict["experienceBlockErrorDialogWhenNoSIM"] = boolval($val); + return $this; + } + + /** + * Gets the experienceBlockTaskSwitcher + * Indicates whether or not to enable task switching on the device. + * + * @return bool The experienceBlockTaskSwitcher + */ + public function getExperienceBlockTaskSwitcher() + { + if (array_key_exists("experienceBlockTaskSwitcher", $this->_propDict)) { + return $this->_propDict["experienceBlockTaskSwitcher"]; + } else { + return null; + } + } + + /** + * Sets the experienceBlockTaskSwitcher + * Indicates whether or not to enable task switching on the device. + * + * @param bool $val The experienceBlockTaskSwitcher + * + * @return Windows10GeneralConfiguration + */ + public function setExperienceBlockTaskSwitcher($val) + { + $this->_propDict["experienceBlockTaskSwitcher"] = boolval($val); + return $this; + } + + /** + * Gets the logonBlockFastUserSwitching + * Disables the ability to quickly switch between users that are logged on simultaneously without logging off. + * + * @return bool The logonBlockFastUserSwitching + */ + public function getLogonBlockFastUserSwitching() + { + if (array_key_exists("logonBlockFastUserSwitching", $this->_propDict)) { + return $this->_propDict["logonBlockFastUserSwitching"]; + } else { + return null; + } + } + + /** + * Sets the logonBlockFastUserSwitching + * Disables the ability to quickly switch between users that are logged on simultaneously without logging off. + * + * @param bool $val The logonBlockFastUserSwitching + * + * @return Windows10GeneralConfiguration + */ + public function setLogonBlockFastUserSwitching($val) + { + $this->_propDict["logonBlockFastUserSwitching"] = boolval($val); + return $this; + } + + /** + * Gets the tenantLockdownRequireNetworkDuringOutOfBoxExperience + * Whether the device is required to connect to the network. + * + * @return bool The tenantLockdownRequireNetworkDuringOutOfBoxExperience + */ + public function getTenantLockdownRequireNetworkDuringOutOfBoxExperience() + { + if (array_key_exists("tenantLockdownRequireNetworkDuringOutOfBoxExperience", $this->_propDict)) { + return $this->_propDict["tenantLockdownRequireNetworkDuringOutOfBoxExperience"]; + } else { + return null; + } + } + + /** + * Sets the tenantLockdownRequireNetworkDuringOutOfBoxExperience + * Whether the device is required to connect to the network. + * + * @param bool $val The tenantLockdownRequireNetworkDuringOutOfBoxExperience + * + * @return Windows10GeneralConfiguration + */ + public function setTenantLockdownRequireNetworkDuringOutOfBoxExperience($val) + { + $this->_propDict["tenantLockdownRequireNetworkDuringOutOfBoxExperience"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows10MobileCompliancePolicy.php b/vendor/microsoft/microsoft-graph/src/Model/Windows10MobileCompliancePolicy.php new file mode 100644 index 000000000..1929d323f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows10MobileCompliancePolicy.php @@ -0,0 +1,497 @@ +_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Require a password to unlock Windows Phone device. + * + * @param bool $val The passwordRequired + * + * @return Windows10MobileCompliancePolicy + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the passwordBlockSimple + * Whether or not to block syncing the calendar. + * + * @return bool The passwordBlockSimple + */ + public function getPasswordBlockSimple() + { + if (array_key_exists("passwordBlockSimple", $this->_propDict)) { + return $this->_propDict["passwordBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockSimple + * Whether or not to block syncing the calendar. + * + * @param bool $val The passwordBlockSimple + * + * @return Windows10MobileCompliancePolicy + */ + public function setPasswordBlockSimple($val) + { + $this->_propDict["passwordBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * Minimum password length. Valid values 4 to 16 + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * Minimum password length. Valid values 4 to 16 + * + * @param int $val The passwordMinimumLength + * + * @return Windows10MobileCompliancePolicy + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @return int The passwordMinimumCharacterSetCount + */ + public function getPasswordMinimumCharacterSetCount() + { + if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passwordMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @param int $val The passwordMinimumCharacterSetCount + * + * @return Windows10MobileCompliancePolicy + */ + public function setPasswordMinimumCharacterSetCount($val) + { + $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passwordRequiredType + * + * @return Windows10MobileCompliancePolicy + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent re-use of. + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent re-use of. + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return Windows10MobileCompliancePolicy + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Number of days before password expiration. Valid values 1 to 255 + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Number of days before password expiration. Valid values 1 to 255 + * + * @param int $val The passwordExpirationDays + * + * @return Windows10MobileCompliancePolicy + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @return int The passwordMinutesOfInactivityBeforeLock + */ + public function getPasswordMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @param int $val The passwordMinutesOfInactivityBeforeLock + * + * @return Windows10MobileCompliancePolicy + */ + public function setPasswordMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequireToUnlockFromIdle + * Require a password to unlock an idle device. + * + * @return bool The passwordRequireToUnlockFromIdle + */ + public function getPasswordRequireToUnlockFromIdle() + { + if (array_key_exists("passwordRequireToUnlockFromIdle", $this->_propDict)) { + return $this->_propDict["passwordRequireToUnlockFromIdle"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequireToUnlockFromIdle + * Require a password to unlock an idle device. + * + * @param bool $val The passwordRequireToUnlockFromIdle + * + * @return Windows10MobileCompliancePolicy + */ + public function setPasswordRequireToUnlockFromIdle($val) + { + $this->_propDict["passwordRequireToUnlockFromIdle"] = boolval($val); + return $this; + } + + /** + * Gets the osMinimumVersion + * Minimum Windows Phone version. + * + * @return string The osMinimumVersion + */ + public function getOsMinimumVersion() + { + if (array_key_exists("osMinimumVersion", $this->_propDict)) { + return $this->_propDict["osMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMinimumVersion + * Minimum Windows Phone version. + * + * @param string $val The osMinimumVersion + * + * @return Windows10MobileCompliancePolicy + */ + public function setOsMinimumVersion($val) + { + $this->_propDict["osMinimumVersion"] = $val; + return $this; + } + + /** + * Gets the osMaximumVersion + * Maximum Windows Phone version. + * + * @return string The osMaximumVersion + */ + public function getOsMaximumVersion() + { + if (array_key_exists("osMaximumVersion", $this->_propDict)) { + return $this->_propDict["osMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMaximumVersion + * Maximum Windows Phone version. + * + * @param string $val The osMaximumVersion + * + * @return Windows10MobileCompliancePolicy + */ + public function setOsMaximumVersion($val) + { + $this->_propDict["osMaximumVersion"] = $val; + return $this; + } + + /** + * Gets the earlyLaunchAntiMalwareDriverEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled. + * + * @return bool The earlyLaunchAntiMalwareDriverEnabled + */ + public function getEarlyLaunchAntiMalwareDriverEnabled() + { + if (array_key_exists("earlyLaunchAntiMalwareDriverEnabled", $this->_propDict)) { + return $this->_propDict["earlyLaunchAntiMalwareDriverEnabled"]; + } else { + return null; + } + } + + /** + * Sets the earlyLaunchAntiMalwareDriverEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled. + * + * @param bool $val The earlyLaunchAntiMalwareDriverEnabled + * + * @return Windows10MobileCompliancePolicy + */ + public function setEarlyLaunchAntiMalwareDriverEnabled($val) + { + $this->_propDict["earlyLaunchAntiMalwareDriverEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the bitLockerEnabled + * Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled + * + * @return bool The bitLockerEnabled + */ + public function getBitLockerEnabled() + { + if (array_key_exists("bitLockerEnabled", $this->_propDict)) { + return $this->_propDict["bitLockerEnabled"]; + } else { + return null; + } + } + + /** + * Sets the bitLockerEnabled + * Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled + * + * @param bool $val The bitLockerEnabled + * + * @return Windows10MobileCompliancePolicy + */ + public function setBitLockerEnabled($val) + { + $this->_propDict["bitLockerEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the secureBootEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled. + * + * @return bool The secureBootEnabled + */ + public function getSecureBootEnabled() + { + if (array_key_exists("secureBootEnabled", $this->_propDict)) { + return $this->_propDict["secureBootEnabled"]; + } else { + return null; + } + } + + /** + * Sets the secureBootEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled. + * + * @param bool $val The secureBootEnabled + * + * @return Windows10MobileCompliancePolicy + */ + public function setSecureBootEnabled($val) + { + $this->_propDict["secureBootEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the codeIntegrityEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation. + * + * @return bool The codeIntegrityEnabled + */ + public function getCodeIntegrityEnabled() + { + if (array_key_exists("codeIntegrityEnabled", $this->_propDict)) { + return $this->_propDict["codeIntegrityEnabled"]; + } else { + return null; + } + } + + /** + * Sets the codeIntegrityEnabled + * Require devices to be reported as healthy by Windows Device Health Attestation. + * + * @param bool $val The codeIntegrityEnabled + * + * @return Windows10MobileCompliancePolicy + */ + public function setCodeIntegrityEnabled($val) + { + $this->_propDict["codeIntegrityEnabled"] = boolval($val); + return $this; + } + + /** + * Gets the storageRequireEncryption + * Require encryption on windows devices. + * + * @return bool The storageRequireEncryption + */ + public function getStorageRequireEncryption() + { + if (array_key_exists("storageRequireEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireEncryption + * Require encryption on windows devices. + * + * @param bool $val The storageRequireEncryption + * + * @return Windows10MobileCompliancePolicy + */ + public function setStorageRequireEncryption($val) + { + $this->_propDict["storageRequireEncryption"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows10NetworkProxyServer.php b/vendor/microsoft/microsoft-graph/src/Model/Windows10NetworkProxyServer.php new file mode 100644 index 000000000..5bf4326ed --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows10NetworkProxyServer.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["address"]; + } else { + return null; + } + } + + /** + * Sets the address + * Address to the proxy server. Specify an address in the format [':'] + * + * @param string $val The value of the address + * + * @return Windows10NetworkProxyServer + */ + public function setAddress($val) + { + $this->_propDict["address"] = $val; + return $this; + } + /** + * Gets the exceptions + * Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node. + * + * @return string The exceptions + */ + public function getExceptions() + { + if (array_key_exists("exceptions", $this->_propDict)) { + return $this->_propDict["exceptions"]; + } else { + return null; + } + } + + /** + * Sets the exceptions + * Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node. + * + * @param string $val The value of the exceptions + * + * @return Windows10NetworkProxyServer + */ + public function setExceptions($val) + { + $this->_propDict["exceptions"] = $val; + return $this; + } + /** + * Gets the useForLocalAddresses + * Specifies whether the proxy server should be used for local (intranet) addresses. + * + * @return bool The useForLocalAddresses + */ + public function getUseForLocalAddresses() + { + if (array_key_exists("useForLocalAddresses", $this->_propDict)) { + return $this->_propDict["useForLocalAddresses"]; + } else { + return null; + } + } + + /** + * Sets the useForLocalAddresses + * Specifies whether the proxy server should be used for local (intranet) addresses. + * + * @param bool $val The value of the useForLocalAddresses + * + * @return Windows10NetworkProxyServer + */ + public function setUseForLocalAddresses($val) + { + $this->_propDict["useForLocalAddresses"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows10SecureAssessmentConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/Windows10SecureAssessmentConfiguration.php new file mode 100644 index 000000000..72187cfa0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows10SecureAssessmentConfiguration.php @@ -0,0 +1,174 @@ +_propDict)) { + return $this->_propDict["launchUri"]; + } else { + return null; + } + } + + /** + * Sets the launchUri + * Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/). + * + * @param string $val The launchUri + * + * @return Windows10SecureAssessmentConfiguration + */ + public function setLaunchUri($val) + { + $this->_propDict["launchUri"] = $val; + return $this; + } + + /** + * Gets the configurationAccount + * The account used to configure the Windows device for taking the test. The user can be a domain account (domain/user), an AAD account (username@tenant.com) or a local account (username). + * + * @return string The configurationAccount + */ + public function getConfigurationAccount() + { + if (array_key_exists("configurationAccount", $this->_propDict)) { + return $this->_propDict["configurationAccount"]; + } else { + return null; + } + } + + /** + * Sets the configurationAccount + * The account used to configure the Windows device for taking the test. The user can be a domain account (domain/user), an AAD account (username@tenant.com) or a local account (username). + * + * @param string $val The configurationAccount + * + * @return Windows10SecureAssessmentConfiguration + */ + public function setConfigurationAccount($val) + { + $this->_propDict["configurationAccount"] = $val; + return $this; + } + + /** + * Gets the allowPrinting + * Indicates whether or not to allow the app from printing during the test. + * + * @return bool The allowPrinting + */ + public function getAllowPrinting() + { + if (array_key_exists("allowPrinting", $this->_propDict)) { + return $this->_propDict["allowPrinting"]; + } else { + return null; + } + } + + /** + * Sets the allowPrinting + * Indicates whether or not to allow the app from printing during the test. + * + * @param bool $val The allowPrinting + * + * @return Windows10SecureAssessmentConfiguration + */ + public function setAllowPrinting($val) + { + $this->_propDict["allowPrinting"] = boolval($val); + return $this; + } + + /** + * Gets the allowScreenCapture + * Indicates whether or not to allow screen capture capability during a test. + * + * @return bool The allowScreenCapture + */ + public function getAllowScreenCapture() + { + if (array_key_exists("allowScreenCapture", $this->_propDict)) { + return $this->_propDict["allowScreenCapture"]; + } else { + return null; + } + } + + /** + * Sets the allowScreenCapture + * Indicates whether or not to allow screen capture capability during a test. + * + * @param bool $val The allowScreenCapture + * + * @return Windows10SecureAssessmentConfiguration + */ + public function setAllowScreenCapture($val) + { + $this->_propDict["allowScreenCapture"] = boolval($val); + return $this; + } + + /** + * Gets the allowTextSuggestion + * Indicates whether or not to allow text suggestions during the test. + * + * @return bool The allowTextSuggestion + */ + public function getAllowTextSuggestion() + { + if (array_key_exists("allowTextSuggestion", $this->_propDict)) { + return $this->_propDict["allowTextSuggestion"]; + } else { + return null; + } + } + + /** + * Sets the allowTextSuggestion + * Indicates whether or not to allow text suggestions during the test. + * + * @param bool $val The allowTextSuggestion + * + * @return Windows10SecureAssessmentConfiguration + */ + public function setAllowTextSuggestion($val) + { + $this->_propDict["allowTextSuggestion"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows10TeamGeneralConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/Windows10TeamGeneralConfiguration.php new file mode 100644 index 000000000..75af03aa9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows10TeamGeneralConfiguration.php @@ -0,0 +1,621 @@ +_propDict)) { + return $this->_propDict["azureOperationalInsightsBlockTelemetry"]; + } else { + return null; + } + } + + /** + * Sets the azureOperationalInsightsBlockTelemetry + * Indicates whether or not to Block Azure Operational Insights. + * + * @param bool $val The azureOperationalInsightsBlockTelemetry + * + * @return Windows10TeamGeneralConfiguration + */ + public function setAzureOperationalInsightsBlockTelemetry($val) + { + $this->_propDict["azureOperationalInsightsBlockTelemetry"] = boolval($val); + return $this; + } + + /** + * Gets the azureOperationalInsightsWorkspaceId + * The Azure Operational Insights workspace id. + * + * @return string The azureOperationalInsightsWorkspaceId + */ + public function getAzureOperationalInsightsWorkspaceId() + { + if (array_key_exists("azureOperationalInsightsWorkspaceId", $this->_propDict)) { + return $this->_propDict["azureOperationalInsightsWorkspaceId"]; + } else { + return null; + } + } + + /** + * Sets the azureOperationalInsightsWorkspaceId + * The Azure Operational Insights workspace id. + * + * @param string $val The azureOperationalInsightsWorkspaceId + * + * @return Windows10TeamGeneralConfiguration + */ + public function setAzureOperationalInsightsWorkspaceId($val) + { + $this->_propDict["azureOperationalInsightsWorkspaceId"] = $val; + return $this; + } + + /** + * Gets the azureOperationalInsightsWorkspaceKey + * The Azure Operational Insights Workspace key. + * + * @return string The azureOperationalInsightsWorkspaceKey + */ + public function getAzureOperationalInsightsWorkspaceKey() + { + if (array_key_exists("azureOperationalInsightsWorkspaceKey", $this->_propDict)) { + return $this->_propDict["azureOperationalInsightsWorkspaceKey"]; + } else { + return null; + } + } + + /** + * Sets the azureOperationalInsightsWorkspaceKey + * The Azure Operational Insights Workspace key. + * + * @param string $val The azureOperationalInsightsWorkspaceKey + * + * @return Windows10TeamGeneralConfiguration + */ + public function setAzureOperationalInsightsWorkspaceKey($val) + { + $this->_propDict["azureOperationalInsightsWorkspaceKey"] = $val; + return $this; + } + + /** + * Gets the connectAppBlockAutoLaunch + * Specifies whether to automatically launch the Connect app whenever a projection is initiated. + * + * @return bool The connectAppBlockAutoLaunch + */ + public function getConnectAppBlockAutoLaunch() + { + if (array_key_exists("connectAppBlockAutoLaunch", $this->_propDict)) { + return $this->_propDict["connectAppBlockAutoLaunch"]; + } else { + return null; + } + } + + /** + * Sets the connectAppBlockAutoLaunch + * Specifies whether to automatically launch the Connect app whenever a projection is initiated. + * + * @param bool $val The connectAppBlockAutoLaunch + * + * @return Windows10TeamGeneralConfiguration + */ + public function setConnectAppBlockAutoLaunch($val) + { + $this->_propDict["connectAppBlockAutoLaunch"] = boolval($val); + return $this; + } + + /** + * Gets the maintenanceWindowBlocked + * Indicates whether or not to Block setting a maintenance window for device updates. + * + * @return bool The maintenanceWindowBlocked + */ + public function getMaintenanceWindowBlocked() + { + if (array_key_exists("maintenanceWindowBlocked", $this->_propDict)) { + return $this->_propDict["maintenanceWindowBlocked"]; + } else { + return null; + } + } + + /** + * Sets the maintenanceWindowBlocked + * Indicates whether or not to Block setting a maintenance window for device updates. + * + * @param bool $val The maintenanceWindowBlocked + * + * @return Windows10TeamGeneralConfiguration + */ + public function setMaintenanceWindowBlocked($val) + { + $this->_propDict["maintenanceWindowBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the maintenanceWindowDurationInHours + * Maintenance window duration for device updates. Valid values 0 to 5 + * + * @return int The maintenanceWindowDurationInHours + */ + public function getMaintenanceWindowDurationInHours() + { + if (array_key_exists("maintenanceWindowDurationInHours", $this->_propDict)) { + return $this->_propDict["maintenanceWindowDurationInHours"]; + } else { + return null; + } + } + + /** + * Sets the maintenanceWindowDurationInHours + * Maintenance window duration for device updates. Valid values 0 to 5 + * + * @param int $val The maintenanceWindowDurationInHours + * + * @return Windows10TeamGeneralConfiguration + */ + public function setMaintenanceWindowDurationInHours($val) + { + $this->_propDict["maintenanceWindowDurationInHours"] = intval($val); + return $this; + } + + /** + * Gets the maintenanceWindowStartTime + * Maintenance window start time for device updates. + * + * @return TimeOfDay The maintenanceWindowStartTime + */ + public function getMaintenanceWindowStartTime() + { + if (array_key_exists("maintenanceWindowStartTime", $this->_propDict)) { + if (is_a($this->_propDict["maintenanceWindowStartTime"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["maintenanceWindowStartTime"]; + } else { + $this->_propDict["maintenanceWindowStartTime"] = new TimeOfDay($this->_propDict["maintenanceWindowStartTime"]); + return $this->_propDict["maintenanceWindowStartTime"]; + } + } + return null; + } + + /** + * Sets the maintenanceWindowStartTime + * Maintenance window start time for device updates. + * + * @param TimeOfDay $val The maintenanceWindowStartTime + * + * @return Windows10TeamGeneralConfiguration + */ + public function setMaintenanceWindowStartTime($val) + { + $this->_propDict["maintenanceWindowStartTime"] = $val; + return $this; + } + + /** + * Gets the miracastChannel + * The channel. Possible values are: userDefined, one, two, three, four, five, six, seven, eight, nine, ten, eleven, thirtySix, forty, fortyFour, fortyEight, oneHundredFortyNine, oneHundredFiftyThree, oneHundredFiftySeven, oneHundredSixtyOne, oneHundredSixtyFive. + * + * @return MiracastChannel The miracastChannel + */ + public function getMiracastChannel() + { + if (array_key_exists("miracastChannel", $this->_propDict)) { + if (is_a($this->_propDict["miracastChannel"], "Microsoft\Graph\Model\MiracastChannel")) { + return $this->_propDict["miracastChannel"]; + } else { + $this->_propDict["miracastChannel"] = new MiracastChannel($this->_propDict["miracastChannel"]); + return $this->_propDict["miracastChannel"]; + } + } + return null; + } + + /** + * Sets the miracastChannel + * The channel. Possible values are: userDefined, one, two, three, four, five, six, seven, eight, nine, ten, eleven, thirtySix, forty, fortyFour, fortyEight, oneHundredFortyNine, oneHundredFiftyThree, oneHundredFiftySeven, oneHundredSixtyOne, oneHundredSixtyFive. + * + * @param MiracastChannel $val The miracastChannel + * + * @return Windows10TeamGeneralConfiguration + */ + public function setMiracastChannel($val) + { + $this->_propDict["miracastChannel"] = $val; + return $this; + } + + /** + * Gets the miracastBlocked + * Indicates whether or not to Block wireless projection. + * + * @return bool The miracastBlocked + */ + public function getMiracastBlocked() + { + if (array_key_exists("miracastBlocked", $this->_propDict)) { + return $this->_propDict["miracastBlocked"]; + } else { + return null; + } + } + + /** + * Sets the miracastBlocked + * Indicates whether or not to Block wireless projection. + * + * @param bool $val The miracastBlocked + * + * @return Windows10TeamGeneralConfiguration + */ + public function setMiracastBlocked($val) + { + $this->_propDict["miracastBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the miracastRequirePin + * Indicates whether or not to require a pin for wireless projection. + * + * @return bool The miracastRequirePin + */ + public function getMiracastRequirePin() + { + if (array_key_exists("miracastRequirePin", $this->_propDict)) { + return $this->_propDict["miracastRequirePin"]; + } else { + return null; + } + } + + /** + * Sets the miracastRequirePin + * Indicates whether or not to require a pin for wireless projection. + * + * @param bool $val The miracastRequirePin + * + * @return Windows10TeamGeneralConfiguration + */ + public function setMiracastRequirePin($val) + { + $this->_propDict["miracastRequirePin"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockMyMeetingsAndFiles + * Specifies whether to disable the 'My meetings and files' feature in the Start menu, which shows the signed-in user's meetings and files from Office 365. + * + * @return bool The settingsBlockMyMeetingsAndFiles + */ + public function getSettingsBlockMyMeetingsAndFiles() + { + if (array_key_exists("settingsBlockMyMeetingsAndFiles", $this->_propDict)) { + return $this->_propDict["settingsBlockMyMeetingsAndFiles"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockMyMeetingsAndFiles + * Specifies whether to disable the 'My meetings and files' feature in the Start menu, which shows the signed-in user's meetings and files from Office 365. + * + * @param bool $val The settingsBlockMyMeetingsAndFiles + * + * @return Windows10TeamGeneralConfiguration + */ + public function setSettingsBlockMyMeetingsAndFiles($val) + { + $this->_propDict["settingsBlockMyMeetingsAndFiles"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockSessionResume + * Specifies whether to allow the ability to resume a session when the session times out. + * + * @return bool The settingsBlockSessionResume + */ + public function getSettingsBlockSessionResume() + { + if (array_key_exists("settingsBlockSessionResume", $this->_propDict)) { + return $this->_propDict["settingsBlockSessionResume"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockSessionResume + * Specifies whether to allow the ability to resume a session when the session times out. + * + * @param bool $val The settingsBlockSessionResume + * + * @return Windows10TeamGeneralConfiguration + */ + public function setSettingsBlockSessionResume($val) + { + $this->_propDict["settingsBlockSessionResume"] = boolval($val); + return $this; + } + + /** + * Gets the settingsBlockSigninSuggestions + * Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings. + * + * @return bool The settingsBlockSigninSuggestions + */ + public function getSettingsBlockSigninSuggestions() + { + if (array_key_exists("settingsBlockSigninSuggestions", $this->_propDict)) { + return $this->_propDict["settingsBlockSigninSuggestions"]; + } else { + return null; + } + } + + /** + * Sets the settingsBlockSigninSuggestions + * Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings. + * + * @param bool $val The settingsBlockSigninSuggestions + * + * @return Windows10TeamGeneralConfiguration + */ + public function setSettingsBlockSigninSuggestions($val) + { + $this->_propDict["settingsBlockSigninSuggestions"] = boolval($val); + return $this; + } + + /** + * Gets the settingsDefaultVolume + * Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100 + * + * @return int The settingsDefaultVolume + */ + public function getSettingsDefaultVolume() + { + if (array_key_exists("settingsDefaultVolume", $this->_propDict)) { + return $this->_propDict["settingsDefaultVolume"]; + } else { + return null; + } + } + + /** + * Sets the settingsDefaultVolume + * Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100 + * + * @param int $val The settingsDefaultVolume + * + * @return Windows10TeamGeneralConfiguration + */ + public function setSettingsDefaultVolume($val) + { + $this->_propDict["settingsDefaultVolume"] = intval($val); + return $this; + } + + /** + * Gets the settingsScreenTimeoutInMinutes + * Specifies the number of minutes until the Hub screen turns off. + * + * @return int The settingsScreenTimeoutInMinutes + */ + public function getSettingsScreenTimeoutInMinutes() + { + if (array_key_exists("settingsScreenTimeoutInMinutes", $this->_propDict)) { + return $this->_propDict["settingsScreenTimeoutInMinutes"]; + } else { + return null; + } + } + + /** + * Sets the settingsScreenTimeoutInMinutes + * Specifies the number of minutes until the Hub screen turns off. + * + * @param int $val The settingsScreenTimeoutInMinutes + * + * @return Windows10TeamGeneralConfiguration + */ + public function setSettingsScreenTimeoutInMinutes($val) + { + $this->_propDict["settingsScreenTimeoutInMinutes"] = intval($val); + return $this; + } + + /** + * Gets the settingsSessionTimeoutInMinutes + * Specifies the number of minutes until the session times out. + * + * @return int The settingsSessionTimeoutInMinutes + */ + public function getSettingsSessionTimeoutInMinutes() + { + if (array_key_exists("settingsSessionTimeoutInMinutes", $this->_propDict)) { + return $this->_propDict["settingsSessionTimeoutInMinutes"]; + } else { + return null; + } + } + + /** + * Sets the settingsSessionTimeoutInMinutes + * Specifies the number of minutes until the session times out. + * + * @param int $val The settingsSessionTimeoutInMinutes + * + * @return Windows10TeamGeneralConfiguration + */ + public function setSettingsSessionTimeoutInMinutes($val) + { + $this->_propDict["settingsSessionTimeoutInMinutes"] = intval($val); + return $this; + } + + /** + * Gets the settingsSleepTimeoutInMinutes + * Specifies the number of minutes until the Hub enters sleep mode. + * + * @return int The settingsSleepTimeoutInMinutes + */ + public function getSettingsSleepTimeoutInMinutes() + { + if (array_key_exists("settingsSleepTimeoutInMinutes", $this->_propDict)) { + return $this->_propDict["settingsSleepTimeoutInMinutes"]; + } else { + return null; + } + } + + /** + * Sets the settingsSleepTimeoutInMinutes + * Specifies the number of minutes until the Hub enters sleep mode. + * + * @param int $val The settingsSleepTimeoutInMinutes + * + * @return Windows10TeamGeneralConfiguration + */ + public function setSettingsSleepTimeoutInMinutes($val) + { + $this->_propDict["settingsSleepTimeoutInMinutes"] = intval($val); + return $this; + } + + /** + * Gets the welcomeScreenBlockAutomaticWakeUp + * Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room. + * + * @return bool The welcomeScreenBlockAutomaticWakeUp + */ + public function getWelcomeScreenBlockAutomaticWakeUp() + { + if (array_key_exists("welcomeScreenBlockAutomaticWakeUp", $this->_propDict)) { + return $this->_propDict["welcomeScreenBlockAutomaticWakeUp"]; + } else { + return null; + } + } + + /** + * Sets the welcomeScreenBlockAutomaticWakeUp + * Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room. + * + * @param bool $val The welcomeScreenBlockAutomaticWakeUp + * + * @return Windows10TeamGeneralConfiguration + */ + public function setWelcomeScreenBlockAutomaticWakeUp($val) + { + $this->_propDict["welcomeScreenBlockAutomaticWakeUp"] = boolval($val); + return $this; + } + + /** + * Gets the welcomeScreenBackgroundImageUrl + * The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image. + * + * @return string The welcomeScreenBackgroundImageUrl + */ + public function getWelcomeScreenBackgroundImageUrl() + { + if (array_key_exists("welcomeScreenBackgroundImageUrl", $this->_propDict)) { + return $this->_propDict["welcomeScreenBackgroundImageUrl"]; + } else { + return null; + } + } + + /** + * Sets the welcomeScreenBackgroundImageUrl + * The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image. + * + * @param string $val The welcomeScreenBackgroundImageUrl + * + * @return Windows10TeamGeneralConfiguration + */ + public function setWelcomeScreenBackgroundImageUrl($val) + { + $this->_propDict["welcomeScreenBackgroundImageUrl"] = $val; + return $this; + } + + /** + * Gets the welcomeScreenMeetingInformation + * The welcome screen meeting information shown. Possible values are: userDefined, showOrganizerAndTimeOnly, showOrganizerAndTimeAndSubject. + * + * @return WelcomeScreenMeetingInformation The welcomeScreenMeetingInformation + */ + public function getWelcomeScreenMeetingInformation() + { + if (array_key_exists("welcomeScreenMeetingInformation", $this->_propDict)) { + if (is_a($this->_propDict["welcomeScreenMeetingInformation"], "Microsoft\Graph\Model\WelcomeScreenMeetingInformation")) { + return $this->_propDict["welcomeScreenMeetingInformation"]; + } else { + $this->_propDict["welcomeScreenMeetingInformation"] = new WelcomeScreenMeetingInformation($this->_propDict["welcomeScreenMeetingInformation"]); + return $this->_propDict["welcomeScreenMeetingInformation"]; + } + } + return null; + } + + /** + * Sets the welcomeScreenMeetingInformation + * The welcome screen meeting information shown. Possible values are: userDefined, showOrganizerAndTimeOnly, showOrganizerAndTimeAndSubject. + * + * @param WelcomeScreenMeetingInformation $val The welcomeScreenMeetingInformation + * + * @return Windows10TeamGeneralConfiguration + */ + public function setWelcomeScreenMeetingInformation($val) + { + $this->_propDict["welcomeScreenMeetingInformation"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows81CompliancePolicy.php b/vendor/microsoft/microsoft-graph/src/Model/Windows81CompliancePolicy.php new file mode 100644 index 000000000..c593b1708 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows81CompliancePolicy.php @@ -0,0 +1,352 @@ +_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Require a password to unlock Windows device. + * + * @param bool $val The passwordRequired + * + * @return Windows81CompliancePolicy + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the passwordBlockSimple + * Indicates whether or not to block simple password. + * + * @return bool The passwordBlockSimple + */ + public function getPasswordBlockSimple() + { + if (array_key_exists("passwordBlockSimple", $this->_propDict)) { + return $this->_propDict["passwordBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockSimple + * Indicates whether or not to block simple password. + * + * @param bool $val The passwordBlockSimple + * + * @return Windows81CompliancePolicy + */ + public function setPasswordBlockSimple($val) + { + $this->_propDict["passwordBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Password expiration in days. + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Password expiration in days. + * + * @param int $val The passwordExpirationDays + * + * @return Windows81CompliancePolicy + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * The minimum password length. + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * The minimum password length. + * + * @param int $val The passwordMinimumLength + * + * @return Windows81CompliancePolicy + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @return int The passwordMinutesOfInactivityBeforeLock + */ + public function getPasswordMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @param int $val The passwordMinutesOfInactivityBeforeLock + * + * @return Windows81CompliancePolicy + */ + public function setPasswordMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @return int The passwordMinimumCharacterSetCount + */ + public function getPasswordMinimumCharacterSetCount() + { + if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passwordMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @param int $val The passwordMinimumCharacterSetCount + * + * @return Windows81CompliancePolicy + */ + public function setPasswordMinimumCharacterSetCount($val) + { + $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passwordRequiredType + * + * @return Windows81CompliancePolicy + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent re-use of. Valid values 0 to 24 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent re-use of. Valid values 0 to 24 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return Windows81CompliancePolicy + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the osMinimumVersion + * Minimum Windows 8.1 version. + * + * @return string The osMinimumVersion + */ + public function getOsMinimumVersion() + { + if (array_key_exists("osMinimumVersion", $this->_propDict)) { + return $this->_propDict["osMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMinimumVersion + * Minimum Windows 8.1 version. + * + * @param string $val The osMinimumVersion + * + * @return Windows81CompliancePolicy + */ + public function setOsMinimumVersion($val) + { + $this->_propDict["osMinimumVersion"] = $val; + return $this; + } + + /** + * Gets the osMaximumVersion + * Maximum Windows 8.1 version. + * + * @return string The osMaximumVersion + */ + public function getOsMaximumVersion() + { + if (array_key_exists("osMaximumVersion", $this->_propDict)) { + return $this->_propDict["osMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMaximumVersion + * Maximum Windows 8.1 version. + * + * @param string $val The osMaximumVersion + * + * @return Windows81CompliancePolicy + */ + public function setOsMaximumVersion($val) + { + $this->_propDict["osMaximumVersion"] = $val; + return $this; + } + + /** + * Gets the storageRequireEncryption + * Indicates whether or not to require encryption on a windows 8.1 device. + * + * @return bool The storageRequireEncryption + */ + public function getStorageRequireEncryption() + { + if (array_key_exists("storageRequireEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireEncryption + * Indicates whether or not to require encryption on a windows 8.1 device. + * + * @param bool $val The storageRequireEncryption + * + * @return Windows81CompliancePolicy + */ + public function setStorageRequireEncryption($val) + { + $this->_propDict["storageRequireEncryption"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/Windows81GeneralConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/Windows81GeneralConfiguration.php new file mode 100644 index 000000000..9d59271e7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/Windows81GeneralConfiguration.php @@ -0,0 +1,1006 @@ +_propDict)) { + return $this->_propDict["accountsBlockAddingNonMicrosoftAccountEmail"]; + } else { + return null; + } + } + + /** + * Sets the accountsBlockAddingNonMicrosoftAccountEmail + * Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account. + * + * @param bool $val The accountsBlockAddingNonMicrosoftAccountEmail + * + * @return Windows81GeneralConfiguration + */ + public function setAccountsBlockAddingNonMicrosoftAccountEmail($val) + { + $this->_propDict["accountsBlockAddingNonMicrosoftAccountEmail"] = boolval($val); + return $this; + } + + /** + * Gets the applyOnlyToWindows81 + * Value indicating whether this policy only applies to Windows 8.1. This property is read-only. + * + * @return bool The applyOnlyToWindows81 + */ + public function getApplyOnlyToWindows81() + { + if (array_key_exists("applyOnlyToWindows81", $this->_propDict)) { + return $this->_propDict["applyOnlyToWindows81"]; + } else { + return null; + } + } + + /** + * Sets the applyOnlyToWindows81 + * Value indicating whether this policy only applies to Windows 8.1. This property is read-only. + * + * @param bool $val The applyOnlyToWindows81 + * + * @return Windows81GeneralConfiguration + */ + public function setApplyOnlyToWindows81($val) + { + $this->_propDict["applyOnlyToWindows81"] = boolval($val); + return $this; + } + + /** + * Gets the browserBlockAutofill + * Indicates whether or not to block auto fill. + * + * @return bool The browserBlockAutofill + */ + public function getBrowserBlockAutofill() + { + if (array_key_exists("browserBlockAutofill", $this->_propDict)) { + return $this->_propDict["browserBlockAutofill"]; + } else { + return null; + } + } + + /** + * Sets the browserBlockAutofill + * Indicates whether or not to block auto fill. + * + * @param bool $val The browserBlockAutofill + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserBlockAutofill($val) + { + $this->_propDict["browserBlockAutofill"] = boolval($val); + return $this; + } + + /** + * Gets the browserBlockAutomaticDetectionOfIntranetSites + * Indicates whether or not to block automatic detection of Intranet sites. + * + * @return bool The browserBlockAutomaticDetectionOfIntranetSites + */ + public function getBrowserBlockAutomaticDetectionOfIntranetSites() + { + if (array_key_exists("browserBlockAutomaticDetectionOfIntranetSites", $this->_propDict)) { + return $this->_propDict["browserBlockAutomaticDetectionOfIntranetSites"]; + } else { + return null; + } + } + + /** + * Sets the browserBlockAutomaticDetectionOfIntranetSites + * Indicates whether or not to block automatic detection of Intranet sites. + * + * @param bool $val The browserBlockAutomaticDetectionOfIntranetSites + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserBlockAutomaticDetectionOfIntranetSites($val) + { + $this->_propDict["browserBlockAutomaticDetectionOfIntranetSites"] = boolval($val); + return $this; + } + + /** + * Gets the browserBlockEnterpriseModeAccess + * Indicates whether or not to block enterprise mode access. + * + * @return bool The browserBlockEnterpriseModeAccess + */ + public function getBrowserBlockEnterpriseModeAccess() + { + if (array_key_exists("browserBlockEnterpriseModeAccess", $this->_propDict)) { + return $this->_propDict["browserBlockEnterpriseModeAccess"]; + } else { + return null; + } + } + + /** + * Sets the browserBlockEnterpriseModeAccess + * Indicates whether or not to block enterprise mode access. + * + * @param bool $val The browserBlockEnterpriseModeAccess + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserBlockEnterpriseModeAccess($val) + { + $this->_propDict["browserBlockEnterpriseModeAccess"] = boolval($val); + return $this; + } + + /** + * Gets the browserBlockJavaScript + * Indicates whether or not to Block the user from using JavaScript. + * + * @return bool The browserBlockJavaScript + */ + public function getBrowserBlockJavaScript() + { + if (array_key_exists("browserBlockJavaScript", $this->_propDict)) { + return $this->_propDict["browserBlockJavaScript"]; + } else { + return null; + } + } + + /** + * Sets the browserBlockJavaScript + * Indicates whether or not to Block the user from using JavaScript. + * + * @param bool $val The browserBlockJavaScript + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserBlockJavaScript($val) + { + $this->_propDict["browserBlockJavaScript"] = boolval($val); + return $this; + } + + /** + * Gets the browserBlockPlugins + * Indicates whether or not to block plug-ins. + * + * @return bool The browserBlockPlugins + */ + public function getBrowserBlockPlugins() + { + if (array_key_exists("browserBlockPlugins", $this->_propDict)) { + return $this->_propDict["browserBlockPlugins"]; + } else { + return null; + } + } + + /** + * Sets the browserBlockPlugins + * Indicates whether or not to block plug-ins. + * + * @param bool $val The browserBlockPlugins + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserBlockPlugins($val) + { + $this->_propDict["browserBlockPlugins"] = boolval($val); + return $this; + } + + /** + * Gets the browserBlockPopups + * Indicates whether or not to block popups. + * + * @return bool The browserBlockPopups + */ + public function getBrowserBlockPopups() + { + if (array_key_exists("browserBlockPopups", $this->_propDict)) { + return $this->_propDict["browserBlockPopups"]; + } else { + return null; + } + } + + /** + * Sets the browserBlockPopups + * Indicates whether or not to block popups. + * + * @param bool $val The browserBlockPopups + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserBlockPopups($val) + { + $this->_propDict["browserBlockPopups"] = boolval($val); + return $this; + } + + /** + * Gets the browserBlockSendingDoNotTrackHeader + * Indicates whether or not to Block the user from sending the do not track header. + * + * @return bool The browserBlockSendingDoNotTrackHeader + */ + public function getBrowserBlockSendingDoNotTrackHeader() + { + if (array_key_exists("browserBlockSendingDoNotTrackHeader", $this->_propDict)) { + return $this->_propDict["browserBlockSendingDoNotTrackHeader"]; + } else { + return null; + } + } + + /** + * Sets the browserBlockSendingDoNotTrackHeader + * Indicates whether or not to Block the user from sending the do not track header. + * + * @param bool $val The browserBlockSendingDoNotTrackHeader + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserBlockSendingDoNotTrackHeader($val) + { + $this->_propDict["browserBlockSendingDoNotTrackHeader"] = boolval($val); + return $this; + } + + /** + * Gets the browserBlockSingleWordEntryOnIntranetSites + * Indicates whether or not to block a single word entry on Intranet sites. + * + * @return bool The browserBlockSingleWordEntryOnIntranetSites + */ + public function getBrowserBlockSingleWordEntryOnIntranetSites() + { + if (array_key_exists("browserBlockSingleWordEntryOnIntranetSites", $this->_propDict)) { + return $this->_propDict["browserBlockSingleWordEntryOnIntranetSites"]; + } else { + return null; + } + } + + /** + * Sets the browserBlockSingleWordEntryOnIntranetSites + * Indicates whether or not to block a single word entry on Intranet sites. + * + * @param bool $val The browserBlockSingleWordEntryOnIntranetSites + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserBlockSingleWordEntryOnIntranetSites($val) + { + $this->_propDict["browserBlockSingleWordEntryOnIntranetSites"] = boolval($val); + return $this; + } + + /** + * Gets the browserRequireSmartScreen + * Indicates whether or not to require the user to use the smart screen filter. + * + * @return bool The browserRequireSmartScreen + */ + public function getBrowserRequireSmartScreen() + { + if (array_key_exists("browserRequireSmartScreen", $this->_propDict)) { + return $this->_propDict["browserRequireSmartScreen"]; + } else { + return null; + } + } + + /** + * Sets the browserRequireSmartScreen + * Indicates whether or not to require the user to use the smart screen filter. + * + * @param bool $val The browserRequireSmartScreen + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserRequireSmartScreen($val) + { + $this->_propDict["browserRequireSmartScreen"] = boolval($val); + return $this; + } + + /** + * Gets the browserEnterpriseModeSiteListLocation + * The enterprise mode site list location. Could be a local file, local network or http location. + * + * @return string The browserEnterpriseModeSiteListLocation + */ + public function getBrowserEnterpriseModeSiteListLocation() + { + if (array_key_exists("browserEnterpriseModeSiteListLocation", $this->_propDict)) { + return $this->_propDict["browserEnterpriseModeSiteListLocation"]; + } else { + return null; + } + } + + /** + * Sets the browserEnterpriseModeSiteListLocation + * The enterprise mode site list location. Could be a local file, local network or http location. + * + * @param string $val The browserEnterpriseModeSiteListLocation + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserEnterpriseModeSiteListLocation($val) + { + $this->_propDict["browserEnterpriseModeSiteListLocation"] = $val; + return $this; + } + + /** + * Gets the browserInternetSecurityLevel + * The internet security level. Possible values are: userDefined, medium, mediumHigh, high. + * + * @return InternetSiteSecurityLevel The browserInternetSecurityLevel + */ + public function getBrowserInternetSecurityLevel() + { + if (array_key_exists("browserInternetSecurityLevel", $this->_propDict)) { + if (is_a($this->_propDict["browserInternetSecurityLevel"], "Microsoft\Graph\Model\InternetSiteSecurityLevel")) { + return $this->_propDict["browserInternetSecurityLevel"]; + } else { + $this->_propDict["browserInternetSecurityLevel"] = new InternetSiteSecurityLevel($this->_propDict["browserInternetSecurityLevel"]); + return $this->_propDict["browserInternetSecurityLevel"]; + } + } + return null; + } + + /** + * Sets the browserInternetSecurityLevel + * The internet security level. Possible values are: userDefined, medium, mediumHigh, high. + * + * @param InternetSiteSecurityLevel $val The browserInternetSecurityLevel + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserInternetSecurityLevel($val) + { + $this->_propDict["browserInternetSecurityLevel"] = $val; + return $this; + } + + /** + * Gets the browserIntranetSecurityLevel + * The Intranet security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high. + * + * @return SiteSecurityLevel The browserIntranetSecurityLevel + */ + public function getBrowserIntranetSecurityLevel() + { + if (array_key_exists("browserIntranetSecurityLevel", $this->_propDict)) { + if (is_a($this->_propDict["browserIntranetSecurityLevel"], "Microsoft\Graph\Model\SiteSecurityLevel")) { + return $this->_propDict["browserIntranetSecurityLevel"]; + } else { + $this->_propDict["browserIntranetSecurityLevel"] = new SiteSecurityLevel($this->_propDict["browserIntranetSecurityLevel"]); + return $this->_propDict["browserIntranetSecurityLevel"]; + } + } + return null; + } + + /** + * Sets the browserIntranetSecurityLevel + * The Intranet security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high. + * + * @param SiteSecurityLevel $val The browserIntranetSecurityLevel + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserIntranetSecurityLevel($val) + { + $this->_propDict["browserIntranetSecurityLevel"] = $val; + return $this; + } + + /** + * Gets the browserLoggingReportLocation + * The logging report location. + * + * @return string The browserLoggingReportLocation + */ + public function getBrowserLoggingReportLocation() + { + if (array_key_exists("browserLoggingReportLocation", $this->_propDict)) { + return $this->_propDict["browserLoggingReportLocation"]; + } else { + return null; + } + } + + /** + * Sets the browserLoggingReportLocation + * The logging report location. + * + * @param string $val The browserLoggingReportLocation + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserLoggingReportLocation($val) + { + $this->_propDict["browserLoggingReportLocation"] = $val; + return $this; + } + + /** + * Gets the browserRequireHighSecurityForRestrictedSites + * Indicates whether or not to require high security for restricted sites. + * + * @return bool The browserRequireHighSecurityForRestrictedSites + */ + public function getBrowserRequireHighSecurityForRestrictedSites() + { + if (array_key_exists("browserRequireHighSecurityForRestrictedSites", $this->_propDict)) { + return $this->_propDict["browserRequireHighSecurityForRestrictedSites"]; + } else { + return null; + } + } + + /** + * Sets the browserRequireHighSecurityForRestrictedSites + * Indicates whether or not to require high security for restricted sites. + * + * @param bool $val The browserRequireHighSecurityForRestrictedSites + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserRequireHighSecurityForRestrictedSites($val) + { + $this->_propDict["browserRequireHighSecurityForRestrictedSites"] = boolval($val); + return $this; + } + + /** + * Gets the browserRequireFirewall + * Indicates whether or not to require a firewall. + * + * @return bool The browserRequireFirewall + */ + public function getBrowserRequireFirewall() + { + if (array_key_exists("browserRequireFirewall", $this->_propDict)) { + return $this->_propDict["browserRequireFirewall"]; + } else { + return null; + } + } + + /** + * Sets the browserRequireFirewall + * Indicates whether or not to require a firewall. + * + * @param bool $val The browserRequireFirewall + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserRequireFirewall($val) + { + $this->_propDict["browserRequireFirewall"] = boolval($val); + return $this; + } + + /** + * Gets the browserRequireFraudWarning + * Indicates whether or not to require fraud warning. + * + * @return bool The browserRequireFraudWarning + */ + public function getBrowserRequireFraudWarning() + { + if (array_key_exists("browserRequireFraudWarning", $this->_propDict)) { + return $this->_propDict["browserRequireFraudWarning"]; + } else { + return null; + } + } + + /** + * Sets the browserRequireFraudWarning + * Indicates whether or not to require fraud warning. + * + * @param bool $val The browserRequireFraudWarning + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserRequireFraudWarning($val) + { + $this->_propDict["browserRequireFraudWarning"] = boolval($val); + return $this; + } + + /** + * Gets the browserTrustedSitesSecurityLevel + * The trusted sites security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high. + * + * @return SiteSecurityLevel The browserTrustedSitesSecurityLevel + */ + public function getBrowserTrustedSitesSecurityLevel() + { + if (array_key_exists("browserTrustedSitesSecurityLevel", $this->_propDict)) { + if (is_a($this->_propDict["browserTrustedSitesSecurityLevel"], "Microsoft\Graph\Model\SiteSecurityLevel")) { + return $this->_propDict["browserTrustedSitesSecurityLevel"]; + } else { + $this->_propDict["browserTrustedSitesSecurityLevel"] = new SiteSecurityLevel($this->_propDict["browserTrustedSitesSecurityLevel"]); + return $this->_propDict["browserTrustedSitesSecurityLevel"]; + } + } + return null; + } + + /** + * Sets the browserTrustedSitesSecurityLevel + * The trusted sites security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high. + * + * @param SiteSecurityLevel $val The browserTrustedSitesSecurityLevel + * + * @return Windows81GeneralConfiguration + */ + public function setBrowserTrustedSitesSecurityLevel($val) + { + $this->_propDict["browserTrustedSitesSecurityLevel"] = $val; + return $this; + } + + /** + * Gets the cellularBlockDataRoaming + * Indicates whether or not to block data roaming. + * + * @return bool The cellularBlockDataRoaming + */ + public function getCellularBlockDataRoaming() + { + if (array_key_exists("cellularBlockDataRoaming", $this->_propDict)) { + return $this->_propDict["cellularBlockDataRoaming"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockDataRoaming + * Indicates whether or not to block data roaming. + * + * @param bool $val The cellularBlockDataRoaming + * + * @return Windows81GeneralConfiguration + */ + public function setCellularBlockDataRoaming($val) + { + $this->_propDict["cellularBlockDataRoaming"] = boolval($val); + return $this; + } + + /** + * Gets the diagnosticsBlockDataSubmission + * Indicates whether or not to block diagnostic data submission. + * + * @return bool The diagnosticsBlockDataSubmission + */ + public function getDiagnosticsBlockDataSubmission() + { + if (array_key_exists("diagnosticsBlockDataSubmission", $this->_propDict)) { + return $this->_propDict["diagnosticsBlockDataSubmission"]; + } else { + return null; + } + } + + /** + * Sets the diagnosticsBlockDataSubmission + * Indicates whether or not to block diagnostic data submission. + * + * @param bool $val The diagnosticsBlockDataSubmission + * + * @return Windows81GeneralConfiguration + */ + public function setDiagnosticsBlockDataSubmission($val) + { + $this->_propDict["diagnosticsBlockDataSubmission"] = boolval($val); + return $this; + } + + /** + * Gets the passwordBlockPicturePasswordAndPin + * Indicates whether or not to Block the user from using a pictures password and pin. + * + * @return bool The passwordBlockPicturePasswordAndPin + */ + public function getPasswordBlockPicturePasswordAndPin() + { + if (array_key_exists("passwordBlockPicturePasswordAndPin", $this->_propDict)) { + return $this->_propDict["passwordBlockPicturePasswordAndPin"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockPicturePasswordAndPin + * Indicates whether or not to Block the user from using a pictures password and pin. + * + * @param bool $val The passwordBlockPicturePasswordAndPin + * + * @return Windows81GeneralConfiguration + */ + public function setPasswordBlockPicturePasswordAndPin($val) + { + $this->_propDict["passwordBlockPicturePasswordAndPin"] = boolval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Password expiration in days. + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Password expiration in days. + * + * @param int $val The passwordExpirationDays + * + * @return Windows81GeneralConfiguration + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * The minimum password length. + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * The minimum password length. + * + * @param int $val The passwordMinimumLength + * + * @return Windows81GeneralConfiguration + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeScreenTimeout + * The minutes of inactivity before the screen times out. + * + * @return int The passwordMinutesOfInactivityBeforeScreenTimeout + */ + public function getPasswordMinutesOfInactivityBeforeScreenTimeout() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeScreenTimeout + * The minutes of inactivity before the screen times out. + * + * @param int $val The passwordMinutesOfInactivityBeforeScreenTimeout + * + * @return Windows81GeneralConfiguration + */ + public function setPasswordMinutesOfInactivityBeforeScreenTimeout($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @return int The passwordMinimumCharacterSetCount + */ + public function getPasswordMinimumCharacterSetCount() + { + if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passwordMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @param int $val The passwordMinimumCharacterSetCount + * + * @return Windows81GeneralConfiguration + */ + public function setPasswordMinimumCharacterSetCount($val) + { + $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent re-use of. Valid values 0 to 24 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * The number of previous passwords to prevent re-use of. Valid values 0 to 24 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return Windows81GeneralConfiguration + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passwordRequiredType + * + * @return Windows81GeneralConfiguration + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordSignInFailureCountBeforeFactoryReset + * The number of sign in failures before factory reset. + * + * @return int The passwordSignInFailureCountBeforeFactoryReset + */ + public function getPasswordSignInFailureCountBeforeFactoryReset() + { + if (array_key_exists("passwordSignInFailureCountBeforeFactoryReset", $this->_propDict)) { + return $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"]; + } else { + return null; + } + } + + /** + * Sets the passwordSignInFailureCountBeforeFactoryReset + * The number of sign in failures before factory reset. + * + * @param int $val The passwordSignInFailureCountBeforeFactoryReset + * + * @return Windows81GeneralConfiguration + */ + public function setPasswordSignInFailureCountBeforeFactoryReset($val) + { + $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"] = intval($val); + return $this; + } + + /** + * Gets the storageRequireDeviceEncryption + * Indicates whether or not to require encryption on a mobile device. + * + * @return bool The storageRequireDeviceEncryption + */ + public function getStorageRequireDeviceEncryption() + { + if (array_key_exists("storageRequireDeviceEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireDeviceEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireDeviceEncryption + * Indicates whether or not to require encryption on a mobile device. + * + * @param bool $val The storageRequireDeviceEncryption + * + * @return Windows81GeneralConfiguration + */ + public function setStorageRequireDeviceEncryption($val) + { + $this->_propDict["storageRequireDeviceEncryption"] = boolval($val); + return $this; + } + + /** + * Gets the updatesRequireAutomaticUpdates + * Indicates whether or not to require automatic updates. + * + * @return bool The updatesRequireAutomaticUpdates + */ + public function getUpdatesRequireAutomaticUpdates() + { + if (array_key_exists("updatesRequireAutomaticUpdates", $this->_propDict)) { + return $this->_propDict["updatesRequireAutomaticUpdates"]; + } else { + return null; + } + } + + /** + * Sets the updatesRequireAutomaticUpdates + * Indicates whether or not to require automatic updates. + * + * @param bool $val The updatesRequireAutomaticUpdates + * + * @return Windows81GeneralConfiguration + */ + public function setUpdatesRequireAutomaticUpdates($val) + { + $this->_propDict["updatesRequireAutomaticUpdates"] = boolval($val); + return $this; + } + + /** + * Gets the userAccountControlSettings + * The user account control settings. Possible values are: userDefined, alwaysNotify, notifyOnAppChanges, notifyOnAppChangesWithoutDimming, neverNotify. + * + * @return WindowsUserAccountControlSettings The userAccountControlSettings + */ + public function getUserAccountControlSettings() + { + if (array_key_exists("userAccountControlSettings", $this->_propDict)) { + if (is_a($this->_propDict["userAccountControlSettings"], "Microsoft\Graph\Model\WindowsUserAccountControlSettings")) { + return $this->_propDict["userAccountControlSettings"]; + } else { + $this->_propDict["userAccountControlSettings"] = new WindowsUserAccountControlSettings($this->_propDict["userAccountControlSettings"]); + return $this->_propDict["userAccountControlSettings"]; + } + } + return null; + } + + /** + * Sets the userAccountControlSettings + * The user account control settings. Possible values are: userDefined, alwaysNotify, notifyOnAppChanges, notifyOnAppChangesWithoutDimming, neverNotify. + * + * @param WindowsUserAccountControlSettings $val The userAccountControlSettings + * + * @return Windows81GeneralConfiguration + */ + public function setUserAccountControlSettings($val) + { + $this->_propDict["userAccountControlSettings"] = $val; + return $this; + } + + /** + * Gets the workFoldersUrl + * The work folders url. + * + * @return string The workFoldersUrl + */ + public function getWorkFoldersUrl() + { + if (array_key_exists("workFoldersUrl", $this->_propDict)) { + return $this->_propDict["workFoldersUrl"]; + } else { + return null; + } + } + + /** + * Sets the workFoldersUrl + * The work folders url. + * + * @param string $val The workFoldersUrl + * + * @return Windows81GeneralConfiguration + */ + public function setWorkFoldersUrl($val) + { + $this->_propDict["workFoldersUrl"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsArchitecture.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsArchitecture.php new file mode 100644 index 000000000..b0607187d --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsArchitecture.php @@ -0,0 +1,39 @@ +_propDict)) { + return $this->_propDict["allowSampleSharing"]; + } else { + return null; + } + } + + /** + * Sets the allowSampleSharing + * Windows Defender AdvancedThreatProtection 'Allow Sample Sharing' Rule + * + * @param bool $val The allowSampleSharing + * + * @return WindowsDefenderAdvancedThreatProtectionConfiguration + */ + public function setAllowSampleSharing($val) + { + $this->_propDict["allowSampleSharing"] = boolval($val); + return $this; + } + + /** + * Gets the enableExpeditedTelemetryReporting + * Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency. + * + * @return bool The enableExpeditedTelemetryReporting + */ + public function getEnableExpeditedTelemetryReporting() + { + if (array_key_exists("enableExpeditedTelemetryReporting", $this->_propDict)) { + return $this->_propDict["enableExpeditedTelemetryReporting"]; + } else { + return null; + } + } + + /** + * Sets the enableExpeditedTelemetryReporting + * Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency. + * + * @param bool $val The enableExpeditedTelemetryReporting + * + * @return WindowsDefenderAdvancedThreatProtectionConfiguration + */ + public function setEnableExpeditedTelemetryReporting($val) + { + $this->_propDict["enableExpeditedTelemetryReporting"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsDefenderScanActionResult.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsDefenderScanActionResult.php new file mode 100644 index 000000000..8cd6e549f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsDefenderScanActionResult.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["scanType"]; + } else { + return null; + } + } + + /** + * Sets the scanType + * Scan type either full scan or quick scan + * + * @param string $val The value of the scanType + * + * @return WindowsDefenderScanActionResult + */ + public function setScanType($val) + { + $this->_propDict["scanType"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsDeliveryOptimizationMode.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsDeliveryOptimizationMode.php new file mode 100644 index 000000000..092138481 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsDeliveryOptimizationMode.php @@ -0,0 +1,41 @@ +_propDict)) { + return $this->_propDict["domainName"]; + } else { + return null; + } + } + + /** + * Sets the domainName + * Not yet documented + * + * @param string $val The value of the domainName + * + * @return WindowsDeviceADAccount + */ + public function setDomainName($val) + { + $this->_propDict["domainName"] = $val; + return $this; + } + /** + * Gets the userName + * Not yet documented + * + * @return string The userName + */ + public function getUserName() + { + if (array_key_exists("userName", $this->_propDict)) { + return $this->_propDict["userName"]; + } else { + return null; + } + } + + /** + * Sets the userName + * Not yet documented + * + * @param string $val The value of the userName + * + * @return WindowsDeviceADAccount + */ + public function setUserName($val) + { + $this->_propDict["userName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsDeviceAccount.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsDeviceAccount.php new file mode 100644 index 000000000..7cb3182aa --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsDeviceAccount.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["password"]; + } else { + return null; + } + } + + /** + * Sets the password + * Not yet documented + * + * @param string $val The value of the password + * + * @return WindowsDeviceAccount + */ + public function setPassword($val) + { + $this->_propDict["password"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsDeviceAzureADAccount.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsDeviceAzureADAccount.php new file mode 100644 index 000000000..a94f9654b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsDeviceAzureADAccount.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["userPrincipalName"]; + } else { + return null; + } + } + + /** + * Sets the userPrincipalName + * Not yet documented + * + * @param string $val The value of the userPrincipalName + * + * @return WindowsDeviceAzureADAccount + */ + public function setUserPrincipalName($val) + { + $this->_propDict["userPrincipalName"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsDeviceType.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsDeviceType.php new file mode 100644 index 000000000..4aa0909e8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsDeviceType.php @@ -0,0 +1,39 @@ +_propDict)) { + if (is_a($this->_propDict["firewallEnabled"], "Microsoft\Graph\Model\StateManagementSetting")) { + return $this->_propDict["firewallEnabled"]; + } else { + $this->_propDict["firewallEnabled"] = new StateManagementSetting($this->_propDict["firewallEnabled"]); + return $this->_propDict["firewallEnabled"]; + } + } + return null; + } + + /** + * Sets the firewallEnabled + * Configures the host device to allow or block the firewall and advanced security enforcement for the network profile. Possible values are: notConfigured, blocked, allowed. + * + * @param StateManagementSetting $val The value to assign to the firewallEnabled + * + * @return WindowsFirewallNetworkProfile The WindowsFirewallNetworkProfile + */ + public function setFirewallEnabled($val) + { + $this->_propDict["firewallEnabled"] = $val; + return $this; + } + /** + * Gets the stealthModeBlocked + * Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority. + * + * @return bool The stealthModeBlocked + */ + public function getStealthModeBlocked() + { + if (array_key_exists("stealthModeBlocked", $this->_propDict)) { + return $this->_propDict["stealthModeBlocked"]; + } else { + return null; + } + } + + /** + * Sets the stealthModeBlocked + * Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority. + * + * @param bool $val The value of the stealthModeBlocked + * + * @return WindowsFirewallNetworkProfile + */ + public function setStealthModeBlocked($val) + { + $this->_propDict["stealthModeBlocked"] = $val; + return $this; + } + /** + * Gets the incomingTrafficBlocked + * Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority. + * + * @return bool The incomingTrafficBlocked + */ + public function getIncomingTrafficBlocked() + { + if (array_key_exists("incomingTrafficBlocked", $this->_propDict)) { + return $this->_propDict["incomingTrafficBlocked"]; + } else { + return null; + } + } + + /** + * Sets the incomingTrafficBlocked + * Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority. + * + * @param bool $val The value of the incomingTrafficBlocked + * + * @return WindowsFirewallNetworkProfile + */ + public function setIncomingTrafficBlocked($val) + { + $this->_propDict["incomingTrafficBlocked"] = $val; + return $this; + } + /** + * Gets the unicastResponsesToMulticastBroadcastsBlocked + * Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority. + * + * @return bool The unicastResponsesToMulticastBroadcastsBlocked + */ + public function getUnicastResponsesToMulticastBroadcastsBlocked() + { + if (array_key_exists("unicastResponsesToMulticastBroadcastsBlocked", $this->_propDict)) { + return $this->_propDict["unicastResponsesToMulticastBroadcastsBlocked"]; + } else { + return null; + } + } + + /** + * Sets the unicastResponsesToMulticastBroadcastsBlocked + * Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority. + * + * @param bool $val The value of the unicastResponsesToMulticastBroadcastsBlocked + * + * @return WindowsFirewallNetworkProfile + */ + public function setUnicastResponsesToMulticastBroadcastsBlocked($val) + { + $this->_propDict["unicastResponsesToMulticastBroadcastsBlocked"] = $val; + return $this; + } + /** + * Gets the inboundNotificationsBlocked + * Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority. + * + * @return bool The inboundNotificationsBlocked + */ + public function getInboundNotificationsBlocked() + { + if (array_key_exists("inboundNotificationsBlocked", $this->_propDict)) { + return $this->_propDict["inboundNotificationsBlocked"]; + } else { + return null; + } + } + + /** + * Sets the inboundNotificationsBlocked + * Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority. + * + * @param bool $val The value of the inboundNotificationsBlocked + * + * @return WindowsFirewallNetworkProfile + */ + public function setInboundNotificationsBlocked($val) + { + $this->_propDict["inboundNotificationsBlocked"] = $val; + return $this; + } + /** + * Gets the authorizedApplicationRulesFromGroupPolicyMerged + * Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority. + * + * @return bool The authorizedApplicationRulesFromGroupPolicyMerged + */ + public function getAuthorizedApplicationRulesFromGroupPolicyMerged() + { + if (array_key_exists("authorizedApplicationRulesFromGroupPolicyMerged", $this->_propDict)) { + return $this->_propDict["authorizedApplicationRulesFromGroupPolicyMerged"]; + } else { + return null; + } + } + + /** + * Sets the authorizedApplicationRulesFromGroupPolicyMerged + * Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority. + * + * @param bool $val The value of the authorizedApplicationRulesFromGroupPolicyMerged + * + * @return WindowsFirewallNetworkProfile + */ + public function setAuthorizedApplicationRulesFromGroupPolicyMerged($val) + { + $this->_propDict["authorizedApplicationRulesFromGroupPolicyMerged"] = $val; + return $this; + } + /** + * Gets the globalPortRulesFromGroupPolicyMerged + * Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority. + * + * @return bool The globalPortRulesFromGroupPolicyMerged + */ + public function getGlobalPortRulesFromGroupPolicyMerged() + { + if (array_key_exists("globalPortRulesFromGroupPolicyMerged", $this->_propDict)) { + return $this->_propDict["globalPortRulesFromGroupPolicyMerged"]; + } else { + return null; + } + } + + /** + * Sets the globalPortRulesFromGroupPolicyMerged + * Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority. + * + * @param bool $val The value of the globalPortRulesFromGroupPolicyMerged + * + * @return WindowsFirewallNetworkProfile + */ + public function setGlobalPortRulesFromGroupPolicyMerged($val) + { + $this->_propDict["globalPortRulesFromGroupPolicyMerged"] = $val; + return $this; + } + /** + * Gets the connectionSecurityRulesFromGroupPolicyMerged + * Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority. + * + * @return bool The connectionSecurityRulesFromGroupPolicyMerged + */ + public function getConnectionSecurityRulesFromGroupPolicyMerged() + { + if (array_key_exists("connectionSecurityRulesFromGroupPolicyMerged", $this->_propDict)) { + return $this->_propDict["connectionSecurityRulesFromGroupPolicyMerged"]; + } else { + return null; + } + } + + /** + * Sets the connectionSecurityRulesFromGroupPolicyMerged + * Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority. + * + * @param bool $val The value of the connectionSecurityRulesFromGroupPolicyMerged + * + * @return WindowsFirewallNetworkProfile + */ + public function setConnectionSecurityRulesFromGroupPolicyMerged($val) + { + $this->_propDict["connectionSecurityRulesFromGroupPolicyMerged"] = $val; + return $this; + } + /** + * Gets the outboundConnectionsBlocked + * Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above. + * + * @return bool The outboundConnectionsBlocked + */ + public function getOutboundConnectionsBlocked() + { + if (array_key_exists("outboundConnectionsBlocked", $this->_propDict)) { + return $this->_propDict["outboundConnectionsBlocked"]; + } else { + return null; + } + } + + /** + * Sets the outboundConnectionsBlocked + * Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above. + * + * @param bool $val The value of the outboundConnectionsBlocked + * + * @return WindowsFirewallNetworkProfile + */ + public function setOutboundConnectionsBlocked($val) + { + $this->_propDict["outboundConnectionsBlocked"] = $val; + return $this; + } + /** + * Gets the inboundConnectionsBlocked + * Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority. + * + * @return bool The inboundConnectionsBlocked + */ + public function getInboundConnectionsBlocked() + { + if (array_key_exists("inboundConnectionsBlocked", $this->_propDict)) { + return $this->_propDict["inboundConnectionsBlocked"]; + } else { + return null; + } + } + + /** + * Sets the inboundConnectionsBlocked + * Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority. + * + * @param bool $val The value of the inboundConnectionsBlocked + * + * @return WindowsFirewallNetworkProfile + */ + public function setInboundConnectionsBlocked($val) + { + $this->_propDict["inboundConnectionsBlocked"] = $val; + return $this; + } + /** + * Gets the securedPacketExemptionAllowed + * Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority. + * + * @return bool The securedPacketExemptionAllowed + */ + public function getSecuredPacketExemptionAllowed() + { + if (array_key_exists("securedPacketExemptionAllowed", $this->_propDict)) { + return $this->_propDict["securedPacketExemptionAllowed"]; + } else { + return null; + } + } + + /** + * Sets the securedPacketExemptionAllowed + * Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority. + * + * @param bool $val The value of the securedPacketExemptionAllowed + * + * @return WindowsFirewallNetworkProfile + */ + public function setSecuredPacketExemptionAllowed($val) + { + $this->_propDict["securedPacketExemptionAllowed"] = $val; + return $this; + } + /** + * Gets the policyRulesFromGroupPolicyMerged + * Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority. + * + * @return bool The policyRulesFromGroupPolicyMerged + */ + public function getPolicyRulesFromGroupPolicyMerged() + { + if (array_key_exists("policyRulesFromGroupPolicyMerged", $this->_propDict)) { + return $this->_propDict["policyRulesFromGroupPolicyMerged"]; + } else { + return null; + } + } + + /** + * Sets the policyRulesFromGroupPolicyMerged + * Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority. + * + * @param bool $val The value of the policyRulesFromGroupPolicyMerged + * + * @return WindowsFirewallNetworkProfile + */ + public function setPolicyRulesFromGroupPolicyMerged($val) + { + $this->_propDict["policyRulesFromGroupPolicyMerged"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsHelloForBusinessPinUsage.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsHelloForBusinessPinUsage.php new file mode 100644 index 000000000..a1bbf546b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsHelloForBusinessPinUsage.php @@ -0,0 +1,37 @@ +_propDict)) { + if (is_a($this->_propDict["enforcementLevel"], "Microsoft\Graph\Model\WindowsInformationProtectionEnforcementLevel")) { + return $this->_propDict["enforcementLevel"]; + } else { + $this->_propDict["enforcementLevel"] = new WindowsInformationProtectionEnforcementLevel($this->_propDict["enforcementLevel"]); + return $this->_propDict["enforcementLevel"]; + } + } + return null; + } + + /** + * Sets the enforcementLevel + * WIP enforcement level.See the Enum definition for supported values. Possible values are: noProtection, encryptAndAuditOnly, encryptAuditAndPrompt, encryptAuditAndBlock. + * + * @param WindowsInformationProtectionEnforcementLevel $val The enforcementLevel + * + * @return WindowsInformationProtection + */ + public function setEnforcementLevel($val) + { + $this->_propDict["enforcementLevel"] = $val; + return $this; + } + + /** + * Gets the enterpriseDomain + * Primary enterprise domain + * + * @return string The enterpriseDomain + */ + public function getEnterpriseDomain() + { + if (array_key_exists("enterpriseDomain", $this->_propDict)) { + return $this->_propDict["enterpriseDomain"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseDomain + * Primary enterprise domain + * + * @param string $val The enterpriseDomain + * + * @return WindowsInformationProtection + */ + public function setEnterpriseDomain($val) + { + $this->_propDict["enterpriseDomain"] = $val; + return $this; + } + + + /** + * Gets the enterpriseProtectedDomainNames + * List of enterprise domains to be protected + * + * @return array The enterpriseProtectedDomainNames + */ + public function getEnterpriseProtectedDomainNames() + { + if (array_key_exists("enterpriseProtectedDomainNames", $this->_propDict)) { + return $this->_propDict["enterpriseProtectedDomainNames"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseProtectedDomainNames + * List of enterprise domains to be protected + * + * @param WindowsInformationProtectionResourceCollection $val The enterpriseProtectedDomainNames + * + * @return WindowsInformationProtection + */ + public function setEnterpriseProtectedDomainNames($val) + { + $this->_propDict["enterpriseProtectedDomainNames"] = $val; + return $this; + } + + /** + * Gets the protectionUnderLockConfigRequired + * Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured + * + * @return bool The protectionUnderLockConfigRequired + */ + public function getProtectionUnderLockConfigRequired() + { + if (array_key_exists("protectionUnderLockConfigRequired", $this->_propDict)) { + return $this->_propDict["protectionUnderLockConfigRequired"]; + } else { + return null; + } + } + + /** + * Sets the protectionUnderLockConfigRequired + * Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured + * + * @param bool $val The protectionUnderLockConfigRequired + * + * @return WindowsInformationProtection + */ + public function setProtectionUnderLockConfigRequired($val) + { + $this->_propDict["protectionUnderLockConfigRequired"] = boolval($val); + return $this; + } + + /** + * Gets the dataRecoveryCertificate + * Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS) + * + * @return WindowsInformationProtectionDataRecoveryCertificate The dataRecoveryCertificate + */ + public function getDataRecoveryCertificate() + { + if (array_key_exists("dataRecoveryCertificate", $this->_propDict)) { + if (is_a($this->_propDict["dataRecoveryCertificate"], "Microsoft\Graph\Model\WindowsInformationProtectionDataRecoveryCertificate")) { + return $this->_propDict["dataRecoveryCertificate"]; + } else { + $this->_propDict["dataRecoveryCertificate"] = new WindowsInformationProtectionDataRecoveryCertificate($this->_propDict["dataRecoveryCertificate"]); + return $this->_propDict["dataRecoveryCertificate"]; + } + } + return null; + } + + /** + * Sets the dataRecoveryCertificate + * Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS) + * + * @param WindowsInformationProtectionDataRecoveryCertificate $val The dataRecoveryCertificate + * + * @return WindowsInformationProtection + */ + public function setDataRecoveryCertificate($val) + { + $this->_propDict["dataRecoveryCertificate"] = $val; + return $this; + } + + /** + * Gets the revokeOnUnenrollDisabled + * This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently. + * + * @return bool The revokeOnUnenrollDisabled + */ + public function getRevokeOnUnenrollDisabled() + { + if (array_key_exists("revokeOnUnenrollDisabled", $this->_propDict)) { + return $this->_propDict["revokeOnUnenrollDisabled"]; + } else { + return null; + } + } + + /** + * Sets the revokeOnUnenrollDisabled + * This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently. + * + * @param bool $val The revokeOnUnenrollDisabled + * + * @return WindowsInformationProtection + */ + public function setRevokeOnUnenrollDisabled($val) + { + $this->_propDict["revokeOnUnenrollDisabled"] = boolval($val); + return $this; + } + + /** + * Gets the rightsManagementServicesTemplateId + * TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access + * + * @return string The rightsManagementServicesTemplateId + */ + public function getRightsManagementServicesTemplateId() + { + if (array_key_exists("rightsManagementServicesTemplateId", $this->_propDict)) { + return $this->_propDict["rightsManagementServicesTemplateId"]; + } else { + return null; + } + } + + /** + * Sets the rightsManagementServicesTemplateId + * TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access + * + * @param string $val The rightsManagementServicesTemplateId + * + * @return WindowsInformationProtection + */ + public function setRightsManagementServicesTemplateId($val) + { + $this->_propDict["rightsManagementServicesTemplateId"] = $val; + return $this; + } + + /** + * Gets the azureRightsManagementServicesAllowed + * Specifies whether to allow Azure RMS encryption for WIP + * + * @return bool The azureRightsManagementServicesAllowed + */ + public function getAzureRightsManagementServicesAllowed() + { + if (array_key_exists("azureRightsManagementServicesAllowed", $this->_propDict)) { + return $this->_propDict["azureRightsManagementServicesAllowed"]; + } else { + return null; + } + } + + /** + * Sets the azureRightsManagementServicesAllowed + * Specifies whether to allow Azure RMS encryption for WIP + * + * @param bool $val The azureRightsManagementServicesAllowed + * + * @return WindowsInformationProtection + */ + public function setAzureRightsManagementServicesAllowed($val) + { + $this->_propDict["azureRightsManagementServicesAllowed"] = boolval($val); + return $this; + } + + /** + * Gets the iconsVisible + * Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app + * + * @return bool The iconsVisible + */ + public function getIconsVisible() + { + if (array_key_exists("iconsVisible", $this->_propDict)) { + return $this->_propDict["iconsVisible"]; + } else { + return null; + } + } + + /** + * Sets the iconsVisible + * Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app + * + * @param bool $val The iconsVisible + * + * @return WindowsInformationProtection + */ + public function setIconsVisible($val) + { + $this->_propDict["iconsVisible"] = boolval($val); + return $this; + } + + + /** + * Gets the protectedApps + * Protected applications can access enterprise data and the data handled by those applications are protected with encryption + * + * @return array The protectedApps + */ + public function getProtectedApps() + { + if (array_key_exists("protectedApps", $this->_propDict)) { + return $this->_propDict["protectedApps"]; + } else { + return null; + } + } + + /** + * Sets the protectedApps + * Protected applications can access enterprise data and the data handled by those applications are protected with encryption + * + * @param WindowsInformationProtectionApp $val The protectedApps + * + * @return WindowsInformationProtection + */ + public function setProtectedApps($val) + { + $this->_propDict["protectedApps"] = $val; + return $this; + } + + + /** + * Gets the exemptApps + * Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data. + * + * @return array The exemptApps + */ + public function getExemptApps() + { + if (array_key_exists("exemptApps", $this->_propDict)) { + return $this->_propDict["exemptApps"]; + } else { + return null; + } + } + + /** + * Sets the exemptApps + * Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data. + * + * @param WindowsInformationProtectionApp $val The exemptApps + * + * @return WindowsInformationProtection + */ + public function setExemptApps($val) + { + $this->_propDict["exemptApps"] = $val; + return $this; + } + + + /** + * Gets the enterpriseNetworkDomainNames + * This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to + * + * @return array The enterpriseNetworkDomainNames + */ + public function getEnterpriseNetworkDomainNames() + { + if (array_key_exists("enterpriseNetworkDomainNames", $this->_propDict)) { + return $this->_propDict["enterpriseNetworkDomainNames"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseNetworkDomainNames + * This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to + * + * @param WindowsInformationProtectionResourceCollection $val The enterpriseNetworkDomainNames + * + * @return WindowsInformationProtection + */ + public function setEnterpriseNetworkDomainNames($val) + { + $this->_propDict["enterpriseNetworkDomainNames"] = $val; + return $this; + } + + + /** + * Gets the enterpriseProxiedDomains + * Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy + * + * @return array The enterpriseProxiedDomains + */ + public function getEnterpriseProxiedDomains() + { + if (array_key_exists("enterpriseProxiedDomains", $this->_propDict)) { + return $this->_propDict["enterpriseProxiedDomains"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseProxiedDomains + * Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy + * + * @param WindowsInformationProtectionProxiedDomainCollection $val The enterpriseProxiedDomains + * + * @return WindowsInformationProtection + */ + public function setEnterpriseProxiedDomains($val) + { + $this->_propDict["enterpriseProxiedDomains"] = $val; + return $this; + } + + + /** + * Gets the enterpriseIPRanges + * Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to + * + * @return array The enterpriseIPRanges + */ + public function getEnterpriseIPRanges() + { + if (array_key_exists("enterpriseIPRanges", $this->_propDict)) { + return $this->_propDict["enterpriseIPRanges"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseIPRanges + * Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to + * + * @param WindowsInformationProtectionIPRangeCollection $val The enterpriseIPRanges + * + * @return WindowsInformationProtection + */ + public function setEnterpriseIPRanges($val) + { + $this->_propDict["enterpriseIPRanges"] = $val; + return $this; + } + + /** + * Gets the enterpriseIPRangesAreAuthoritative + * Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false + * + * @return bool The enterpriseIPRangesAreAuthoritative + */ + public function getEnterpriseIPRangesAreAuthoritative() + { + if (array_key_exists("enterpriseIPRangesAreAuthoritative", $this->_propDict)) { + return $this->_propDict["enterpriseIPRangesAreAuthoritative"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseIPRangesAreAuthoritative + * Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false + * + * @param bool $val The enterpriseIPRangesAreAuthoritative + * + * @return WindowsInformationProtection + */ + public function setEnterpriseIPRangesAreAuthoritative($val) + { + $this->_propDict["enterpriseIPRangesAreAuthoritative"] = boolval($val); + return $this; + } + + + /** + * Gets the enterpriseProxyServers + * This is a list of proxy servers. Any server not on this list is considered non-enterprise + * + * @return array The enterpriseProxyServers + */ + public function getEnterpriseProxyServers() + { + if (array_key_exists("enterpriseProxyServers", $this->_propDict)) { + return $this->_propDict["enterpriseProxyServers"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseProxyServers + * This is a list of proxy servers. Any server not on this list is considered non-enterprise + * + * @param WindowsInformationProtectionResourceCollection $val The enterpriseProxyServers + * + * @return WindowsInformationProtection + */ + public function setEnterpriseProxyServers($val) + { + $this->_propDict["enterpriseProxyServers"] = $val; + return $this; + } + + + /** + * Gets the enterpriseInternalProxyServers + * This is the comma-separated list of internal proxy servers. For example, '157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59'. These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies + * + * @return array The enterpriseInternalProxyServers + */ + public function getEnterpriseInternalProxyServers() + { + if (array_key_exists("enterpriseInternalProxyServers", $this->_propDict)) { + return $this->_propDict["enterpriseInternalProxyServers"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseInternalProxyServers + * This is the comma-separated list of internal proxy servers. For example, '157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59'. These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies + * + * @param WindowsInformationProtectionResourceCollection $val The enterpriseInternalProxyServers + * + * @return WindowsInformationProtection + */ + public function setEnterpriseInternalProxyServers($val) + { + $this->_propDict["enterpriseInternalProxyServers"] = $val; + return $this; + } + + /** + * Gets the enterpriseProxyServersAreAuthoritative + * Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false + * + * @return bool The enterpriseProxyServersAreAuthoritative + */ + public function getEnterpriseProxyServersAreAuthoritative() + { + if (array_key_exists("enterpriseProxyServersAreAuthoritative", $this->_propDict)) { + return $this->_propDict["enterpriseProxyServersAreAuthoritative"]; + } else { + return null; + } + } + + /** + * Sets the enterpriseProxyServersAreAuthoritative + * Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false + * + * @param bool $val The enterpriseProxyServersAreAuthoritative + * + * @return WindowsInformationProtection + */ + public function setEnterpriseProxyServersAreAuthoritative($val) + { + $this->_propDict["enterpriseProxyServersAreAuthoritative"] = boolval($val); + return $this; + } + + + /** + * Gets the neutralDomainResources + * List of domain names that can used for work or personal resource + * + * @return array The neutralDomainResources + */ + public function getNeutralDomainResources() + { + if (array_key_exists("neutralDomainResources", $this->_propDict)) { + return $this->_propDict["neutralDomainResources"]; + } else { + return null; + } + } + + /** + * Sets the neutralDomainResources + * List of domain names that can used for work or personal resource + * + * @param WindowsInformationProtectionResourceCollection $val The neutralDomainResources + * + * @return WindowsInformationProtection + */ + public function setNeutralDomainResources($val) + { + $this->_propDict["neutralDomainResources"] = $val; + return $this; + } + + /** + * Gets the indexingEncryptedStoresOrItemsBlocked + * This switch is for the Windows Search Indexer, to allow or disallow indexing of items + * + * @return bool The indexingEncryptedStoresOrItemsBlocked + */ + public function getIndexingEncryptedStoresOrItemsBlocked() + { + if (array_key_exists("indexingEncryptedStoresOrItemsBlocked", $this->_propDict)) { + return $this->_propDict["indexingEncryptedStoresOrItemsBlocked"]; + } else { + return null; + } + } + + /** + * Sets the indexingEncryptedStoresOrItemsBlocked + * This switch is for the Windows Search Indexer, to allow or disallow indexing of items + * + * @param bool $val The indexingEncryptedStoresOrItemsBlocked + * + * @return WindowsInformationProtection + */ + public function setIndexingEncryptedStoresOrItemsBlocked($val) + { + $this->_propDict["indexingEncryptedStoresOrItemsBlocked"] = boolval($val); + return $this; + } + + + /** + * Gets the smbAutoEncryptedFileExtensions + * Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary + * + * @return array The smbAutoEncryptedFileExtensions + */ + public function getSmbAutoEncryptedFileExtensions() + { + if (array_key_exists("smbAutoEncryptedFileExtensions", $this->_propDict)) { + return $this->_propDict["smbAutoEncryptedFileExtensions"]; + } else { + return null; + } + } + + /** + * Sets the smbAutoEncryptedFileExtensions + * Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary + * + * @param WindowsInformationProtectionResourceCollection $val The smbAutoEncryptedFileExtensions + * + * @return WindowsInformationProtection + */ + public function setSmbAutoEncryptedFileExtensions($val) + { + $this->_propDict["smbAutoEncryptedFileExtensions"] = $val; + return $this; + } + + /** + * Gets the isAssigned + * Indicates if the policy is deployed to any inclusion groups or not. + * + * @return bool The isAssigned + */ + public function getIsAssigned() + { + if (array_key_exists("isAssigned", $this->_propDict)) { + return $this->_propDict["isAssigned"]; + } else { + return null; + } + } + + /** + * Sets the isAssigned + * Indicates if the policy is deployed to any inclusion groups or not. + * + * @param bool $val The isAssigned + * + * @return WindowsInformationProtection + */ + public function setIsAssigned($val) + { + $this->_propDict["isAssigned"] = boolval($val); + return $this; + } + + + /** + * Gets the protectedAppLockerFiles + * Another way to input protected apps through xml files + * + * @return array The protectedAppLockerFiles + */ + public function getProtectedAppLockerFiles() + { + if (array_key_exists("protectedAppLockerFiles", $this->_propDict)) { + return $this->_propDict["protectedAppLockerFiles"]; + } else { + return null; + } + } + + /** + * Sets the protectedAppLockerFiles + * Another way to input protected apps through xml files + * + * @param WindowsInformationProtectionAppLockerFile $val The protectedAppLockerFiles + * + * @return WindowsInformationProtection + */ + public function setProtectedAppLockerFiles($val) + { + $this->_propDict["protectedAppLockerFiles"] = $val; + return $this; + } + + + /** + * Gets the exemptAppLockerFiles + * Another way to input exempt apps through xml files + * + * @return array The exemptAppLockerFiles + */ + public function getExemptAppLockerFiles() + { + if (array_key_exists("exemptAppLockerFiles", $this->_propDict)) { + return $this->_propDict["exemptAppLockerFiles"]; + } else { + return null; + } + } + + /** + * Sets the exemptAppLockerFiles + * Another way to input exempt apps through xml files + * + * @param WindowsInformationProtectionAppLockerFile $val The exemptAppLockerFiles + * + * @return WindowsInformationProtection + */ + public function setExemptAppLockerFiles($val) + { + $this->_propDict["exemptAppLockerFiles"] = $val; + return $this; + } + + + /** + * Gets the assignments + * Navigation property to list of security groups targeted for policy. + * + * @return array The assignments + */ + public function getAssignments() + { + if (array_key_exists("assignments", $this->_propDict)) { + return $this->_propDict["assignments"]; + } else { + return null; + } + } + + /** + * Sets the assignments + * Navigation property to list of security groups targeted for policy. + * + * @param TargetedManagedAppPolicyAssignment $val The assignments + * + * @return WindowsInformationProtection + */ + public function setAssignments($val) + { + $this->_propDict["assignments"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionApp.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionApp.php new file mode 100644 index 000000000..10a42759e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionApp.php @@ -0,0 +1,168 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * App display name. + * + * @param string $val The value of the displayName + * + * @return WindowsInformationProtectionApp + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the description + * The app's description. + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * The app's description. + * + * @param string $val The value of the description + * + * @return WindowsInformationProtectionApp + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + /** + * Gets the publisherName + * The publisher name + * + * @return string The publisherName + */ + public function getPublisherName() + { + if (array_key_exists("publisherName", $this->_propDict)) { + return $this->_propDict["publisherName"]; + } else { + return null; + } + } + + /** + * Sets the publisherName + * The publisher name + * + * @param string $val The value of the publisherName + * + * @return WindowsInformationProtectionApp + */ + public function setPublisherName($val) + { + $this->_propDict["publisherName"] = $val; + return $this; + } + /** + * Gets the productName + * The product name. + * + * @return string The productName + */ + public function getProductName() + { + if (array_key_exists("productName", $this->_propDict)) { + return $this->_propDict["productName"]; + } else { + return null; + } + } + + /** + * Sets the productName + * The product name. + * + * @param string $val The value of the productName + * + * @return WindowsInformationProtectionApp + */ + public function setProductName($val) + { + $this->_propDict["productName"] = $val; + return $this; + } + /** + * Gets the denied + * If true, app is denied protection or exemption. + * + * @return bool The denied + */ + public function getDenied() + { + if (array_key_exists("denied", $this->_propDict)) { + return $this->_propDict["denied"]; + } else { + return null; + } + } + + /** + * Sets the denied + * If true, app is denied protection or exemption. + * + * @param bool $val The value of the denied + * + * @return WindowsInformationProtectionApp + */ + public function setDenied($val) + { + $this->_propDict["denied"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php new file mode 100644 index 000000000..2a8427c50 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLearningSummary.php @@ -0,0 +1,120 @@ +_propDict)) { + return $this->_propDict["applicationName"]; + } else { + return null; + } + } + + /** + * Sets the applicationName + * Application Name + * + * @param string $val The applicationName + * + * @return WindowsInformationProtectionAppLearningSummary + */ + public function setApplicationName($val) + { + $this->_propDict["applicationName"] = $val; + return $this; + } + + /** + * Gets the applicationType + * Application Type. Possible values are: universal, desktop. + * + * @return ApplicationType The applicationType + */ + public function getApplicationType() + { + if (array_key_exists("applicationType", $this->_propDict)) { + if (is_a($this->_propDict["applicationType"], "Microsoft\Graph\Model\ApplicationType")) { + return $this->_propDict["applicationType"]; + } else { + $this->_propDict["applicationType"] = new ApplicationType($this->_propDict["applicationType"]); + return $this->_propDict["applicationType"]; + } + } + return null; + } + + /** + * Sets the applicationType + * Application Type. Possible values are: universal, desktop. + * + * @param ApplicationType $val The applicationType + * + * @return WindowsInformationProtectionAppLearningSummary + */ + public function setApplicationType($val) + { + $this->_propDict["applicationType"] = $val; + return $this; + } + + /** + * Gets the deviceCount + * Device Count + * + * @return int The deviceCount + */ + public function getDeviceCount() + { + if (array_key_exists("deviceCount", $this->_propDict)) { + return $this->_propDict["deviceCount"]; + } else { + return null; + } + } + + /** + * Sets the deviceCount + * Device Count + * + * @param int $val The deviceCount + * + * @return WindowsInformationProtectionAppLearningSummary + */ + public function setDeviceCount($val) + { + $this->_propDict["deviceCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLockerFile.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLockerFile.php new file mode 100644 index 000000000..6d4b219fc --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionAppLockerFile.php @@ -0,0 +1,149 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * The friendly name + * + * @param string $val The displayName + * + * @return WindowsInformationProtectionAppLockerFile + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the fileHash + * SHA256 hash of the file + * + * @return string The fileHash + */ + public function getFileHash() + { + if (array_key_exists("fileHash", $this->_propDict)) { + return $this->_propDict["fileHash"]; + } else { + return null; + } + } + + /** + * Sets the fileHash + * SHA256 hash of the file + * + * @param string $val The fileHash + * + * @return WindowsInformationProtectionAppLockerFile + */ + public function setFileHash($val) + { + $this->_propDict["fileHash"] = $val; + return $this; + } + + /** + * Gets the file + * File as a byte array + * + * @return \GuzzleHttp\Psr7\Stream The file + */ + public function getFile() + { + if (array_key_exists("file", $this->_propDict)) { + if (is_a($this->_propDict["file"], "\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["file"]; + } else { + $this->_propDict["file"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["file"]); + return $this->_propDict["file"]; + } + } + return null; + } + + /** + * Sets the file + * File as a byte array + * + * @param \GuzzleHttp\Psr7\Stream $val The file + * + * @return WindowsInformationProtectionAppLockerFile + */ + public function setFile($val) + { + $this->_propDict["file"] = $val; + return $this; + } + + /** + * Gets the version + * Version of the entity. + * + * @return string The version + */ + public function getVersion() + { + if (array_key_exists("version", $this->_propDict)) { + return $this->_propDict["version"]; + } else { + return null; + } + } + + /** + * Sets the version + * Version of the entity. + * + * @param string $val The version + * + * @return WindowsInformationProtectionAppLockerFile + */ + public function setVersion($val) + { + $this->_propDict["version"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionDataRecoveryCertificate.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionDataRecoveryCertificate.php new file mode 100644 index 000000000..e8e1e98a0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionDataRecoveryCertificate.php @@ -0,0 +1,150 @@ +_propDict)) { + return $this->_propDict["subjectName"]; + } else { + return null; + } + } + + /** + * Sets the subjectName + * Data recovery Certificate subject name + * + * @param string $val The value of the subjectName + * + * @return WindowsInformationProtectionDataRecoveryCertificate + */ + public function setSubjectName($val) + { + $this->_propDict["subjectName"] = $val; + return $this; + } + /** + * Gets the description + * Data recovery Certificate description + * + * @return string The description + */ + public function getDescription() + { + if (array_key_exists("description", $this->_propDict)) { + return $this->_propDict["description"]; + } else { + return null; + } + } + + /** + * Sets the description + * Data recovery Certificate description + * + * @param string $val The value of the description + * + * @return WindowsInformationProtectionDataRecoveryCertificate + */ + public function setDescription($val) + { + $this->_propDict["description"] = $val; + return $this; + } + + /** + * Gets the expirationDateTime + * Data recovery Certificate expiration datetime + * + * @return \DateTime The expirationDateTime + */ + public function getExpirationDateTime() + { + if (array_key_exists("expirationDateTime", $this->_propDict)) { + if (is_a($this->_propDict["expirationDateTime"], "Microsoft\Graph\Model\\DateTime")) { + return $this->_propDict["expirationDateTime"]; + } else { + $this->_propDict["expirationDateTime"] = new \DateTime($this->_propDict["expirationDateTime"]); + return $this->_propDict["expirationDateTime"]; + } + } + return null; + } + + /** + * Sets the expirationDateTime + * Data recovery Certificate expiration datetime + * + * @param \DateTime $val The value to assign to the expirationDateTime + * + * @return WindowsInformationProtectionDataRecoveryCertificate The WindowsInformationProtectionDataRecoveryCertificate + */ + public function setExpirationDateTime($val) + { + $this->_propDict["expirationDateTime"] = $val; + return $this; + } + + /** + * Gets the certificate + * Data recovery Certificate + * + * @return \GuzzleHttp\Psr7\Stream The certificate + */ + public function getCertificate() + { + if (array_key_exists("certificate", $this->_propDict)) { + if (is_a($this->_propDict["certificate"], "Microsoft\Graph\Model\\GuzzleHttp\Psr7\Stream")) { + return $this->_propDict["certificate"]; + } else { + $this->_propDict["certificate"] = \GuzzleHttp\Psr7\stream_for($this->_propDict["certificate"]); + return $this->_propDict["certificate"]; + } + } + return null; + } + + /** + * Sets the certificate + * Data recovery Certificate + * + * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the certificate + * + * @return WindowsInformationProtectionDataRecoveryCertificate The WindowsInformationProtectionDataRecoveryCertificate + */ + public function setCertificate($val) + { + $this->_propDict["certificate"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionDesktopApp.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionDesktopApp.php new file mode 100644 index 000000000..48672dfa3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionDesktopApp.php @@ -0,0 +1,121 @@ +setODataType("#microsoft.graph.windowsInformationProtectionDesktopApp"); + } + + /** + * Gets the binaryName + * The binary name. + * + * @return string The binaryName + */ + public function getBinaryName() + { + if (array_key_exists("binaryName", $this->_propDict)) { + return $this->_propDict["binaryName"]; + } else { + return null; + } + } + + /** + * Sets the binaryName + * The binary name. + * + * @param string $val The value of the binaryName + * + * @return WindowsInformationProtectionDesktopApp + */ + public function setBinaryName($val) + { + $this->_propDict["binaryName"] = $val; + return $this; + } + /** + * Gets the binaryVersionLow + * The lower binary version. + * + * @return string The binaryVersionLow + */ + public function getBinaryVersionLow() + { + if (array_key_exists("binaryVersionLow", $this->_propDict)) { + return $this->_propDict["binaryVersionLow"]; + } else { + return null; + } + } + + /** + * Sets the binaryVersionLow + * The lower binary version. + * + * @param string $val The value of the binaryVersionLow + * + * @return WindowsInformationProtectionDesktopApp + */ + public function setBinaryVersionLow($val) + { + $this->_propDict["binaryVersionLow"] = $val; + return $this; + } + /** + * Gets the binaryVersionHigh + * The high binary version. + * + * @return string The binaryVersionHigh + */ + public function getBinaryVersionHigh() + { + if (array_key_exists("binaryVersionHigh", $this->_propDict)) { + return $this->_propDict["binaryVersionHigh"]; + } else { + return null; + } + } + + /** + * Sets the binaryVersionHigh + * The high binary version. + * + * @param string $val The value of the binaryVersionHigh + * + * @return WindowsInformationProtectionDesktopApp + */ + public function setBinaryVersionHigh($val) + { + $this->_propDict["binaryVersionHigh"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionEnforcementLevel.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionEnforcementLevel.php new file mode 100644 index 000000000..622679b55 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionEnforcementLevel.php @@ -0,0 +1,38 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name + * + * @param string $val The value of the displayName + * + * @return WindowsInformationProtectionIPRangeCollection + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the ranges + * Collection of Internet protocol address ranges + * + * @return IpRange The ranges + */ + public function getRanges() + { + if (array_key_exists("ranges", $this->_propDict)) { + if (is_a($this->_propDict["ranges"], "Microsoft\Graph\Model\IpRange")) { + return $this->_propDict["ranges"]; + } else { + $this->_propDict["ranges"] = new IpRange($this->_propDict["ranges"]); + return $this->_propDict["ranges"]; + } + } + return null; + } + + /** + * Sets the ranges + * Collection of Internet protocol address ranges + * + * @param IpRange $val The value to assign to the ranges + * + * @return WindowsInformationProtectionIPRangeCollection The WindowsInformationProtectionIPRangeCollection + */ + public function setRanges($val) + { + $this->_propDict["ranges"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionNetworkLearningSummary.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionNetworkLearningSummary.php new file mode 100644 index 000000000..e44736486 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionNetworkLearningSummary.php @@ -0,0 +1,87 @@ +_propDict)) { + return $this->_propDict["url"]; + } else { + return null; + } + } + + /** + * Sets the url + * Website url + * + * @param string $val The url + * + * @return WindowsInformationProtectionNetworkLearningSummary + */ + public function setUrl($val) + { + $this->_propDict["url"] = $val; + return $this; + } + + /** + * Gets the deviceCount + * Device Count + * + * @return int The deviceCount + */ + public function getDeviceCount() + { + if (array_key_exists("deviceCount", $this->_propDict)) { + return $this->_propDict["deviceCount"]; + } else { + return null; + } + } + + /** + * Sets the deviceCount + * Device Count + * + * @param int $val The deviceCount + * + * @return WindowsInformationProtectionNetworkLearningSummary + */ + public function setDeviceCount($val) + { + $this->_propDict["deviceCount"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionPinCharacterRequirements.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionPinCharacterRequirements.php new file mode 100644 index 000000000..c3026a9c0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionPinCharacterRequirements.php @@ -0,0 +1,37 @@ +_propDict)) { + return $this->_propDict["revokeOnMdmHandoffDisabled"]; + } else { + return null; + } + } + + /** + * Sets the revokeOnMdmHandoffDisabled + * New property in RS2, pending documentation + * + * @param bool $val The revokeOnMdmHandoffDisabled + * + * @return WindowsInformationProtectionPolicy + */ + public function setRevokeOnMdmHandoffDisabled($val) + { + $this->_propDict["revokeOnMdmHandoffDisabled"] = boolval($val); + return $this; + } + + /** + * Gets the mdmEnrollmentUrl + * Enrollment url for the MDM + * + * @return string The mdmEnrollmentUrl + */ + public function getMdmEnrollmentUrl() + { + if (array_key_exists("mdmEnrollmentUrl", $this->_propDict)) { + return $this->_propDict["mdmEnrollmentUrl"]; + } else { + return null; + } + } + + /** + * Sets the mdmEnrollmentUrl + * Enrollment url for the MDM + * + * @param string $val The mdmEnrollmentUrl + * + * @return WindowsInformationProtectionPolicy + */ + public function setMdmEnrollmentUrl($val) + { + $this->_propDict["mdmEnrollmentUrl"] = $val; + return $this; + } + + /** + * Gets the windowsHelloForBusinessBlocked + * Boolean value that sets Windows Hello for Business as a method for signing into Windows. + * + * @return bool The windowsHelloForBusinessBlocked + */ + public function getWindowsHelloForBusinessBlocked() + { + if (array_key_exists("windowsHelloForBusinessBlocked", $this->_propDict)) { + return $this->_propDict["windowsHelloForBusinessBlocked"]; + } else { + return null; + } + } + + /** + * Sets the windowsHelloForBusinessBlocked + * Boolean value that sets Windows Hello for Business as a method for signing into Windows. + * + * @param bool $val The windowsHelloForBusinessBlocked + * + * @return WindowsInformationProtectionPolicy + */ + public function setWindowsHelloForBusinessBlocked($val) + { + $this->_propDict["windowsHelloForBusinessBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the pinMinimumLength + * Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest. + * + * @return int The pinMinimumLength + */ + public function getPinMinimumLength() + { + if (array_key_exists("pinMinimumLength", $this->_propDict)) { + return $this->_propDict["pinMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the pinMinimumLength + * Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest. + * + * @param int $val The pinMinimumLength + * + * @return WindowsInformationProtectionPolicy + */ + public function setPinMinimumLength($val) + { + $this->_propDict["pinMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the pinUppercaseLetters + * Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow. + * + * @return WindowsInformationProtectionPinCharacterRequirements The pinUppercaseLetters + */ + public function getPinUppercaseLetters() + { + if (array_key_exists("pinUppercaseLetters", $this->_propDict)) { + if (is_a($this->_propDict["pinUppercaseLetters"], "Microsoft\Graph\Model\WindowsInformationProtectionPinCharacterRequirements")) { + return $this->_propDict["pinUppercaseLetters"]; + } else { + $this->_propDict["pinUppercaseLetters"] = new WindowsInformationProtectionPinCharacterRequirements($this->_propDict["pinUppercaseLetters"]); + return $this->_propDict["pinUppercaseLetters"]; + } + } + return null; + } + + /** + * Sets the pinUppercaseLetters + * Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow. + * + * @param WindowsInformationProtectionPinCharacterRequirements $val The pinUppercaseLetters + * + * @return WindowsInformationProtectionPolicy + */ + public function setPinUppercaseLetters($val) + { + $this->_propDict["pinUppercaseLetters"] = $val; + return $this; + } + + /** + * Gets the pinLowercaseLetters + * Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow. + * + * @return WindowsInformationProtectionPinCharacterRequirements The pinLowercaseLetters + */ + public function getPinLowercaseLetters() + { + if (array_key_exists("pinLowercaseLetters", $this->_propDict)) { + if (is_a($this->_propDict["pinLowercaseLetters"], "Microsoft\Graph\Model\WindowsInformationProtectionPinCharacterRequirements")) { + return $this->_propDict["pinLowercaseLetters"]; + } else { + $this->_propDict["pinLowercaseLetters"] = new WindowsInformationProtectionPinCharacterRequirements($this->_propDict["pinLowercaseLetters"]); + return $this->_propDict["pinLowercaseLetters"]; + } + } + return null; + } + + /** + * Sets the pinLowercaseLetters + * Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow. + * + * @param WindowsInformationProtectionPinCharacterRequirements $val The pinLowercaseLetters + * + * @return WindowsInformationProtectionPolicy + */ + public function setPinLowercaseLetters($val) + { + $this->_propDict["pinLowercaseLetters"] = $val; + return $this; + } + + /** + * Gets the pinSpecialCharacters + * Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! ' # $ % & ' ( ) + , - . / : ; &lt; = &gt; ? @ [ / ] ^ ` { + * + * @return WindowsInformationProtectionPinCharacterRequirements The pinSpecialCharacters + */ + public function getPinSpecialCharacters() + { + if (array_key_exists("pinSpecialCharacters", $this->_propDict)) { + if (is_a($this->_propDict["pinSpecialCharacters"], "Microsoft\Graph\Model\WindowsInformationProtectionPinCharacterRequirements")) { + return $this->_propDict["pinSpecialCharacters"]; + } else { + $this->_propDict["pinSpecialCharacters"] = new WindowsInformationProtectionPinCharacterRequirements($this->_propDict["pinSpecialCharacters"]); + return $this->_propDict["pinSpecialCharacters"]; + } + } + return null; + } + + /** + * Sets the pinSpecialCharacters + * Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! ' # $ % & ' ( ) + , - . / : ; &lt; = &gt; ? @ [ / ] ^ ` { + * + * @param WindowsInformationProtectionPinCharacterRequirements $val The pinSpecialCharacters + * + * @return WindowsInformationProtectionPolicy + */ + public function setPinSpecialCharacters($val) + { + $this->_propDict["pinSpecialCharacters"] = $val; + return $this; + } + + /** + * Gets the pinExpirationDays + * Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0. + * + * @return int The pinExpirationDays + */ + public function getPinExpirationDays() + { + if (array_key_exists("pinExpirationDays", $this->_propDict)) { + return $this->_propDict["pinExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the pinExpirationDays + * Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0. + * + * @param int $val The pinExpirationDays + * + * @return WindowsInformationProtectionPolicy + */ + public function setPinExpirationDays($val) + { + $this->_propDict["pinExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the numberOfPastPinsRemembered + * Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0. + * + * @return int The numberOfPastPinsRemembered + */ + public function getNumberOfPastPinsRemembered() + { + if (array_key_exists("numberOfPastPinsRemembered", $this->_propDict)) { + return $this->_propDict["numberOfPastPinsRemembered"]; + } else { + return null; + } + } + + /** + * Sets the numberOfPastPinsRemembered + * Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0. + * + * @param int $val The numberOfPastPinsRemembered + * + * @return WindowsInformationProtectionPolicy + */ + public function setNumberOfPastPinsRemembered($val) + { + $this->_propDict["numberOfPastPinsRemembered"] = intval($val); + return $this; + } + + /** + * Gets the passwordMaximumAttemptCount + * The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices. + * + * @return int The passwordMaximumAttemptCount + */ + public function getPasswordMaximumAttemptCount() + { + if (array_key_exists("passwordMaximumAttemptCount", $this->_propDict)) { + return $this->_propDict["passwordMaximumAttemptCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMaximumAttemptCount + * The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices. + * + * @param int $val The passwordMaximumAttemptCount + * + * @return WindowsInformationProtectionPolicy + */ + public function setPasswordMaximumAttemptCount($val) + { + $this->_propDict["passwordMaximumAttemptCount"] = intval($val); + return $this; + } + + /** + * Gets the minutesOfInactivityBeforeDeviceLock + * Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999. + * + * @return int The minutesOfInactivityBeforeDeviceLock + */ + public function getMinutesOfInactivityBeforeDeviceLock() + { + if (array_key_exists("minutesOfInactivityBeforeDeviceLock", $this->_propDict)) { + return $this->_propDict["minutesOfInactivityBeforeDeviceLock"]; + } else { + return null; + } + } + + /** + * Sets the minutesOfInactivityBeforeDeviceLock + * Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999. + * + * @param int $val The minutesOfInactivityBeforeDeviceLock + * + * @return WindowsInformationProtectionPolicy + */ + public function setMinutesOfInactivityBeforeDeviceLock($val) + { + $this->_propDict["minutesOfInactivityBeforeDeviceLock"] = intval($val); + return $this; + } + + /** + * Gets the daysWithoutContactBeforeUnenroll + * Offline interval before app data is wiped (days) + * + * @return int The daysWithoutContactBeforeUnenroll + */ + public function getDaysWithoutContactBeforeUnenroll() + { + if (array_key_exists("daysWithoutContactBeforeUnenroll", $this->_propDict)) { + return $this->_propDict["daysWithoutContactBeforeUnenroll"]; + } else { + return null; + } + } + + /** + * Sets the daysWithoutContactBeforeUnenroll + * Offline interval before app data is wiped (days) + * + * @param int $val The daysWithoutContactBeforeUnenroll + * + * @return WindowsInformationProtectionPolicy + */ + public function setDaysWithoutContactBeforeUnenroll($val) + { + $this->_propDict["daysWithoutContactBeforeUnenroll"] = intval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionProxiedDomainCollection.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionProxiedDomainCollection.php new file mode 100644 index 000000000..731c29d37 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionProxiedDomainCollection.php @@ -0,0 +1,89 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name + * + * @param string $val The value of the displayName + * + * @return WindowsInformationProtectionProxiedDomainCollection + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + + /** + * Gets the proxiedDomains + * Collection of proxied domains + * + * @return ProxiedDomain The proxiedDomains + */ + public function getProxiedDomains() + { + if (array_key_exists("proxiedDomains", $this->_propDict)) { + if (is_a($this->_propDict["proxiedDomains"], "Microsoft\Graph\Model\ProxiedDomain")) { + return $this->_propDict["proxiedDomains"]; + } else { + $this->_propDict["proxiedDomains"] = new ProxiedDomain($this->_propDict["proxiedDomains"]); + return $this->_propDict["proxiedDomains"]; + } + } + return null; + } + + /** + * Sets the proxiedDomains + * Collection of proxied domains + * + * @param ProxiedDomain $val The value to assign to the proxiedDomains + * + * @return WindowsInformationProtectionProxiedDomainCollection The WindowsInformationProtectionProxiedDomainCollection + */ + public function setProxiedDomains($val) + { + $this->_propDict["proxiedDomains"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionResourceCollection.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionResourceCollection.php new file mode 100644 index 000000000..fad974a86 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionResourceCollection.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["displayName"]; + } else { + return null; + } + } + + /** + * Sets the displayName + * Display name + * + * @param string $val The value of the displayName + * + * @return WindowsInformationProtectionResourceCollection + */ + public function setDisplayName($val) + { + $this->_propDict["displayName"] = $val; + return $this; + } + /** + * Gets the resources + * Collection of resources + * + * @return string The resources + */ + public function getResources() + { + if (array_key_exists("resources", $this->_propDict)) { + return $this->_propDict["resources"]; + } else { + return null; + } + } + + /** + * Sets the resources + * Collection of resources + * + * @param string $val The value of the resources + * + * @return WindowsInformationProtectionResourceCollection + */ + public function setResources($val) + { + $this->_propDict["resources"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionStoreApp.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionStoreApp.php new file mode 100644 index 000000000..683bec78e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsInformationProtectionStoreApp.php @@ -0,0 +1,37 @@ +setODataType("#microsoft.graph.windowsInformationProtectionStoreApp"); + } + +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsMinimumOperatingSystem.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsMinimumOperatingSystem.php new file mode 100644 index 000000000..a5637a6db --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsMinimumOperatingSystem.php @@ -0,0 +1,112 @@ +_propDict)) { + return $this->_propDict["v80"]; + } else { + return null; + } + } + + /** + * Sets the v8_0 + * Windows version 8.0 or later. + * + * @param bool $val The value of the v8_0 + * + * @return WindowsMinimumOperatingSystem + */ + public function setV8_0($val) + { + $this->_propDict["v80"] = $val; + return $this; + } + /** + * Gets the v8_1 + * Windows version 8.1 or later. + * + * @return bool The v8_1 + */ + public function getV8_1() + { + if (array_key_exists("v81", $this->_propDict)) { + return $this->_propDict["v81"]; + } else { + return null; + } + } + + /** + * Sets the v8_1 + * Windows version 8.1 or later. + * + * @param bool $val The value of the v8_1 + * + * @return WindowsMinimumOperatingSystem + */ + public function setV8_1($val) + { + $this->_propDict["v81"] = $val; + return $this; + } + /** + * Gets the v10_0 + * Windows version 10.0 or later. + * + * @return bool The v10_0 + */ + public function getV10_0() + { + if (array_key_exists("v100", $this->_propDict)) { + return $this->_propDict["v100"]; + } else { + return null; + } + } + + /** + * Sets the v10_0 + * Windows version 10.0 or later. + * + * @param bool $val The value of the v10_0 + * + * @return WindowsMinimumOperatingSystem + */ + public function setV10_0($val) + { + $this->_propDict["v100"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsMobileMSI.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsMobileMSI.php new file mode 100644 index 000000000..e9b93cd06 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsMobileMSI.php @@ -0,0 +1,145 @@ +_propDict)) { + return $this->_propDict["commandLine"]; + } else { + return null; + } + } + + /** + * Sets the commandLine + * The command line. + * + * @param string $val The commandLine + * + * @return WindowsMobileMSI + */ + public function setCommandLine($val) + { + $this->_propDict["commandLine"] = $val; + return $this; + } + + /** + * Gets the productCode + * The product code. + * + * @return string The productCode + */ + public function getProductCode() + { + if (array_key_exists("productCode", $this->_propDict)) { + return $this->_propDict["productCode"]; + } else { + return null; + } + } + + /** + * Sets the productCode + * The product code. + * + * @param string $val The productCode + * + * @return WindowsMobileMSI + */ + public function setProductCode($val) + { + $this->_propDict["productCode"] = $val; + return $this; + } + + /** + * Gets the productVersion + * The product version of Windows Mobile MSI Line of Business (LoB) app. + * + * @return string The productVersion + */ + public function getProductVersion() + { + if (array_key_exists("productVersion", $this->_propDict)) { + return $this->_propDict["productVersion"]; + } else { + return null; + } + } + + /** + * Sets the productVersion + * The product version of Windows Mobile MSI Line of Business (LoB) app. + * + * @param string $val The productVersion + * + * @return WindowsMobileMSI + */ + public function setProductVersion($val) + { + $this->_propDict["productVersion"] = $val; + return $this; + } + + /** + * Gets the ignoreVersionDetection + * A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature. + * + * @return bool The ignoreVersionDetection + */ + public function getIgnoreVersionDetection() + { + if (array_key_exists("ignoreVersionDetection", $this->_propDict)) { + return $this->_propDict["ignoreVersionDetection"]; + } else { + return null; + } + } + + /** + * Sets the ignoreVersionDetection + * A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature. + * + * @param bool $val The ignoreVersionDetection + * + * @return WindowsMobileMSI + */ + public function setIgnoreVersionDetection($val) + { + $this->_propDict["ignoreVersionDetection"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsPhone81CompliancePolicy.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsPhone81CompliancePolicy.php new file mode 100644 index 000000000..08aefbe19 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsPhone81CompliancePolicy.php @@ -0,0 +1,352 @@ +_propDict)) { + return $this->_propDict["passwordBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockSimple + * Whether or not to block syncing the calendar. + * + * @param bool $val The passwordBlockSimple + * + * @return WindowsPhone81CompliancePolicy + */ + public function setPasswordBlockSimple($val) + { + $this->_propDict["passwordBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Number of days before the password expires. + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Number of days before the password expires. + * + * @param int $val The passwordExpirationDays + * + * @return WindowsPhone81CompliancePolicy + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * Minimum length of passwords. + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * Minimum length of passwords. + * + * @param int $val The passwordMinimumLength + * + * @return WindowsPhone81CompliancePolicy + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @return int The passwordMinutesOfInactivityBeforeLock + */ + public function getPasswordMinutesOfInactivityBeforeLock() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeLock", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeLock"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeLock + * Minutes of inactivity before a password is required. + * + * @param int $val The passwordMinutesOfInactivityBeforeLock + * + * @return WindowsPhone81CompliancePolicy + */ + public function setPasswordMinutesOfInactivityBeforeLock($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeLock"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @return int The passwordMinimumCharacterSetCount + */ + public function getPasswordMinimumCharacterSetCount() + { + if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passwordMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumCharacterSetCount + * The number of character sets required in the password. + * + * @param int $val The passwordMinimumCharacterSetCount + * + * @return WindowsPhone81CompliancePolicy + */ + public function setPasswordMinimumCharacterSetCount($val) + { + $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * The required password type. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passwordRequiredType + * + * @return WindowsPhone81CompliancePolicy + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 0 to 24 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 0 to 24 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return WindowsPhone81CompliancePolicy + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequired + * Whether or not to require a password. + * + * @return bool The passwordRequired + */ + public function getPasswordRequired() + { + if (array_key_exists("passwordRequired", $this->_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Whether or not to require a password. + * + * @param bool $val The passwordRequired + * + * @return WindowsPhone81CompliancePolicy + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the osMinimumVersion + * Minimum Windows Phone version. + * + * @return string The osMinimumVersion + */ + public function getOsMinimumVersion() + { + if (array_key_exists("osMinimumVersion", $this->_propDict)) { + return $this->_propDict["osMinimumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMinimumVersion + * Minimum Windows Phone version. + * + * @param string $val The osMinimumVersion + * + * @return WindowsPhone81CompliancePolicy + */ + public function setOsMinimumVersion($val) + { + $this->_propDict["osMinimumVersion"] = $val; + return $this; + } + + /** + * Gets the osMaximumVersion + * Maximum Windows Phone version. + * + * @return string The osMaximumVersion + */ + public function getOsMaximumVersion() + { + if (array_key_exists("osMaximumVersion", $this->_propDict)) { + return $this->_propDict["osMaximumVersion"]; + } else { + return null; + } + } + + /** + * Sets the osMaximumVersion + * Maximum Windows Phone version. + * + * @param string $val The osMaximumVersion + * + * @return WindowsPhone81CompliancePolicy + */ + public function setOsMaximumVersion($val) + { + $this->_propDict["osMaximumVersion"] = $val; + return $this; + } + + /** + * Gets the storageRequireEncryption + * Require encryption on windows phone devices. + * + * @return bool The storageRequireEncryption + */ + public function getStorageRequireEncryption() + { + if (array_key_exists("storageRequireEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireEncryption + * Require encryption on windows phone devices. + * + * @param bool $val The storageRequireEncryption + * + * @return WindowsPhone81CompliancePolicy + */ + public function setStorageRequireEncryption($val) + { + $this->_propDict["storageRequireEncryption"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsPhone81CustomConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsPhone81CustomConfiguration.php new file mode 100644 index 000000000..f52564800 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsPhone81CustomConfiguration.php @@ -0,0 +1,59 @@ +_propDict)) { + return $this->_propDict["omaSettings"]; + } else { + return null; + } + } + + /** + * Sets the omaSettings + * OMA settings. This collection can contain a maximum of 1000 elements. + * + * @param OmaSetting $val The omaSettings + * + * @return WindowsPhone81CustomConfiguration + */ + public function setOmaSettings($val) + { + $this->_propDict["omaSettings"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsPhone81GeneralConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsPhone81GeneralConfiguration.php new file mode 100644 index 000000000..319c9c388 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsPhone81GeneralConfiguration.php @@ -0,0 +1,879 @@ +_propDict)) { + return $this->_propDict["applyOnlyToWindowsPhone81"]; + } else { + return null; + } + } + + /** + * Sets the applyOnlyToWindowsPhone81 + * Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only. + * + * @param bool $val The applyOnlyToWindowsPhone81 + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setApplyOnlyToWindowsPhone81($val) + { + $this->_propDict["applyOnlyToWindowsPhone81"] = boolval($val); + return $this; + } + + /** + * Gets the appsBlockCopyPaste + * Indicates whether or not to block copy paste. + * + * @return bool The appsBlockCopyPaste + */ + public function getAppsBlockCopyPaste() + { + if (array_key_exists("appsBlockCopyPaste", $this->_propDict)) { + return $this->_propDict["appsBlockCopyPaste"]; + } else { + return null; + } + } + + /** + * Sets the appsBlockCopyPaste + * Indicates whether or not to block copy paste. + * + * @param bool $val The appsBlockCopyPaste + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setAppsBlockCopyPaste($val) + { + $this->_propDict["appsBlockCopyPaste"] = boolval($val); + return $this; + } + + /** + * Gets the bluetoothBlocked + * Indicates whether or not to block bluetooth. + * + * @return bool The bluetoothBlocked + */ + public function getBluetoothBlocked() + { + if (array_key_exists("bluetoothBlocked", $this->_propDict)) { + return $this->_propDict["bluetoothBlocked"]; + } else { + return null; + } + } + + /** + * Sets the bluetoothBlocked + * Indicates whether or not to block bluetooth. + * + * @param bool $val The bluetoothBlocked + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setBluetoothBlocked($val) + { + $this->_propDict["bluetoothBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the cameraBlocked + * Indicates whether or not to block camera. + * + * @return bool The cameraBlocked + */ + public function getCameraBlocked() + { + if (array_key_exists("cameraBlocked", $this->_propDict)) { + return $this->_propDict["cameraBlocked"]; + } else { + return null; + } + } + + /** + * Sets the cameraBlocked + * Indicates whether or not to block camera. + * + * @param bool $val The cameraBlocked + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setCameraBlocked($val) + { + $this->_propDict["cameraBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the cellularBlockWifiTethering + * Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked. + * + * @return bool The cellularBlockWifiTethering + */ + public function getCellularBlockWifiTethering() + { + if (array_key_exists("cellularBlockWifiTethering", $this->_propDict)) { + return $this->_propDict["cellularBlockWifiTethering"]; + } else { + return null; + } + } + + /** + * Sets the cellularBlockWifiTethering + * Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked. + * + * @param bool $val The cellularBlockWifiTethering + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setCellularBlockWifiTethering($val) + { + $this->_propDict["cellularBlockWifiTethering"] = boolval($val); + return $this; + } + + + /** + * Gets the compliantAppsList + * List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. + * + * @return array The compliantAppsList + */ + public function getCompliantAppsList() + { + if (array_key_exists("compliantAppsList", $this->_propDict)) { + return $this->_propDict["compliantAppsList"]; + } else { + return null; + } + } + + /** + * Sets the compliantAppsList + * List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements. + * + * @param AppListItem $val The compliantAppsList + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setCompliantAppsList($val) + { + $this->_propDict["compliantAppsList"] = $val; + return $this; + } + + /** + * Gets the compliantAppListType + * List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @return AppListType The compliantAppListType + */ + public function getCompliantAppListType() + { + if (array_key_exists("compliantAppListType", $this->_propDict)) { + if (is_a($this->_propDict["compliantAppListType"], "Microsoft\Graph\Model\AppListType")) { + return $this->_propDict["compliantAppListType"]; + } else { + $this->_propDict["compliantAppListType"] = new AppListType($this->_propDict["compliantAppListType"]); + return $this->_propDict["compliantAppListType"]; + } + } + return null; + } + + /** + * Sets the compliantAppListType + * List that is in the AppComplianceList. Possible values are: none, appsInListCompliant, appsNotInListCompliant. + * + * @param AppListType $val The compliantAppListType + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setCompliantAppListType($val) + { + $this->_propDict["compliantAppListType"] = $val; + return $this; + } + + /** + * Gets the diagnosticDataBlockSubmission + * Indicates whether or not to block diagnostic data submission. + * + * @return bool The diagnosticDataBlockSubmission + */ + public function getDiagnosticDataBlockSubmission() + { + if (array_key_exists("diagnosticDataBlockSubmission", $this->_propDict)) { + return $this->_propDict["diagnosticDataBlockSubmission"]; + } else { + return null; + } + } + + /** + * Sets the diagnosticDataBlockSubmission + * Indicates whether or not to block diagnostic data submission. + * + * @param bool $val The diagnosticDataBlockSubmission + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setDiagnosticDataBlockSubmission($val) + { + $this->_propDict["diagnosticDataBlockSubmission"] = boolval($val); + return $this; + } + + /** + * Gets the emailBlockAddingAccounts + * Indicates whether or not to block custom email accounts. + * + * @return bool The emailBlockAddingAccounts + */ + public function getEmailBlockAddingAccounts() + { + if (array_key_exists("emailBlockAddingAccounts", $this->_propDict)) { + return $this->_propDict["emailBlockAddingAccounts"]; + } else { + return null; + } + } + + /** + * Sets the emailBlockAddingAccounts + * Indicates whether or not to block custom email accounts. + * + * @param bool $val The emailBlockAddingAccounts + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setEmailBlockAddingAccounts($val) + { + $this->_propDict["emailBlockAddingAccounts"] = boolval($val); + return $this; + } + + /** + * Gets the locationServicesBlocked + * Indicates whether or not to block location services. + * + * @return bool The locationServicesBlocked + */ + public function getLocationServicesBlocked() + { + if (array_key_exists("locationServicesBlocked", $this->_propDict)) { + return $this->_propDict["locationServicesBlocked"]; + } else { + return null; + } + } + + /** + * Sets the locationServicesBlocked + * Indicates whether or not to block location services. + * + * @param bool $val The locationServicesBlocked + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setLocationServicesBlocked($val) + { + $this->_propDict["locationServicesBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the microsoftAccountBlocked + * Indicates whether or not to block using a Microsoft Account. + * + * @return bool The microsoftAccountBlocked + */ + public function getMicrosoftAccountBlocked() + { + if (array_key_exists("microsoftAccountBlocked", $this->_propDict)) { + return $this->_propDict["microsoftAccountBlocked"]; + } else { + return null; + } + } + + /** + * Sets the microsoftAccountBlocked + * Indicates whether or not to block using a Microsoft Account. + * + * @param bool $val The microsoftAccountBlocked + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setMicrosoftAccountBlocked($val) + { + $this->_propDict["microsoftAccountBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the nfcBlocked + * Indicates whether or not to block Near-Field Communication. + * + * @return bool The nfcBlocked + */ + public function getNfcBlocked() + { + if (array_key_exists("nfcBlocked", $this->_propDict)) { + return $this->_propDict["nfcBlocked"]; + } else { + return null; + } + } + + /** + * Sets the nfcBlocked + * Indicates whether or not to block Near-Field Communication. + * + * @param bool $val The nfcBlocked + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setNfcBlocked($val) + { + $this->_propDict["nfcBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the passwordBlockSimple + * Indicates whether or not to block syncing the calendar. + * + * @return bool The passwordBlockSimple + */ + public function getPasswordBlockSimple() + { + if (array_key_exists("passwordBlockSimple", $this->_propDict)) { + return $this->_propDict["passwordBlockSimple"]; + } else { + return null; + } + } + + /** + * Sets the passwordBlockSimple + * Indicates whether or not to block syncing the calendar. + * + * @param bool $val The passwordBlockSimple + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setPasswordBlockSimple($val) + { + $this->_propDict["passwordBlockSimple"] = boolval($val); + return $this; + } + + /** + * Gets the passwordExpirationDays + * Number of days before the password expires. + * + * @return int The passwordExpirationDays + */ + public function getPasswordExpirationDays() + { + if (array_key_exists("passwordExpirationDays", $this->_propDict)) { + return $this->_propDict["passwordExpirationDays"]; + } else { + return null; + } + } + + /** + * Sets the passwordExpirationDays + * Number of days before the password expires. + * + * @param int $val The passwordExpirationDays + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setPasswordExpirationDays($val) + { + $this->_propDict["passwordExpirationDays"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumLength + * Minimum length of passwords. + * + * @return int The passwordMinimumLength + */ + public function getPasswordMinimumLength() + { + if (array_key_exists("passwordMinimumLength", $this->_propDict)) { + return $this->_propDict["passwordMinimumLength"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumLength + * Minimum length of passwords. + * + * @param int $val The passwordMinimumLength + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setPasswordMinimumLength($val) + { + $this->_propDict["passwordMinimumLength"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before screen timeout. + * + * @return int The passwordMinutesOfInactivityBeforeScreenTimeout + */ + public function getPasswordMinutesOfInactivityBeforeScreenTimeout() + { + if (array_key_exists("passwordMinutesOfInactivityBeforeScreenTimeout", $this->_propDict)) { + return $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinutesOfInactivityBeforeScreenTimeout + * Minutes of inactivity before screen timeout. + * + * @param int $val The passwordMinutesOfInactivityBeforeScreenTimeout + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setPasswordMinutesOfInactivityBeforeScreenTimeout($val) + { + $this->_propDict["passwordMinutesOfInactivityBeforeScreenTimeout"] = intval($val); + return $this; + } + + /** + * Gets the passwordMinimumCharacterSetCount + * Number of character sets a password must contain. + * + * @return int The passwordMinimumCharacterSetCount + */ + public function getPasswordMinimumCharacterSetCount() + { + if (array_key_exists("passwordMinimumCharacterSetCount", $this->_propDict)) { + return $this->_propDict["passwordMinimumCharacterSetCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordMinimumCharacterSetCount + * Number of character sets a password must contain. + * + * @param int $val The passwordMinimumCharacterSetCount + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setPasswordMinimumCharacterSetCount($val) + { + $this->_propDict["passwordMinimumCharacterSetCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 0 to 24 + * + * @return int The passwordPreviousPasswordBlockCount + */ + public function getPasswordPreviousPasswordBlockCount() + { + if (array_key_exists("passwordPreviousPasswordBlockCount", $this->_propDict)) { + return $this->_propDict["passwordPreviousPasswordBlockCount"]; + } else { + return null; + } + } + + /** + * Sets the passwordPreviousPasswordBlockCount + * Number of previous passwords to block. Valid values 0 to 24 + * + * @param int $val The passwordPreviousPasswordBlockCount + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setPasswordPreviousPasswordBlockCount($val) + { + $this->_propDict["passwordPreviousPasswordBlockCount"] = intval($val); + return $this; + } + + /** + * Gets the passwordSignInFailureCountBeforeFactoryReset + * Number of sign in failures allowed before factory reset. + * + * @return int The passwordSignInFailureCountBeforeFactoryReset + */ + public function getPasswordSignInFailureCountBeforeFactoryReset() + { + if (array_key_exists("passwordSignInFailureCountBeforeFactoryReset", $this->_propDict)) { + return $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"]; + } else { + return null; + } + } + + /** + * Sets the passwordSignInFailureCountBeforeFactoryReset + * Number of sign in failures allowed before factory reset. + * + * @param int $val The passwordSignInFailureCountBeforeFactoryReset + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setPasswordSignInFailureCountBeforeFactoryReset($val) + { + $this->_propDict["passwordSignInFailureCountBeforeFactoryReset"] = intval($val); + return $this; + } + + /** + * Gets the passwordRequiredType + * Password type that is required. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @return RequiredPasswordType The passwordRequiredType + */ + public function getPasswordRequiredType() + { + if (array_key_exists("passwordRequiredType", $this->_propDict)) { + if (is_a($this->_propDict["passwordRequiredType"], "Microsoft\Graph\Model\RequiredPasswordType")) { + return $this->_propDict["passwordRequiredType"]; + } else { + $this->_propDict["passwordRequiredType"] = new RequiredPasswordType($this->_propDict["passwordRequiredType"]); + return $this->_propDict["passwordRequiredType"]; + } + } + return null; + } + + /** + * Sets the passwordRequiredType + * Password type that is required. Possible values are: deviceDefault, alphanumeric, numeric. + * + * @param RequiredPasswordType $val The passwordRequiredType + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setPasswordRequiredType($val) + { + $this->_propDict["passwordRequiredType"] = $val; + return $this; + } + + /** + * Gets the passwordRequired + * Indicates whether or not to require a password. + * + * @return bool The passwordRequired + */ + public function getPasswordRequired() + { + if (array_key_exists("passwordRequired", $this->_propDict)) { + return $this->_propDict["passwordRequired"]; + } else { + return null; + } + } + + /** + * Sets the passwordRequired + * Indicates whether or not to require a password. + * + * @param bool $val The passwordRequired + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setPasswordRequired($val) + { + $this->_propDict["passwordRequired"] = boolval($val); + return $this; + } + + /** + * Gets the screenCaptureBlocked + * Indicates whether or not to block screenshots. + * + * @return bool The screenCaptureBlocked + */ + public function getScreenCaptureBlocked() + { + if (array_key_exists("screenCaptureBlocked", $this->_propDict)) { + return $this->_propDict["screenCaptureBlocked"]; + } else { + return null; + } + } + + /** + * Sets the screenCaptureBlocked + * Indicates whether or not to block screenshots. + * + * @param bool $val The screenCaptureBlocked + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setScreenCaptureBlocked($val) + { + $this->_propDict["screenCaptureBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the storageBlockRemovableStorage + * Indicates whether or not to block removable storage. + * + * @return bool The storageBlockRemovableStorage + */ + public function getStorageBlockRemovableStorage() + { + if (array_key_exists("storageBlockRemovableStorage", $this->_propDict)) { + return $this->_propDict["storageBlockRemovableStorage"]; + } else { + return null; + } + } + + /** + * Sets the storageBlockRemovableStorage + * Indicates whether or not to block removable storage. + * + * @param bool $val The storageBlockRemovableStorage + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setStorageBlockRemovableStorage($val) + { + $this->_propDict["storageBlockRemovableStorage"] = boolval($val); + return $this; + } + + /** + * Gets the storageRequireEncryption + * Indicates whether or not to require encryption. + * + * @return bool The storageRequireEncryption + */ + public function getStorageRequireEncryption() + { + if (array_key_exists("storageRequireEncryption", $this->_propDict)) { + return $this->_propDict["storageRequireEncryption"]; + } else { + return null; + } + } + + /** + * Sets the storageRequireEncryption + * Indicates whether or not to require encryption. + * + * @param bool $val The storageRequireEncryption + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setStorageRequireEncryption($val) + { + $this->_propDict["storageRequireEncryption"] = boolval($val); + return $this; + } + + /** + * Gets the webBrowserBlocked + * Indicates whether or not to block the web browser. + * + * @return bool The webBrowserBlocked + */ + public function getWebBrowserBlocked() + { + if (array_key_exists("webBrowserBlocked", $this->_propDict)) { + return $this->_propDict["webBrowserBlocked"]; + } else { + return null; + } + } + + /** + * Sets the webBrowserBlocked + * Indicates whether or not to block the web browser. + * + * @param bool $val The webBrowserBlocked + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setWebBrowserBlocked($val) + { + $this->_propDict["webBrowserBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the wifiBlocked + * Indicates whether or not to block Wi-Fi. + * + * @return bool The wifiBlocked + */ + public function getWifiBlocked() + { + if (array_key_exists("wifiBlocked", $this->_propDict)) { + return $this->_propDict["wifiBlocked"]; + } else { + return null; + } + } + + /** + * Sets the wifiBlocked + * Indicates whether or not to block Wi-Fi. + * + * @param bool $val The wifiBlocked + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setWifiBlocked($val) + { + $this->_propDict["wifiBlocked"] = boolval($val); + return $this; + } + + /** + * Gets the wifiBlockAutomaticConnectHotspots + * Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked. + * + * @return bool The wifiBlockAutomaticConnectHotspots + */ + public function getWifiBlockAutomaticConnectHotspots() + { + if (array_key_exists("wifiBlockAutomaticConnectHotspots", $this->_propDict)) { + return $this->_propDict["wifiBlockAutomaticConnectHotspots"]; + } else { + return null; + } + } + + /** + * Sets the wifiBlockAutomaticConnectHotspots + * Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked. + * + * @param bool $val The wifiBlockAutomaticConnectHotspots + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setWifiBlockAutomaticConnectHotspots($val) + { + $this->_propDict["wifiBlockAutomaticConnectHotspots"] = boolval($val); + return $this; + } + + /** + * Gets the wifiBlockHotspotReporting + * Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked. + * + * @return bool The wifiBlockHotspotReporting + */ + public function getWifiBlockHotspotReporting() + { + if (array_key_exists("wifiBlockHotspotReporting", $this->_propDict)) { + return $this->_propDict["wifiBlockHotspotReporting"]; + } else { + return null; + } + } + + /** + * Sets the wifiBlockHotspotReporting + * Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked. + * + * @param bool $val The wifiBlockHotspotReporting + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setWifiBlockHotspotReporting($val) + { + $this->_propDict["wifiBlockHotspotReporting"] = boolval($val); + return $this; + } + + /** + * Gets the windowsStoreBlocked + * Indicates whether or not to block the Windows Store. + * + * @return bool The windowsStoreBlocked + */ + public function getWindowsStoreBlocked() + { + if (array_key_exists("windowsStoreBlocked", $this->_propDict)) { + return $this->_propDict["windowsStoreBlocked"]; + } else { + return null; + } + } + + /** + * Sets the windowsStoreBlocked + * Indicates whether or not to block the Windows Store. + * + * @param bool $val The windowsStoreBlocked + * + * @return WindowsPhone81GeneralConfiguration + */ + public function setWindowsStoreBlocked($val) + { + $this->_propDict["windowsStoreBlocked"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsSpotlightEnablementSettings.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsSpotlightEnablementSettings.php new file mode 100644 index 000000000..83033756a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsSpotlightEnablementSettings.php @@ -0,0 +1,37 @@ +_propDict)) { + if (is_a($this->_propDict["applicableArchitectures"], "Microsoft\Graph\Model\WindowsArchitecture")) { + return $this->_propDict["applicableArchitectures"]; + } else { + $this->_propDict["applicableArchitectures"] = new WindowsArchitecture($this->_propDict["applicableArchitectures"]); + return $this->_propDict["applicableArchitectures"]; + } + } + return null; + } + + /** + * Sets the applicableArchitectures + * The Windows architecture(s) for which this app can run on. Possible values are: none, x86, x64, arm, neutral. + * + * @param WindowsArchitecture $val The applicableArchitectures + * + * @return WindowsUniversalAppX + */ + public function setApplicableArchitectures($val) + { + $this->_propDict["applicableArchitectures"] = $val; + return $this; + } + + /** + * Gets the applicableDeviceTypes + * The Windows device type(s) for which this app can run on. Possible values are: none, desktop, mobile, holographic, team. + * + * @return WindowsDeviceType The applicableDeviceTypes + */ + public function getApplicableDeviceTypes() + { + if (array_key_exists("applicableDeviceTypes", $this->_propDict)) { + if (is_a($this->_propDict["applicableDeviceTypes"], "Microsoft\Graph\Model\WindowsDeviceType")) { + return $this->_propDict["applicableDeviceTypes"]; + } else { + $this->_propDict["applicableDeviceTypes"] = new WindowsDeviceType($this->_propDict["applicableDeviceTypes"]); + return $this->_propDict["applicableDeviceTypes"]; + } + } + return null; + } + + /** + * Sets the applicableDeviceTypes + * The Windows device type(s) for which this app can run on. Possible values are: none, desktop, mobile, holographic, team. + * + * @param WindowsDeviceType $val The applicableDeviceTypes + * + * @return WindowsUniversalAppX + */ + public function setApplicableDeviceTypes($val) + { + $this->_propDict["applicableDeviceTypes"] = $val; + return $this; + } + + /** + * Gets the identityName + * The Identity Name. + * + * @return string The identityName + */ + public function getIdentityName() + { + if (array_key_exists("identityName", $this->_propDict)) { + return $this->_propDict["identityName"]; + } else { + return null; + } + } + + /** + * Sets the identityName + * The Identity Name. + * + * @param string $val The identityName + * + * @return WindowsUniversalAppX + */ + public function setIdentityName($val) + { + $this->_propDict["identityName"] = $val; + return $this; + } + + /** + * Gets the identityPublisherHash + * The Identity Publisher Hash. + * + * @return string The identityPublisherHash + */ + public function getIdentityPublisherHash() + { + if (array_key_exists("identityPublisherHash", $this->_propDict)) { + return $this->_propDict["identityPublisherHash"]; + } else { + return null; + } + } + + /** + * Sets the identityPublisherHash + * The Identity Publisher Hash. + * + * @param string $val The identityPublisherHash + * + * @return WindowsUniversalAppX + */ + public function setIdentityPublisherHash($val) + { + $this->_propDict["identityPublisherHash"] = $val; + return $this; + } + + /** + * Gets the identityResourceIdentifier + * The Identity Resource Identifier. + * + * @return string The identityResourceIdentifier + */ + public function getIdentityResourceIdentifier() + { + if (array_key_exists("identityResourceIdentifier", $this->_propDict)) { + return $this->_propDict["identityResourceIdentifier"]; + } else { + return null; + } + } + + /** + * Sets the identityResourceIdentifier + * The Identity Resource Identifier. + * + * @param string $val The identityResourceIdentifier + * + * @return WindowsUniversalAppX + */ + public function setIdentityResourceIdentifier($val) + { + $this->_propDict["identityResourceIdentifier"] = $val; + return $this; + } + + /** + * Gets the isBundle + * Whether or not the app is a bundle. + * + * @return bool The isBundle + */ + public function getIsBundle() + { + if (array_key_exists("isBundle", $this->_propDict)) { + return $this->_propDict["isBundle"]; + } else { + return null; + } + } + + /** + * Sets the isBundle + * Whether or not the app is a bundle. + * + * @param bool $val The isBundle + * + * @return WindowsUniversalAppX + */ + public function setIsBundle($val) + { + $this->_propDict["isBundle"] = boolval($val); + return $this; + } + + /** + * Gets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @return WindowsMinimumOperatingSystem The minimumSupportedOperatingSystem + */ + public function getMinimumSupportedOperatingSystem() + { + if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { + if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\WindowsMinimumOperatingSystem")) { + return $this->_propDict["minimumSupportedOperatingSystem"]; + } else { + $this->_propDict["minimumSupportedOperatingSystem"] = new WindowsMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); + return $this->_propDict["minimumSupportedOperatingSystem"]; + } + } + return null; + } + + /** + * Sets the minimumSupportedOperatingSystem + * The value for the minimum applicable operating system. + * + * @param WindowsMinimumOperatingSystem $val The minimumSupportedOperatingSystem + * + * @return WindowsUniversalAppX + */ + public function setMinimumSupportedOperatingSystem($val) + { + $this->_propDict["minimumSupportedOperatingSystem"] = $val; + return $this; + } + + /** + * Gets the identityVersion + * The identity version. + * + * @return string The identityVersion + */ + public function getIdentityVersion() + { + if (array_key_exists("identityVersion", $this->_propDict)) { + return $this->_propDict["identityVersion"]; + } else { + return null; + } + } + + /** + * Sets the identityVersion + * The identity version. + * + * @param string $val The identityVersion + * + * @return WindowsUniversalAppX + */ + public function setIdentityVersion($val) + { + $this->_propDict["identityVersion"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateActiveHoursInstall.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateActiveHoursInstall.php new file mode 100644 index 000000000..1ad7291a4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateActiveHoursInstall.php @@ -0,0 +1,103 @@ +setODataType("#microsoft.graph.windowsUpdateActiveHoursInstall"); + } + + + /** + * Gets the activeHoursStart + * Active Hours Start + * + * @return TimeOfDay The activeHoursStart + */ + public function getActiveHoursStart() + { + if (array_key_exists("activeHoursStart", $this->_propDict)) { + if (is_a($this->_propDict["activeHoursStart"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["activeHoursStart"]; + } else { + $this->_propDict["activeHoursStart"] = new TimeOfDay($this->_propDict["activeHoursStart"]); + return $this->_propDict["activeHoursStart"]; + } + } + return null; + } + + /** + * Sets the activeHoursStart + * Active Hours Start + * + * @param TimeOfDay $val The value to assign to the activeHoursStart + * + * @return WindowsUpdateActiveHoursInstall The WindowsUpdateActiveHoursInstall + */ + public function setActiveHoursStart($val) + { + $this->_propDict["activeHoursStart"] = $val; + return $this; + } + + /** + * Gets the activeHoursEnd + * Active Hours End + * + * @return TimeOfDay The activeHoursEnd + */ + public function getActiveHoursEnd() + { + if (array_key_exists("activeHoursEnd", $this->_propDict)) { + if (is_a($this->_propDict["activeHoursEnd"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["activeHoursEnd"]; + } else { + $this->_propDict["activeHoursEnd"] = new TimeOfDay($this->_propDict["activeHoursEnd"]); + return $this->_propDict["activeHoursEnd"]; + } + } + return null; + } + + /** + * Sets the activeHoursEnd + * Active Hours End + * + * @param TimeOfDay $val The value to assign to the activeHoursEnd + * + * @return WindowsUpdateActiveHoursInstall The WindowsUpdateActiveHoursInstall + */ + public function setActiveHoursEnd($val) + { + $this->_propDict["activeHoursEnd"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateForBusinessConfiguration.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateForBusinessConfiguration.php new file mode 100644 index 000000000..e1a460c75 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateForBusinessConfiguration.php @@ -0,0 +1,434 @@ +_propDict)) { + if (is_a($this->_propDict["deliveryOptimizationMode"], "Microsoft\Graph\Model\WindowsDeliveryOptimizationMode")) { + return $this->_propDict["deliveryOptimizationMode"]; + } else { + $this->_propDict["deliveryOptimizationMode"] = new WindowsDeliveryOptimizationMode($this->_propDict["deliveryOptimizationMode"]); + return $this->_propDict["deliveryOptimizationMode"]; + } + } + return null; + } + + /** + * Sets the deliveryOptimizationMode + * Delivery Optimization Mode. Possible values are: userDefined, httpOnly, httpWithPeeringNat, httpWithPeeringPrivateGroup, httpWithInternetPeering, simpleDownload, bypassMode. + * + * @param WindowsDeliveryOptimizationMode $val The deliveryOptimizationMode + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setDeliveryOptimizationMode($val) + { + $this->_propDict["deliveryOptimizationMode"] = $val; + return $this; + } + + /** + * Gets the prereleaseFeatures + * The pre-release features. Possible values are: userDefined, settingsOnly, settingsAndExperimentations, notAllowed. + * + * @return PrereleaseFeatures The prereleaseFeatures + */ + public function getPrereleaseFeatures() + { + if (array_key_exists("prereleaseFeatures", $this->_propDict)) { + if (is_a($this->_propDict["prereleaseFeatures"], "Microsoft\Graph\Model\PrereleaseFeatures")) { + return $this->_propDict["prereleaseFeatures"]; + } else { + $this->_propDict["prereleaseFeatures"] = new PrereleaseFeatures($this->_propDict["prereleaseFeatures"]); + return $this->_propDict["prereleaseFeatures"]; + } + } + return null; + } + + /** + * Sets the prereleaseFeatures + * The pre-release features. Possible values are: userDefined, settingsOnly, settingsAndExperimentations, notAllowed. + * + * @param PrereleaseFeatures $val The prereleaseFeatures + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setPrereleaseFeatures($val) + { + $this->_propDict["prereleaseFeatures"] = $val; + return $this; + } + + /** + * Gets the automaticUpdateMode + * Automatic update mode. Possible values are: userDefined, notifyDownload, autoInstallAtMaintenanceTime, autoInstallAndRebootAtMaintenanceTime, autoInstallAndRebootAtScheduledTime, autoInstallAndRebootWithoutEndUserControl. + * + * @return AutomaticUpdateMode The automaticUpdateMode + */ + public function getAutomaticUpdateMode() + { + if (array_key_exists("automaticUpdateMode", $this->_propDict)) { + if (is_a($this->_propDict["automaticUpdateMode"], "Microsoft\Graph\Model\AutomaticUpdateMode")) { + return $this->_propDict["automaticUpdateMode"]; + } else { + $this->_propDict["automaticUpdateMode"] = new AutomaticUpdateMode($this->_propDict["automaticUpdateMode"]); + return $this->_propDict["automaticUpdateMode"]; + } + } + return null; + } + + /** + * Sets the automaticUpdateMode + * Automatic update mode. Possible values are: userDefined, notifyDownload, autoInstallAtMaintenanceTime, autoInstallAndRebootAtMaintenanceTime, autoInstallAndRebootAtScheduledTime, autoInstallAndRebootWithoutEndUserControl. + * + * @param AutomaticUpdateMode $val The automaticUpdateMode + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setAutomaticUpdateMode($val) + { + $this->_propDict["automaticUpdateMode"] = $val; + return $this; + } + + /** + * Gets the microsoftUpdateServiceAllowed + * Allow Microsoft Update Service + * + * @return bool The microsoftUpdateServiceAllowed + */ + public function getMicrosoftUpdateServiceAllowed() + { + if (array_key_exists("microsoftUpdateServiceAllowed", $this->_propDict)) { + return $this->_propDict["microsoftUpdateServiceAllowed"]; + } else { + return null; + } + } + + /** + * Sets the microsoftUpdateServiceAllowed + * Allow Microsoft Update Service + * + * @param bool $val The microsoftUpdateServiceAllowed + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setMicrosoftUpdateServiceAllowed($val) + { + $this->_propDict["microsoftUpdateServiceAllowed"] = boolval($val); + return $this; + } + + /** + * Gets the driversExcluded + * Exclude Windows update Drivers + * + * @return bool The driversExcluded + */ + public function getDriversExcluded() + { + if (array_key_exists("driversExcluded", $this->_propDict)) { + return $this->_propDict["driversExcluded"]; + } else { + return null; + } + } + + /** + * Sets the driversExcluded + * Exclude Windows update Drivers + * + * @param bool $val The driversExcluded + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setDriversExcluded($val) + { + $this->_propDict["driversExcluded"] = boolval($val); + return $this; + } + + /** + * Gets the installationSchedule + * Installation schedule + * + * @return WindowsUpdateInstallScheduleType The installationSchedule + */ + public function getInstallationSchedule() + { + if (array_key_exists("installationSchedule", $this->_propDict)) { + if (is_a($this->_propDict["installationSchedule"], "Microsoft\Graph\Model\WindowsUpdateInstallScheduleType")) { + return $this->_propDict["installationSchedule"]; + } else { + $this->_propDict["installationSchedule"] = new WindowsUpdateInstallScheduleType($this->_propDict["installationSchedule"]); + return $this->_propDict["installationSchedule"]; + } + } + return null; + } + + /** + * Sets the installationSchedule + * Installation schedule + * + * @param WindowsUpdateInstallScheduleType $val The installationSchedule + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setInstallationSchedule($val) + { + $this->_propDict["installationSchedule"] = $val; + return $this; + } + + /** + * Gets the qualityUpdatesDeferralPeriodInDays + * Defer Quality Updates by these many days + * + * @return int The qualityUpdatesDeferralPeriodInDays + */ + public function getQualityUpdatesDeferralPeriodInDays() + { + if (array_key_exists("qualityUpdatesDeferralPeriodInDays", $this->_propDict)) { + return $this->_propDict["qualityUpdatesDeferralPeriodInDays"]; + } else { + return null; + } + } + + /** + * Sets the qualityUpdatesDeferralPeriodInDays + * Defer Quality Updates by these many days + * + * @param int $val The qualityUpdatesDeferralPeriodInDays + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setQualityUpdatesDeferralPeriodInDays($val) + { + $this->_propDict["qualityUpdatesDeferralPeriodInDays"] = intval($val); + return $this; + } + + /** + * Gets the featureUpdatesDeferralPeriodInDays + * Defer Feature Updates by these many days + * + * @return int The featureUpdatesDeferralPeriodInDays + */ + public function getFeatureUpdatesDeferralPeriodInDays() + { + if (array_key_exists("featureUpdatesDeferralPeriodInDays", $this->_propDict)) { + return $this->_propDict["featureUpdatesDeferralPeriodInDays"]; + } else { + return null; + } + } + + /** + * Sets the featureUpdatesDeferralPeriodInDays + * Defer Feature Updates by these many days + * + * @param int $val The featureUpdatesDeferralPeriodInDays + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setFeatureUpdatesDeferralPeriodInDays($val) + { + $this->_propDict["featureUpdatesDeferralPeriodInDays"] = intval($val); + return $this; + } + + /** + * Gets the qualityUpdatesPaused + * Pause Quality Updates + * + * @return bool The qualityUpdatesPaused + */ + public function getQualityUpdatesPaused() + { + if (array_key_exists("qualityUpdatesPaused", $this->_propDict)) { + return $this->_propDict["qualityUpdatesPaused"]; + } else { + return null; + } + } + + /** + * Sets the qualityUpdatesPaused + * Pause Quality Updates + * + * @param bool $val The qualityUpdatesPaused + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setQualityUpdatesPaused($val) + { + $this->_propDict["qualityUpdatesPaused"] = boolval($val); + return $this; + } + + /** + * Gets the featureUpdatesPaused + * Pause Feature Updates + * + * @return bool The featureUpdatesPaused + */ + public function getFeatureUpdatesPaused() + { + if (array_key_exists("featureUpdatesPaused", $this->_propDict)) { + return $this->_propDict["featureUpdatesPaused"]; + } else { + return null; + } + } + + /** + * Sets the featureUpdatesPaused + * Pause Feature Updates + * + * @param bool $val The featureUpdatesPaused + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setFeatureUpdatesPaused($val) + { + $this->_propDict["featureUpdatesPaused"] = boolval($val); + return $this; + } + + /** + * Gets the qualityUpdatesPauseExpiryDateTime + * Quality Updates Pause Expiry datetime + * + * @return \DateTime The qualityUpdatesPauseExpiryDateTime + */ + public function getQualityUpdatesPauseExpiryDateTime() + { + if (array_key_exists("qualityUpdatesPauseExpiryDateTime", $this->_propDict)) { + if (is_a($this->_propDict["qualityUpdatesPauseExpiryDateTime"], "\DateTime")) { + return $this->_propDict["qualityUpdatesPauseExpiryDateTime"]; + } else { + $this->_propDict["qualityUpdatesPauseExpiryDateTime"] = new \DateTime($this->_propDict["qualityUpdatesPauseExpiryDateTime"]); + return $this->_propDict["qualityUpdatesPauseExpiryDateTime"]; + } + } + return null; + } + + /** + * Sets the qualityUpdatesPauseExpiryDateTime + * Quality Updates Pause Expiry datetime + * + * @param \DateTime $val The qualityUpdatesPauseExpiryDateTime + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setQualityUpdatesPauseExpiryDateTime($val) + { + $this->_propDict["qualityUpdatesPauseExpiryDateTime"] = $val; + return $this; + } + + /** + * Gets the featureUpdatesPauseExpiryDateTime + * Feature Updates Pause Expiry datetime + * + * @return \DateTime The featureUpdatesPauseExpiryDateTime + */ + public function getFeatureUpdatesPauseExpiryDateTime() + { + if (array_key_exists("featureUpdatesPauseExpiryDateTime", $this->_propDict)) { + if (is_a($this->_propDict["featureUpdatesPauseExpiryDateTime"], "\DateTime")) { + return $this->_propDict["featureUpdatesPauseExpiryDateTime"]; + } else { + $this->_propDict["featureUpdatesPauseExpiryDateTime"] = new \DateTime($this->_propDict["featureUpdatesPauseExpiryDateTime"]); + return $this->_propDict["featureUpdatesPauseExpiryDateTime"]; + } + } + return null; + } + + /** + * Sets the featureUpdatesPauseExpiryDateTime + * Feature Updates Pause Expiry datetime + * + * @param \DateTime $val The featureUpdatesPauseExpiryDateTime + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setFeatureUpdatesPauseExpiryDateTime($val) + { + $this->_propDict["featureUpdatesPauseExpiryDateTime"] = $val; + return $this; + } + + /** + * Gets the businessReadyUpdatesOnly + * Determines which branch devices will receive their updates from. Possible values are: userDefined, all, businessReadyOnly, windowsInsiderBuildFast, windowsInsiderBuildSlow, windowsInsiderBuildRelease. + * + * @return WindowsUpdateType The businessReadyUpdatesOnly + */ + public function getBusinessReadyUpdatesOnly() + { + if (array_key_exists("businessReadyUpdatesOnly", $this->_propDict)) { + if (is_a($this->_propDict["businessReadyUpdatesOnly"], "Microsoft\Graph\Model\WindowsUpdateType")) { + return $this->_propDict["businessReadyUpdatesOnly"]; + } else { + $this->_propDict["businessReadyUpdatesOnly"] = new WindowsUpdateType($this->_propDict["businessReadyUpdatesOnly"]); + return $this->_propDict["businessReadyUpdatesOnly"]; + } + } + return null; + } + + /** + * Sets the businessReadyUpdatesOnly + * Determines which branch devices will receive their updates from. Possible values are: userDefined, all, businessReadyOnly, windowsInsiderBuildFast, windowsInsiderBuildSlow, windowsInsiderBuildRelease. + * + * @param WindowsUpdateType $val The businessReadyUpdatesOnly + * + * @return WindowsUpdateForBusinessConfiguration + */ + public function setBusinessReadyUpdatesOnly($val) + { + $this->_propDict["businessReadyUpdatesOnly"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateInstallScheduleType.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateInstallScheduleType.php new file mode 100644 index 000000000..77ac71ae5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateInstallScheduleType.php @@ -0,0 +1,28 @@ +setODataType("#microsoft.graph.windowsUpdateScheduledInstall"); + } + + + /** + * Gets the scheduledInstallDay + * Scheduled Install Day in week. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday. + * + * @return WeeklySchedule The scheduledInstallDay + */ + public function getScheduledInstallDay() + { + if (array_key_exists("scheduledInstallDay", $this->_propDict)) { + if (is_a($this->_propDict["scheduledInstallDay"], "Microsoft\Graph\Model\WeeklySchedule")) { + return $this->_propDict["scheduledInstallDay"]; + } else { + $this->_propDict["scheduledInstallDay"] = new WeeklySchedule($this->_propDict["scheduledInstallDay"]); + return $this->_propDict["scheduledInstallDay"]; + } + } + return null; + } + + /** + * Sets the scheduledInstallDay + * Scheduled Install Day in week. Possible values are: userDefined, everyday, sunday, monday, tuesday, wednesday, thursday, friday, saturday. + * + * @param WeeklySchedule $val The value to assign to the scheduledInstallDay + * + * @return WindowsUpdateScheduledInstall The WindowsUpdateScheduledInstall + */ + public function setScheduledInstallDay($val) + { + $this->_propDict["scheduledInstallDay"] = $val; + return $this; + } + + /** + * Gets the scheduledInstallTime + * Scheduled Install Time during day + * + * @return TimeOfDay The scheduledInstallTime + */ + public function getScheduledInstallTime() + { + if (array_key_exists("scheduledInstallTime", $this->_propDict)) { + if (is_a($this->_propDict["scheduledInstallTime"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["scheduledInstallTime"]; + } else { + $this->_propDict["scheduledInstallTime"] = new TimeOfDay($this->_propDict["scheduledInstallTime"]); + return $this->_propDict["scheduledInstallTime"]; + } + } + return null; + } + + /** + * Sets the scheduledInstallTime + * Scheduled Install Time during day + * + * @param TimeOfDay $val The value to assign to the scheduledInstallTime + * + * @return WindowsUpdateScheduledInstall The WindowsUpdateScheduledInstall + */ + public function setScheduledInstallTime($val) + { + $this->_propDict["scheduledInstallTime"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateType.php b/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateType.php new file mode 100644 index 000000000..55a87d801 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WindowsUpdateType.php @@ -0,0 +1,40 @@ +_propDict)) { + if (is_a($this->_propDict["application"], "Microsoft\Graph\Model\WorkbookApplication")) { + return $this->_propDict["application"]; + } else { + $this->_propDict["application"] = new WorkbookApplication($this->_propDict["application"]); + return $this->_propDict["application"]; + } + } + return null; + } + + /** + * Sets the application + * + * @param WorkbookApplication $val The application + * + * @return Workbook + */ + public function setApplication($val) + { + $this->_propDict["application"] = $val; + return $this; + } + + + /** + * Gets the names + * Represents a collection of workbook scoped named items (named ranges and constants). Read-only. + * + * @return array The names + */ + public function getNames() + { + if (array_key_exists("names", $this->_propDict)) { + return $this->_propDict["names"]; + } else { + return null; + } + } + + /** + * Sets the names + * Represents a collection of workbook scoped named items (named ranges and constants). Read-only. + * + * @param WorkbookNamedItem $val The names + * + * @return Workbook + */ + public function setNames($val) + { + $this->_propDict["names"] = $val; + return $this; + } + + + /** + * Gets the tables + * Represents a collection of tables associated with the workbook. Read-only. + * + * @return array The tables + */ + public function getTables() + { + if (array_key_exists("tables", $this->_propDict)) { + return $this->_propDict["tables"]; + } else { + return null; + } + } + + /** + * Sets the tables + * Represents a collection of tables associated with the workbook. Read-only. + * + * @param WorkbookTable $val The tables + * + * @return Workbook + */ + public function setTables($val) + { + $this->_propDict["tables"] = $val; + return $this; + } + + + /** + * Gets the worksheets + * Represents a collection of worksheets associated with the workbook. Read-only. + * + * @return array The worksheets + */ + public function getWorksheets() + { + if (array_key_exists("worksheets", $this->_propDict)) { + return $this->_propDict["worksheets"]; + } else { + return null; + } + } + + /** + * Sets the worksheets + * Represents a collection of worksheets associated with the workbook. Read-only. + * + * @param WorkbookWorksheet $val The worksheets + * + * @return Workbook + */ + public function setWorksheets($val) + { + $this->_propDict["worksheets"] = $val; + return $this; + } + + + /** + * Gets the comments + * + * @return array The comments + */ + public function getComments() + { + if (array_key_exists("comments", $this->_propDict)) { + return $this->_propDict["comments"]; + } else { + return null; + } + } + + /** + * Sets the comments + * + * @param WorkbookComment $val The comments + * + * @return Workbook + */ + public function setComments($val) + { + $this->_propDict["comments"] = $val; + return $this; + } + + /** + * Gets the functions + * + * @return WorkbookFunctions The functions + */ + public function getFunctions() + { + if (array_key_exists("functions", $this->_propDict)) { + if (is_a($this->_propDict["functions"], "Microsoft\Graph\Model\WorkbookFunctions")) { + return $this->_propDict["functions"]; + } else { + $this->_propDict["functions"] = new WorkbookFunctions($this->_propDict["functions"]); + return $this->_propDict["functions"]; + } + } + return null; + } + + /** + * Sets the functions + * + * @param WorkbookFunctions $val The functions + * + * @return Workbook + */ + public function setFunctions($val) + { + $this->_propDict["functions"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookApplication.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookApplication.php new file mode 100644 index 000000000..e4e2e6c15 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookApplication.php @@ -0,0 +1,56 @@ +_propDict)) { + return $this->_propDict["calculationMode"]; + } else { + return null; + } + } + + /** + * Sets the calculationMode + * + * @param string $val The calculationMode + * + * @return WorkbookApplication + */ + public function setCalculationMode($val) + { + $this->_propDict["calculationMode"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChart.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChart.php new file mode 100644 index 000000000..79dbf9a74 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChart.php @@ -0,0 +1,402 @@ +_propDict)) { + return $this->_propDict["height"]; + } else { + return null; + } + } + + /** + * Sets the height + * Represents the height, in points, of the chart object. + * + * @param float $val The height + * + * @return WorkbookChart + */ + public function setHeight($val) + { + $this->_propDict["height"] = $val; + return $this; + } + + /** + * Gets the left + * The distance, in points, from the left side of the chart to the worksheet origin. + * + * @return float The left + */ + public function getLeft() + { + if (array_key_exists("left", $this->_propDict)) { + return $this->_propDict["left"]; + } else { + return null; + } + } + + /** + * Sets the left + * The distance, in points, from the left side of the chart to the worksheet origin. + * + * @param float $val The left + * + * @return WorkbookChart + */ + public function setLeft($val) + { + $this->_propDict["left"] = $val; + return $this; + } + + /** + * Gets the name + * Represents the name of a chart object. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Represents the name of a chart object. + * + * @param string $val The name + * + * @return WorkbookChart + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the top + * Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart). + * + * @return float The top + */ + public function getTop() + { + if (array_key_exists("top", $this->_propDict)) { + return $this->_propDict["top"]; + } else { + return null; + } + } + + /** + * Sets the top + * Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart). + * + * @param float $val The top + * + * @return WorkbookChart + */ + public function setTop($val) + { + $this->_propDict["top"] = $val; + return $this; + } + + /** + * Gets the width + * Represents the width, in points, of the chart object. + * + * @return float The width + */ + public function getWidth() + { + if (array_key_exists("width", $this->_propDict)) { + return $this->_propDict["width"]; + } else { + return null; + } + } + + /** + * Sets the width + * Represents the width, in points, of the chart object. + * + * @param float $val The width + * + * @return WorkbookChart + */ + public function setWidth($val) + { + $this->_propDict["width"] = $val; + return $this; + } + + /** + * Gets the axes + * Represents chart axes. Read-only. + * + * @return WorkbookChartAxes The axes + */ + public function getAxes() + { + if (array_key_exists("axes", $this->_propDict)) { + if (is_a($this->_propDict["axes"], "Microsoft\Graph\Model\WorkbookChartAxes")) { + return $this->_propDict["axes"]; + } else { + $this->_propDict["axes"] = new WorkbookChartAxes($this->_propDict["axes"]); + return $this->_propDict["axes"]; + } + } + return null; + } + + /** + * Sets the axes + * Represents chart axes. Read-only. + * + * @param WorkbookChartAxes $val The axes + * + * @return WorkbookChart + */ + public function setAxes($val) + { + $this->_propDict["axes"] = $val; + return $this; + } + + /** + * Gets the dataLabels + * Represents the datalabels on the chart. Read-only. + * + * @return WorkbookChartDataLabels The dataLabels + */ + public function getDataLabels() + { + if (array_key_exists("dataLabels", $this->_propDict)) { + if (is_a($this->_propDict["dataLabels"], "Microsoft\Graph\Model\WorkbookChartDataLabels")) { + return $this->_propDict["dataLabels"]; + } else { + $this->_propDict["dataLabels"] = new WorkbookChartDataLabels($this->_propDict["dataLabels"]); + return $this->_propDict["dataLabels"]; + } + } + return null; + } + + /** + * Sets the dataLabels + * Represents the datalabels on the chart. Read-only. + * + * @param WorkbookChartDataLabels $val The dataLabels + * + * @return WorkbookChart + */ + public function setDataLabels($val) + { + $this->_propDict["dataLabels"] = $val; + return $this; + } + + /** + * Gets the format + * Encapsulates the format properties for the chart area. Read-only. + * + * @return WorkbookChartAreaFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookChartAreaFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookChartAreaFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Encapsulates the format properties for the chart area. Read-only. + * + * @param WorkbookChartAreaFormat $val The format + * + * @return WorkbookChart + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + + /** + * Gets the legend + * Represents the legend for the chart. Read-only. + * + * @return WorkbookChartLegend The legend + */ + public function getLegend() + { + if (array_key_exists("legend", $this->_propDict)) { + if (is_a($this->_propDict["legend"], "Microsoft\Graph\Model\WorkbookChartLegend")) { + return $this->_propDict["legend"]; + } else { + $this->_propDict["legend"] = new WorkbookChartLegend($this->_propDict["legend"]); + return $this->_propDict["legend"]; + } + } + return null; + } + + /** + * Sets the legend + * Represents the legend for the chart. Read-only. + * + * @param WorkbookChartLegend $val The legend + * + * @return WorkbookChart + */ + public function setLegend($val) + { + $this->_propDict["legend"] = $val; + return $this; + } + + + /** + * Gets the series + * Represents either a single series or collection of series in the chart. Read-only. + * + * @return array The series + */ + public function getSeries() + { + if (array_key_exists("series", $this->_propDict)) { + return $this->_propDict["series"]; + } else { + return null; + } + } + + /** + * Sets the series + * Represents either a single series or collection of series in the chart. Read-only. + * + * @param WorkbookChartSeries $val The series + * + * @return WorkbookChart + */ + public function setSeries($val) + { + $this->_propDict["series"] = $val; + return $this; + } + + /** + * Gets the title + * Represents the title of the specified chart, including the text, visibility, position and formating of the title. Read-only. + * + * @return WorkbookChartTitle The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + if (is_a($this->_propDict["title"], "Microsoft\Graph\Model\WorkbookChartTitle")) { + return $this->_propDict["title"]; + } else { + $this->_propDict["title"] = new WorkbookChartTitle($this->_propDict["title"]); + return $this->_propDict["title"]; + } + } + return null; + } + + /** + * Sets the title + * Represents the title of the specified chart, including the text, visibility, position and formating of the title. Read-only. + * + * @param WorkbookChartTitle $val The title + * + * @return WorkbookChart + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + + /** + * Gets the worksheet + * The worksheet containing the current chart. Read-only. + * + * @return WorkbookWorksheet The worksheet + */ + public function getWorksheet() + { + if (array_key_exists("worksheet", $this->_propDict)) { + if (is_a($this->_propDict["worksheet"], "Microsoft\Graph\Model\WorkbookWorksheet")) { + return $this->_propDict["worksheet"]; + } else { + $this->_propDict["worksheet"] = new WorkbookWorksheet($this->_propDict["worksheet"]); + return $this->_propDict["worksheet"]; + } + } + return null; + } + + /** + * Sets the worksheet + * The worksheet containing the current chart. Read-only. + * + * @param WorkbookWorksheet $val The worksheet + * + * @return WorkbookChart + */ + public function setWorksheet($val) + { + $this->_propDict["worksheet"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAreaFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAreaFormat.php new file mode 100644 index 000000000..ff7f7cbe4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAreaFormat.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["fill"], "Microsoft\Graph\Model\WorkbookChartFill")) { + return $this->_propDict["fill"]; + } else { + $this->_propDict["fill"] = new WorkbookChartFill($this->_propDict["fill"]); + return $this->_propDict["fill"]; + } + } + return null; + } + + /** + * Sets the fill + * Represents the fill format of an object, which includes background formatting information. Read-only. + * + * @param WorkbookChartFill $val The fill + * + * @return WorkbookChartAreaFormat + */ + public function setFill($val) + { + $this->_propDict["fill"] = $val; + return $this; + } + + /** + * Gets the font + * Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only. + * + * @return WorkbookChartFont The font + */ + public function getFont() + { + if (array_key_exists("font", $this->_propDict)) { + if (is_a($this->_propDict["font"], "Microsoft\Graph\Model\WorkbookChartFont")) { + return $this->_propDict["font"]; + } else { + $this->_propDict["font"] = new WorkbookChartFont($this->_propDict["font"]); + return $this->_propDict["font"]; + } + } + return null; + } + + /** + * Sets the font + * Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only. + * + * @param WorkbookChartFont $val The font + * + * @return WorkbookChartAreaFormat + */ + public function setFont($val) + { + $this->_propDict["font"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxes.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxes.php new file mode 100644 index 000000000..00d5e7955 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxes.php @@ -0,0 +1,128 @@ +_propDict)) { + if (is_a($this->_propDict["categoryAxis"], "Microsoft\Graph\Model\WorkbookChartAxis")) { + return $this->_propDict["categoryAxis"]; + } else { + $this->_propDict["categoryAxis"] = new WorkbookChartAxis($this->_propDict["categoryAxis"]); + return $this->_propDict["categoryAxis"]; + } + } + return null; + } + + /** + * Sets the categoryAxis + * Represents the category axis in a chart. Read-only. + * + * @param WorkbookChartAxis $val The categoryAxis + * + * @return WorkbookChartAxes + */ + public function setCategoryAxis($val) + { + $this->_propDict["categoryAxis"] = $val; + return $this; + } + + /** + * Gets the seriesAxis + * Represents the series axis of a 3-dimensional chart. Read-only. + * + * @return WorkbookChartAxis The seriesAxis + */ + public function getSeriesAxis() + { + if (array_key_exists("seriesAxis", $this->_propDict)) { + if (is_a($this->_propDict["seriesAxis"], "Microsoft\Graph\Model\WorkbookChartAxis")) { + return $this->_propDict["seriesAxis"]; + } else { + $this->_propDict["seriesAxis"] = new WorkbookChartAxis($this->_propDict["seriesAxis"]); + return $this->_propDict["seriesAxis"]; + } + } + return null; + } + + /** + * Sets the seriesAxis + * Represents the series axis of a 3-dimensional chart. Read-only. + * + * @param WorkbookChartAxis $val The seriesAxis + * + * @return WorkbookChartAxes + */ + public function setSeriesAxis($val) + { + $this->_propDict["seriesAxis"] = $val; + return $this; + } + + /** + * Gets the valueAxis + * Represents the value axis in an axis. Read-only. + * + * @return WorkbookChartAxis The valueAxis + */ + public function getValueAxis() + { + if (array_key_exists("valueAxis", $this->_propDict)) { + if (is_a($this->_propDict["valueAxis"], "Microsoft\Graph\Model\WorkbookChartAxis")) { + return $this->_propDict["valueAxis"]; + } else { + $this->_propDict["valueAxis"] = new WorkbookChartAxis($this->_propDict["valueAxis"]); + return $this->_propDict["valueAxis"]; + } + } + return null; + } + + /** + * Sets the valueAxis + * Represents the value axis in an axis. Read-only. + * + * @param WorkbookChartAxis $val The valueAxis + * + * @return WorkbookChartAxes + */ + public function setValueAxis($val) + { + $this->_propDict["valueAxis"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php new file mode 100644 index 000000000..92159a7c9 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxis.php @@ -0,0 +1,277 @@ +_propDict)) { + return $this->_propDict["majorUnit"]; + } else { + return null; + } + } + + /** + * Sets the majorUnit + * Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number. + * + * @param string $val The majorUnit + * + * @return WorkbookChartAxis + */ + public function setMajorUnit($val) + { + $this->_propDict["majorUnit"] = $val; + return $this; + } + + /** + * Gets the maximum + * Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. + * + * @return string The maximum + */ + public function getMaximum() + { + if (array_key_exists("maximum", $this->_propDict)) { + return $this->_propDict["maximum"]; + } else { + return null; + } + } + + /** + * Sets the maximum + * Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. + * + * @param string $val The maximum + * + * @return WorkbookChartAxis + */ + public function setMaximum($val) + { + $this->_propDict["maximum"] = $val; + return $this; + } + + /** + * Gets the minimum + * Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. + * + * @return string The minimum + */ + public function getMinimum() + { + if (array_key_exists("minimum", $this->_propDict)) { + return $this->_propDict["minimum"]; + } else { + return null; + } + } + + /** + * Sets the minimum + * Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. + * + * @param string $val The minimum + * + * @return WorkbookChartAxis + */ + public function setMinimum($val) + { + $this->_propDict["minimum"] = $val; + return $this; + } + + /** + * Gets the minorUnit + * Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. + * + * @return string The minorUnit + */ + public function getMinorUnit() + { + if (array_key_exists("minorUnit", $this->_propDict)) { + return $this->_propDict["minorUnit"]; + } else { + return null; + } + } + + /** + * Sets the minorUnit + * Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. + * + * @param string $val The minorUnit + * + * @return WorkbookChartAxis + */ + public function setMinorUnit($val) + { + $this->_propDict["minorUnit"] = $val; + return $this; + } + + /** + * Gets the format + * Represents the formatting of a chart object, which includes line and font formatting. Read-only. + * + * @return WorkbookChartAxisFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookChartAxisFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookChartAxisFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Represents the formatting of a chart object, which includes line and font formatting. Read-only. + * + * @param WorkbookChartAxisFormat $val The format + * + * @return WorkbookChartAxis + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + + /** + * Gets the majorGridlines + * Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. + * + * @return WorkbookChartGridlines The majorGridlines + */ + public function getMajorGridlines() + { + if (array_key_exists("majorGridlines", $this->_propDict)) { + if (is_a($this->_propDict["majorGridlines"], "Microsoft\Graph\Model\WorkbookChartGridlines")) { + return $this->_propDict["majorGridlines"]; + } else { + $this->_propDict["majorGridlines"] = new WorkbookChartGridlines($this->_propDict["majorGridlines"]); + return $this->_propDict["majorGridlines"]; + } + } + return null; + } + + /** + * Sets the majorGridlines + * Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. + * + * @param WorkbookChartGridlines $val The majorGridlines + * + * @return WorkbookChartAxis + */ + public function setMajorGridlines($val) + { + $this->_propDict["majorGridlines"] = $val; + return $this; + } + + /** + * Gets the minorGridlines + * Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. + * + * @return WorkbookChartGridlines The minorGridlines + */ + public function getMinorGridlines() + { + if (array_key_exists("minorGridlines", $this->_propDict)) { + if (is_a($this->_propDict["minorGridlines"], "Microsoft\Graph\Model\WorkbookChartGridlines")) { + return $this->_propDict["minorGridlines"]; + } else { + $this->_propDict["minorGridlines"] = new WorkbookChartGridlines($this->_propDict["minorGridlines"]); + return $this->_propDict["minorGridlines"]; + } + } + return null; + } + + /** + * Sets the minorGridlines + * Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. + * + * @param WorkbookChartGridlines $val The minorGridlines + * + * @return WorkbookChartAxis + */ + public function setMinorGridlines($val) + { + $this->_propDict["minorGridlines"] = $val; + return $this; + } + + /** + * Gets the title + * Represents the axis title. Read-only. + * + * @return WorkbookChartAxisTitle The title + */ + public function getTitle() + { + if (array_key_exists("title", $this->_propDict)) { + if (is_a($this->_propDict["title"], "Microsoft\Graph\Model\WorkbookChartAxisTitle")) { + return $this->_propDict["title"]; + } else { + $this->_propDict["title"] = new WorkbookChartAxisTitle($this->_propDict["title"]); + return $this->_propDict["title"]; + } + } + return null; + } + + /** + * Sets the title + * Represents the axis title. Read-only. + * + * @param WorkbookChartAxisTitle $val The title + * + * @return WorkbookChartAxis + */ + public function setTitle($val) + { + $this->_propDict["title"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxisFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxisFormat.php new file mode 100644 index 000000000..a97eaba8f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxisFormat.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["font"], "Microsoft\Graph\Model\WorkbookChartFont")) { + return $this->_propDict["font"]; + } else { + $this->_propDict["font"] = new WorkbookChartFont($this->_propDict["font"]); + return $this->_propDict["font"]; + } + } + return null; + } + + /** + * Sets the font + * Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only. + * + * @param WorkbookChartFont $val The font + * + * @return WorkbookChartAxisFormat + */ + public function setFont($val) + { + $this->_propDict["font"] = $val; + return $this; + } + + /** + * Gets the line + * Represents chart line formatting. Read-only. + * + * @return WorkbookChartLineFormat The line + */ + public function getLine() + { + if (array_key_exists("line", $this->_propDict)) { + if (is_a($this->_propDict["line"], "Microsoft\Graph\Model\WorkbookChartLineFormat")) { + return $this->_propDict["line"]; + } else { + $this->_propDict["line"] = new WorkbookChartLineFormat($this->_propDict["line"]); + return $this->_propDict["line"]; + } + } + return null; + } + + /** + * Sets the line + * Represents chart line formatting. Read-only. + * + * @param WorkbookChartLineFormat $val The line + * + * @return WorkbookChartAxisFormat + */ + public function setLine($val) + { + $this->_propDict["line"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxisTitle.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxisTitle.php new file mode 100644 index 000000000..5779f4404 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxisTitle.php @@ -0,0 +1,120 @@ +_propDict)) { + return $this->_propDict["text"]; + } else { + return null; + } + } + + /** + * Sets the text + * Represents the axis title. + * + * @param string $val The text + * + * @return WorkbookChartAxisTitle + */ + public function setText($val) + { + $this->_propDict["text"] = $val; + return $this; + } + + /** + * Gets the visible + * A boolean that specifies the visibility of an axis title. + * + * @return bool The visible + */ + public function getVisible() + { + if (array_key_exists("visible", $this->_propDict)) { + return $this->_propDict["visible"]; + } else { + return null; + } + } + + /** + * Sets the visible + * A boolean that specifies the visibility of an axis title. + * + * @param bool $val The visible + * + * @return WorkbookChartAxisTitle + */ + public function setVisible($val) + { + $this->_propDict["visible"] = boolval($val); + return $this; + } + + /** + * Gets the format + * Represents the formatting of chart axis title. Read-only. + * + * @return WorkbookChartAxisTitleFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookChartAxisTitleFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookChartAxisTitleFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Represents the formatting of chart axis title. Read-only. + * + * @param WorkbookChartAxisTitleFormat $val The format + * + * @return WorkbookChartAxisTitle + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxisTitleFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxisTitleFormat.php new file mode 100644 index 000000000..7553e8551 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartAxisTitleFormat.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["font"], "Microsoft\Graph\Model\WorkbookChartFont")) { + return $this->_propDict["font"]; + } else { + $this->_propDict["font"] = new WorkbookChartFont($this->_propDict["font"]); + return $this->_propDict["font"]; + } + } + return null; + } + + /** + * Sets the font + * Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only. + * + * @param WorkbookChartFont $val The font + * + * @return WorkbookChartAxisTitleFormat + */ + public function setFont($val) + { + $this->_propDict["font"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartDataLabelFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartDataLabelFormat.php new file mode 100644 index 000000000..727483f53 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartDataLabelFormat.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["fill"], "Microsoft\Graph\Model\WorkbookChartFill")) { + return $this->_propDict["fill"]; + } else { + $this->_propDict["fill"] = new WorkbookChartFill($this->_propDict["fill"]); + return $this->_propDict["fill"]; + } + } + return null; + } + + /** + * Sets the fill + * Represents the fill format of the current chart data label. Read-only. + * + * @param WorkbookChartFill $val The fill + * + * @return WorkbookChartDataLabelFormat + */ + public function setFill($val) + { + $this->_propDict["fill"] = $val; + return $this; + } + + /** + * Gets the font + * Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only. + * + * @return WorkbookChartFont The font + */ + public function getFont() + { + if (array_key_exists("font", $this->_propDict)) { + if (is_a($this->_propDict["font"], "Microsoft\Graph\Model\WorkbookChartFont")) { + return $this->_propDict["font"]; + } else { + $this->_propDict["font"] = new WorkbookChartFont($this->_propDict["font"]); + return $this->_propDict["font"]; + } + } + return null; + } + + /** + * Sets the font + * Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only. + * + * @param WorkbookChartFont $val The font + * + * @return WorkbookChartDataLabelFormat + */ + public function setFont($val) + { + $this->_propDict["font"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartDataLabels.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartDataLabels.php new file mode 100644 index 000000000..ac85eb74f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartDataLabels.php @@ -0,0 +1,294 @@ +_propDict)) { + return $this->_propDict["position"]; + } else { + return null; + } + } + + /** + * Sets the position + * DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout. + * + * @param string $val The position + * + * @return WorkbookChartDataLabels + */ + public function setPosition($val) + { + $this->_propDict["position"] = $val; + return $this; + } + + /** + * Gets the separator + * String representing the separator used for the data labels on a chart. + * + * @return string The separator + */ + public function getSeparator() + { + if (array_key_exists("separator", $this->_propDict)) { + return $this->_propDict["separator"]; + } else { + return null; + } + } + + /** + * Sets the separator + * String representing the separator used for the data labels on a chart. + * + * @param string $val The separator + * + * @return WorkbookChartDataLabels + */ + public function setSeparator($val) + { + $this->_propDict["separator"] = $val; + return $this; + } + + /** + * Gets the showBubbleSize + * Boolean value representing if the data label bubble size is visible or not. + * + * @return bool The showBubbleSize + */ + public function getShowBubbleSize() + { + if (array_key_exists("showBubbleSize", $this->_propDict)) { + return $this->_propDict["showBubbleSize"]; + } else { + return null; + } + } + + /** + * Sets the showBubbleSize + * Boolean value representing if the data label bubble size is visible or not. + * + * @param bool $val The showBubbleSize + * + * @return WorkbookChartDataLabels + */ + public function setShowBubbleSize($val) + { + $this->_propDict["showBubbleSize"] = boolval($val); + return $this; + } + + /** + * Gets the showCategoryName + * Boolean value representing if the data label category name is visible or not. + * + * @return bool The showCategoryName + */ + public function getShowCategoryName() + { + if (array_key_exists("showCategoryName", $this->_propDict)) { + return $this->_propDict["showCategoryName"]; + } else { + return null; + } + } + + /** + * Sets the showCategoryName + * Boolean value representing if the data label category name is visible or not. + * + * @param bool $val The showCategoryName + * + * @return WorkbookChartDataLabels + */ + public function setShowCategoryName($val) + { + $this->_propDict["showCategoryName"] = boolval($val); + return $this; + } + + /** + * Gets the showLegendKey + * Boolean value representing if the data label legend key is visible or not. + * + * @return bool The showLegendKey + */ + public function getShowLegendKey() + { + if (array_key_exists("showLegendKey", $this->_propDict)) { + return $this->_propDict["showLegendKey"]; + } else { + return null; + } + } + + /** + * Sets the showLegendKey + * Boolean value representing if the data label legend key is visible or not. + * + * @param bool $val The showLegendKey + * + * @return WorkbookChartDataLabels + */ + public function setShowLegendKey($val) + { + $this->_propDict["showLegendKey"] = boolval($val); + return $this; + } + + /** + * Gets the showPercentage + * Boolean value representing if the data label percentage is visible or not. + * + * @return bool The showPercentage + */ + public function getShowPercentage() + { + if (array_key_exists("showPercentage", $this->_propDict)) { + return $this->_propDict["showPercentage"]; + } else { + return null; + } + } + + /** + * Sets the showPercentage + * Boolean value representing if the data label percentage is visible or not. + * + * @param bool $val The showPercentage + * + * @return WorkbookChartDataLabels + */ + public function setShowPercentage($val) + { + $this->_propDict["showPercentage"] = boolval($val); + return $this; + } + + /** + * Gets the showSeriesName + * Boolean value representing if the data label series name is visible or not. + * + * @return bool The showSeriesName + */ + public function getShowSeriesName() + { + if (array_key_exists("showSeriesName", $this->_propDict)) { + return $this->_propDict["showSeriesName"]; + } else { + return null; + } + } + + /** + * Sets the showSeriesName + * Boolean value representing if the data label series name is visible or not. + * + * @param bool $val The showSeriesName + * + * @return WorkbookChartDataLabels + */ + public function setShowSeriesName($val) + { + $this->_propDict["showSeriesName"] = boolval($val); + return $this; + } + + /** + * Gets the showValue + * Boolean value representing if the data label value is visible or not. + * + * @return bool The showValue + */ + public function getShowValue() + { + if (array_key_exists("showValue", $this->_propDict)) { + return $this->_propDict["showValue"]; + } else { + return null; + } + } + + /** + * Sets the showValue + * Boolean value representing if the data label value is visible or not. + * + * @param bool $val The showValue + * + * @return WorkbookChartDataLabels + */ + public function setShowValue($val) + { + $this->_propDict["showValue"] = boolval($val); + return $this; + } + + /** + * Gets the format + * Represents the format of chart data labels, which includes fill and font formatting. Read-only. + * + * @return WorkbookChartDataLabelFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookChartDataLabelFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookChartDataLabelFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Represents the format of chart data labels, which includes fill and font formatting. Read-only. + * + * @param WorkbookChartDataLabelFormat $val The format + * + * @return WorkbookChartDataLabels + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartFill.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartFill.php new file mode 100644 index 000000000..846a39e35 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartFill.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["bold"]; + } else { + return null; + } + } + + /** + * Sets the bold + * Represents the bold status of font. + * + * @param bool $val The bold + * + * @return WorkbookChartFont + */ + public function setBold($val) + { + $this->_propDict["bold"] = boolval($val); + return $this; + } + + /** + * Gets the color + * HTML color code representation of the text color. E.g. #FF0000 represents Red. + * + * @return string The color + */ + public function getColor() + { + if (array_key_exists("color", $this->_propDict)) { + return $this->_propDict["color"]; + } else { + return null; + } + } + + /** + * Sets the color + * HTML color code representation of the text color. E.g. #FF0000 represents Red. + * + * @param string $val The color + * + * @return WorkbookChartFont + */ + public function setColor($val) + { + $this->_propDict["color"] = $val; + return $this; + } + + /** + * Gets the italic + * Represents the italic status of the font. + * + * @return bool The italic + */ + public function getItalic() + { + if (array_key_exists("italic", $this->_propDict)) { + return $this->_propDict["italic"]; + } else { + return null; + } + } + + /** + * Sets the italic + * Represents the italic status of the font. + * + * @param bool $val The italic + * + * @return WorkbookChartFont + */ + public function setItalic($val) + { + $this->_propDict["italic"] = boolval($val); + return $this; + } + + /** + * Gets the name + * Font name (e.g. 'Calibri') + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Font name (e.g. 'Calibri') + * + * @param string $val The name + * + * @return WorkbookChartFont + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the size + * Size of the font (e.g. 11) + * + * @return float The size + */ + public function getSize() + { + if (array_key_exists("size", $this->_propDict)) { + return $this->_propDict["size"]; + } else { + return null; + } + } + + /** + * Sets the size + * Size of the font (e.g. 11) + * + * @param float $val The size + * + * @return WorkbookChartFont + */ + public function setSize($val) + { + $this->_propDict["size"] = $val; + return $this; + } + + /** + * Gets the underline + * Type of underline applied to the font. The possible values are: None, Single. + * + * @return string The underline + */ + public function getUnderline() + { + if (array_key_exists("underline", $this->_propDict)) { + return $this->_propDict["underline"]; + } else { + return null; + } + } + + /** + * Sets the underline + * Type of underline applied to the font. The possible values are: None, Single. + * + * @param string $val The underline + * + * @return WorkbookChartFont + */ + public function setUnderline($val) + { + $this->_propDict["underline"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartGridlines.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartGridlines.php new file mode 100644 index 000000000..a671fbc7e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartGridlines.php @@ -0,0 +1,91 @@ +_propDict)) { + return $this->_propDict["visible"]; + } else { + return null; + } + } + + /** + * Sets the visible + * Boolean value representing if the axis gridlines are visible or not. + * + * @param bool $val The visible + * + * @return WorkbookChartGridlines + */ + public function setVisible($val) + { + $this->_propDict["visible"] = boolval($val); + return $this; + } + + /** + * Gets the format + * Represents the formatting of chart gridlines. Read-only. + * + * @return WorkbookChartGridlinesFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookChartGridlinesFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookChartGridlinesFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Represents the formatting of chart gridlines. Read-only. + * + * @param WorkbookChartGridlinesFormat $val The format + * + * @return WorkbookChartGridlines + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartGridlinesFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartGridlinesFormat.php new file mode 100644 index 000000000..c695fd7b1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartGridlinesFormat.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["line"], "Microsoft\Graph\Model\WorkbookChartLineFormat")) { + return $this->_propDict["line"]; + } else { + $this->_propDict["line"] = new WorkbookChartLineFormat($this->_propDict["line"]); + return $this->_propDict["line"]; + } + } + return null; + } + + /** + * Sets the line + * Represents chart line formatting. Read-only. + * + * @param WorkbookChartLineFormat $val The line + * + * @return WorkbookChartGridlinesFormat + */ + public function setLine($val) + { + $this->_propDict["line"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartLegend.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartLegend.php new file mode 100644 index 000000000..52f86aea8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartLegend.php @@ -0,0 +1,149 @@ +_propDict)) { + return $this->_propDict["overlay"]; + } else { + return null; + } + } + + /** + * Sets the overlay + * Boolean value for whether the chart legend should overlap with the main body of the chart. + * + * @param bool $val The overlay + * + * @return WorkbookChartLegend + */ + public function setOverlay($val) + { + $this->_propDict["overlay"] = boolval($val); + return $this; + } + + /** + * Gets the position + * Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom. + * + * @return string The position + */ + public function getPosition() + { + if (array_key_exists("position", $this->_propDict)) { + return $this->_propDict["position"]; + } else { + return null; + } + } + + /** + * Sets the position + * Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom. + * + * @param string $val The position + * + * @return WorkbookChartLegend + */ + public function setPosition($val) + { + $this->_propDict["position"] = $val; + return $this; + } + + /** + * Gets the visible + * A boolean value the represents the visibility of a ChartLegend object. + * + * @return bool The visible + */ + public function getVisible() + { + if (array_key_exists("visible", $this->_propDict)) { + return $this->_propDict["visible"]; + } else { + return null; + } + } + + /** + * Sets the visible + * A boolean value the represents the visibility of a ChartLegend object. + * + * @param bool $val The visible + * + * @return WorkbookChartLegend + */ + public function setVisible($val) + { + $this->_propDict["visible"] = boolval($val); + return $this; + } + + /** + * Gets the format + * Represents the formatting of a chart legend, which includes fill and font formatting. Read-only. + * + * @return WorkbookChartLegendFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookChartLegendFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookChartLegendFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Represents the formatting of a chart legend, which includes fill and font formatting. Read-only. + * + * @param WorkbookChartLegendFormat $val The format + * + * @return WorkbookChartLegend + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartLegendFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartLegendFormat.php new file mode 100644 index 000000000..d2c438290 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartLegendFormat.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["fill"], "Microsoft\Graph\Model\WorkbookChartFill")) { + return $this->_propDict["fill"]; + } else { + $this->_propDict["fill"] = new WorkbookChartFill($this->_propDict["fill"]); + return $this->_propDict["fill"]; + } + } + return null; + } + + /** + * Sets the fill + * Represents the fill format of an object, which includes background formating information. Read-only. + * + * @param WorkbookChartFill $val The fill + * + * @return WorkbookChartLegendFormat + */ + public function setFill($val) + { + $this->_propDict["fill"] = $val; + return $this; + } + + /** + * Gets the font + * Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only. + * + * @return WorkbookChartFont The font + */ + public function getFont() + { + if (array_key_exists("font", $this->_propDict)) { + if (is_a($this->_propDict["font"], "Microsoft\Graph\Model\WorkbookChartFont")) { + return $this->_propDict["font"]; + } else { + $this->_propDict["font"] = new WorkbookChartFont($this->_propDict["font"]); + return $this->_propDict["font"]; + } + } + return null; + } + + /** + * Sets the font + * Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only. + * + * @param WorkbookChartFont $val The font + * + * @return WorkbookChartLegendFormat + */ + public function setFont($val) + { + $this->_propDict["font"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartLineFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartLineFormat.php new file mode 100644 index 000000000..dc7591836 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartLineFormat.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["color"]; + } else { + return null; + } + } + + /** + * Sets the color + * HTML color code representing the color of lines in the chart. + * + * @param string $val The color + * + * @return WorkbookChartLineFormat + */ + public function setColor($val) + { + $this->_propDict["color"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartPoint.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartPoint.php new file mode 100644 index 000000000..abef76bac --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartPoint.php @@ -0,0 +1,91 @@ +_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Returns the value of a chart point. Read-only. + * + * @param string $val The value + * + * @return WorkbookChartPoint + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } + + /** + * Gets the format + * Encapsulates the format properties chart point. Read-only. + * + * @return WorkbookChartPointFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookChartPointFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookChartPointFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Encapsulates the format properties chart point. Read-only. + * + * @param WorkbookChartPointFormat $val The format + * + * @return WorkbookChartPoint + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartPointFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartPointFormat.php new file mode 100644 index 000000000..fe7ee319f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartPointFormat.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["fill"], "Microsoft\Graph\Model\WorkbookChartFill")) { + return $this->_propDict["fill"]; + } else { + $this->_propDict["fill"] = new WorkbookChartFill($this->_propDict["fill"]); + return $this->_propDict["fill"]; + } + } + return null; + } + + /** + * Sets the fill + * Represents the fill format of a chart, which includes background formating information. Read-only. + * + * @param WorkbookChartFill $val The fill + * + * @return WorkbookChartPointFormat + */ + public function setFill($val) + { + $this->_propDict["fill"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartSeries.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartSeries.php new file mode 100644 index 000000000..ed17f4de8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartSeries.php @@ -0,0 +1,121 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Represents the name of a series in a chart. + * + * @param string $val The name + * + * @return WorkbookChartSeries + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the format + * Represents the formatting of a chart series, which includes fill and line formatting. Read-only. + * + * @return WorkbookChartSeriesFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookChartSeriesFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookChartSeriesFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Represents the formatting of a chart series, which includes fill and line formatting. Read-only. + * + * @param WorkbookChartSeriesFormat $val The format + * + * @return WorkbookChartSeries + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + + + /** + * Gets the points + * Represents a collection of all points in the series. Read-only. + * + * @return array The points + */ + public function getPoints() + { + if (array_key_exists("points", $this->_propDict)) { + return $this->_propDict["points"]; + } else { + return null; + } + } + + /** + * Sets the points + * Represents a collection of all points in the series. Read-only. + * + * @param WorkbookChartPoint $val The points + * + * @return WorkbookChartSeries + */ + public function setPoints($val) + { + $this->_propDict["points"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartSeriesFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartSeriesFormat.php new file mode 100644 index 000000000..b513944f3 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartSeriesFormat.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["fill"], "Microsoft\Graph\Model\WorkbookChartFill")) { + return $this->_propDict["fill"]; + } else { + $this->_propDict["fill"] = new WorkbookChartFill($this->_propDict["fill"]); + return $this->_propDict["fill"]; + } + } + return null; + } + + /** + * Sets the fill + * Represents the fill format of a chart series, which includes background formating information. Read-only. + * + * @param WorkbookChartFill $val The fill + * + * @return WorkbookChartSeriesFormat + */ + public function setFill($val) + { + $this->_propDict["fill"] = $val; + return $this; + } + + /** + * Gets the line + * Represents line formatting. Read-only. + * + * @return WorkbookChartLineFormat The line + */ + public function getLine() + { + if (array_key_exists("line", $this->_propDict)) { + if (is_a($this->_propDict["line"], "Microsoft\Graph\Model\WorkbookChartLineFormat")) { + return $this->_propDict["line"]; + } else { + $this->_propDict["line"] = new WorkbookChartLineFormat($this->_propDict["line"]); + return $this->_propDict["line"]; + } + } + return null; + } + + /** + * Sets the line + * Represents line formatting. Read-only. + * + * @param WorkbookChartLineFormat $val The line + * + * @return WorkbookChartSeriesFormat + */ + public function setLine($val) + { + $this->_propDict["line"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartTitle.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartTitle.php new file mode 100644 index 000000000..37695daef --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartTitle.php @@ -0,0 +1,149 @@ +_propDict)) { + return $this->_propDict["overlay"]; + } else { + return null; + } + } + + /** + * Sets the overlay + * Boolean value representing if the chart title will overlay the chart or not. + * + * @param bool $val The overlay + * + * @return WorkbookChartTitle + */ + public function setOverlay($val) + { + $this->_propDict["overlay"] = boolval($val); + return $this; + } + + /** + * Gets the text + * Represents the title text of a chart. + * + * @return string The text + */ + public function getText() + { + if (array_key_exists("text", $this->_propDict)) { + return $this->_propDict["text"]; + } else { + return null; + } + } + + /** + * Sets the text + * Represents the title text of a chart. + * + * @param string $val The text + * + * @return WorkbookChartTitle + */ + public function setText($val) + { + $this->_propDict["text"] = $val; + return $this; + } + + /** + * Gets the visible + * A boolean value the represents the visibility of a chart title object. + * + * @return bool The visible + */ + public function getVisible() + { + if (array_key_exists("visible", $this->_propDict)) { + return $this->_propDict["visible"]; + } else { + return null; + } + } + + /** + * Sets the visible + * A boolean value the represents the visibility of a chart title object. + * + * @param bool $val The visible + * + * @return WorkbookChartTitle + */ + public function setVisible($val) + { + $this->_propDict["visible"] = boolval($val); + return $this; + } + + /** + * Gets the format + * Represents the formatting of a chart title, which includes fill and font formatting. Read-only. + * + * @return WorkbookChartTitleFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookChartTitleFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookChartTitleFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Represents the formatting of a chart title, which includes fill and font formatting. Read-only. + * + * @param WorkbookChartTitleFormat $val The format + * + * @return WorkbookChartTitle + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartTitleFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartTitleFormat.php new file mode 100644 index 000000000..46c4fc243 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookChartTitleFormat.php @@ -0,0 +1,95 @@ +_propDict)) { + if (is_a($this->_propDict["fill"], "Microsoft\Graph\Model\WorkbookChartFill")) { + return $this->_propDict["fill"]; + } else { + $this->_propDict["fill"] = new WorkbookChartFill($this->_propDict["fill"]); + return $this->_propDict["fill"]; + } + } + return null; + } + + /** + * Sets the fill + * Represents the fill format of an object, which includes background formatting information. Read-only. + * + * @param WorkbookChartFill $val The fill + * + * @return WorkbookChartTitleFormat + */ + public function setFill($val) + { + $this->_propDict["fill"] = $val; + return $this; + } + + /** + * Gets the font + * Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only. + * + * @return WorkbookChartFont The font + */ + public function getFont() + { + if (array_key_exists("font", $this->_propDict)) { + if (is_a($this->_propDict["font"], "Microsoft\Graph\Model\WorkbookChartFont")) { + return $this->_propDict["font"]; + } else { + $this->_propDict["font"] = new WorkbookChartFont($this->_propDict["font"]); + return $this->_propDict["font"]; + } + } + return null; + } + + /** + * Sets the font + * Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only. + * + * @param WorkbookChartFont $val The font + * + * @return WorkbookChartTitleFormat + */ + public function setFont($val) + { + $this->_propDict["font"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookComment.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookComment.php new file mode 100644 index 000000000..463f29ebe --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookComment.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["content"]; + } else { + return null; + } + } + + /** + * Sets the content + * The content of comment. + * + * @param string $val The content + * + * @return WorkbookComment + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } + + /** + * Gets the contentType + * Indicates the type for the comment. + * + * @return string The contentType + */ + public function getContentType() + { + if (array_key_exists("contentType", $this->_propDict)) { + return $this->_propDict["contentType"]; + } else { + return null; + } + } + + /** + * Sets the contentType + * Indicates the type for the comment. + * + * @param string $val The contentType + * + * @return WorkbookComment + */ + public function setContentType($val) + { + $this->_propDict["contentType"] = $val; + return $this; + } + + + /** + * Gets the replies + * Read-only. Nullable. + * + * @return array The replies + */ + public function getReplies() + { + if (array_key_exists("replies", $this->_propDict)) { + return $this->_propDict["replies"]; + } else { + return null; + } + } + + /** + * Sets the replies + * Read-only. Nullable. + * + * @param WorkbookCommentReply $val The replies + * + * @return WorkbookComment + */ + public function setReplies($val) + { + $this->_propDict["replies"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookCommentReply.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookCommentReply.php new file mode 100644 index 000000000..a4515ecd1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookCommentReply.php @@ -0,0 +1,87 @@ +_propDict)) { + return $this->_propDict["content"]; + } else { + return null; + } + } + + /** + * Sets the content + * The content of a comment reply. + * + * @param string $val The content + * + * @return WorkbookCommentReply + */ + public function setContent($val) + { + $this->_propDict["content"] = $val; + return $this; + } + + /** + * Gets the contentType + * Indicates the type for the comment reply. + * + * @return string The contentType + */ + public function getContentType() + { + if (array_key_exists("contentType", $this->_propDict)) { + return $this->_propDict["contentType"]; + } else { + return null; + } + } + + /** + * Sets the contentType + * Indicates the type for the comment reply. + * + * @param string $val The contentType + * + * @return WorkbookCommentReply + */ + public function setContentType($val) + { + $this->_propDict["contentType"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookFilter.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFilter.php new file mode 100644 index 000000000..f858ab5ef --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFilter.php @@ -0,0 +1,62 @@ +_propDict)) { + if (is_a($this->_propDict["criteria"], "Microsoft\Graph\Model\WorkbookFilterCriteria")) { + return $this->_propDict["criteria"]; + } else { + $this->_propDict["criteria"] = new WorkbookFilterCriteria($this->_propDict["criteria"]); + return $this->_propDict["criteria"]; + } + } + return null; + } + + /** + * Sets the criteria + * The currently applied filter on the given column. Read-only. + * + * @param WorkbookFilterCriteria $val The criteria + * + * @return WorkbookFilter + */ + public function setCriteria($val) + { + $this->_propDict["criteria"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookFilterCriteria.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFilterCriteria.php new file mode 100644 index 000000000..a02018885 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFilterCriteria.php @@ -0,0 +1,241 @@ +_propDict)) { + return $this->_propDict["color"]; + } else { + return null; + } + } + + /** + * Sets the color + * + * @param string $val The value of the color + * + * @return WorkbookFilterCriteria + */ + public function setColor($val) + { + $this->_propDict["color"] = $val; + return $this; + } + /** + * Gets the criterion1 + * + * @return string The criterion1 + */ + public function getCriterion1() + { + if (array_key_exists("criterion1", $this->_propDict)) { + return $this->_propDict["criterion1"]; + } else { + return null; + } + } + + /** + * Sets the criterion1 + * + * @param string $val The value of the criterion1 + * + * @return WorkbookFilterCriteria + */ + public function setCriterion1($val) + { + $this->_propDict["criterion1"] = $val; + return $this; + } + /** + * Gets the criterion2 + * + * @return string The criterion2 + */ + public function getCriterion2() + { + if (array_key_exists("criterion2", $this->_propDict)) { + return $this->_propDict["criterion2"]; + } else { + return null; + } + } + + /** + * Sets the criterion2 + * + * @param string $val The value of the criterion2 + * + * @return WorkbookFilterCriteria + */ + public function setCriterion2($val) + { + $this->_propDict["criterion2"] = $val; + return $this; + } + /** + * Gets the dynamicCriteria + * + * @return string The dynamicCriteria + */ + public function getDynamicCriteria() + { + if (array_key_exists("dynamicCriteria", $this->_propDict)) { + return $this->_propDict["dynamicCriteria"]; + } else { + return null; + } + } + + /** + * Sets the dynamicCriteria + * + * @param string $val The value of the dynamicCriteria + * + * @return WorkbookFilterCriteria + */ + public function setDynamicCriteria($val) + { + $this->_propDict["dynamicCriteria"] = $val; + return $this; + } + /** + * Gets the filterOn + * + * @return string The filterOn + */ + public function getFilterOn() + { + if (array_key_exists("filterOn", $this->_propDict)) { + return $this->_propDict["filterOn"]; + } else { + return null; + } + } + + /** + * Sets the filterOn + * + * @param string $val The value of the filterOn + * + * @return WorkbookFilterCriteria + */ + public function setFilterOn($val) + { + $this->_propDict["filterOn"] = $val; + return $this; + } + + /** + * Gets the icon + * + * @return WorkbookIcon The icon + */ + public function getIcon() + { + if (array_key_exists("icon", $this->_propDict)) { + if (is_a($this->_propDict["icon"], "Microsoft\Graph\Model\WorkbookIcon")) { + return $this->_propDict["icon"]; + } else { + $this->_propDict["icon"] = new WorkbookIcon($this->_propDict["icon"]); + return $this->_propDict["icon"]; + } + } + return null; + } + + /** + * Sets the icon + * + * @param WorkbookIcon $val The value to assign to the icon + * + * @return WorkbookFilterCriteria The WorkbookFilterCriteria + */ + public function setIcon($val) + { + $this->_propDict["icon"] = $val; + return $this; + } + /** + * Gets the operator + * + * @return string The operator + */ + public function getOperator() + { + if (array_key_exists("operator", $this->_propDict)) { + return $this->_propDict["operator"]; + } else { + return null; + } + } + + /** + * Sets the operator + * + * @param string $val The value of the operator + * + * @return WorkbookFilterCriteria + */ + public function setOperator($val) + { + $this->_propDict["operator"] = $val; + return $this; + } + /** + * Gets the values + * + * @return string The values + */ + public function getValues() + { + if (array_key_exists("values", $this->_propDict)) { + return $this->_propDict["values"]; + } else { + return null; + } + } + + /** + * Sets the values + * + * @param string $val The value of the values + * + * @return WorkbookFilterCriteria + */ + public function setValues($val) + { + $this->_propDict["values"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookFilterDatetime.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFilterDatetime.php new file mode 100644 index 000000000..10b4f3005 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFilterDatetime.php @@ -0,0 +1,80 @@ +_propDict)) { + return $this->_propDict["date"]; + } else { + return null; + } + } + + /** + * Sets the date + * + * @param string $val The value of the date + * + * @return WorkbookFilterDatetime + */ + public function setDate($val) + { + $this->_propDict["date"] = $val; + return $this; + } + /** + * Gets the specificity + * + * @return string The specificity + */ + public function getSpecificity() + { + if (array_key_exists("specificity", $this->_propDict)) { + return $this->_propDict["specificity"]; + } else { + return null; + } + } + + /** + * Sets the specificity + * + * @param string $val The value of the specificity + * + * @return WorkbookFilterDatetime + */ + public function setSpecificity($val) + { + $this->_propDict["specificity"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookFormatProtection.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFormatProtection.php new file mode 100644 index 000000000..6574202b1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFormatProtection.php @@ -0,0 +1,87 @@ +_propDict)) { + return $this->_propDict["formulaHidden"]; + } else { + return null; + } + } + + /** + * Sets the formulaHidden + * Indicates if Excel hides the formula for the cells in the range. A null value indicates that the entire range doesn't have uniform formula hidden setting. + * + * @param bool $val The formulaHidden + * + * @return WorkbookFormatProtection + */ + public function setFormulaHidden($val) + { + $this->_propDict["formulaHidden"] = boolval($val); + return $this; + } + + /** + * Gets the locked + * Indicates if Excel locks the cells in the object. A null value indicates that the entire range doesn't have uniform lock setting. + * + * @return bool The locked + */ + public function getLocked() + { + if (array_key_exists("locked", $this->_propDict)) { + return $this->_propDict["locked"]; + } else { + return null; + } + } + + /** + * Sets the locked + * Indicates if Excel locks the cells in the object. A null value indicates that the entire range doesn't have uniform lock setting. + * + * @param bool $val The locked + * + * @return WorkbookFormatProtection + */ + public function setLocked($val) + { + $this->_propDict["locked"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookFunctionResult.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFunctionResult.php new file mode 100644 index 000000000..9f498ff4b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFunctionResult.php @@ -0,0 +1,83 @@ +_propDict)) { + return $this->_propDict["error"]; + } else { + return null; + } + } + + /** + * Sets the error + * + * @param string $val The error + * + * @return WorkbookFunctionResult + */ + public function setError($val) + { + $this->_propDict["error"] = $val; + return $this; + } + + /** + * Gets the value + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * + * @param string $val The value + * + * @return WorkbookFunctionResult + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookFunctions.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFunctions.php new file mode 100644 index 000000000..fa913bda8 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookFunctions.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["index"]; + } else { + return null; + } + } + + /** + * Sets the index + * Represents the index of the icon in the given set. + * + * @param int $val The value of the index + * + * @return WorkbookIcon + */ + public function setIndex($val) + { + $this->_propDict["index"] = $val; + return $this; + } + /** + * Gets the set + * Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes. + * + * @return string The set + */ + public function getSet() + { + if (array_key_exists("set", $this->_propDict)) { + return $this->_propDict["set"]; + } else { + return null; + } + } + + /** + * Sets the set + * Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes. + * + * @param string $val The value of the set + * + * @return WorkbookIcon + */ + public function setSet($val) + { + $this->_propDict["set"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookNamedItem.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookNamedItem.php new file mode 100644 index 000000000..9c150827c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookNamedItem.php @@ -0,0 +1,236 @@ +_propDict)) { + return $this->_propDict["comment"]; + } else { + return null; + } + } + + /** + * Sets the comment + * Represents the comment associated with this name. + * + * @param string $val The comment + * + * @return WorkbookNamedItem + */ + public function setComment($val) + { + $this->_propDict["comment"] = $val; + return $this; + } + + /** + * Gets the name + * The name of the object. Read-only. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The name of the object. Read-only. + * + * @param string $val The name + * + * @return WorkbookNamedItem + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the scope + * Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. + * + * @return string The scope + */ + public function getScope() + { + if (array_key_exists("scope", $this->_propDict)) { + return $this->_propDict["scope"]; + } else { + return null; + } + } + + /** + * Sets the scope + * Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. + * + * @param string $val The scope + * + * @return WorkbookNamedItem + */ + public function setScope($val) + { + $this->_propDict["scope"] = $val; + return $this; + } + + /** + * Gets the type + * Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only. + * + * @return string The type + */ + public function getType() + { + if (array_key_exists("type", $this->_propDict)) { + return $this->_propDict["type"]; + } else { + return null; + } + } + + /** + * Sets the type + * Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only. + * + * @param string $val The type + * + * @return WorkbookNamedItem + */ + public function setType($val) + { + $this->_propDict["type"] = $val; + return $this; + } + + /** + * Gets the value + * Represents the formula that the name is defined to refer to. E.g. =Sheet14!$B$2:$H$12, =4.75, etc. Read-only. + * + * @return string The value + */ + public function getValue() + { + if (array_key_exists("value", $this->_propDict)) { + return $this->_propDict["value"]; + } else { + return null; + } + } + + /** + * Sets the value + * Represents the formula that the name is defined to refer to. E.g. =Sheet14!$B$2:$H$12, =4.75, etc. Read-only. + * + * @param string $val The value + * + * @return WorkbookNamedItem + */ + public function setValue($val) + { + $this->_propDict["value"] = $val; + return $this; + } + + /** + * Gets the visible + * Specifies whether the object is visible or not. + * + * @return bool The visible + */ + public function getVisible() + { + if (array_key_exists("visible", $this->_propDict)) { + return $this->_propDict["visible"]; + } else { + return null; + } + } + + /** + * Sets the visible + * Specifies whether the object is visible or not. + * + * @param bool $val The visible + * + * @return WorkbookNamedItem + */ + public function setVisible($val) + { + $this->_propDict["visible"] = boolval($val); + return $this; + } + + /** + * Gets the worksheet + * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only. + * + * @return WorkbookWorksheet The worksheet + */ + public function getWorksheet() + { + if (array_key_exists("worksheet", $this->_propDict)) { + if (is_a($this->_propDict["worksheet"], "Microsoft\Graph\Model\WorkbookWorksheet")) { + return $this->_propDict["worksheet"]; + } else { + $this->_propDict["worksheet"] = new WorkbookWorksheet($this->_propDict["worksheet"]); + return $this->_propDict["worksheet"]; + } + } + return null; + } + + /** + * Sets the worksheet + * Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only. + * + * @param WorkbookWorksheet $val The worksheet + * + * @return WorkbookNamedItem + */ + public function setWorksheet($val) + { + $this->_propDict["worksheet"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookPivotTable.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookPivotTable.php new file mode 100644 index 000000000..0da891d8e --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookPivotTable.php @@ -0,0 +1,91 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Name of the PivotTable. + * + * @param string $val The name + * + * @return WorkbookPivotTable + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the worksheet + * The worksheet containing the current PivotTable. Read-only. + * + * @return WorkbookWorksheet The worksheet + */ + public function getWorksheet() + { + if (array_key_exists("worksheet", $this->_propDict)) { + if (is_a($this->_propDict["worksheet"], "Microsoft\Graph\Model\WorkbookWorksheet")) { + return $this->_propDict["worksheet"]; + } else { + $this->_propDict["worksheet"] = new WorkbookWorksheet($this->_propDict["worksheet"]); + return $this->_propDict["worksheet"]; + } + } + return null; + } + + /** + * Sets the worksheet + * The worksheet containing the current PivotTable. Read-only. + * + * @param WorkbookWorksheet $val The worksheet + * + * @return WorkbookPivotTable + */ + public function setWorksheet($val) + { + $this->_propDict["worksheet"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookRange.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRange.php new file mode 100644 index 000000000..7b55bf834 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRange.php @@ -0,0 +1,621 @@ +_propDict)) { + return $this->_propDict["address"]; + } else { + return null; + } + } + + /** + * Sets the address + * Represents the range reference in A1-style. Address value will contain the Sheet reference (e.g. Sheet1!A1:B4). Read-only. + * + * @param string $val The address + * + * @return WorkbookRange + */ + public function setAddress($val) + { + $this->_propDict["address"] = $val; + return $this; + } + + /** + * Gets the addressLocal + * Represents range reference for the specified range in the language of the user. Read-only. + * + * @return string The addressLocal + */ + public function getAddressLocal() + { + if (array_key_exists("addressLocal", $this->_propDict)) { + return $this->_propDict["addressLocal"]; + } else { + return null; + } + } + + /** + * Sets the addressLocal + * Represents range reference for the specified range in the language of the user. Read-only. + * + * @param string $val The addressLocal + * + * @return WorkbookRange + */ + public function setAddressLocal($val) + { + $this->_propDict["addressLocal"] = $val; + return $this; + } + + /** + * Gets the cellCount + * Number of cells in the range. Read-only. + * + * @return int The cellCount + */ + public function getCellCount() + { + if (array_key_exists("cellCount", $this->_propDict)) { + return $this->_propDict["cellCount"]; + } else { + return null; + } + } + + /** + * Sets the cellCount + * Number of cells in the range. Read-only. + * + * @param int $val The cellCount + * + * @return WorkbookRange + */ + public function setCellCount($val) + { + $this->_propDict["cellCount"] = intval($val); + return $this; + } + + /** + * Gets the columnCount + * Represents the total number of columns in the range. Read-only. + * + * @return int The columnCount + */ + public function getColumnCount() + { + if (array_key_exists("columnCount", $this->_propDict)) { + return $this->_propDict["columnCount"]; + } else { + return null; + } + } + + /** + * Sets the columnCount + * Represents the total number of columns in the range. Read-only. + * + * @param int $val The columnCount + * + * @return WorkbookRange + */ + public function setColumnCount($val) + { + $this->_propDict["columnCount"] = intval($val); + return $this; + } + + /** + * Gets the columnHidden + * Represents if all columns of the current range are hidden. + * + * @return bool The columnHidden + */ + public function getColumnHidden() + { + if (array_key_exists("columnHidden", $this->_propDict)) { + return $this->_propDict["columnHidden"]; + } else { + return null; + } + } + + /** + * Sets the columnHidden + * Represents if all columns of the current range are hidden. + * + * @param bool $val The columnHidden + * + * @return WorkbookRange + */ + public function setColumnHidden($val) + { + $this->_propDict["columnHidden"] = boolval($val); + return $this; + } + + /** + * Gets the columnIndex + * Represents the column number of the first cell in the range. Zero-indexed. Read-only. + * + * @return int The columnIndex + */ + public function getColumnIndex() + { + if (array_key_exists("columnIndex", $this->_propDict)) { + return $this->_propDict["columnIndex"]; + } else { + return null; + } + } + + /** + * Sets the columnIndex + * Represents the column number of the first cell in the range. Zero-indexed. Read-only. + * + * @param int $val The columnIndex + * + * @return WorkbookRange + */ + public function setColumnIndex($val) + { + $this->_propDict["columnIndex"] = intval($val); + return $this; + } + + /** + * Gets the formulas + * Represents the formula in A1-style notation. + * + * @return string The formulas + */ + public function getFormulas() + { + if (array_key_exists("formulas", $this->_propDict)) { + return $this->_propDict["formulas"]; + } else { + return null; + } + } + + /** + * Sets the formulas + * Represents the formula in A1-style notation. + * + * @param string $val The formulas + * + * @return WorkbookRange + */ + public function setFormulas($val) + { + $this->_propDict["formulas"] = $val; + return $this; + } + + /** + * Gets the formulasLocal + * Represents the formula in A1-style notation, in the user's language and number-formatting locale. For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German. + * + * @return string The formulasLocal + */ + public function getFormulasLocal() + { + if (array_key_exists("formulasLocal", $this->_propDict)) { + return $this->_propDict["formulasLocal"]; + } else { + return null; + } + } + + /** + * Sets the formulasLocal + * Represents the formula in A1-style notation, in the user's language and number-formatting locale. For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German. + * + * @param string $val The formulasLocal + * + * @return WorkbookRange + */ + public function setFormulasLocal($val) + { + $this->_propDict["formulasLocal"] = $val; + return $this; + } + + /** + * Gets the formulasR1C1 + * Represents the formula in R1C1-style notation. + * + * @return string The formulasR1C1 + */ + public function getFormulasR1C1() + { + if (array_key_exists("formulasR1C1", $this->_propDict)) { + return $this->_propDict["formulasR1C1"]; + } else { + return null; + } + } + + /** + * Sets the formulasR1C1 + * Represents the formula in R1C1-style notation. + * + * @param string $val The formulasR1C1 + * + * @return WorkbookRange + */ + public function setFormulasR1C1($val) + { + $this->_propDict["formulasR1C1"] = $val; + return $this; + } + + /** + * Gets the hidden + * Represents if all cells of the current range are hidden. Read-only. + * + * @return bool The hidden + */ + public function getHidden() + { + if (array_key_exists("hidden", $this->_propDict)) { + return $this->_propDict["hidden"]; + } else { + return null; + } + } + + /** + * Sets the hidden + * Represents if all cells of the current range are hidden. Read-only. + * + * @param bool $val The hidden + * + * @return WorkbookRange + */ + public function setHidden($val) + { + $this->_propDict["hidden"] = boolval($val); + return $this; + } + + /** + * Gets the numberFormat + * Represents Excel's number format code for the given cell. + * + * @return string The numberFormat + */ + public function getNumberFormat() + { + if (array_key_exists("numberFormat", $this->_propDict)) { + return $this->_propDict["numberFormat"]; + } else { + return null; + } + } + + /** + * Sets the numberFormat + * Represents Excel's number format code for the given cell. + * + * @param string $val The numberFormat + * + * @return WorkbookRange + */ + public function setNumberFormat($val) + { + $this->_propDict["numberFormat"] = $val; + return $this; + } + + /** + * Gets the rowCount + * Returns the total number of rows in the range. Read-only. + * + * @return int The rowCount + */ + public function getRowCount() + { + if (array_key_exists("rowCount", $this->_propDict)) { + return $this->_propDict["rowCount"]; + } else { + return null; + } + } + + /** + * Sets the rowCount + * Returns the total number of rows in the range. Read-only. + * + * @param int $val The rowCount + * + * @return WorkbookRange + */ + public function setRowCount($val) + { + $this->_propDict["rowCount"] = intval($val); + return $this; + } + + /** + * Gets the rowHidden + * Represents if all rows of the current range are hidden. + * + * @return bool The rowHidden + */ + public function getRowHidden() + { + if (array_key_exists("rowHidden", $this->_propDict)) { + return $this->_propDict["rowHidden"]; + } else { + return null; + } + } + + /** + * Sets the rowHidden + * Represents if all rows of the current range are hidden. + * + * @param bool $val The rowHidden + * + * @return WorkbookRange + */ + public function setRowHidden($val) + { + $this->_propDict["rowHidden"] = boolval($val); + return $this; + } + + /** + * Gets the rowIndex + * Returns the row number of the first cell in the range. Zero-indexed. Read-only. + * + * @return int The rowIndex + */ + public function getRowIndex() + { + if (array_key_exists("rowIndex", $this->_propDict)) { + return $this->_propDict["rowIndex"]; + } else { + return null; + } + } + + /** + * Sets the rowIndex + * Returns the row number of the first cell in the range. Zero-indexed. Read-only. + * + * @param int $val The rowIndex + * + * @return WorkbookRange + */ + public function setRowIndex($val) + { + $this->_propDict["rowIndex"] = intval($val); + return $this; + } + + /** + * Gets the text + * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * + * @return string The text + */ + public function getText() + { + if (array_key_exists("text", $this->_propDict)) { + return $this->_propDict["text"]; + } else { + return null; + } + } + + /** + * Sets the text + * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * + * @param string $val The text + * + * @return WorkbookRange + */ + public function setText($val) + { + $this->_propDict["text"] = $val; + return $this; + } + + /** + * Gets the valueTypes + * Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only. + * + * @return string The valueTypes + */ + public function getValueTypes() + { + if (array_key_exists("valueTypes", $this->_propDict)) { + return $this->_propDict["valueTypes"]; + } else { + return null; + } + } + + /** + * Sets the valueTypes + * Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only. + * + * @param string $val The valueTypes + * + * @return WorkbookRange + */ + public function setValueTypes($val) + { + $this->_propDict["valueTypes"] = $val; + return $this; + } + + /** + * Gets the values + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * + * @return string The values + */ + public function getValues() + { + if (array_key_exists("values", $this->_propDict)) { + return $this->_propDict["values"]; + } else { + return null; + } + } + + /** + * Sets the values + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * + * @param string $val The values + * + * @return WorkbookRange + */ + public function setValues($val) + { + $this->_propDict["values"] = $val; + return $this; + } + + /** + * Gets the format + * Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. + * + * @return WorkbookRangeFormat The format + */ + public function getFormat() + { + if (array_key_exists("format", $this->_propDict)) { + if (is_a($this->_propDict["format"], "Microsoft\Graph\Model\WorkbookRangeFormat")) { + return $this->_propDict["format"]; + } else { + $this->_propDict["format"] = new WorkbookRangeFormat($this->_propDict["format"]); + return $this->_propDict["format"]; + } + } + return null; + } + + /** + * Sets the format + * Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only. + * + * @param WorkbookRangeFormat $val The format + * + * @return WorkbookRange + */ + public function setFormat($val) + { + $this->_propDict["format"] = $val; + return $this; + } + + /** + * Gets the sort + * The worksheet containing the current range. Read-only. + * + * @return WorkbookRangeSort The sort + */ + public function getSort() + { + if (array_key_exists("sort", $this->_propDict)) { + if (is_a($this->_propDict["sort"], "Microsoft\Graph\Model\WorkbookRangeSort")) { + return $this->_propDict["sort"]; + } else { + $this->_propDict["sort"] = new WorkbookRangeSort($this->_propDict["sort"]); + return $this->_propDict["sort"]; + } + } + return null; + } + + /** + * Sets the sort + * The worksheet containing the current range. Read-only. + * + * @param WorkbookRangeSort $val The sort + * + * @return WorkbookRange + */ + public function setSort($val) + { + $this->_propDict["sort"] = $val; + return $this; + } + + /** + * Gets the worksheet + * The worksheet containing the current range. Read-only. + * + * @return WorkbookWorksheet The worksheet + */ + public function getWorksheet() + { + if (array_key_exists("worksheet", $this->_propDict)) { + if (is_a($this->_propDict["worksheet"], "Microsoft\Graph\Model\WorkbookWorksheet")) { + return $this->_propDict["worksheet"]; + } else { + $this->_propDict["worksheet"] = new WorkbookWorksheet($this->_propDict["worksheet"]); + return $this->_propDict["worksheet"]; + } + } + return null; + } + + /** + * Sets the worksheet + * The worksheet containing the current range. Read-only. + * + * @param WorkbookWorksheet $val The worksheet + * + * @return WorkbookRange + */ + public function setWorksheet($val) + { + $this->_propDict["worksheet"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeBorder.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeBorder.php new file mode 100644 index 000000000..d142d635c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeBorder.php @@ -0,0 +1,145 @@ +_propDict)) { + return $this->_propDict["color"]; + } else { + return null; + } + } + + /** + * Sets the color + * HTML color code representing the color of the border line, of the form #RRGGBB (e.g. 'FFA500') or as a named HTML color (e.g. 'orange'). + * + * @param string $val The color + * + * @return WorkbookRangeBorder + */ + public function setColor($val) + { + $this->_propDict["color"] = $val; + return $this; + } + + /** + * Gets the sideIndex + * Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only. + * + * @return string The sideIndex + */ + public function getSideIndex() + { + if (array_key_exists("sideIndex", $this->_propDict)) { + return $this->_propDict["sideIndex"]; + } else { + return null; + } + } + + /** + * Sets the sideIndex + * Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only. + * + * @param string $val The sideIndex + * + * @return WorkbookRangeBorder + */ + public function setSideIndex($val) + { + $this->_propDict["sideIndex"] = $val; + return $this; + } + + /** + * Gets the style + * One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot. + * + * @return string The style + */ + public function getStyle() + { + if (array_key_exists("style", $this->_propDict)) { + return $this->_propDict["style"]; + } else { + return null; + } + } + + /** + * Sets the style + * One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot. + * + * @param string $val The style + * + * @return WorkbookRangeBorder + */ + public function setStyle($val) + { + $this->_propDict["style"] = $val; + return $this; + } + + /** + * Gets the weight + * Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick. + * + * @return string The weight + */ + public function getWeight() + { + if (array_key_exists("weight", $this->_propDict)) { + return $this->_propDict["weight"]; + } else { + return null; + } + } + + /** + * Sets the weight + * Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick. + * + * @param string $val The weight + * + * @return WorkbookRangeBorder + */ + public function setWeight($val) + { + $this->_propDict["weight"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeFill.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeFill.php new file mode 100644 index 000000000..0000d78f7 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeFill.php @@ -0,0 +1,58 @@ +_propDict)) { + return $this->_propDict["color"]; + } else { + return null; + } + } + + /** + * Sets the color + * HTML color code representing the color of the border line, of the form #RRGGBB (e.g. 'FFA500') or as a named HTML color (e.g. 'orange') + * + * @param string $val The color + * + * @return WorkbookRangeFill + */ + public function setColor($val) + { + $this->_propDict["color"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeFont.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeFont.php new file mode 100644 index 000000000..ecf2b81c4 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeFont.php @@ -0,0 +1,203 @@ +_propDict)) { + return $this->_propDict["bold"]; + } else { + return null; + } + } + + /** + * Sets the bold + * Represents the bold status of font. + * + * @param bool $val The bold + * + * @return WorkbookRangeFont + */ + public function setBold($val) + { + $this->_propDict["bold"] = boolval($val); + return $this; + } + + /** + * Gets the color + * HTML color code representation of the text color. E.g. #FF0000 represents Red. + * + * @return string The color + */ + public function getColor() + { + if (array_key_exists("color", $this->_propDict)) { + return $this->_propDict["color"]; + } else { + return null; + } + } + + /** + * Sets the color + * HTML color code representation of the text color. E.g. #FF0000 represents Red. + * + * @param string $val The color + * + * @return WorkbookRangeFont + */ + public function setColor($val) + { + $this->_propDict["color"] = $val; + return $this; + } + + /** + * Gets the italic + * Represents the italic status of the font. + * + * @return bool The italic + */ + public function getItalic() + { + if (array_key_exists("italic", $this->_propDict)) { + return $this->_propDict["italic"]; + } else { + return null; + } + } + + /** + * Sets the italic + * Represents the italic status of the font. + * + * @param bool $val The italic + * + * @return WorkbookRangeFont + */ + public function setItalic($val) + { + $this->_propDict["italic"] = boolval($val); + return $this; + } + + /** + * Gets the name + * Font name (e.g. 'Calibri') + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Font name (e.g. 'Calibri') + * + * @param string $val The name + * + * @return WorkbookRangeFont + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the size + * Font size. + * + * @return float The size + */ + public function getSize() + { + if (array_key_exists("size", $this->_propDict)) { + return $this->_propDict["size"]; + } else { + return null; + } + } + + /** + * Sets the size + * Font size. + * + * @param float $val The size + * + * @return WorkbookRangeFont + */ + public function setSize($val) + { + $this->_propDict["size"] = $val; + return $this; + } + + /** + * Gets the underline + * Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant. + * + * @return string The underline + */ + public function getUnderline() + { + if (array_key_exists("underline", $this->_propDict)) { + return $this->_propDict["underline"]; + } else { + return null; + } + } + + /** + * Sets the underline + * Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant. + * + * @param string $val The underline + * + * @return WorkbookRangeFont + */ + public function setUnderline($val) + { + $this->_propDict["underline"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeFormat.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeFormat.php new file mode 100644 index 000000000..066cba4b5 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeFormat.php @@ -0,0 +1,303 @@ +_propDict)) { + return $this->_propDict["columnWidth"]; + } else { + return null; + } + } + + /** + * Sets the columnWidth + * Gets or sets the width of all colums within the range. If the column widths are not uniform, null will be returned. + * + * @param float $val The columnWidth + * + * @return WorkbookRangeFormat + */ + public function setColumnWidth($val) + { + $this->_propDict["columnWidth"] = $val; + return $this; + } + + /** + * Gets the horizontalAlignment + * Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed. + * + * @return string The horizontalAlignment + */ + public function getHorizontalAlignment() + { + if (array_key_exists("horizontalAlignment", $this->_propDict)) { + return $this->_propDict["horizontalAlignment"]; + } else { + return null; + } + } + + /** + * Sets the horizontalAlignment + * Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed. + * + * @param string $val The horizontalAlignment + * + * @return WorkbookRangeFormat + */ + public function setHorizontalAlignment($val) + { + $this->_propDict["horizontalAlignment"] = $val; + return $this; + } + + /** + * Gets the rowHeight + * Gets or sets the height of all rows in the range. If the row heights are not uniform null will be returned. + * + * @return float The rowHeight + */ + public function getRowHeight() + { + if (array_key_exists("rowHeight", $this->_propDict)) { + return $this->_propDict["rowHeight"]; + } else { + return null; + } + } + + /** + * Sets the rowHeight + * Gets or sets the height of all rows in the range. If the row heights are not uniform null will be returned. + * + * @param float $val The rowHeight + * + * @return WorkbookRangeFormat + */ + public function setRowHeight($val) + { + $this->_propDict["rowHeight"] = $val; + return $this; + } + + /** + * Gets the verticalAlignment + * Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed. + * + * @return string The verticalAlignment + */ + public function getVerticalAlignment() + { + if (array_key_exists("verticalAlignment", $this->_propDict)) { + return $this->_propDict["verticalAlignment"]; + } else { + return null; + } + } + + /** + * Sets the verticalAlignment + * Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed. + * + * @param string $val The verticalAlignment + * + * @return WorkbookRangeFormat + */ + public function setVerticalAlignment($val) + { + $this->_propDict["verticalAlignment"] = $val; + return $this; + } + + /** + * Gets the wrapText + * Indicates if Excel wraps the text in the object. A null value indicates that the entire range doesn't have uniform wrap setting + * + * @return bool The wrapText + */ + public function getWrapText() + { + if (array_key_exists("wrapText", $this->_propDict)) { + return $this->_propDict["wrapText"]; + } else { + return null; + } + } + + /** + * Sets the wrapText + * Indicates if Excel wraps the text in the object. A null value indicates that the entire range doesn't have uniform wrap setting + * + * @param bool $val The wrapText + * + * @return WorkbookRangeFormat + */ + public function setWrapText($val) + { + $this->_propDict["wrapText"] = boolval($val); + return $this; + } + + + /** + * Gets the borders + * Collection of border objects that apply to the overall range selected Read-only. + * + * @return array The borders + */ + public function getBorders() + { + if (array_key_exists("borders", $this->_propDict)) { + return $this->_propDict["borders"]; + } else { + return null; + } + } + + /** + * Sets the borders + * Collection of border objects that apply to the overall range selected Read-only. + * + * @param WorkbookRangeBorder $val The borders + * + * @return WorkbookRangeFormat + */ + public function setBorders($val) + { + $this->_propDict["borders"] = $val; + return $this; + } + + /** + * Gets the fill + * Returns the fill object defined on the overall range. Read-only. + * + * @return WorkbookRangeFill The fill + */ + public function getFill() + { + if (array_key_exists("fill", $this->_propDict)) { + if (is_a($this->_propDict["fill"], "Microsoft\Graph\Model\WorkbookRangeFill")) { + return $this->_propDict["fill"]; + } else { + $this->_propDict["fill"] = new WorkbookRangeFill($this->_propDict["fill"]); + return $this->_propDict["fill"]; + } + } + return null; + } + + /** + * Sets the fill + * Returns the fill object defined on the overall range. Read-only. + * + * @param WorkbookRangeFill $val The fill + * + * @return WorkbookRangeFormat + */ + public function setFill($val) + { + $this->_propDict["fill"] = $val; + return $this; + } + + /** + * Gets the font + * Returns the font object defined on the overall range selected Read-only. + * + * @return WorkbookRangeFont The font + */ + public function getFont() + { + if (array_key_exists("font", $this->_propDict)) { + if (is_a($this->_propDict["font"], "Microsoft\Graph\Model\WorkbookRangeFont")) { + return $this->_propDict["font"]; + } else { + $this->_propDict["font"] = new WorkbookRangeFont($this->_propDict["font"]); + return $this->_propDict["font"]; + } + } + return null; + } + + /** + * Sets the font + * Returns the font object defined on the overall range selected Read-only. + * + * @param WorkbookRangeFont $val The font + * + * @return WorkbookRangeFormat + */ + public function setFont($val) + { + $this->_propDict["font"] = $val; + return $this; + } + + /** + * Gets the protection + * Returns the format protection object for a range. Read-only. + * + * @return WorkbookFormatProtection The protection + */ + public function getProtection() + { + if (array_key_exists("protection", $this->_propDict)) { + if (is_a($this->_propDict["protection"], "Microsoft\Graph\Model\WorkbookFormatProtection")) { + return $this->_propDict["protection"]; + } else { + $this->_propDict["protection"] = new WorkbookFormatProtection($this->_propDict["protection"]); + return $this->_propDict["protection"]; + } + } + return null; + } + + /** + * Sets the protection + * Returns the format protection object for a range. Read-only. + * + * @param WorkbookFormatProtection $val The protection + * + * @return WorkbookRangeFormat + */ + public function setProtection($val) + { + $this->_propDict["protection"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeReference.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeReference.php new file mode 100644 index 000000000..37710a370 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeReference.php @@ -0,0 +1,54 @@ +_propDict)) { + return $this->_propDict["address"]; + } else { + return null; + } + } + + /** + * Sets the address + * + * @param string $val The value of the address + * + * @return WorkbookRangeReference + */ + public function setAddress($val) + { + $this->_propDict["address"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeSort.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeSort.php new file mode 100644 index 000000000..780aa4888 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookRangeSort.php @@ -0,0 +1,29 @@ +_propDict)) { + return $this->_propDict["cellAddresses"]; + } else { + return null; + } + } + + /** + * Sets the cellAddresses + * Represents the cell addresses + * + * @param string $val The cellAddresses + * + * @return WorkbookRangeView + */ + public function setCellAddresses($val) + { + $this->_propDict["cellAddresses"] = $val; + return $this; + } + + /** + * Gets the columnCount + * Returns the number of visible columns. Read-only. + * + * @return int The columnCount + */ + public function getColumnCount() + { + if (array_key_exists("columnCount", $this->_propDict)) { + return $this->_propDict["columnCount"]; + } else { + return null; + } + } + + /** + * Sets the columnCount + * Returns the number of visible columns. Read-only. + * + * @param int $val The columnCount + * + * @return WorkbookRangeView + */ + public function setColumnCount($val) + { + $this->_propDict["columnCount"] = intval($val); + return $this; + } + + /** + * Gets the formulas + * Represents the formula in A1-style notation. + * + * @return string The formulas + */ + public function getFormulas() + { + if (array_key_exists("formulas", $this->_propDict)) { + return $this->_propDict["formulas"]; + } else { + return null; + } + } + + /** + * Sets the formulas + * Represents the formula in A1-style notation. + * + * @param string $val The formulas + * + * @return WorkbookRangeView + */ + public function setFormulas($val) + { + $this->_propDict["formulas"] = $val; + return $this; + } + + /** + * Gets the formulasLocal + * Represents the formula in A1-style notation, in the user's language and number-formatting locale. For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German. + * + * @return string The formulasLocal + */ + public function getFormulasLocal() + { + if (array_key_exists("formulasLocal", $this->_propDict)) { + return $this->_propDict["formulasLocal"]; + } else { + return null; + } + } + + /** + * Sets the formulasLocal + * Represents the formula in A1-style notation, in the user's language and number-formatting locale. For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German. + * + * @param string $val The formulasLocal + * + * @return WorkbookRangeView + */ + public function setFormulasLocal($val) + { + $this->_propDict["formulasLocal"] = $val; + return $this; + } + + /** + * Gets the formulasR1C1 + * Represents the formula in R1C1-style notation. + * + * @return string The formulasR1C1 + */ + public function getFormulasR1C1() + { + if (array_key_exists("formulasR1C1", $this->_propDict)) { + return $this->_propDict["formulasR1C1"]; + } else { + return null; + } + } + + /** + * Sets the formulasR1C1 + * Represents the formula in R1C1-style notation. + * + * @param string $val The formulasR1C1 + * + * @return WorkbookRangeView + */ + public function setFormulasR1C1($val) + { + $this->_propDict["formulasR1C1"] = $val; + return $this; + } + + /** + * Gets the index + * Index of the range. + * + * @return int The index + */ + public function getIndex() + { + if (array_key_exists("index", $this->_propDict)) { + return $this->_propDict["index"]; + } else { + return null; + } + } + + /** + * Sets the index + * Index of the range. + * + * @param int $val The index + * + * @return WorkbookRangeView + */ + public function setIndex($val) + { + $this->_propDict["index"] = intval($val); + return $this; + } + + /** + * Gets the numberFormat + * Represents Excel's number format code for the given cell. Read-only. + * + * @return string The numberFormat + */ + public function getNumberFormat() + { + if (array_key_exists("numberFormat", $this->_propDict)) { + return $this->_propDict["numberFormat"]; + } else { + return null; + } + } + + /** + * Sets the numberFormat + * Represents Excel's number format code for the given cell. Read-only. + * + * @param string $val The numberFormat + * + * @return WorkbookRangeView + */ + public function setNumberFormat($val) + { + $this->_propDict["numberFormat"] = $val; + return $this; + } + + /** + * Gets the rowCount + * Returns the number of visible rows. Read-only. + * + * @return int The rowCount + */ + public function getRowCount() + { + if (array_key_exists("rowCount", $this->_propDict)) { + return $this->_propDict["rowCount"]; + } else { + return null; + } + } + + /** + * Sets the rowCount + * Returns the number of visible rows. Read-only. + * + * @param int $val The rowCount + * + * @return WorkbookRangeView + */ + public function setRowCount($val) + { + $this->_propDict["rowCount"] = intval($val); + return $this; + } + + /** + * Gets the text + * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * + * @return string The text + */ + public function getText() + { + if (array_key_exists("text", $this->_propDict)) { + return $this->_propDict["text"]; + } else { + return null; + } + } + + /** + * Sets the text + * Text values of the specified range. The Text value will not depend on the cell width. The # sign substitution that happens in Excel UI will not affect the text value returned by the API. Read-only. + * + * @param string $val The text + * + * @return WorkbookRangeView + */ + public function setText($val) + { + $this->_propDict["text"] = $val; + return $this; + } + + /** + * Gets the valueTypes + * Represents the type of data of each cell. Read-only. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. + * + * @return string The valueTypes + */ + public function getValueTypes() + { + if (array_key_exists("valueTypes", $this->_propDict)) { + return $this->_propDict["valueTypes"]; + } else { + return null; + } + } + + /** + * Sets the valueTypes + * Represents the type of data of each cell. Read-only. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. + * + * @param string $val The valueTypes + * + * @return WorkbookRangeView + */ + public function setValueTypes($val) + { + $this->_propDict["valueTypes"] = $val; + return $this; + } + + /** + * Gets the values + * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * + * @return string The values + */ + public function getValues() + { + if (array_key_exists("values", $this->_propDict)) { + return $this->_propDict["values"]; + } else { + return null; + } + } + + /** + * Sets the values + * Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * + * @param string $val The values + * + * @return WorkbookRangeView + */ + public function setValues($val) + { + $this->_propDict["values"] = $val; + return $this; + } + + + /** + * Gets the rows + * Represents a collection of range views associated with the range. Read-only. Read-only. + * + * @return array The rows + */ + public function getRows() + { + if (array_key_exists("rows", $this->_propDict)) { + return $this->_propDict["rows"]; + } else { + return null; + } + } + + /** + * Sets the rows + * Represents a collection of range views associated with the range. Read-only. Read-only. + * + * @param WorkbookRangeView $val The rows + * + * @return WorkbookRangeView + */ + public function setRows($val) + { + $this->_propDict["rows"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookSessionInfo.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookSessionInfo.php new file mode 100644 index 000000000..7c2df0d8c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookSessionInfo.php @@ -0,0 +1,84 @@ +_propDict)) { + return $this->_propDict["id"]; + } else { + return null; + } + } + + /** + * Sets the id + * Id of the workbook session. + * + * @param string $val The value of the id + * + * @return WorkbookSessionInfo + */ + public function setId($val) + { + $this->_propDict["id"] = $val; + return $this; + } + /** + * Gets the persistChanges + * true for persistent session. false for non-persistent session (view mode) + * + * @return bool The persistChanges + */ + public function getPersistChanges() + { + if (array_key_exists("persistChanges", $this->_propDict)) { + return $this->_propDict["persistChanges"]; + } else { + return null; + } + } + + /** + * Sets the persistChanges + * true for persistent session. false for non-persistent session (view mode) + * + * @param bool $val The value of the persistChanges + * + * @return WorkbookSessionInfo + */ + public function setPersistChanges($val) + { + $this->_propDict["persistChanges"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookSortField.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookSortField.php new file mode 100644 index 000000000..c0db2ba57 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookSortField.php @@ -0,0 +1,201 @@ +_propDict)) { + return $this->_propDict["ascending"]; + } else { + return null; + } + } + + /** + * Sets the ascending + * Represents whether the sorting is done in an ascending fashion. + * + * @param bool $val The value of the ascending + * + * @return WorkbookSortField + */ + public function setAscending($val) + { + $this->_propDict["ascending"] = $val; + return $this; + } + /** + * Gets the color + * Represents the color that is the target of the condition if the sorting is on font or cell color. + * + * @return string The color + */ + public function getColor() + { + if (array_key_exists("color", $this->_propDict)) { + return $this->_propDict["color"]; + } else { + return null; + } + } + + /** + * Sets the color + * Represents the color that is the target of the condition if the sorting is on font or cell color. + * + * @param string $val The value of the color + * + * @return WorkbookSortField + */ + public function setColor($val) + { + $this->_propDict["color"] = $val; + return $this; + } + /** + * Gets the dataOption + * Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber. + * + * @return string The dataOption + */ + public function getDataOption() + { + if (array_key_exists("dataOption", $this->_propDict)) { + return $this->_propDict["dataOption"]; + } else { + return null; + } + } + + /** + * Sets the dataOption + * Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber. + * + * @param string $val The value of the dataOption + * + * @return WorkbookSortField + */ + public function setDataOption($val) + { + $this->_propDict["dataOption"] = $val; + return $this; + } + + /** + * Gets the icon + * Represents the icon that is the target of the condition if the sorting is on the cell's icon. + * + * @return WorkbookIcon The icon + */ + public function getIcon() + { + if (array_key_exists("icon", $this->_propDict)) { + if (is_a($this->_propDict["icon"], "Microsoft\Graph\Model\WorkbookIcon")) { + return $this->_propDict["icon"]; + } else { + $this->_propDict["icon"] = new WorkbookIcon($this->_propDict["icon"]); + return $this->_propDict["icon"]; + } + } + return null; + } + + /** + * Sets the icon + * Represents the icon that is the target of the condition if the sorting is on the cell's icon. + * + * @param WorkbookIcon $val The value to assign to the icon + * + * @return WorkbookSortField The WorkbookSortField + */ + public function setIcon($val) + { + $this->_propDict["icon"] = $val; + return $this; + } + /** + * Gets the key + * Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row). + * + * @return int The key + */ + public function getKey() + { + if (array_key_exists("key", $this->_propDict)) { + return $this->_propDict["key"]; + } else { + return null; + } + } + + /** + * Sets the key + * Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row). + * + * @param int $val The value of the key + * + * @return WorkbookSortField + */ + public function setKey($val) + { + $this->_propDict["key"] = $val; + return $this; + } + /** + * Gets the sortOn + * Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon. + * + * @return string The sortOn + */ + public function getSortOn() + { + if (array_key_exists("sortOn", $this->_propDict)) { + return $this->_propDict["sortOn"]; + } else { + return null; + } + } + + /** + * Sets the sortOn + * Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon. + * + * @param string $val The value of the sortOn + * + * @return WorkbookSortField + */ + public function setSortOn($val) + { + $this->_propDict["sortOn"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookTable.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookTable.php new file mode 100644 index 000000000..c87ce213b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookTable.php @@ -0,0 +1,445 @@ +_propDict)) { + return $this->_propDict["highlightFirstColumn"]; + } else { + return null; + } + } + + /** + * Sets the highlightFirstColumn + * Indicates whether the first column contains special formatting. + * + * @param bool $val The highlightFirstColumn + * + * @return WorkbookTable + */ + public function setHighlightFirstColumn($val) + { + $this->_propDict["highlightFirstColumn"] = boolval($val); + return $this; + } + + /** + * Gets the highlightLastColumn + * Indicates whether the last column contains special formatting. + * + * @return bool The highlightLastColumn + */ + public function getHighlightLastColumn() + { + if (array_key_exists("highlightLastColumn", $this->_propDict)) { + return $this->_propDict["highlightLastColumn"]; + } else { + return null; + } + } + + /** + * Sets the highlightLastColumn + * Indicates whether the last column contains special formatting. + * + * @param bool $val The highlightLastColumn + * + * @return WorkbookTable + */ + public function setHighlightLastColumn($val) + { + $this->_propDict["highlightLastColumn"] = boolval($val); + return $this; + } + + /** + * Gets the legacyId + * Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only. + * + * @return string The legacyId + */ + public function getLegacyId() + { + if (array_key_exists("legacyId", $this->_propDict)) { + return $this->_propDict["legacyId"]; + } else { + return null; + } + } + + /** + * Sets the legacyId + * Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only. + * + * @param string $val The legacyId + * + * @return WorkbookTable + */ + public function setLegacyId($val) + { + $this->_propDict["legacyId"] = $val; + return $this; + } + + /** + * Gets the name + * Name of the table. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Name of the table. + * + * @param string $val The name + * + * @return WorkbookTable + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the showBandedColumns + * Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier. + * + * @return bool The showBandedColumns + */ + public function getShowBandedColumns() + { + if (array_key_exists("showBandedColumns", $this->_propDict)) { + return $this->_propDict["showBandedColumns"]; + } else { + return null; + } + } + + /** + * Sets the showBandedColumns + * Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier. + * + * @param bool $val The showBandedColumns + * + * @return WorkbookTable + */ + public function setShowBandedColumns($val) + { + $this->_propDict["showBandedColumns"] = boolval($val); + return $this; + } + + /** + * Gets the showBandedRows + * Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier. + * + * @return bool The showBandedRows + */ + public function getShowBandedRows() + { + if (array_key_exists("showBandedRows", $this->_propDict)) { + return $this->_propDict["showBandedRows"]; + } else { + return null; + } + } + + /** + * Sets the showBandedRows + * Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier. + * + * @param bool $val The showBandedRows + * + * @return WorkbookTable + */ + public function setShowBandedRows($val) + { + $this->_propDict["showBandedRows"] = boolval($val); + return $this; + } + + /** + * Gets the showFilterButton + * Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row. + * + * @return bool The showFilterButton + */ + public function getShowFilterButton() + { + if (array_key_exists("showFilterButton", $this->_propDict)) { + return $this->_propDict["showFilterButton"]; + } else { + return null; + } + } + + /** + * Sets the showFilterButton + * Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row. + * + * @param bool $val The showFilterButton + * + * @return WorkbookTable + */ + public function setShowFilterButton($val) + { + $this->_propDict["showFilterButton"] = boolval($val); + return $this; + } + + /** + * Gets the showHeaders + * Indicates whether the header row is visible or not. This value can be set to show or remove the header row. + * + * @return bool The showHeaders + */ + public function getShowHeaders() + { + if (array_key_exists("showHeaders", $this->_propDict)) { + return $this->_propDict["showHeaders"]; + } else { + return null; + } + } + + /** + * Sets the showHeaders + * Indicates whether the header row is visible or not. This value can be set to show or remove the header row. + * + * @param bool $val The showHeaders + * + * @return WorkbookTable + */ + public function setShowHeaders($val) + { + $this->_propDict["showHeaders"] = boolval($val); + return $this; + } + + /** + * Gets the showTotals + * Indicates whether the total row is visible or not. This value can be set to show or remove the total row. + * + * @return bool The showTotals + */ + public function getShowTotals() + { + if (array_key_exists("showTotals", $this->_propDict)) { + return $this->_propDict["showTotals"]; + } else { + return null; + } + } + + /** + * Sets the showTotals + * Indicates whether the total row is visible or not. This value can be set to show or remove the total row. + * + * @param bool $val The showTotals + * + * @return WorkbookTable + */ + public function setShowTotals($val) + { + $this->_propDict["showTotals"] = boolval($val); + return $this; + } + + /** + * Gets the style + * Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. + * + * @return string The style + */ + public function getStyle() + { + if (array_key_exists("style", $this->_propDict)) { + return $this->_propDict["style"]; + } else { + return null; + } + } + + /** + * Sets the style + * Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified. + * + * @param string $val The style + * + * @return WorkbookTable + */ + public function setStyle($val) + { + $this->_propDict["style"] = $val; + return $this; + } + + + /** + * Gets the columns + * Represents a collection of all the columns in the table. Read-only. + * + * @return array The columns + */ + public function getColumns() + { + if (array_key_exists("columns", $this->_propDict)) { + return $this->_propDict["columns"]; + } else { + return null; + } + } + + /** + * Sets the columns + * Represents a collection of all the columns in the table. Read-only. + * + * @param WorkbookTableColumn $val The columns + * + * @return WorkbookTable + */ + public function setColumns($val) + { + $this->_propDict["columns"] = $val; + return $this; + } + + + /** + * Gets the rows + * Represents a collection of all the rows in the table. Read-only. + * + * @return array The rows + */ + public function getRows() + { + if (array_key_exists("rows", $this->_propDict)) { + return $this->_propDict["rows"]; + } else { + return null; + } + } + + /** + * Sets the rows + * Represents a collection of all the rows in the table. Read-only. + * + * @param WorkbookTableRow $val The rows + * + * @return WorkbookTable + */ + public function setRows($val) + { + $this->_propDict["rows"] = $val; + return $this; + } + + /** + * Gets the sort + * Represents the sorting for the table. Read-only. + * + * @return WorkbookTableSort The sort + */ + public function getSort() + { + if (array_key_exists("sort", $this->_propDict)) { + if (is_a($this->_propDict["sort"], "Microsoft\Graph\Model\WorkbookTableSort")) { + return $this->_propDict["sort"]; + } else { + $this->_propDict["sort"] = new WorkbookTableSort($this->_propDict["sort"]); + return $this->_propDict["sort"]; + } + } + return null; + } + + /** + * Sets the sort + * Represents the sorting for the table. Read-only. + * + * @param WorkbookTableSort $val The sort + * + * @return WorkbookTable + */ + public function setSort($val) + { + $this->_propDict["sort"] = $val; + return $this; + } + + /** + * Gets the worksheet + * The worksheet containing the current table. Read-only. + * + * @return WorkbookWorksheet The worksheet + */ + public function getWorksheet() + { + if (array_key_exists("worksheet", $this->_propDict)) { + if (is_a($this->_propDict["worksheet"], "Microsoft\Graph\Model\WorkbookWorksheet")) { + return $this->_propDict["worksheet"]; + } else { + $this->_propDict["worksheet"] = new WorkbookWorksheet($this->_propDict["worksheet"]); + return $this->_propDict["worksheet"]; + } + } + return null; + } + + /** + * Sets the worksheet + * The worksheet containing the current table. Read-only. + * + * @param WorkbookWorksheet $val The worksheet + * + * @return WorkbookTable + */ + public function setWorksheet($val) + { + $this->_propDict["worksheet"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableColumn.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableColumn.php new file mode 100644 index 000000000..04a94fb88 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableColumn.php @@ -0,0 +1,149 @@ +_propDict)) { + return $this->_propDict["index"]; + } else { + return null; + } + } + + /** + * Sets the index + * Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. + * + * @param int $val The index + * + * @return WorkbookTableColumn + */ + public function setIndex($val) + { + $this->_propDict["index"] = intval($val); + return $this; + } + + /** + * Gets the name + * Returns the name of the table column. + * + * @return string The name + */ + public function getName() + { + if (array_key_exists("name", $this->_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * Returns the name of the table column. + * + * @param string $val The name + * + * @return WorkbookTableColumn + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the values + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * + * @return string The values + */ + public function getValues() + { + if (array_key_exists("values", $this->_propDict)) { + return $this->_propDict["values"]; + } else { + return null; + } + } + + /** + * Sets the values + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * + * @param string $val The values + * + * @return WorkbookTableColumn + */ + public function setValues($val) + { + $this->_propDict["values"] = $val; + return $this; + } + + /** + * Gets the filter + * Retrieve the filter applied to the column. Read-only. + * + * @return WorkbookFilter The filter + */ + public function getFilter() + { + if (array_key_exists("filter", $this->_propDict)) { + if (is_a($this->_propDict["filter"], "Microsoft\Graph\Model\WorkbookFilter")) { + return $this->_propDict["filter"]; + } else { + $this->_propDict["filter"] = new WorkbookFilter($this->_propDict["filter"]); + return $this->_propDict["filter"]; + } + } + return null; + } + + /** + * Sets the filter + * Retrieve the filter applied to the column. Read-only. + * + * @param WorkbookFilter $val The filter + * + * @return WorkbookTableColumn + */ + public function setFilter($val) + { + $this->_propDict["filter"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableRow.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableRow.php new file mode 100644 index 000000000..c018ef650 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableRow.php @@ -0,0 +1,87 @@ +_propDict)) { + return $this->_propDict["index"]; + } else { + return null; + } + } + + /** + * Sets the index + * Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. + * + * @param int $val The index + * + * @return WorkbookTableRow + */ + public function setIndex($val) + { + $this->_propDict["index"] = intval($val); + return $this; + } + + /** + * Gets the values + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * + * @return string The values + */ + public function getValues() + { + if (array_key_exists("values", $this->_propDict)) { + return $this->_propDict["values"]; + } else { + return null; + } + } + + /** + * Sets the values + * Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string. + * + * @param string $val The values + * + * @return WorkbookTableRow + */ + public function setValues($val) + { + $this->_propDict["values"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableSort.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableSort.php new file mode 100644 index 000000000..140a90224 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableSort.php @@ -0,0 +1,117 @@ +_propDict)) { + return $this->_propDict["fields"]; + } else { + return null; + } + } + + /** + * Sets the fields + * Represents the current conditions used to last sort the table. Read-only. + * + * @param WorkbookSortField $val The fields + * + * @return WorkbookTableSort + */ + public function setFields($val) + { + $this->_propDict["fields"] = $val; + return $this; + } + + /** + * Gets the matchCase + * Represents whether the casing impacted the last sort of the table. Read-only. + * + * @return bool The matchCase + */ + public function getMatchCase() + { + if (array_key_exists("matchCase", $this->_propDict)) { + return $this->_propDict["matchCase"]; + } else { + return null; + } + } + + /** + * Sets the matchCase + * Represents whether the casing impacted the last sort of the table. Read-only. + * + * @param bool $val The matchCase + * + * @return WorkbookTableSort + */ + public function setMatchCase($val) + { + $this->_propDict["matchCase"] = boolval($val); + return $this; + } + + /** + * Gets the method + * Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only. + * + * @return string The method + */ + public function getMethod() + { + if (array_key_exists("method", $this->_propDict)) { + return $this->_propDict["method"]; + } else { + return null; + } + } + + /** + * Sets the method + * Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only. + * + * @param string $val The method + * + * @return WorkbookTableSort + */ + public function setMethod($val) + { + $this->_propDict["method"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookWorksheet.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookWorksheet.php new file mode 100644 index 000000000..42f8da71f --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookWorksheet.php @@ -0,0 +1,269 @@ +_propDict)) { + return $this->_propDict["name"]; + } else { + return null; + } + } + + /** + * Sets the name + * The display name of the worksheet. + * + * @param string $val The name + * + * @return WorkbookWorksheet + */ + public function setName($val) + { + $this->_propDict["name"] = $val; + return $this; + } + + /** + * Gets the position + * The zero-based position of the worksheet within the workbook. + * + * @return int The position + */ + public function getPosition() + { + if (array_key_exists("position", $this->_propDict)) { + return $this->_propDict["position"]; + } else { + return null; + } + } + + /** + * Sets the position + * The zero-based position of the worksheet within the workbook. + * + * @param int $val The position + * + * @return WorkbookWorksheet + */ + public function setPosition($val) + { + $this->_propDict["position"] = intval($val); + return $this; + } + + /** + * Gets the visibility + * The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden. + * + * @return string The visibility + */ + public function getVisibility() + { + if (array_key_exists("visibility", $this->_propDict)) { + return $this->_propDict["visibility"]; + } else { + return null; + } + } + + /** + * Sets the visibility + * The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden. + * + * @param string $val The visibility + * + * @return WorkbookWorksheet + */ + public function setVisibility($val) + { + $this->_propDict["visibility"] = $val; + return $this; + } + + + /** + * Gets the charts + * Returns collection of charts that are part of the worksheet. Read-only. + * + * @return array The charts + */ + public function getCharts() + { + if (array_key_exists("charts", $this->_propDict)) { + return $this->_propDict["charts"]; + } else { + return null; + } + } + + /** + * Sets the charts + * Returns collection of charts that are part of the worksheet. Read-only. + * + * @param WorkbookChart $val The charts + * + * @return WorkbookWorksheet + */ + public function setCharts($val) + { + $this->_propDict["charts"] = $val; + return $this; + } + + + /** + * Gets the names + * Returns collection of names that are associated with the worksheet. Read-only. + * + * @return array The names + */ + public function getNames() + { + if (array_key_exists("names", $this->_propDict)) { + return $this->_propDict["names"]; + } else { + return null; + } + } + + /** + * Sets the names + * Returns collection of names that are associated with the worksheet. Read-only. + * + * @param WorkbookNamedItem $val The names + * + * @return WorkbookWorksheet + */ + public function setNames($val) + { + $this->_propDict["names"] = $val; + return $this; + } + + + /** + * Gets the pivotTables + * Collection of PivotTables that are part of the worksheet. + * + * @return array The pivotTables + */ + public function getPivotTables() + { + if (array_key_exists("pivotTables", $this->_propDict)) { + return $this->_propDict["pivotTables"]; + } else { + return null; + } + } + + /** + * Sets the pivotTables + * Collection of PivotTables that are part of the worksheet. + * + * @param WorkbookPivotTable $val The pivotTables + * + * @return WorkbookWorksheet + */ + public function setPivotTables($val) + { + $this->_propDict["pivotTables"] = $val; + return $this; + } + + /** + * Gets the protection + * Returns sheet protection object for a worksheet. Read-only. + * + * @return WorkbookWorksheetProtection The protection + */ + public function getProtection() + { + if (array_key_exists("protection", $this->_propDict)) { + if (is_a($this->_propDict["protection"], "Microsoft\Graph\Model\WorkbookWorksheetProtection")) { + return $this->_propDict["protection"]; + } else { + $this->_propDict["protection"] = new WorkbookWorksheetProtection($this->_propDict["protection"]); + return $this->_propDict["protection"]; + } + } + return null; + } + + /** + * Sets the protection + * Returns sheet protection object for a worksheet. Read-only. + * + * @param WorkbookWorksheetProtection $val The protection + * + * @return WorkbookWorksheet + */ + public function setProtection($val) + { + $this->_propDict["protection"] = $val; + return $this; + } + + + /** + * Gets the tables + * Collection of tables that are part of the worksheet. Read-only. + * + * @return array The tables + */ + public function getTables() + { + if (array_key_exists("tables", $this->_propDict)) { + return $this->_propDict["tables"]; + } else { + return null; + } + } + + /** + * Sets the tables + * Collection of tables that are part of the worksheet. Read-only. + * + * @param WorkbookTable $val The tables + * + * @return WorkbookWorksheet + */ + public function setTables($val) + { + $this->_propDict["tables"] = $val; + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookWorksheetProtection.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookWorksheetProtection.php new file mode 100644 index 000000000..4ca0b67f6 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookWorksheetProtection.php @@ -0,0 +1,91 @@ +_propDict)) { + if (is_a($this->_propDict["options"], "Microsoft\Graph\Model\WorkbookWorksheetProtectionOptions")) { + return $this->_propDict["options"]; + } else { + $this->_propDict["options"] = new WorkbookWorksheetProtectionOptions($this->_propDict["options"]); + return $this->_propDict["options"]; + } + } + return null; + } + + /** + * Sets the options + * Sheet protection options. Read-only. + * + * @param WorkbookWorksheetProtectionOptions $val The options + * + * @return WorkbookWorksheetProtection + */ + public function setOptions($val) + { + $this->_propDict["options"] = $val; + return $this; + } + + /** + * Gets the protected + * Indicates if the worksheet is protected. Read-only. + * + * @return bool The protected + */ + public function getProtected() + { + if (array_key_exists("protected", $this->_propDict)) { + return $this->_propDict["protected"]; + } else { + return null; + } + } + + /** + * Sets the protected + * Indicates if the worksheet is protected. Read-only. + * + * @param bool $val The protected + * + * @return WorkbookWorksheetProtection + */ + public function setProtected($val) + { + $this->_propDict["protected"] = boolval($val); + return $this; + } + +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkbookWorksheetProtectionOptions.php b/vendor/microsoft/microsoft-graph/src/Model/WorkbookWorksheetProtectionOptions.php new file mode 100644 index 000000000..ced186fcd --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkbookWorksheetProtectionOptions.php @@ -0,0 +1,336 @@ +_propDict)) { + return $this->_propDict["allowAutoFilter"]; + } else { + return null; + } + } + + /** + * Sets the allowAutoFilter + * Represents the worksheet protection option of allowing using auto filter feature. + * + * @param bool $val The value of the allowAutoFilter + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowAutoFilter($val) + { + $this->_propDict["allowAutoFilter"] = $val; + return $this; + } + /** + * Gets the allowDeleteColumns + * Represents the worksheet protection option of allowing deleting columns. + * + * @return bool The allowDeleteColumns + */ + public function getAllowDeleteColumns() + { + if (array_key_exists("allowDeleteColumns", $this->_propDict)) { + return $this->_propDict["allowDeleteColumns"]; + } else { + return null; + } + } + + /** + * Sets the allowDeleteColumns + * Represents the worksheet protection option of allowing deleting columns. + * + * @param bool $val The value of the allowDeleteColumns + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowDeleteColumns($val) + { + $this->_propDict["allowDeleteColumns"] = $val; + return $this; + } + /** + * Gets the allowDeleteRows + * Represents the worksheet protection option of allowing deleting rows. + * + * @return bool The allowDeleteRows + */ + public function getAllowDeleteRows() + { + if (array_key_exists("allowDeleteRows", $this->_propDict)) { + return $this->_propDict["allowDeleteRows"]; + } else { + return null; + } + } + + /** + * Sets the allowDeleteRows + * Represents the worksheet protection option of allowing deleting rows. + * + * @param bool $val The value of the allowDeleteRows + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowDeleteRows($val) + { + $this->_propDict["allowDeleteRows"] = $val; + return $this; + } + /** + * Gets the allowFormatCells + * Represents the worksheet protection option of allowing formatting cells. + * + * @return bool The allowFormatCells + */ + public function getAllowFormatCells() + { + if (array_key_exists("allowFormatCells", $this->_propDict)) { + return $this->_propDict["allowFormatCells"]; + } else { + return null; + } + } + + /** + * Sets the allowFormatCells + * Represents the worksheet protection option of allowing formatting cells. + * + * @param bool $val The value of the allowFormatCells + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowFormatCells($val) + { + $this->_propDict["allowFormatCells"] = $val; + return $this; + } + /** + * Gets the allowFormatColumns + * Represents the worksheet protection option of allowing formatting columns. + * + * @return bool The allowFormatColumns + */ + public function getAllowFormatColumns() + { + if (array_key_exists("allowFormatColumns", $this->_propDict)) { + return $this->_propDict["allowFormatColumns"]; + } else { + return null; + } + } + + /** + * Sets the allowFormatColumns + * Represents the worksheet protection option of allowing formatting columns. + * + * @param bool $val The value of the allowFormatColumns + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowFormatColumns($val) + { + $this->_propDict["allowFormatColumns"] = $val; + return $this; + } + /** + * Gets the allowFormatRows + * Represents the worksheet protection option of allowing formatting rows. + * + * @return bool The allowFormatRows + */ + public function getAllowFormatRows() + { + if (array_key_exists("allowFormatRows", $this->_propDict)) { + return $this->_propDict["allowFormatRows"]; + } else { + return null; + } + } + + /** + * Sets the allowFormatRows + * Represents the worksheet protection option of allowing formatting rows. + * + * @param bool $val The value of the allowFormatRows + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowFormatRows($val) + { + $this->_propDict["allowFormatRows"] = $val; + return $this; + } + /** + * Gets the allowInsertColumns + * Represents the worksheet protection option of allowing inserting columns. + * + * @return bool The allowInsertColumns + */ + public function getAllowInsertColumns() + { + if (array_key_exists("allowInsertColumns", $this->_propDict)) { + return $this->_propDict["allowInsertColumns"]; + } else { + return null; + } + } + + /** + * Sets the allowInsertColumns + * Represents the worksheet protection option of allowing inserting columns. + * + * @param bool $val The value of the allowInsertColumns + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowInsertColumns($val) + { + $this->_propDict["allowInsertColumns"] = $val; + return $this; + } + /** + * Gets the allowInsertHyperlinks + * Represents the worksheet protection option of allowing inserting hyperlinks. + * + * @return bool The allowInsertHyperlinks + */ + public function getAllowInsertHyperlinks() + { + if (array_key_exists("allowInsertHyperlinks", $this->_propDict)) { + return $this->_propDict["allowInsertHyperlinks"]; + } else { + return null; + } + } + + /** + * Sets the allowInsertHyperlinks + * Represents the worksheet protection option of allowing inserting hyperlinks. + * + * @param bool $val The value of the allowInsertHyperlinks + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowInsertHyperlinks($val) + { + $this->_propDict["allowInsertHyperlinks"] = $val; + return $this; + } + /** + * Gets the allowInsertRows + * Represents the worksheet protection option of allowing inserting rows. + * + * @return bool The allowInsertRows + */ + public function getAllowInsertRows() + { + if (array_key_exists("allowInsertRows", $this->_propDict)) { + return $this->_propDict["allowInsertRows"]; + } else { + return null; + } + } + + /** + * Sets the allowInsertRows + * Represents the worksheet protection option of allowing inserting rows. + * + * @param bool $val The value of the allowInsertRows + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowInsertRows($val) + { + $this->_propDict["allowInsertRows"] = $val; + return $this; + } + /** + * Gets the allowPivotTables + * Represents the worksheet protection option of allowing using pivot table feature. + * + * @return bool The allowPivotTables + */ + public function getAllowPivotTables() + { + if (array_key_exists("allowPivotTables", $this->_propDict)) { + return $this->_propDict["allowPivotTables"]; + } else { + return null; + } + } + + /** + * Sets the allowPivotTables + * Represents the worksheet protection option of allowing using pivot table feature. + * + * @param bool $val The value of the allowPivotTables + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowPivotTables($val) + { + $this->_propDict["allowPivotTables"] = $val; + return $this; + } + /** + * Gets the allowSort + * Represents the worksheet protection option of allowing using sort feature. + * + * @return bool The allowSort + */ + public function getAllowSort() + { + if (array_key_exists("allowSort", $this->_propDict)) { + return $this->_propDict["allowSort"]; + } else { + return null; + } + } + + /** + * Sets the allowSort + * Represents the worksheet protection option of allowing using sort feature. + * + * @param bool $val The value of the allowSort + * + * @return WorkbookWorksheetProtectionOptions + */ + public function setAllowSort($val) + { + $this->_propDict["allowSort"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/src/Model/WorkingHours.php b/vendor/microsoft/microsoft-graph/src/Model/WorkingHours.php new file mode 100644 index 000000000..bb24c6674 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/src/Model/WorkingHours.php @@ -0,0 +1,160 @@ +_propDict)) { + if (is_a($this->_propDict["daysOfWeek"], "Microsoft\Graph\Model\DayOfWeek")) { + return $this->_propDict["daysOfWeek"]; + } else { + $this->_propDict["daysOfWeek"] = new DayOfWeek($this->_propDict["daysOfWeek"]); + return $this->_propDict["daysOfWeek"]; + } + } + return null; + } + + /** + * Sets the daysOfWeek + * The days of the week on which the user works. + * + * @param DayOfWeek $val The value to assign to the daysOfWeek + * + * @return WorkingHours The WorkingHours + */ + public function setDaysOfWeek($val) + { + $this->_propDict["daysOfWeek"] = $val; + return $this; + } + + /** + * Gets the startTime + * The time of the day that the user starts working. + * + * @return TimeOfDay The startTime + */ + public function getStartTime() + { + if (array_key_exists("startTime", $this->_propDict)) { + if (is_a($this->_propDict["startTime"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["startTime"]; + } else { + $this->_propDict["startTime"] = new TimeOfDay($this->_propDict["startTime"]); + return $this->_propDict["startTime"]; + } + } + return null; + } + + /** + * Sets the startTime + * The time of the day that the user starts working. + * + * @param TimeOfDay $val The value to assign to the startTime + * + * @return WorkingHours The WorkingHours + */ + public function setStartTime($val) + { + $this->_propDict["startTime"] = $val; + return $this; + } + + /** + * Gets the endTime + * The time of the day that the user stops working. + * + * @return TimeOfDay The endTime + */ + public function getEndTime() + { + if (array_key_exists("endTime", $this->_propDict)) { + if (is_a($this->_propDict["endTime"], "Microsoft\Graph\Model\TimeOfDay")) { + return $this->_propDict["endTime"]; + } else { + $this->_propDict["endTime"] = new TimeOfDay($this->_propDict["endTime"]); + return $this->_propDict["endTime"]; + } + } + return null; + } + + /** + * Sets the endTime + * The time of the day that the user stops working. + * + * @param TimeOfDay $val The value to assign to the endTime + * + * @return WorkingHours The WorkingHours + */ + public function setEndTime($val) + { + $this->_propDict["endTime"] = $val; + return $this; + } + + /** + * Gets the timeZone + * The time zone to which the working hours apply. + * + * @return TimeZoneBase The timeZone + */ + public function getTimeZone() + { + if (array_key_exists("timeZone", $this->_propDict)) { + if (is_a($this->_propDict["timeZone"], "Microsoft\Graph\Model\TimeZoneBase")) { + return $this->_propDict["timeZone"]; + } else { + $this->_propDict["timeZone"] = new TimeZoneBase($this->_propDict["timeZone"]); + return $this->_propDict["timeZone"]; + } + } + return null; + } + + /** + * Sets the timeZone + * The time zone to which the working hours apply. + * + * @param TimeZoneBase $val The value to assign to the timeZone + * + * @return WorkingHours The WorkingHours + */ + public function setTimeZone($val) + { + $this->_propDict["timeZone"] = $val; + return $this; + } +} diff --git a/vendor/microsoft/microsoft-graph/tests/Exception/ExceptionTest.php b/vendor/microsoft/microsoft-graph/tests/Exception/ExceptionTest.php new file mode 100644 index 000000000..39520e098 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Exception/ExceptionTest.php @@ -0,0 +1,12 @@ +assertEquals("Microsoft\Graph\Exception\GraphException: [404]: bad stuff\n", $exception->__toString()); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/AzureTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/AzureTest.php new file mode 100644 index 000000000..bd41b2961 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/AzureTest.php @@ -0,0 +1,43 @@ +_client = $graphTestBase->graphClient; + $this->_client->setApiVersion("beta"); + } + + /** + * @group functional + * + * Administrative units are not yet available on Graph v1 + */ + public function testAdminUnits() + { + // $adminUnits = $this->_client->createRequest("GET", "/administrativeUnits") + // ->setReturnType(Model\AdministrativeUnit::class) + // ->execute(); + + // $this->assertNotNull($adminUnits); + + // $newUnit = new Model\AdministrativeUnit(); + // $newUnit->setDisplayName("Test admin unit"); + + // $createdUnit = $this->_client->createRequest("POST", "/administrativeUnits") + // ->attachBody($newUnit) + // ->setReturnType(Model\AdministrativeUnit::class) + // ->execute(); + + // $this->assertEquals($newUnit->getDisplayName(), $createdUnit->getDisplayName()); + + // $this->_client->createRequest("DELETE", "/administrativeUnits/" . $createdUnit->getId()) + // ->execute(); + } +} diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/ContactTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/ContactTest.php new file mode 100644 index 000000000..518847340 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/ContactTest.php @@ -0,0 +1,49 @@ +graphClient; + + $contact = new Model\Contact(); + $contact->setGivenName("_Tom" . uniqid()); + $customProperty = new Model\SingleValueLegacyExtendedProperty(); + $namespaceGuid = "f5939744-0f22-4f03-b33c-f18a8acfa20b"; + $mapiPropertyType = "String "; + $propertyName = "CustomProperty"; + $propertyId = $mapiPropertyType . "{" . $namespaceGuid . "} Name " . $propertyName; + $customProperty->setId($propertyId); + $customProperty->setValue("My custom property value"); + + $extendedValueCollection[] = $customProperty; + + $contact->setSingleValueExtendedProperties($extendedValueCollection); + + $addedContact = $client->createRequest("POST", "/me/contacts") + ->attachBody($contact) + ->setReturnType(Model\Contact::class) + ->execute(); + + $this->assertNotNull($addedContact->getId()); + + $syncedContact = $client->createRequest("GET", + "/me/contacts/". + $addedContact->getId(). + "?\$expand=singleValueExtendedProperties(\$filter=id eq '$propertyId')" + ) + ->setReturnType(Model\Contact::class) + ->execute(); + + $this->assertNotNull($syncedContact->getSingleValueExtendedProperties()); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/DeltaQueryTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/DeltaQueryTest.php new file mode 100644 index 000000000..14675b573 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/DeltaQueryTest.php @@ -0,0 +1,75 @@ +graphTestBase = new GraphTestBase(); + $this->_client = $this->graphTestBase->graphClient; + } + + /** + * @group functional + */ + public function testDeltaQuery() + { + $this->_client->setApiVersion("beta"); + $deltaPageRequest = $this->_client->createCollectionRequest("GET", "/groups/delta") + ->setReturnType(Model\Group::class); + while (!$deltaPageRequest->isEnd()) { + $groups = $deltaPageRequest->getPage(); + foreach ($groups as $group) { + // Deserialize members@delta into user array + $properties = $group->getProperties(); + if (array_key_exists("members@delta", $properties)) + { + $members = array(); + foreach ($properties["members@delta"] as $member) { + $members[] = new Model\User($member); + } + $this->assertNotNull($members[0]->getId()); + } + } + } + $deltaLink = $deltaPageRequest->getDeltaLink(); + $this->assertNotNull($deltaLink); + + $deltaPageRequest2 = $this->_client->createCollectionRequest("GET", $deltaLink) + ->setReturnType(Model\Group::class); + $groups = $deltaPageRequest2->getPage(); + + // Count is likely 0 but collection should not be null + $this->assertNotNull($groups); + } + + /** + * @group functional + */ + public function testSetAccessToken() + { + $this->_client->setApiVersion("beta"); + $deltaPageRequest = $this->_client->createCollectionRequest("GET", "/groups/delta") + ->setReturnType(Model\Group::class); + + // Test if we can change the accessToken + while (!$deltaPageRequest->isEnd()) { + // Store authentication-header + $oldAuthenticationHeader = $deltaPageRequest->getHeaders()['Authorization']; + // Set a new delta-token + $deltaPageRequest->setAccessToken($this->graphTestBase->getAccessToken()); + // Get the new authentication-header + $newAuthenticationHeader = $deltaPageRequest->getHeaders()['Authorization']; + // Do the actual request + $groups = $deltaPageRequest->getPage(); + + $this->assertNotSame($oldAuthenticationHeader,$newAuthenticationHeader); + $this->assertNotNull($groups); + } + } +} diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/EventTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/EventTest.php new file mode 100644 index 000000000..46284f4c1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/EventTest.php @@ -0,0 +1,27 @@ +graphClient; + + $startTime = new DateTime('today midnight'); + $startTime = $startTime->format('Y-m-d H:i:s'); + $endTime = new DateTime('tomorrow midnight'); + $endTime = $endTime->format('Y-m-d H:i:s'); + + $todaysEvents = $client->createRequest("GET", "/me/calendarView?startDateTime=$startTime&endDateTime=$endTime") + ->setReturnType(Model\Event::class) + ->execute(); + + $this->assertNotNull($todaysEvents); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/ExcelTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/ExcelTest.php new file mode 100644 index 000000000..7a934afa1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/ExcelTest.php @@ -0,0 +1,322 @@ +_client = $graphTestBase->graphClient; + + $this->_fileId = $this->createTestFile('_excelTestResource'.rand().'.xlsx'); + $this->uploadTestFileContent($this->_fileId); + } + + protected function tearDown() + { + $this->deleteTestFile($this->_fileId); + } + + private function createTestFile($filename) + { + $excelWorkbook = new Model\DriveItem(); + $excelWorkbook->setName($filename); + $file = new Model\File(); + $file->setODataType("microsoft.graph.file"); + $excelWorkbook->setFile($file); + + $excelWorkbookDriveItem = $this->_client->createRequest("POST", "/me/drive/root/children") + ->attachBody($excelWorkbook) + ->setReturnType(Model\DriveItem::class) + ->execute(); + $this->assertNotNull($excelWorkbookDriveItem); + + return $excelWorkbookDriveItem->getId(); + } + + private function deleteTestFile($fileId) + { + //After updating the doc, the service cannot immediately process the delete + sleep(4); + + $this->_client->createRequest("DELETE", "/me/drive/items/$fileId") + ->addHeaders(array("if-match" => "*")) + ->execute(); + } + + private function uploadTestFileContent($fileId) + { + $stream = GuzzleHttp\Psr7\stream_for(fopen("./tests/Functional/Resources/excelTestResource.xlsx", "r")); + $excelDriveItem = $this->_client->createRequest("PUT", "/me/drive/items/" . $this->_fileId . "/content") + ->addHeaders(array( + "Content-Type" => "application/octet-stream", + "Content-Length" => filesize("./tests/Functional/Resources/excelTestResource.xlsx") + )) + ->attachBody($stream) + ->execute(); + $this->assertEquals(200, $excelDriveItem->getStatus()); + } + + /** + * @group functional + * @group excel + */ + public function testGetUpdateRange() + { + $rangeToUpdate = $this->_client->createRequest( + "GET", + "/me/drive/items/" . + $this->_fileId . + "/workbook/worksheets/GetUpdateRange/Range(address='A1')" + ) + ->setReturnType(Model\WorkbookRange::class) + ->execute(); + $arr = $rangeToUpdate->getValues(); + + $arr[0][0] = "TestValueB"; + $dummyWorkbookRange = new Model\WorkbookRange(); + $dummyWorkbookRange->setValues($arr); + + $workbookRange = $this->_client->createRequest( + "PATCH", + "/me/drive/items/" . + $this->_fileId . + "/workbook/worksheets/GetUpdateRange/Range(address='A1')" + ) + ->attachBody($dummyWorkbookRange) + ->setReturnType(Model\WorkbookRange::class) + ->execute(); + $this->assertNotNull($workbookRange); + $this->assertEquals("TestValueB", $workbookRange->getValues()[0][0]); + } + + /** + * @group functional + * @group excel + */ + public function testChangeNumberFormat() + { + $excelWorksheetName = "ChangeNumberFormat"; + $rangeAddress = "E2"; + + $arr = [["$#,##0.00;[Red]$#,##0.00"]]; + + $workbookRange = $this->_client->createRequest( + "PATCH", + "/me/drive/items/" . + $this->_fileId . + "/workbook/worksheets/$excelWorksheetName/range(address='$rangeAddress')" + ) + ->attachBody(array("numberFormat" => $arr)) + ->setReturnType(Model\WorkbookRange::class) + ->execute(); + $this->assertNotNull($workbookRange); + $this->assertEquals($arr, $workbookRange->getNumberFormat()); + } + + /** + * @group functional + * @group excel + */ + public function testAbsFunc() + { + $inputNumber = "-10"; + + $workbookFunctionResult = $this->_client->createRequest( + "POST", + "/me/drive/items/" . + $this->_fileId . + "/workbook/functions/abs" + ) + ->attachBody('{"number": '. $inputNumber . '}') + ->setReturnType(Model\WorkbookFunctionResult::class) + ->execute(); + $this->assertNotNull($workbookFunctionResult); + $this->assertEquals("10", $workbookFunctionResult->getValue()); + } + + /** + * @group functional + * @group excel + */ + public function testSetFormula() + { + $arr = [['=A4*B4']]; + + $workbookRange = $this->_client->createRequest( + "PATCH", + "/me/drive/items/" . + $this->_fileId . + "/workbook/worksheets/SetFormula/range(address='C4')" + ) + ->attachBody(array("formulas" => $arr)) + ->setReturnType(Model\WorkbookRange::class) + ->execute(); + $this->assertNotNull($workbookRange); + $this->assertEquals($arr, $workbookRange->getFormulas()); + } + + /** + * @group functional + * @group excel + */ + public function testAddTableUsedRange() + { + $workbookRange = $this->_client->createRequest( + "GET", + "/me/drive/items/" . + $this->_fileId . + "/workbook/worksheets/AddTableUsedRange/usedrange" + ) + ->setReturnType(Model\WorkbookRange::class) + ->execute(); + + $data = array("address" => $workbookRange->getAddress(), "hasHeaders" => false); + + $workbookTable = $this->_client->createRequest("POST", "/me/drive/items/" . $this->_fileId . "/workbook/worksheets/AddTableUsedRange/tables") + ->attachBody($data) + ->setReturnType(Model\WorkbookTable::class); + + $this->assertNotNull($workbookTable); + } + + /** + * @group functional + * @group excel + */ + public function testAddRowToTable() + { + $newWorkbookTableRow = new Model\WorkbookTableRow(); + $newWorkbookTableRow->setIndex(0); + $arr = [["ValueA2", "ValueA3"]]; + $newWorkbookTableRow->setValues($arr); + + $workbookTableRow = $this->_client->createRequest( + "POST", + "/me/drive/items/" . + $this->_fileId . + "/workbook/tables/Table1/Rows" + ) + ->attachBody($newWorkbookTableRow) + ->setReturnType(Model\WorkbookRange::class) + ->execute(); + + $this->assertNotNull($workbookTableRow); + } + + /** + * @group functional + * @group excel + */ + public function testSortTable() + { + $sortField = new Model\WorkbookSortField(); + $sortField->setAscending(true); + $sortField->setSortOn("Value"); + $sortField->setKey(0); + + $workbookSortFields = $this->_client->createRequest( + "POST", + "/me/drive/items/" . + $this->_fileId . + "/workbook/tables/Table2/sort/apply" + ) + ->attachBody('{"fields":'. json_encode(array($sortField)) . '}') + ->setReturnType(Model\WorkbookSortField::class) + ->execute(); + + $this->assertNotNull($workbookSortFields); + } + + /** + * @group functional + * @group excel + */ + public function testFilterTableValues() + { + $this->_client->createRequest( + "POST", + "/me/drive/items/" . + $this->_fileId . + "/workbook/tables/FilterTableValues/columns/1/filter/applyvaluesfilter" + ) + ->attachBody('{"values":["2"]}') + ->setReturnType(Model\WorkbookSortField::class) + ->execute(); + } + + /** + * @group functional + * @group excel + */ + public function testCreateChartFromTable() + { + $tableRange = $this->_client->createRequest( + "GET", + "/me/drive/items/" . + $this->_fileId . + "/workbook/tables/CreateChartFromTable/range" + ) + ->setReturnType(Model\WorkbookRange::class) + ->execute(); + $address = $tableRange->getAddress(); + + $workbookChart = $this->_client->createRequest( + "POST", + "/me/drive/items/" . + $this->_fileId . + "/workbook/worksheets/CreateChartFromTable/charts/add" + ) + ->attachBody(array("type" => "ColumnStacked", "sourceData" => "$address", "seriesBy" => "Auto")) + ->setReturnType(Model\WorkbookChart::class) + ->execute(); + $this->assertNotNull($workbookChart); + } + + /** + * @group functional + * @group excel + */ + public function testProtectWorksheet() + { + try{ + $this->_client->createRequest( + "POST", + "/me/drive/items/" . + $this->_fileId . + "/workbook/worksheets/ProtectWorksheet/protection/protect" + ) + ->execute(); + + $dummyWorkbookRange = new Model\WorkbookRange(); + $dummyWorkbookRange->setValues('[["This should not work"]]'); + + $workbookRange = $this->_client->createRequest( + "PATCH", + "/me/drive/items/" . + $this->_fileId . + "/workbook/worksheets('protectworksheet')/cell(row=1,column=1)" + ) + ->attachBody($dummyWorkbookRange) + ->execute(); + } catch(Exception $e) + { + //403: Forbidden - file is locked for editing + $this->assertEquals(403, $e->getResponse()->getStatusCode()); + + $this->_client->createRequest( + "POST", + "/me/drive/items/" . + $this->_fileId . + "/workbook/worksheets/ProtectWorksheet/protection/unprotect" + ) + ->execute(); + } + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/GraphTestBase.php b/vendor/microsoft/microsoft-graph/tests/Functional/GraphTestBase.php new file mode 100644 index 000000000..d8fa3c145 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/GraphTestBase.php @@ -0,0 +1,58 @@ +clientId = CLIENT_ID; + $this->username = USERNAME; + $this->password = PASSWORD; + + $this->getAuthenticatedClient(); + } + + public function getAuthenticatedClient() + { + if ($this->graphClient == null) + { + $this->graphClient = new Graph(); + $this->graphClient->setAccessToken($this->getAccessToken()); + } + } + + public function getAccessToken() + { + $body = "grant_type=".$this->grantType + ."&resource=".$this->resource + ."&client_id=".$this->clientId + ."&username=".$this->username + ."&password=".$this->password; + $ch = curl_init(); + curl_setopt($ch, CURLOPT_URL, $this->endpoint); + curl_setopt($ch, CURLOPT_POST, 1); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); + curl_setopt($ch, CURLOPT_POSTFIELDS, $body); + curl_setopt($ch, CURLOPT_FAILONERROR, 0); + curl_setopt($ch, CURLOPT_HTTPHEADER, array($this->contentType, 'Content-Length: ' . strlen($body))); + + $result = curl_exec ($ch); + $token = json_decode($result, true)['access_token']; + curl_close($ch); + + return $token; + } + +} diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/MailTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/MailTest.php new file mode 100644 index 000000000..d2608631c --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/MailTest.php @@ -0,0 +1,125 @@ +_client = $graphTestBase->graphClient; + } + + /** + * @group functional + */ + public function createEmail($emailBody) + { + $me = $this->_client->createRequest("GET", "/me") + ->setReturnType(Model\User::class) + ->execute(); + $subject = new DateTime(); + $subject = $subject->format('Y-m-d H:i:s'); + + $message = new Model\Message(); + $message->setSubject($subject); + $body = new Model\ItemBody(); + $body->setContent($emailBody); + $message->setBody($body); + $emailAddress = new Model\EmailAddress(); + $emailAddress->setAddress($me->getMail()); + $recipient = new Model\Recipient(); + $recipient->setEmailAddress($emailAddress); + $message->setToRecipients(array($recipient)); + return $message; + } + + /** + * @group functional + */ + public function testSendMail() + { + $message = $this->createEmail("Sent from the SendMail test"); + + $body = array("message" => $message); + + $this->_client->createRequest("POST", "/me/sendmail") + ->attachBody($body) + ->execute(); + + $mailFolderMessages = $this->_client->createRequest("GET", "/me/mailFolders/sentItems/messages?\$filter=subject eq '\$message->getSubject()'") + ->setReturnType(Model\Message::class) + ->execute(); + $this->assertNotNull($mailFolderMessages); + } + + /** + * @group functional + */ + public function testSendMailWithAttachment() + { + $message = $this->createEmail("Sent from the SendMailWithAttachment test"); + + $attachment = new Model\FileAttachment(); + $attachment->setName("MyFileAttachment.txt"); + $attachment->setContentBytes("data"); + $attachment->setODataType("#microsoft.graph.fileAttachment"); + + $message->setAttachments(array($attachment)); + + $body = array("message" => $message); + + $this->_client->createRequest("POST", "/me/sendmail") + ->attachBody($body) + ->execute(); + + $mailFolderMessages = $this->_client->createRequest("GET", "/me/mailFolders/sentItems/messages?\$filter=subject eq '\$message->getSubject()'") + ->setReturnType(Model\Message::class) + ->execute(); + $this->assertNotNull($mailFolderMessages); + } + + /** + * @group functional + */ + public function testGetMailWithAttachment() + { + $messageCollection = $this->_client->createRequest("GET", "/me/messages?\$filter=hasAttachments eq true") + ->setReturnType(Model\Message::class) + ->execute(); + $messageId = $messageCollection[0]->getId(); + + if (count($messageCollection) > 0) { + $attachments = $this->_client->createRequest("GET", "/me/messages/$messageId/attachments") + ->setReturnType(Model\Attachment::class) + ->execute(); + + $attachmentId = $attachments[0]->getId(); + $attachment = $this->_client->createRequest("GET", "/me/messages/$messageId/attachments/$attachmentId") + ->setReturnType(Model\FileAttachment::class) + ->execute(); + + $this->assertInstanceOf(Model\FileAttachment::class, $attachment); + $this->assertNotNull($attachment->getContentBytes()); + } + } + + /** + * @group functional + */ + public function testMailGetNextPage() + { + $messageIterator = $this->_client->createCollectionRequest("GET", "/me/messages") + ->setReturnType(Model\Message::class); + $messages = $messageIterator->getPage(); + + while (!$messageIterator->isEnd()) + { + $messages = $messageIterator->getPage(); + } + $this->assertNotNull($messages); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/OnedriveTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/OnedriveTest.php new file mode 100644 index 000000000..9bdfe5528 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/OnedriveTest.php @@ -0,0 +1,208 @@ +_client = $graphTestBase->graphClient; + } + + /** + * @group functional + */ + public function testNextPageRequest() + { + $driveItemsPageIterator = $this->_client->createCollectionRequest("GET", "/me/drive/root/children") + ->setPageSize(4) + ->setReturnType(Model\DriveItem::class); + $driveItemsPage = $driveItemsPageIterator->getPage(); + $this->assertNotNull($driveItemsPage); + + while (!$driveItemsPageIterator->isEnd()) + { + $driveItemsPage = $driveItemsPageIterator->getPage(); + } + + $this->assertNotNull($driveItemsPage); + } + + /** + * @group functional + */ + public function testGetContent() + { + $driveItems = $this->_client->createRequest("GET", "/me/drive/root/children") + ->setReturnType(Model\DriveItem::class) + ->execute(); + foreach ($driveItems as $item) + { + if ($item->getFile()) + { + $itemId = $item->getId(); + $driveItemContent = $this->_client->createRequest("GET", "/me/drive/items/$itemId/content") + ->setReturnType(GuzzleHttp\Psr7\Stream::class) + ->execute(); + $this->assertNotEmpty((String)$driveItemContent); + } + } + } + + /** + * @group functional + */ + public function testDownloadFile() + { + $driveItems = $this->_client->createRequest("GET", "/me/drive/root/children") + ->setReturnType(Model\DriveItem::class) + ->execute(); + foreach ($driveItems as $item) + { + //Find the first non-folder resource to download + if ($item->getFile()) + { + $itemId = $item->getId(); + $itemName = $item->getName(); + $itemName = str_replace(" ", "_", $itemName); + + $driveItemContent = $this->_client->createRequest("GET", "/me/drive/items/$itemId/content") + ->download("D:\\".$itemName); + $this->assertTrue(file_exists("D:\\".$itemName)); + unlink("D:\\".$itemName); + break; + } + } + } + + + /** + * @group functional + */ + public function testGetSetPermissions() + { + $driveItems = $this->_client->createRequest("GET", "/me/drive/root/children") + ->setReturnType(Model\DriveItem::class) + ->execute(); + + foreach ($driveItems as $item) + { + if ($item->getFile()) + { + $itemId = $item->getId(); + $driveItem = $this->_client->createRequest("GET", "/me/drive/items/$itemId?\$expand=permissions") + ->setReturnType(Model\DriveItem::class) + ->execute(); + $this->assertNotNull($driveItem); + + $perm = new Model\Permission(); + $perm->setRoles(array("write")); + if (count($driveItem->getPermissions()) > 0) + { + $permId = $driveItem->getPermissions()[0]["id"]; + + $this->_client->createRequest("PATCH", "/me/drive/items/$itemId/permissions/$permId") + ->addHeaders(array("if-match" => $driveItem->getCTag())) + ->attachBody($perm) + ->execute(); + $permission = $this->_client->createRequest("GET", "/me/drive/items/$itemId/permissions/$permId") + ->setReturnType(Model\Permission::class) + ->execute(); + + $this->assertNotNull($permission); + $this->assertEquals("write", $permission->getRoles()[0]); + } + break; + } + } + } + + /** + * @group functional + */ + public function testSearchFile() + { + $rareName = "zyxwvutsrqponmlkjihgfedcba"; + $rareSearchItem = new Model\DriveItem(); + $rareSearchItem->setName($rareName); + + $folder = new Model\Folder(); + $folder->setChildCount(0); + + $rareSearchItem->setFolder($folder); + $rareSearchItem = $this->_client->createRequest("POST", "/me/drive/root/children") + ->attachBody($rareSearchItem) + ->setReturnType(Model\DriveItem::class) + ->execute(); + + $driveItems = $this->_client->createRequest("GET", "/me/drive/search(q='" . $rareName . "')") + ->setReturnType(Model\DriveItem::class) + ->execute(); + try { + $this->assertEquals(1, count($driveItems)); + } finally { + $this->_client->createRequest("DELETE", "/me/drive/items/" . $rareSearchItem->getId()) + ->execute(); + } + } + + /** + * @group functional + */ + public function testCreateSharingLink() + { + $itemsToShare = $this->_client->createRequest("GET", "/me/drive/root/children?\$filter=startswith(name, 'Timesheet')") + ->setReturnType(Model\DriveItem::class) + ->execute(); + $itemToShare = $itemsToShare[0]; + $this->assertEquals("Timesheet", substr($itemToShare->getName(), 0, 9)); + + $itemId = $itemToShare->getId(); + $permission = $this->_client->createRequest("POST", "/me/drive/items/$itemId/createLink") + ->attachBody(array("type" => "edit", "scope" => "organization")) + ->setReturnType(Model\Permission::class) + ->execute(); + $link = $permission->getLink(); + $this->assertEquals("organization", $link->getScope()); + $this->assertEquals("edit", $link->getType()); + $this->assertNotNull($link->getWebUrl()); + } + + /** + * @group functional + */ + public function testInvite() + { + $itemsToShare = $this->_client->createRequest("GET", "/me/drive/root/children?\$filter=startswith(name, 'Timesheet')") + ->setReturnType(Model\DriveItem::class) + ->execute(); + $itemToShare = $itemsToShare[0]; + $itemId = $itemToShare->getId(); + + $me = $this->_client->createRequest("GET", "/me") + ->setReturnType(Model\User::class) + ->execute(); + $domain = explode("@", $me->getMail())[1]; + $recipient = new Model\DriveRecipient(); + $recipient->setEmail("alexd@".$domain); + + $roles = array("write"); + + $body = array( + "recipients" => array($recipient), + "requireSignIn" => true, + "sendInvitation" => true, + "roles" => $roles, + "message" => "Check out the Invite feature!"); + + $inviteCollection = $this->_client->createRequest("POST", "/me/drive/items/$itemId/invite") + ->attachBody($body) + ->setReturnType(Model\Permission::class) + ->execute(); + $this->assertEquals("Alex Darrow", $inviteCollection[0]->getGrantedTo()->getUser()->getDisplayName()); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/OnenoteTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/OnenoteTest.php new file mode 100644 index 000000000..f5ff73b56 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/OnenoteTest.php @@ -0,0 +1,125 @@ +_client = $graphTestBase->graphClient; + + $this->_testNotebook = $this->_client + ->createRequest("GET", "/me/onenote/notebooks/1-525fe350-0199-4c02-879d-e5b142ae8632") + ->setReturnType(Model\Notebook::class) + ->execute(); + + $sectionReader = $this->_client + ->createCollectionRequest("GET", "/me/onenote/notebooks/" . $this->_testNotebook->getId() . "/sections") + ->setReturnType(Model\OnenoteSection::class); + $this->_testSection = $sectionReader->getPage()[0]; + + $pageReader = $this->_client + ->createCollectionRequest("GET", "/me/onenote/pages") + ->setReturnType(Model\OnenotePage::class); + $this->_testPage = $pageReader->getPage()[0]; + } + + /** + * @group functional + */ + public function testODataQueries() + { + $countedBooks = $this->_client + ->createRequest("GET", "/me/onenote/notebooks?count=true") + ->setReturnType(Model\Notebook::class) + ->execute(); + $this->assertTrue(count($countedBooks) > 0); + } + + /** + * @group functional + */ + public function testGetPageContent() + { + $content = $this->_client + ->createRequest("GET", "/me/onenote/pages/" . $this->_testPage->getId() . "/content") + ->setReturnType(GuzzleHttp\Psr7\Stream::class) + ->execute(); + + $this->assertNotNull($content->getContents()); + } + + /** + * @group functional + */ + public function testPostToNotebook() + { + $contentStream = GuzzleHttp\Psr7\stream_for('Test TitleTest body'); + $newPage = $this->_client + ->createRequest("POST", "/me/onenote/sections/" . $this->_testSection->getId() . "/pages") + ->addHeaders(array("Content-Type" => "application/xhtml+xml")) + ->attachBody($contentStream) + ->setReturnType(Model\OnenotePage::class) + ->execute(); + $this->assertEquals("Test Title", $newPage->getTitle()); + } + + /** + * @group functional + */ + public function testMultipartPost() + { + $boundary = md5(time()); + + $html = "--" . $boundary . "\r\n" . + "Content-Disposition:form-data; name=\"Presentation\"" . "\r\n" . + "Content-Type: text/html" . "\r\n" . + "\r\n" . + "\r\n" . + "\r\n" . + "\r\n" . + "Test Multipart Page\r\n" . + "\r\n" . + "\r\n" . + "\r\n" . + "

    \r\n" . + "\r\n" . + "

    \r\n" . + "

    \r\n" . + "

    \r\n" . + "\r\n" . + "\r\n" . + "\r\n" . + "\r\n" . + "--" . $boundary . "\r\n" . + "Content-Disposition:form-data; name=\"image\"\r\n" . + "Content-Type: image/jpeg\r\n\r\n"; + + $doc = "\r\n\r\n" . + "--" . $boundary . "\r\n" . + "Content-Disposition:form-data; name=\"attachment\"\r\n" . + "Content-Type:application/pdf\r\n\r\n"; + + $end = "\r\n\r\n" . + "--" . $boundary . "--"; + + $imageStream = GuzzleHttp\Psr7\stream_for(fopen("./tests/Functional/Resources/hamilton.jpg", "r")); + $docStream = GuzzleHttp\Psr7\stream_for(fopen("./tests/Functional/Resources/document.pdf", "r")); + + $request = GuzzleHttp\Psr7\stream_for($html . $imageStream . $doc . $docStream . $end); + + $newPage = $this->_client + ->createRequest("POST", "/me/onenote/sections/" . $this->_testSection->getId() . "/pages") + ->addHeaders(array("Content-Type" => "multipart/form-data; boundary=\"" . $boundary . "\"")) + ->attachBody($request) + ->execute(); + $this->assertNotNull($newPage); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/OpenTypeTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/OpenTypeTest.php new file mode 100644 index 000000000..03ad821af --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/OpenTypeTest.php @@ -0,0 +1,59 @@ +_client = $graphTestBase->graphClient; + } + + /** + * @group functional + */ + public function testOpenExtensions() + { + $extension = new Model\Extension(array("theme" => "dark", "extensionName" => "Extension 1")); + + $this->_client->setApiVersion("beta"); + $eResult = $this->_client->createRequest("POST", "/me/extensions") + ->attachBody($extension) + ->setReturnType(Model\Extension::class) + ->execute(); + + $this->assertEquals("Extension 1", $eResult->getProperties()["extensionName"]); + + $this->_client->createRequest("DELETE", "/me/extensions/" . $eResult->getId()) + ->execute(); + } + + /** + * @group functional + */ + public function testSchemaExtensions() + { + $this->markTestSkipped(); + $extension = new Model\SchemaExtension(); + $extension->setId("schematest"); + $extension->setDescription("PHP Graph SDK test"); + $extension->setTargetTypes(array("Group")); + + $property = new Model\ExtensionSchemaProperty(); + $property->setName("courseId"); + $property->setType("Integer"); + + $extension->setSchemaExtensionProperties(array($property)); + + $newExtension = $this->_client + ->createRequest("POST", "/schemaExtensions") + ->attachBody($extension) + ->setReturnType(Model\SchemaExtension::class) + ->execute(); + $this->assertEquals($extension->getDescription(), $newExtension->getDescription()); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/PlannerTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/PlannerTest.php new file mode 100644 index 000000000..5dba1a634 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/PlannerTest.php @@ -0,0 +1,109 @@ +_client = $graphTestBase->graphClient; + + $this->planId = PLAN_ID; + + $bucket = new Model\PlannerBucket(); + $bucket->setName("Test Bucket"); + $bucket->setPlanId($this->planId); + + $this->planBucket = $this->_client->createRequest("POST", "/planner/buckets") + ->attachBody($bucket) + ->setReturnType(Model\PlannerBucket::class) + ->execute(); + + $task = new Model\PlannerTask(); + $task->setTitle("Test Task"); + $task->setPlanId($this->planId); + $task->setBucketId($this->planBucket->getId()); + + $this->planTask = $this->_client->createRequest("POST", "/planner/tasks") + ->attachBody($task) + ->setReturnType(Model\PlannerTask::class) + ->execute(); + } + + /** + * @group functional + */ + public function testCreateTask() + { + $newTask = new Model\PlannerTask(); + $newTask->setTitle("Test 1"); + $newTask->setPlanId($this->planId); + $newTask->setBucketId($this->planBucket->getId()); + + $task = $this->_client->createRequest("POST", "/planner/tasks") + ->attachBody($newTask) + ->setReturnType(Model\PlannerTask::class) + ->execute(); + + $this->assertEquals($newTask->getTitle(), $task->getTitle()); + } + + /** + * @group functional + */ + public function testUpdateTask() + { + $me = $this->_client->createRequest("GET", "/me") + ->setReturnType(Model\User::class) + ->execute(); + $assignment = new Model\PlannerAssignment(); + $assignment->setOrderHint(" !"); + $assignment->setODataType("#microsoft.graph.plannerAssignment"); + + $task = $this->_client->createRequest("GET", "/planner/tasks/" . $this->planTask->getId()) + ->setReturnType(Model\PlannerTask::class) + ->execute(); + + try { + $this->_client->createRequest("PATCH", "/planner/tasks/" . $this->planTask->getId()) + ->attachBody(array("assignments" => array($me->getId() => $assignment))) + ->addHeaders(array("If-Match" => $task->getProperties()["@odata.etag"])) + ->execute(); + + $updatedTask = $this->_client->createRequest("GET", "/planner/tasks/" . $this->planTask->getId()) + ->setReturnType(Model\PlannerTask::class) + ->execute(); + + $this->assertNotNull($updatedTask->getAssignments()->getProperties()[$me->getId()]); + } catch (GuzzleHttp\Exception\ClientException $e) { + print_r($e->getResponse()->getBody()->getContents()); + } + + } + + public function tearDown() + { + $task = $this->_client->createRequest("GET", "/planner/tasks/" . $this->planTask->getId()) + ->setReturnType(Model\PlannerTask::class) + ->execute(); + $this->_client->createRequest("DELETE", "/planner/tasks/" . $this->planTask->getId()) + ->addHeaders(array("If-Match" => $task->getProperties()["@odata.etag"])) + ->execute(); + + $bucket = $this->_client->createRequest("GET", "/planner/buckets/" . $this->planBucket->getId()) + ->setReturnType(Model\PlannerBucket::class) + ->execute(); + $this->_client->createRequest("DELETE", "/planner/buckets/" . $this->planBucket->getId()) + ->addHeaders(array("If-Match" => $bucket->getProperties()["@odata.etag"])) + ->execute(); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/Resources/document.pdf b/vendor/microsoft/microsoft-graph/tests/Functional/Resources/document.pdf new file mode 100644 index 000000000..59dadf101 Binary files /dev/null and b/vendor/microsoft/microsoft-graph/tests/Functional/Resources/document.pdf differ diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/Resources/excelTestResource.xlsx b/vendor/microsoft/microsoft-graph/tests/Functional/Resources/excelTestResource.xlsx new file mode 100644 index 000000000..9a2c0d95c Binary files /dev/null and b/vendor/microsoft/microsoft-graph/tests/Functional/Resources/excelTestResource.xlsx differ diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/Resources/hamilton.jpg b/vendor/microsoft/microsoft-graph/tests/Functional/Resources/hamilton.jpg new file mode 100644 index 000000000..c4ba7c45a Binary files /dev/null and b/vendor/microsoft/microsoft-graph/tests/Functional/Resources/hamilton.jpg differ diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/Resources/metadata.xml b/vendor/microsoft/microsoft-graph/tests/Functional/Resources/metadata.xml new file mode 100644 index 000000000..3fbcae7dc --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/Resources/metadata.xml @@ -0,0 +1,2103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/SharepointTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/SharepointTest.php new file mode 100644 index 000000000..052cfc3b1 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/SharepointTest.php @@ -0,0 +1,40 @@ +_client = $graphTestBase->graphClient; + $this->_client->setApiVersion("stagingv1.0"); + } + + /** + * @group functional + */ + public function testAccessRootSite() + { + $files = $this->_client->createRequest("GET", "/sites/root/drive/root/children") + ->setReturnType(Model\DriveItem::class) + ->execute(); + + $this->assertNotNull($files); + } + + /** + * @group functional + */ + public function testSearch() + { + $results = $this->_client->createRequest("GET", "/sites/root?search='a'") + ->setReturnType(Model\Site::class) + ->execute(); + + $this->assertNotNull($results); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/TestConstants.php b/vendor/microsoft/microsoft-graph/tests/Functional/TestConstants.php new file mode 100644 index 000000000..0b89e42eb --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/TestConstants.php @@ -0,0 +1,20 @@ +_client = $graphTestBase->graphClient; + } + + /** + * @group functional + */ + public function testFilterByStartsWith() + { + $users = $this->_client->createRequest("GET", "/users?\$filter=startswith(displayName, 'A')") + ->setReturnType(Model\User::class) + ->execute(); + foreach ($users as $user) + { + $this->assertEquals("A", substr($user->getDisplayName(), 0,1)); + } + } + + /** + * @group functional + */ + public function testGetPhoto() + { + $photo = $this->_client->createRequest("GET", "/me/photo/\$value") + ->execute(); + $this->assertNotNull($photo->getRawBody()); + } + + /** + * @group functional + */ + public function testGetUser() + { + $user = $this->_client->createRequest("GET", "/me") + ->setReturnType(Model\User::class) + ->execute(); + $this->assertNotNull($user->getUserPrincipalName()); + } + + /** + * @group functional + */ + public function testGetManager() + { + $manager = $this->_client->createRequest("GET", "/me/manager") + ->setReturnType(Model\User::class) + ->execute(); + $this->assertNotNull($manager->getDisplayName()); + } + + /** + * @group functional + */ + public function testUpdateManager() + { + $manager = $this->_client->createRequest("GET", "/me/manager") + ->setReturnType(Model\User::class) + ->execute(); + + $this->_client->createRequest("PUT", "/me/manager/\$ref") + ->attachBody('{"@odata.id": "https://graph.microsoft.com/v1.0/users/'.$manager->getId().'"}') + ->execute(); + $newManager = $this->_client->createRequest("GET", "/me/manager") + ->setReturnType(Model\User::class) + ->execute(); + $this->assertEquals($manager, $newManager); + } + + /** + * @group functional + */ + public function testGetMemberGroupsWithSecurityEnabled() + { + $groups = $this->_client->createRequest("POST", "/me/getMemberGroups") + ->attachBody("{securityEnabledOnly: true}") + ->setReturnType(Model\Group::class) + ->execute(); + $this->assertNotNull($groups); + } + + /** + * @group functional + */ + public function testUpdateUser() + { + $user = $this->getCurrentUser(); + + $newUser = new Model\User(); + $newUser->setGivenName("Katherine"); + + $this->_client->createRequest("PATCH", "/me") + ->attachBody($newUser) + ->execute(); + $updatedUser = $this->getCurrentUser(); + + $this->assertEquals("Katherine", $updatedUser->getGivenName()); + $this->assertEquals($user->getMail(), $updatedUser->getMail()); + + $this->_client->createRequest("PATCH", "/me") + ->attachBody($user) + ->setReturnType(Model\User::class) + ->execute(); + $restoredUser = $this->getCurrentUser(); + $this->assertEquals($user->getGivenName(), $restoredUser->getGivenName()); + } + + private function getCurrentUser() + { + return $this->_client->createRequest("GET", "/me") + ->setReturnType(Model\User::class) + ->execute(); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Functional/WebhooksTest.php b/vendor/microsoft/microsoft-graph/tests/Functional/WebhooksTest.php new file mode 100644 index 000000000..1cae1ffa0 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Functional/WebhooksTest.php @@ -0,0 +1,38 @@ +_client = $graphTestBase->graphClient; + } + + /** + * @group functional + */ + public function testWebhooks() + { + $sub = new Model\Subscription(); + $sub->setChangeType("created,updated"); + $sub->setNotificationUrl("https://webhook-sub-test.azurewebsites.net/api/WebhookTrigger"); + $sub->setResource("/me/mailfolders('inbox')/messages"); + $time = new \DateTime(); + $time->add(new DateInterval("PT1H")); + $sub->setExpirationDateTime($time); + + $this->_client->setApiVersion("beta"); + $subResult = $this->_client->createRequest("POST", "/subscriptions") + ->attachBody($sub) + ->setReturnType(Model\Subscription::class) + + ->execute(); + $this->assertNotNull($subResult); + $this->assertEquals($sub->getResource(), $subResult->getResource()); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/GraphTest.php b/vendor/microsoft/microsoft-graph/tests/GraphTest.php new file mode 100644 index 000000000..3c21672c2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/GraphTest.php @@ -0,0 +1,76 @@ +assertNotNull($graph); + } + + public function testInitializeEmptyGraph() + { + $this->expectException(Microsoft\Graph\Exception\GraphException::class); + $graph = new Graph(); + $request = $graph->createRequest("GET", "/me"); + } + + public function testInitializeGraphWithToken() + { + $graph = new Graph(); + $graph->setAccessToken('abc'); + $request = $graph->createRequest("GET", "/me"); + + $this->assertInstanceOf(GraphRequest::class, $request); + } + + public function testCreateCollectionRequest() + { + $graph = new Graph(); + $graph->setAccessToken('abc'); + $request = $graph->createCollectionRequest("GET", "/me"); + + $this->assertInstanceOf(GraphRequest::class, $request); + } + + public function testRequestWithCustomEndpoint() + { + $graph = new Graph(); + $graph->setAccessToken('abc'); + $graph->setBaseUrl('url2'); + + $request = $graph->createRequest("GET", "/me"); + $requestUrl = $this->readAttribute($request, 'baseUrl'); + $this->assertEquals('url2', $requestUrl); + } + + public function testBetaRequest() + { + $graph = new Graph(); + $graph->setAccessToken('abc') + ->setApiVersion('/beta'); + $request = $graph->createRequest("GET", "/me"); + + $this->assertEquals('/beta', $this->readAttribute($request, 'apiVersion')); + } + + public function testMultipleGraphObjects() + { + $graph = new Graph(); + $graph2 = new Graph(); + + $graph->setAccessToken('abc'); + $graph2->setAccessToken('abc'); + $graph2->setApiVersion('/beta'); + + $request = $graph->createRequest("GET", "/me"); + $request2 = $graph2->createRequest("GET", "/me"); + + $this->assertEquals(GraphConstants::API_VERSION, $this->readAttribute($request, 'apiVersion')); + $this->assertEquals('/beta', $this->readAttribute($request2, 'apiVersion')); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Http/GraphCollectionRequestTest.php b/vendor/microsoft/microsoft-graph/tests/Http/GraphCollectionRequestTest.php new file mode 100644 index 000000000..07858caf2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Http/GraphCollectionRequestTest.php @@ -0,0 +1,74 @@ +collectionRequest = new GraphCollectionRequest("GET", "/endpoint", "token", "url", "/version"); + $this->collectionRequest->setReturnType(Model\User::class); + $this->collectionRequest->setPageSize(2); + + $body = json_encode(array('body' => 'content', '@odata.nextLink' => 'url/version/endpoint?skiptoken=link')); + $body2 = json_encode(array('body' => 'content')); + $mock = new GuzzleHttp\Handler\MockHandler([ + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $body), + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $body2), + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $body2), + ]); + $handler = GuzzleHttp\HandlerStack::create($mock); + $this->client = new GuzzleHttp\Client(['handler' => $handler]); + + $this->reflectedRequestUrlHandler = new ReflectionMethod('Microsoft\Graph\Http\GraphRequest', '_getRequestUrl'); + $this->reflectedRequestUrlHandler->setAccessible(true); + } + + public function testHitEndOfCollection() + { + $this->expectException(PHPUnit_Framework_Error::class); + + //First page + $this->collectionRequest->setPageCallInfo(); + $response = $this->collectionRequest->execute($this->client); + $this->collectionRequest->processPageCallReturn($response); + + //Last page + $this->collectionRequest->setPageCallInfo(); + $response = $this->collectionRequest->execute($this->client); + $result1 = $this->collectionRequest->processPageCallReturn($response); + + $this->assertTrue($this->collectionRequest->isEnd()); + + //Expect error + $this->collectionRequest->setPageCallInfo(); + } + + public function testProcessPageCallReturn() + { + $this->collectionRequest->setPageCallInfo(); + $response = $this->collectionRequest->execute($this->client); + $result = $this->collectionRequest->processPageCallReturn($response); + $this->assertInstanceOf(Microsoft\Graph\Model\User::class, $result); + } + + public function testEndpointManipulation() + { + //Page should be 1 + $this->assertFalse($this->collectionRequest->isEnd()); + + $requestUrl = $this->reflectedRequestUrlHandler->invokeArgs($this->collectionRequest, array()); + + $this->assertEquals($requestUrl, '/version/endpoint'); + + $this->collectionRequest->setPageCallInfo(); + + $requestUrl = $this->reflectedRequestUrlHandler->invokeArgs($this->collectionRequest, array()); + $this->assertEquals('/version/endpoint?$top=2', $requestUrl); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Http/GraphRequestTest.php b/vendor/microsoft/microsoft-graph/tests/Http/GraphRequestTest.php new file mode 100644 index 000000000..5e2b2eeba --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Http/GraphRequestTest.php @@ -0,0 +1,202 @@ +requests = array( + new GraphRequest("GET", "/endpoint", "token", "baseUrl", "/version"), + new GraphRequest("PATCH", "/endpoint?query", "token", "baseUrl", "/version"), + new GraphRequest("GET", "/endpoint?query&query2", "token", "baseUrl", "/version") + ); + + $this->defaultHeaders = array( + "Host" => "baseUrl", + "Content-Type" => "application/json", + "SdkVersion" => "Graph-php-" . GraphConstants::SDK_VERSION, + "Authorization" => "Bearer token" + ); + + $body = json_encode(array('body' => 'content')); + $mock = new GuzzleHttp\Handler\MockHandler([ + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $body), + new GuzzleHttp\Psr7\Response(201, ['foo' => 'bar']), + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $body) + ]); + $handler = GuzzleHttp\HandlerStack::create($mock); + $this->client = new GuzzleHttp\Client(['handler' => $handler]); + } + + public function testSetReturnType() + { + //Temporarily make getRequestUrl() public + $reflectionMethod = new ReflectionMethod('Microsoft\Graph\Http\GraphRequest', '_getRequestUrl'); + $reflectionMethod->setAccessible(true); + + $graph = new Graph(); + $graph->setApiVersion('/beta'); + $graph->setAccessToken('token'); + $request = $graph->createRequest("get", "/me"); + $graph->setApiVersion('/v1.0'); + + $requestUrl = $reflectionMethod->invokeArgs($request, array()); + $this->assertEquals($requestUrl, "/beta/me"); + + $request2 = $graph->createRequest("get", "/me"); + $requestUrl = $reflectionMethod->invokeArgs($request2, array()); + $this->assertEquals("/v1.0/me", $requestUrl); + } + + public function testAddHeaders() + { + $testHeader = array("test" => "header"); + $request = $this->requests[0]->addHeaders($testHeader); + $headers = $request->getHeaders(); + + $expectedHeaders = array( + "Host" => "baseUrl", + "Content-Type" => "application/json", + "SdkVersion" => "Graph-php-" . GraphConstants::SDK_VERSION, + "Authorization" => "Bearer token", + "test" => "header" + ); + + $this->assertEquals($expectedHeaders, $headers); + } + + public function testCustomHeadersOverwriteDefaults() + { + $testHeader = array("Content-Type" => "application/x-www-form-urlencoded"); + $request = $this->requests[0]->addHeaders($testHeader); + $headers = $request->getHeaders(); + + $expectedHeaders = array( + "Host" => "baseUrl", + "Content-Type" => "application/x-www-form-urlencoded", + "SdkVersion" => "Graph-php-" . GraphConstants::SDK_VERSION, + "Authorization" => "Bearer token" + ); + + $this->assertEquals($expectedHeaders, $headers); + } + + public function testDefaultHeaders() + { + $headers = $this->requests[0]->getHeaders(); + + $this->assertEquals($this->defaultHeaders, $headers); + } + + public function testGetBody() + { + $testBody = json_encode(array('body' => 'content')); + $this->requests[0]->attachBody($testBody); + $body = $this->requests[0]->getBody(); + $this->assertEquals($testBody, $body); + } + + public function testAttachPropertyDictionary() + { + $model = new Microsoft\Graph\Model\User(array("id" => 1, "manager" => new Microsoft\Graph\Model\User(array("id" => 2)))); + $this->requests[0]->attachBody($model); + $body = $this->requests[0]->getBody(); + $this->assertEquals('{"id":1,"manager":{"id":2}}', $body); + } + + public function testAttachDoubleNestedDictionary() + { + $testBody = json_encode(array("data"=> array("key" => array("key2" => "val")))); + $this->requests[0]->attachBody(array("data"=> array("key" => array("key2" => "val")))); + $body = $this->requests[0]->getBody(); + $this->assertEquals($testBody, $body); + } + + public function testSetTimeout() + { + $this->requests[0]->setTimeout('200'); + $this->assertAttributeEquals('200', 'timeout', $this->requests[0]); + } + + public function testCreateGuzzleClient() + { + $reflectionMethod = new ReflectionMethod('Microsoft\Graph\Http\GraphRequest', 'createGuzzleClient'); + $reflectionMethod->setAccessible(true); + + $request = $this->requests[0]; + $client = $reflectionMethod->invokeArgs($request, array()); + + $this->assertInstanceOf(GuzzleHttp\Client::class, $client); + + } + + public function testExecute() + { + $response = $this->requests[0]->execute($this->client); + + $this->assertInstanceOf(Microsoft\Graph\Http\GraphResponse::class, $response); + } + + public function testExecuteWithTimeout() + { + $response = $this->requests[0]->setTimeout(300)->execute($this->client); + + $this->assertInstanceOf(Microsoft\Graph\Http\GraphResponse::class, $response); + } + + public function testExecuteAsync() + { + $body = json_encode(array('body' => 'content')); + + $promise = $this->requests[0] + ->executeAsync($this->client); + $this->assertInstanceOf(GuzzleHttp\Promise\PromiseInterface::class, $promise); + + $promise = $this->requests[1] + ->executeAsync($this->client); + $this->assertInstanceOf(GuzzleHttp\Promise\PromiseInterface::class, $promise); + + $promise = $this->requests[0] + ->executeAsync($this->client); + $promise2 = $this->requests[2] + ->executeAsync($this->client); + + $response = \GuzzleHttp\Promise\unwrap(array($promise)); + foreach ($response as $responseItem) { + $this->assertInstanceOf(Microsoft\Graph\Http\GraphResponse::class, $responseItem); + } + } + + public function testGetRequestUrl() + { + //Temporarily make getRequestUrl() public + $reflectionMethod = new ReflectionMethod('Microsoft\Graph\Http\GraphRequest', '_getRequestUrl'); + $reflectionMethod->setAccessible(true); + + $requestUrl = $reflectionMethod->invokeArgs($this->requests[0], array()); + $this->assertEquals($requestUrl, "/version/endpoint"); + } + + public function testGetConcatenator() + { + //Temporarily make getConcatenator() public + $reflectionMethod = new ReflectionMethod('Microsoft\Graph\Http\GraphRequest', 'getConcatenator'); + $reflectionMethod->setAccessible(true); + + $concatenator = $reflectionMethod->invokeArgs($this->requests[0], array()); + $this->assertEquals($concatenator, "?"); + + $concatenator = $reflectionMethod->invokeArgs($this->requests[1], array()); + $this->assertEquals($concatenator, "&"); + + $concatenator = $reflectionMethod->invokeArgs($this->requests[2], array()); + $this->assertEquals($concatenator, "&"); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Http/GraphResponseTest.php b/vendor/microsoft/microsoft-graph/tests/Http/GraphResponseTest.php new file mode 100644 index 000000000..de00850a2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Http/GraphResponseTest.php @@ -0,0 +1,136 @@ +responseBody = array('body' => 'content', 'displayName' => 'Bob Barker'); + + $body = json_encode($this->responseBody); + $multiBody = json_encode(array('value' => array('1' => array('givenName' => 'Bob'), '2' => array('givenName' => 'Drew')))); + $valueBody = json_encode(array('value' => 'Bob Barker')); + + $mock = new GuzzleHttp\Handler\MockHandler([ + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $body), + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $body), + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $multiBody), + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $valueBody), + ]); + $handler = GuzzleHttp\HandlerStack::create($mock); + $this->client = new GuzzleHttp\Client(['handler' => $handler]); + + $this->request = new GraphRequest("GET", "/endpoint", "token", "baseUrl", "/version"); + $this->response = new GraphResponse($this->request, "{response}", "200", ["foo" => "bar"]); + } + + public function testGetResponseAsObject() + { + $this->request->setReturnType(Model\User::class); + $response = $this->request->execute($this->client); + + $this->assertInstanceOf(Model\User::class, $response); + $this->assertEquals($this->responseBody['displayName'], $response->getDisplayName()); + } + + public function testGetResponseHeaders() + { + $response = $this->request->execute($this->client); + $headers = $response->getHeaders(); + + $this->assertEquals(["foo" => ["bar"]], $headers); + } + + public function testGetNextLink() + { + $body = json_encode(array('@odata.nextLink' => 'https://url.com/resource?$top=4&skip=4')); + $response = new GraphResponse($this->request, $body); + + $nextLink = $response->getNextLink(); + $this->assertEquals('https://url.com/resource?$top=4&skip=4', $nextLink); + } + + public function testDecodeBody() + { + //Temporarily make decodeBody() public + $reflectionMethod = new ReflectionMethod('Microsoft\Graph\Http\GraphResponse', '_decodeBody'); + $reflectionMethod->setAccessible(true); + + $response = new GraphResponse($this->request, json_encode($this->responseBody)); + $decodedBody = $reflectionMethod->invokeArgs($response, array()); + + $this->assertEquals($this->responseBody, $decodedBody); + } + + public function testDecodeEmptyBody() + { + //Temporarily make decodeBody() public + $reflectionMethod = new ReflectionMethod('Microsoft\Graph\Http\GraphResponse', '_decodeBody'); + $reflectionMethod->setAccessible(true); + + $response = new GraphResponse($this->request); + $decodedBody = $reflectionMethod->invokeArgs($response, array()); + + $this->assertEquals(array(), $decodedBody); + } + + public function testGetHeaders() + { + $headers = $this->response->getHeaders(); + $this->assertEquals(["foo" => "bar"], $headers); + } + + public function testGetBody() + { + $response = $this->request->execute($this->client); + $this->assertInstanceOf(GraphResponse::class, $response); + + $body = $response->getBody(); + $this->assertEquals($this->responseBody, $body); + } + + public function testGetRawBody() + { + $response = $this->request->execute($this->client); + + $body = $response->getRawBody(); + $this->assertEquals(json_encode($this->responseBody), $body); + } + + public function testGetStatus() + { + $response = $this->request->execute($this->client); + + $this->assertEquals('200', $response->getStatus()); + } + + public function testGetMultipleObjects() + { + $this->request->execute($this->client); + $this->request->execute($this->client); + $hosts = $this->request->setReturnType(Model\User::class)->execute($this->client); + + $this->assertEquals(2, count($hosts)); + $this->assertEquals("Bob", $hosts[0]->getGivenName()); + } + + public function testGetValueObject() + { + $this->request->execute($this->client); + $this->request->execute($this->client); + $this->request->execute($this->client); + $response = $this->request->setReturnType(Model\User::class)->execute($this->client); + + $this->assertInstanceOf(Model\User::class, $response); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Http/HttpTest.php b/vendor/microsoft/microsoft-graph/tests/Http/HttpTest.php new file mode 100644 index 000000000..0d99f2bb2 --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Http/HttpTest.php @@ -0,0 +1,159 @@ + 'bar']), + new Response(200, ['foo' => 'bar']) + ]); + $this->container = []; + $history = GuzzleHttp\Middleware::history($this->container); + $handler = HandlerStack::create($mock); + $handler->push($history); + $this->client = new Client(['handler' => $handler]); + + $this->getRequest = new GraphRequest("GET", "/endpoint", "token", "baseUrl", "/version"); + } + + public function testGet() + { + $response = $this->getRequest->execute($this->client); + $code = $response->getStatus(); + + $this->assertEquals("200", $code); + } + + public function testPost() + { + $request = new GraphRequest("POST", "/endpoint", "token", "baseUrl", "/version"); + $response = $request->execute($this->client); + $code = $response->getStatus(); + + $this->assertEquals("200", $code); + } + + public function testPut() + { + $request = new GraphRequest("PUT", "/endpoint", "token", "baseUrl", "/version"); + $response = $request->execute($this->client); + $code = $response->getStatus(); + + $this->assertEquals("200", $code); + } + + public function testPatch() + { + $request = new GraphRequest("PATCH", "/endpoint", "token", "baseUrl", "/version"); + $response = $request->execute($this->client); + $code = $response->getStatus(); + + $this->assertEquals("200", $code); + } + + public function testUpdate() + { + $request = new GraphRequest("UPDATE", "/endpoint", "token", "baseUrl", "/version"); + $response = $request->execute($this->client); + $code = $response->getStatus(); + + $this->assertEquals("200", $code); + } + + public function testDelete() + { + $request = new GraphRequest("DELETE", "/endpoint", "token", "baseUrl", "/version"); + $response = $request->execute($this->client); + $code = $response->getStatus(); + + $this->assertEquals("200", $code); + } + + public function testInvalidVerb() + { + $this->expectException(GuzzleHttp\Exception\ClientException::class); + + $mock = new MockHandler([ + new Response(400, ['foo' => 'bar']) + ]); + + $handler = HandlerStack::create($mock); + $client = new Client(['handler' => $handler]); + + $request = new GraphRequest("OBLITERATE", "/endpoint", "token", "baseUrl", "/version"); + $response = $request->execute($client); + $code = $response->getStatus(); + + $this->assertEquals("400", $code); + } + + public function testSendJson() + { + $body = json_encode(array('1' => 'a', '2' => 'b')); + + $request = $this->getRequest->attachBody($body); + $this->assertInstanceOf(GraphRequest::class, $request); + + $response = $request->execute($this->client); + $this->assertInstanceOf(Microsoft\Graph\Http\GraphResponse::class, $response); + $this->assertEquals($body, $this->container[0]['request']->getBody()->getContents()); + } + + public function testSendArray() + { + $body = array('1' => 'a', '2' => 'b'); + $request = $this->getRequest->attachBody($body); + $this->assertInstanceOf(GraphRequest::class, $request); + + $response = $request->execute($this->client); + $this->assertInstanceOf(Microsoft\Graph\Http\GraphResponse::class, $response); + $this->assertEquals(json_encode($body), $this->container[0]['request']->getBody()->getContents()); + } + + public function testSendObject() + { + $user = new Microsoft\Graph\Model\User(); + $user->setDisplayName('Bob Barker'); + $request = $this->getRequest->attachBody($user); + $this->assertInstanceOf(GraphRequest::class, $request); + + $response = $request->execute($this->client); + $this->assertInstanceOf(Microsoft\Graph\Http\GraphResponse::class, $response); + $this->assertEquals(json_encode($user->getProperties()), $this->container[0]['request']->getBody()->getContents()); + } + + public function testSendString() + { + $body = '{"1":"a","2":"b"}'; + $request = $this->getRequest->attachBody($body); + $this->assertInstanceOf(GraphRequest::class, $request); + + $response = $request->execute($this->client); + $this->assertInstanceOf(Microsoft\Graph\Http\GraphResponse::class, $response); + $this->assertEquals($body, $this->container[0]['request']->getBody()->getContents()); + } + + public function testSendStream() + { + $body = GuzzleHttp\Psr7\stream_for('stream'); + $request = $this->getRequest->attachBody($body); + $this->assertInstanceOf(GraphRequest::class, $request); + + $response = $request->execute($this->client); + $this->assertInstanceOf(Microsoft\Graph\Http\GraphResponse::class, $response); + $this->assertEquals($body, $this->container[0]['request']->getBody()->getContents()); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Http/StreamTest.php b/vendor/microsoft/microsoft-graph/tests/Http/StreamTest.php new file mode 100644 index 000000000..ea861951b --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Http/StreamTest.php @@ -0,0 +1,100 @@ +root = vfsStream::setup('testDir'); + + $this->body = json_encode(array('body' => 'content')); + $stream = GuzzleHttp\Psr7\stream_for('content'); + + $mock = new GuzzleHttp\Handler\MockHandler([ + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], $this->body), + new GuzzleHttp\Psr7\Response(200,['foo' => 'bar'], $stream), + new GuzzleHttp\Psr7\Response(200, ['foo' => 'bar'], 'hello') + ]); + + $this->container = []; + $history = GuzzleHttp\Middleware::history($this->container); + $handler = GuzzleHttp\HandlerStack::create($mock); + $handler->push($history); + $this->client = new GuzzleHttp\Client(['handler' => $handler]); + } + + public function testUpload() + { + $file = new VfsStreamFile('foo.txt'); + $this->root->addChild($file); + $file->setContent('data'); + + $request = new GraphRequest("GET", "/me", "token", "url", "/v1.0"); + $request->upload($file->url(), $this->client); + + $this->assertEquals($this->container[0]['request']->getBody()->getContents(), $file->getContent()); + } + + public function testInvalidUpload() + { + $this->expectException(Microsoft\Graph\Exception\GraphException::class); + + $file = new VfsStreamFile('foo.txt', 0000); + $this->root->addChild($file); + + $request = new GraphRequest("GET", "/me", "token", "url", "/v1.0"); + $request->upload($file->url(), $this->client); + } + + public function testDownload() + { + $request = new GraphRequest("GET", "/me", "token", "url", "/v1.0"); + $file = new VfsStreamFile('foo.txt'); + $this->root->addChild($file); + + $request->download($file->url(), $this->client); + $this->assertEquals($this->body, $file->getContent()); + } + + public function testInvalidDownload() + { + set_error_handler(function() {}); + try { + $this->expectException(Microsoft\Graph\Exception\GraphException::class); + + $file = new VfsStreamFile('foo.txt', 0000); + $this->root->addChild($file); + + $request = new GraphRequest("GET", "/me", "token", "url", "/v1.0"); + $request->download($file->url(), $this->client); + } finally { + restore_error_handler(); + } + } + + public function testSetReturnStream() + { + $request = new GraphRequest("GET", "/me", "token", "url", "/v1.0"); + $request->setReturnType(GuzzleHttp\Psr7\Stream::class); + + $this->assertAttributeEquals(true, 'returnsStream', $request); + + $response = $request->execute($this->client); + $this->assertInstanceOf(GuzzleHttp\Psr7\Stream::class, $response); + + $response = $request->execute($this->client); + $this->assertInstanceOf(GuzzleHttp\Psr7\Stream::class, $response); + } +} \ No newline at end of file diff --git a/vendor/microsoft/microsoft-graph/tests/Model/ModelTest.php b/vendor/microsoft/microsoft-graph/tests/Model/ModelTest.php new file mode 100644 index 000000000..95097042a --- /dev/null +++ b/vendor/microsoft/microsoft-graph/tests/Model/ModelTest.php @@ -0,0 +1,94 @@ +entities = array(); + $this->enums = array(); + $this->complexTypes = array(); + + $dir = new DirectoryIterator('src/Model'); + foreach ($dir as $fileInfo) + { + $filename = $fileInfo->getFileName(); + $classname = explode(".", $filename)[0]; + if ($classname != null) { + $class = "Microsoft\\Graph\\Model\\" . explode(".", $fileInfo->getFileName())[0]; + switch(get_parent_class($class)) { + case Model\Entity::class: + $this->entities[] = $class; + break; + case Enum::class: + $this->enums[] = $class; + break; + default: + $this->complexTypes[] = $class; + break; + } + } + } + } + + public function testBaseEntity() + { + $entity = new Model\Entity(); + $this->assertInstanceOf(Model\Entity::class, $entity); + } + + public function testEntity() + { + foreach ($this->entities as $entityClass) { + $entity = new $entityClass(); + $this->assertInstanceOf($entityClass, $entity); + $this->assertTrue(is_array($entity->getProperties())); + } + } + + public function testComplexTypes() + { + foreach ($this->complexTypes as $complexTypeClass) { + $complexEntity = new $complexTypeClass(); + $this->assertInstanceOf($complexTypeClass, $complexEntity); + } + } + + public function testInvalidEnum() + { + $this->expectException(Microsoft\Graph\Exception\GraphException::class); + + $enum = new TestEnum("test"); + } + + public function testValidEnum() + { + $enum = new TestEnum("0"); + + $this->assertFalse($enum->is("1")); + $this->assertEquals("0", $enum->value()); + } + + public function testSetObject() + { + $drive = new Model\Drive(); + $drive->setRoot(new Model\DriveItem()); + $results = $drive->getRoot(); + $results2 = $drive->getRoot(); + $this->assertInstanceOf(Model\DriveItem::class, $results); + $this->assertInstanceOf(Model\DriveItem::class, $results2); + $this->assertEquals($results, $results2); + } +} + +class TestEnum extends Enum { + + const TEST = "0"; + const TEST1 = "1"; +} \ No newline at end of file